~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to options/default.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
1
2
<!DOCTYPE psi>
2
3
<!--
3
4
        CONVENTIONS / RULES
12
13
        Comments: please add a "comment" attribute to every option you add, describing its use and, if appropriate, possible values.
13
14
        
14
15
        -->
15
 
<psi version="defaults" >
 
16
<psi version="defaults">
16
17
        <options comment="Client options">
17
18
                <account comment="Default account options">
18
 
                        <domain comment="Always use the same domain to register with. Leave this empty to allow the user to choose his server." type="QString" />
 
19
                        <domain comment="Always use the same domain to register with. Leave this empty to allow the user to choose his server." type="QString"/>
19
20
                </account>
20
21
                <enable-multicast comment="Enable multicasting messages to multiple recipients" type="bool">false</enable-multicast>
21
22
                <html comment="Hypertext markup options">
44
45
                                <seconds comment="The maximum number of context seconds that should be sent when entering a room. Use a negative number for an unlimited amount." type="int">-1</seconds>
45
46
                        </context>
46
47
                        <recent-joins>
 
48
                                <jids type="QStringList" />
47
49
                                <maximum comment="The maximum number of recently joined rooms that should be remembered" type="int">10</maximum>
48
50
                        </recent-joins>
49
51
                </muc> 
73
75
                        </account>
74
76
                        <message comment="Message options">
75
77
                                <enabled comment="Enable message (i.e. non-chat) functionality" type="bool">true</enabled>
 
78
                                <auto-grab-urls-from-clipboard type="bool">false</auto-grab-urls-from-clipboard>
 
79
                                <auto-popup type="bool">false</auto-popup>
 
80
                                <auto-popup-headlines type="bool">false</auto-popup-headlines>
 
81
                                <show-character-count type="bool">false</show-character-count>
 
82
                                <show-subjects type="bool">true</show-subjects>
 
83
                                <use-jid-auto-completion type="bool">true</use-jid-auto-completion>
 
84
                                <size type="QString"></size> <!-- will be invalid when converted to QSize so we can detect first load -->
76
85
                        </message>
77
86
                        <chat comment="Chat dialog options">
78
87
                                <central-toolbar comment="Have a central toolbar" type="bool">false</central-toolbar>
79
88
                                <size comment="Remembered window size" type="QSize">
80
 
                                        <width>100</width>
81
 
                                        <height>100</height>
82
 
                                </size>
 
89
                                </size><!-- will be invalid when converted to QSize so we can detect first load -->
83
90
                                <opacity comment="Opacity percentage of chat dialogs" type="int">100</opacity>
84
91
                                <legacy-formatting comment="This enables legacy usenet-style formatting (// ** __)" type="bool">true</legacy-formatting>
85
92
                                <avatars comment="Avatar options">
86
93
                                        <size comment="Maximum size of the avatar" type="int">32</size>
87
94
                                        <show comment="Show avatars in the chat dialog" type="bool">true</show>
88
95
                                </avatars>
 
96
                                <alert-for-already-open-chats type="bool">true</alert-for-already-open-chats>
 
97
                                <auto-popup type="bool">false</auto-popup>
 
98
                                <delete-contents-after type="QString">hour</delete-contents-after>
 
99
                                <raise-chat-windows-on-new-messages type="bool">false</raise-chat-windows-on-new-messages>
 
100
                                <use-chat-says-style type="bool">false</use-chat-says-style>
 
101
                                <use-expanding-line-edit type="bool">true</use-expanding-line-edit>
 
102
                                <use-small-chats type="bool">false</use-small-chats>
89
103
                        </chat>
90
104
                        <contactlist comment="Contact list options">
91
105
                                <auto-delete-unlisted comment="Automatically remove an unlisted contact from the contact list if it does not have any pending messages anymore" type="bool">false</auto-delete-unlisted>
101
115
                                        <pgp comment="Display PGP information" type="bool">true</pgp>
102
116
                                </tooltip>
103
117
                                <temp-no-roster-animation comment="Disable animated icons. This option will be removed as soon as the contactlist code is optimized enough" type="bool">false</temp-no-roster-animation>
 
118
                                <account-sort-style type="QString">alpha</account-sort-style>
 
119
                                <always-on-top type="bool">false</always-on-top>
 
120
                                <automatically-resize-roster type="bool">false</automatically-resize-roster>
 
