~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to kde/src/klib/sflphone-client-kde.kcfg

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* 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:
116
116
 
117
117
    <!-- Audio Settings -->
118
118
 
119
 
    <entry name="interface" type="Enum">
 
119
<!--    <entry name="interface" type="Enum">
120
120
        <label>Defines the audio output to use.</label>
121
121
        <choices>
122
122
                <choice name="ALSA" />
137
137
    </entry>
138
138
    <entry name="pulseAudioVolumeAlter" type="Bool">
139
139
        <label>Defines whether pulse audio can mute other applications during a call.</label>
 
140
    </entry>-->
 
141
     <entry name="enableRoomTone" type="Bool">
 
142
      <label>Enable or disables the "buzzzzz" sound</label>
 
143
      <default>false</default>
140
144
    </entry>
 
145
    
141
146
 
142
147
    <!-- Address Book Settings -->
143
148
 
144
 
    <entry name="enableAddressBook" type="Bool">
 
149
<!--    <entry name="enableAddressBook" type="Bool">
145
150
        <label>Defines whether the search in KDE Address Book is enabled</label>
146
 
    </entry>
 
151
    </entry>-->
147
152
 
148
 
    <entry name="phoneTypeList" type="StringList">
 
153
    <entry name="phoneTypeList" type="IntList">
149
154
      <label>Defines whether the search in KDE Address Book is enabled</label>
150
 
      <default>{Work,Home,Messenger,Preferred number,Voice,Mobile,Work,Video,Mailbox,Modem,Car,ISDN,PCS,Pager,Other...,Work}</default>
 
155
      <default>0,1,2,3,4,5,6,7,8,9,10,11,12,10000</default>
151
156
    </entry>
152
157
 
153
158
    <entry name="displayOrganisation" type="Bool">
157
162
 
158
163
    <entry name="displayEmail" type="Bool">
159
164
      <label>Defines whether to display the organisation of the contact list item</label>
160
 
      <default>false</default>
 
165
      <default>true</default>
161
166
    </entry>
162
167
 
163
 
    <entry name="alwaysShowPhoneNumber" type="Bool">
164
 
      <label>Defines if the contact tree should be expanded by default to show all numbers</label>
165
 
      <default>false</default>
 
168
    <entry name="hideContactWithoutPhone" type="Bool">
 
169
      <label>Defines whether to display the organisation of the contact list item</label>
 
170
      <default> false </default>
166
171
    </entry>
167
172
 
168
173
    <entry name="defaultAccountId" type="String">
170
175
      <default>IP2IP</default>
171
176
    </entry>
172
177
 
 
178
    <entry name="highlightMissedIncomingCalls" type="Bool">
 
179
      <label></label>
 
180
      <default> false </default>
 
181
    </entry>
 
182
 
 
183
    <entry name="highlightMissedOutgoingCalls" type="Bool">
 
184
      <label></label>
 
185
      <default> false </default>
 
186
    </entry>
 
187
 
173
188
    <!-- Bookmark -->
174
189
    <entry name="bookmarkList" type="StringList">
175
190
        <label>List of bookmarked clients</label>
210
225
      <default> false </default>
211
226
    </entry>
212
227
 
 
228
    <!-- Auto completion -->
 
229
    <entry name="enableAutoCompletion" type="Bool">
 
230
      <label>Enable auto completion widget</label>
 
231
      <default> false </default>
 
232
    </entry>
 
233
    <entry name="autoCompleteMergeNumbers" type="Bool">
 
234
      <label>If there is multiple instance of the same number, merge them and use the default account</label>
 
235
      <default> false </default>
 
236
    </entry>
 
237
    <entry name="autoCompleteUseAccount" type="Bool">
 
238
      <label>Call numbers back with their original account instead of the default one</label>
 
239
      <default> true </default>
 
240
    </entry>
 
241
 
 
242
    <!-- Presence -->
 
243
    <entry name="trackBookmarkPresence" type="Bool">
 
244
      <label>Track bookmarked contacts presence</label>
 
245
      <default> true </default>
 
246
    </entry>
 
247
 
 
248
    <entry name="presenceStatusList" type="StringList">
 
249
        <label>List of presence status</label>
 
250
    </entry>
 
251
 
213
252
   <!-- Dock settings -->
214
253
    <entry name="displayContactDock" type="Bool">
215
254
      <label>Enable audio feedback from common actions</label>