~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to kde/src/conf/dlgaudiobase.ui

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20140128182336-3xenud1kbnwmf3mz
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
         <string>Sound manager</string>
33
33
        </property>
34
34
        <property name="buddy">
35
 
         <cstring>kcfg_interface</cstring>
 
35
         <cstring>m_pManager</cstring>
36
36
        </property>
37
37
       </widget>
38
38
      </item>
39
39
      <item row="0" column="1">
40
 
       <widget class="KComboBox" name="kcfg_interface">
41
 
        <item>
42
 
         <property name="text">
43
 
          <string>ALSA</string>
44
 
         </property>
45
 
        </item>
46
 
        <item>
47
 
         <property name="text">
48
 
          <string>PulseAudio</string>
49
 
         </property>
50
 
        </item>
51
 
       </widget>
 
40
       <widget class="KComboBox" name="m_pManager"/>
52
41
      </item>
53
42
     </layout>
54
43
    </widget>
217
206
    </widget>
218
207
   </item>
219
208
   <item>
 
209
    <widget class="QGroupBox" name="groupBox">
 
210
     <property name="title">
 
211
      <string>Audio settings</string>
 
212
     </property>
 
213
     <layout class="QVBoxLayout" name="verticalLayout_2">
 
214
      <item>
 
215
       <widget class="QCheckBox" name="m_pSuppressNoise">
 
216
        <property name="text">
 
217
         <string>Enable noise reduction</string>
 
218
        </property>
 
219
       </widget>
 
220
      </item>
 
221
      <item>
 
222
       <widget class="QCheckBox" name="kcfg_enableRoomTone">
 
223
        <property name="text">
 
224
         <string>Enable dial tone</string>
 
225
        </property>
 
226
       </widget>
 
227
      </item>
 
228
      <item>
 
229
       <widget class="QCheckBox" name="m_pCPlayDTMFCk">
 
230
        <property name="text">
 
231
         <string>Mute DTMF</string>
 
232
        </property>
 
233
       </widget>
 
234
      </item>
 
235
     </layout>
 
236
    </widget>
 
237
   </item>
 
238
   <item>
220
239
    <spacer name="verticalSpacer">
221
240
     <property name="orientation">
222
241
      <enum>Qt::Vertical</enum>
244
263
  </customwidget>
245
264
 </customwidgets>
246
265
 <resources/>
247
 
 <connections>
248
 
  <connection>
249
 
   <sender>kcfg_interface</sender>
250
 
   <signal>currentIndexChanged(int)</signal>
251
 
   <receiver>stackedWidget_interfaceSpecificSettings</receiver>
252
 
   <slot>setCurrentIndex(int)</slot>
253
 
   <hints>
254
 
    <hint type="sourcelabel">
255
 
     <x>215</x>
256
 
     <y>31</y>
257
 
    </hint>
258
 
    <hint type="destinationlabel">
259
 
     <x>442</x>
260
 
     <y>337</y>
261
 
    </hint>
262
 
   </hints>
263
 
  </connection>
264
 
 </connections>
 
266
 <connections/>
265
267
</ui>