121
                                <grow-roster-upwards type="bool">true</grow-roster-upwards>
 
122
                                <contact-sort-style type="QString">status</contact-sort-style>
 
123
                                <disable-service-discovery type="bool">false</disable-service-discovery>
 
124
                                <ensure-contact-visible-on-event type="bool">true</ensure-contact-visible-on-event>
 
125
                                <group-sort-style type="QString">alpha</group-sort-style>
 
126
                                <lockdown-roster type="bool">false</lockdown-roster>
 
127
                                <raise-on-new-event type="bool">false</raise-on-new-event>
 
128
                                <show>
 
129
                                        <agent-contacts type="bool">true</agent-contacts>
 
130
                                        <away-contacts type="bool">true</away-contacts>
 
131
                                        <hidden-contacts-group type="bool">true</hidden-contacts-group>
 
132
                                        <offline-contacts type="bool">true</offline-contacts>
 
133
                                        <self-contact type="bool">true</self-contact>
 
134
                                </show>
 
135
                                <show-group-counts type="bool">true</show-group-counts>
 
136
                                <show-menubar type="bool">true</show-menubar>
 
137
                                <toolbars/>
 
138
                                <toolbars-state type="QByteArray"/>
 
139
                                <use-left-click type="bool">false</use-left-click>
 
140
                                <use-single-click type="bool">false</use-single-click>
 
141
                                <use-status-change-animation type="bool">true</use-status-change-animation>
 
142
                                <use-transport-icons type="bool">false</use-transport-icons>
 
143
                                <saved-window-geometry type="QRect" >
 
144
                                        <x>64</x>
 
145
                                        <y>64</y>
 
146
                                        <width>150</width>
 
147
                                        <height>360</height>
 
148
                                </saved-window-geometry>
 
149
                                <saved-window-geometry-frame type="QRect" >
 
150
                                        <x>0</x>
 
151
                                        <y>0</y>
 
152
                                        <width>0</width>
 
153
                                        <height>0</height>
 
154
                                </saved-window-geometry-frame>
 
155
                                <saved-window-geometry-screen type="int">0</saved-window-geometry-screen>
 
156
                                <saved-window-geometry-maximized type="bool">false</saved-window-geometry-maximized>
 
157
                                <saved-window-geometry-fullscreen type="bool">false</saved-window-geometry-fullscreen>
104
158
                        </contactlist>
105
159
                        <menu comment="Options for the menu">
106
160
                                <account comment="Options for the account-specific menu">
124
178
                                </view>
125
179
                        </menu>
126
180
                        <muc comment="Multi-User Chat options">
 
181
                                <highlight-words type="QStringList" />
127
182
                                <size comment="Remembered window size" type="QSize">
128
183
                                        <width>580</width>
129
184
                                        <height>420</height>
130
185
                                </size>
 
186
                                <use-highlighting type="bool">true</use-highlighting><use-nick-coloring type="bool">true</use-nick-coloring>
131
187
                        </muc>
132
188
                        <show-deprecated comment="Deprecated functionality or protocols">
133
189
                                <service-discovery comment="Service discovery dialog">
139
195
                        </spell-check>
140
196
                        <systemtray comment="Options related to the system tray">
141
197
                                <use-old comment="Use the old system tray code (deprecated)" type="bool">false</use-old>
 
198
                                <enable type="bool">true</enable>
 
199
                                <use-double-click type="bool">false</use-double-click>
142
200
                        </systemtray>
143
201
                        <tip comment="Tip of the day options">
144
202
                                <show comment="Show the tip of the day upon startup" type="bool">true</show>
145
203
                                <number comment="The next tip to show" type="int">0</number>
146
204
                        </tip>
147
205
                        <flash-windows comment="Allow windows to flash upon activity" type="bool">true</flash-windows>
 
206
                        <automatically-copy-selected-text type="bool">false</automatically-copy-selected-text>
 
207
                        <emoticons>
 
208
                                <use-emoticons type="bool">true</use-emoticons>
 
209
                        </emoticons>
 
210
                        <file-transfer>
 
211
                                <auto-popup type="bool">false</auto-popup>
 
212
                        </file-transfer>
 
213
                        <last-used-open-path type="QString"></last-used-open-path>
 
214
                        <last-used-save-path type="QString"></last-used-save-path>
 
215
                        <look>
 
216
                                <colors>
 
217
                                        <contactlist>
 
218
                                                <background type="QColor">#ffffff</background>
 
219
                                                <grouping>
 
220
                                                        <header-background type="QColor">#f0f0f0</header-background>
 
221
                                                        <header-foreground type="QColor">#5a5a5a</header-foreground>
 
222
                                                </grouping>
 
223
                                                <profile>
 
224
                                                        <header-background type="QColor">#969696</header-background>
 
225
                                                        <header-foreground type="QColor">#ffffff</header-foreground>
 
226
                                                </profile>
 
227
                                                <status>
 
228
                                                        <away type="QColor">#004bb4</away>
 
229
                                                        <do-not-disturb type="QColor">#7e0000</do-not-disturb>
 
230
                                                        <offline type="QColor">#646464</offline>
 
231
                                                        <online type="QColor">#000000</online>
 
232
                                                </status>
 
233
                                                <status-messages type="QColor">#808080</status-messages>
 
234
                                        </contactlist>
 
235
                                        <muc>
 
236
                                                <nick-colors type="QStringList" >
 
237
                                                        <item>Blue</item>
 
238
                                                        <item>Green</item>
 
239
                                                        <item>Orange</item>
 
240
                                                        <item>Purple</item>
 
241
                                                        <item>Red</item>
 
242
                                                </nick-colors>
 
243
                                        </muc>
 
244
                                        <passive-popup>
 
245
                                                <border type="QColor">#5297f9</border>
 
246
                                        </passive-popup>
 
247
                                </colors>
 
248
                                <contactlist>
 
249
                                        <status-change-animation>
 
250
                                                <color1 type="QColor">#000000</color1>
 
251
                                                <color2 type="QColor">#969696</color2>
 
252
                                        </status-change-animation>
 
253
                                        <use-outlined-group-headings type="bool">false</use-outlined-group-headings>
 
254
                                        <use-slim-group-headings type="bool">false</use-slim-group-headings>
 
255
                                </contactlist>
 
256
                                <font>
 
257
                                        <chat type="QString">Sans Serif,9,-1,5,50,0,0,0,0,0</chat>
 
258
                                        <contactlist type="QString">Sans Serif,9,-1,5,50,0,0,0,0,0</contactlist>
 
259
                                        <message type="QString">Sans Serif,9,-1,5,50,0,0,0,0,0</message>
 
260
                                        <passive-popup type="QString">Sans Serif,7,-1,5,50,0,0,0,0,0</passive-popup>
 
261
                                </font>
 
262
                        </look>
 
263
                        <mac>
 
264
                                <use-brushed-metal-windows type="bool">false</use-brushed-metal-windows>
 
265
                        </mac>
 
266
                        <notifications>
 
267
                                <alert-style type="QString">animate</alert-style>
 
268
                                <bounce-dock type="QString">forever</bounce-dock>
 
269
                                <passive-popups>
 
270
                                        <duration type="int">10000</duration>
 
271
                                        <enabled type="bool">false</enabled>
 
272
                                        <incoming-chat type="bool">true</incoming-chat>
 
273
                                        <incoming-file-transfer type="bool">true</incoming-file-transfer>
 
274
                                        <incoming-headline type="bool">true</incoming-headline>
 
275
                                        <incoming-message type="bool">true</incoming-message>
 
276
                                        <maximum-jid-length type="int">25</maximum-jid-length>
 
277
                                        <maximum-text-length type="int">300</maximum-text-length>
 
278
                                        <maximum-status-length type="int">-1</maximum-status-length>
 
279
                                        <status>
 
280
                                                <offline type="bool">true</offline>
 
281
                                                <online type="bool">true</online>
 
282
                                                <other-changes type="bool">false</other-changes>
 
283
                                        </status>
 
284
                                </passive-popups>
 
285
                                <popup-dialogs>
 
286
                                        <suppress-when-not-on-roster type="bool">false</suppress-when-not-on-roster>
 
287
                                        <suppress-while-away type="bool">false</suppress-while-away>
 
288
                                </popup-dialogs>
 
289
                                <sounds>
 
290
                                        <chat-message type="QString">sound/chat2.wav</chat-message>
 
291
                                        <completed-file-transfer type="QString">sound/ft_complete.wav</completed-file-transfer>
 
292
                                        <contact-offline type="QString">sound/offline.wav</contact-offline>
 
293
                                        <contact-online type="QString">sound/online.wav</contact-online>
 
294
                                        <enable type="bool">true</enable>
 
295
                                        <incoming-file-transfer type="QString">sound/ft_incoming.wav</incoming-file-transfer>
 
296
                                        <incoming-headline type="QString">sound/chat2.wav</incoming-headline>
 
297
                                        <incoming-message type="QString">sound/chat2.wav</incoming-message>
 
298
                                        <new-chat type="QString">sound/chat1.wav</new-chat>
 
299
                                        <notify-every-muc-message type="bool">false</notify-every-muc-message>
 
300
                                        <outgoing-chat type="QString">sound/send.wav</outgoing-chat>
 
301
                                        <silent-while-away type="bool">false</silent-while-away>
 
302
                                        <system-message type="QString">sound/chat2.wav</system-message>
 
303
                                        <unix-sound-player type="QString"/>
 
304
                                </sounds>
 
305
                                <successful-subscription type="bool">false</successful-subscription>
 
306
                        </notifications>
 
307
                        <remember-window-sizes type="bool">true</remember-window-sizes>
 
308
                        <service-discovery>
 
309
                                <automatically-get-info type="bool">true</automatically-get-info>
 
310
                                <automatically-get-items type="bool">false</automatically-get-items>
 
311
                                <recent-jids type="QStringList" />
 
312
                        </service-discovery>
 
313
                        <tabs>
 
314
                                <put-tabs-at-bottom type="bool">false</put-tabs-at-bottom>
 
315
                                <use-tabs type="bool">false</use-tabs>
 
316
                                <size type="QString"></size> <!-- will be invalid when converted to QSize so we can detect first load -->
 
317
                                <grouping type="QString" comment="A ':' seperated list of groups of kinds of tabs to keep in the same tabset. 'C' for chat and 'M' for mucs">C:M</grouping>
 
318
                                <group-state comment="Saved state data of the tabsets defined by options.ui.tabs.grouping"/>
 
319
                                <tab-singles type="QString" comment="Tab types that would have been untabbed are given their own tabset. 'C' for chat and 'M' for mucs"/>
 
320
                        </tabs>
148
321
                </ui>
149
322
                <shortcuts comment="Shortcuts">
150
323
                        <chat comment="Shortcuts in the chat dialog">
161
334
                                        <item type="QKeySequence">Return</item>
162
335
                                        <item type="QKeySequence">Enter</item>
163
336
                                </send>
164
 
                                <clear type="QKeySequence" comment="Clear the text" />
 
337
                                <clear type="QKeySequence" comment="Clear the text"/>
165
338
                        </chat>
166
 
                        <contactlist comment="Shortcuts in the contactlist" >
167
 
                                <assign-custom-avatar type="QKeySequence" comment="Assign a custom avatar to the selected contact" />
168
 
                                <clear-custom-avatar type="QKeySequence" comment="Remove custom avatar from the selected contact" />
 
339
                        <contactlist comment="Shortcuts in the contactlist">
 
340
                                <assign-custom-avatar type="QKeySequence" comment="Assign a custom avatar to the selected contact"/>
 
341
                                <clear-custom-avatar type="QKeySequence" comment="Remove custom avatar from the selected contact"/>
169
342
                                <delete type="QKeySequence" comment="Delete the selected contact">Del</delete>
170
343
                                <chat type="QKeySequence" comment="Open a chat to the selected contact">Ctrl+C</chat>
171
344
                                <message type="QKeySequence" comment="Send a message to the selected contact">Ctrl+M</message>
173
346
                                <rename type="QKeySequence" comment="Rename the selected contact">F2</rename>
174
347
                                <login-transport type="QKeySequence" comment="Log on to the selected transport">Ctrl+L</login-transport>
175
348
                        </contactlist>
176
 
                        <common comment="Common actions" >
 
349
                        <common comment="Common actions">
177
350
                                <scroll-up type="QKeySequence" comment="Scroll up">Shift+PgUp</scroll-up>
178
351
                                <scroll-down type="QKeySequence" comment="Scroll down">Shift+PgDown</scroll-down>
179
352
                                <close type="QVariantList" comment="Close the current window/tab">
184
357
                                <user-info type="QKeySequence" comment="Show the user info of the contact">Ctrl+I</user-info>
185
358
                        </common>
186
359
                        <global comment="Shortcuts available from outside of the application">
187
 
                                <event type="QKeySequence" comment="Receive incoming event" />
188
 
                                <toggle-visibility type="QKeySequence" comment="Show/hide the application" />
189
 
                                <bring-to-front type="QKeySequence" comment="Bring the application to front" />
190
 
                                <new-blank-message type="QKeySequence" comment="Send new message" />
 
360
                                <event type="QKeySequence" comment="Receive incoming event"/>
 
361
                                <toggle-visibility type="QKeySequence" comment="Show/hide the application"/>
 
362
                                <bring-to-front type="QKeySequence" comment="Bring the application to front"/>
 
363
                                <new-blank-message type="QKeySequence" comment="Send new message"/>
191
364
                        </global>
192
365
                        <message comment="Shortcuts in the message dialog">
193
366
                                <send type="QVariantList" comment="Send the message">
207
380
                        </status>
208
381
                        <service-discovery comment="Shortcuts in the service discovery dialog"/>
209
382
                </shortcuts>
 
383
                <contactlist>
 
384
                        <hide-on-start type="bool">false</hide-on-start>
 
385
                        <resolve-nicks-on-contact-add type="bool">false</resolve-nicks-on-contact-add>
 
386
                        <use-toolwindow type="bool">false</use-toolwindow>
 
387
                </contactlist>
 
388
                <external-control>
 
389
                        <adhoc-remote-control>
 
390
                                <enable type="bool">false</enable>
 
391
                        </adhoc-remote-control>
 
392
                </external-control>
 
393
                <iconsets>
 
394
                        <custom-status/>
 
395
                        <service-status/>
 
396
                        <emoticons type="QStringList" >
 
397
                                <item>default</item>
 
398
                        </emoticons>
 
399
                        <status type="QString">default</status>
 
400
                        <system type="QString">default</system>
 
401
                </iconsets>
 
402
                <messages>
 
403
                        <default-outgoing-message-type type="QString">chat</default-outgoing-message-type>
 
404
                        <exclude-muc-from-ignore type="bool">true</exclude-muc-from-ignore>
 
405
                        <force-incoming-message-type type="QString">no</force-incoming-message-type>
 
406
                        <ignore-headlines type="bool">false</ignore-headlines>
 
407
                        <ignore-non-roster-contacts type="bool">false</ignore-non-roster-contacts>
 
408
                        <send-composing-events type="bool">true</send-composing-events>
 
409
                        <send-inactivity-events type="bool">false</send-inactivity-events>
 
410
                </messages>
 
411
                <p2p>
 
412
                        <bytestreams>
 
413
                                <external-address type="QString"/>
 
414
                                <listen-port type="int">8010</listen-port>
 
415
                        </bytestreams>
 
416
                </p2p>
 
417
                <service-discovery>
 
418
                        <enable-entity-capabilities type="bool">true</enable-entity-capabilities>
 
419
                </service-discovery>
 
420
                <status>
 
421
                        <ask-for-message-on-offline type="bool">false</ask-for-message-on-offline>
 
422
                        <ask-for-message-on-online type="bool">false</ask-for-message-on-online>
 
423
                        <auto-away>
 
424
                                <away-after type="int">10</away-after>
 
425
                                <not-availible-after type="int">30</not-availible-after>
 
426
                                <offline-after type="int">0</offline-after>
 
427
                                <use-away type="bool">true</use-away>
 
428
                                <use-not-availible type="bool">true</use-not-availible>
 
429
                                <use-offline type="bool">false</use-offline>
 
430
                        </auto-away>
 
431
                        <last-message type="QString"/>
 
432
                        <presets/>
 
433
                </status>
 
434
                <subscriptions>
 
435
                        <automatically-allow-authorization type="bool">false</automatically-allow-authorization>
 
436
                </subscriptions>
 
437
                <vcard>
 
438
                        <query-own-vcard-on-login type="bool">true</query-own-vcard-on-login>
 
439
                </vcard>
 
440
                <xml-console>
 
441
                        <enable-at-login type="bool">false</enable-at-login>
 
442
                </xml-console>
210
443
        </options>
211
 
        <accounts comment="Account definitions and options"></accounts>
212
 
        <plugins comment="Plugin options"></plugins>
 
444
        <accounts comment="Account definitions and options"/>
 
445
        <plugins comment="Plugin options"/>
213
446
</psi>