~ubuntu-branches/ubuntu/raring/konversation/raring-proposed

« back to all changes in this revision

Viewing changes to .pc/message-indicator/0001-Adds-support-for-Message-Indicator.diff/src/config/konversation.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-08-11 17:53:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100811175327-vj8gal6554f0cdck
Tags: 1.3.1-1ubuntu2
* Add back correct debian/patches/series file, adds back in
  kubuntu_01_default_channels.diff message-indicator/0001-Adds-
  support-for-Message-Indicator.diff LP: #616422
* Remove obsolete debian/patches/kubuntu/ directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
5
                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
6
  <include>qfont.h</include>
 
7
  <include>qsize.h</include>
 
8
  <include>kdialog.h</include>
 
9
  <include>QDir</include>
 
10
  <include>kglobalsettings.h</include>
 
11
  <include>kuser.h</include>
 
12
  <kcfgfile name="konversationrc" />
 
13
 
 
14
  <group name="Appearance">
 
15
    <entry key="ShowMenuBar" type="Bool">
 
16
      <default>true</default>
 
17
      <label></label>
 
18
      <whatsthis></whatsthis>
 
19
    </entry>
 
20
    <entry key="UseMaxSizedTabs" type="Bool">
 
21
    <default>true</default>
 
22
    <label>Limit the size of the tab labels to fit them all on screen</label>
 
23
    </entry>
 
24
    <entry key="TreeSplitterSizes" type="IntList">
 
25
      <default></default>
 
26
      <label></label>
 
27
      <whatsthis></whatsthis>
 
28
    </entry>
 
29
    <entry key="TopicSplitterSizes" type="IntList">
 
30
      <default></default>
 
31
      <label></label>
 
32
      <whatsthis></whatsthis>
 
33
    </entry>
 
34
    <entry key="TextFont" type="Font">
 
35
      <default code="true">KGlobalSettings::generalFont()</default>
 
36
      <label></label>
 
37
      <whatsthis></whatsthis>
 
38
    </entry>
 
39
    <entry key="ListFont" type="Font">
 
40
      <default code="true">KGlobalSettings::generalFont()</default>
 
41
      <label></label>
 
42
      <whatsthis></whatsthis>
 
43
    </entry>
 
44
    <entry key="TabFont" type="Font">
 
45
      <default code="true">KGlobalSettings::generalFont()</default>
 
46
      <label></label>
 
47
      <whatsthis></whatsthis>
 
48
    </entry>
 
49
    <entry key="CustomTextFont" type="Bool">
 
50
      <default>false</default>
 
51
      <label></label>
 
52
      <whatsthis></whatsthis>
 
53
    </entry>
 
54
    <entry key="CustomListFont" type="Bool">
 
55
      <default>false</default>
 
56
      <label></label>
 
57
      <whatsthis></whatsthis>
 
58
    </entry>
 
59
    <entry key="CustomTabFont" type="Bool">
 
60
      <default>false</default>
 
61
      <label></label>
 
62
      <whatsthis></whatsthis>
 
63
    </entry>
 
64
    <entry key="Timestamping" type="Bool">
 
65
      <default>true</default>
 
66
      <label></label>
 
67
      <whatsthis></whatsthis>
 
68
    </entry>
 
69
    <entry key="ShowDate" type="Bool">
 
70
      <default>false</default>
 
71
      <label></label>
 
72
      <whatsthis></whatsthis>
 
73
    </entry>
 
74
    <entry key="TimestampFormat" type="String">
 
75
      <default>hh:mm</default>
 
76
      <label></label>
 
77
      <whatsthis></whatsthis>
 
78
    </entry>
 
79
    <entry key="ShowBacklog" type="Bool">
 
80
      <default>true</default>
 
81
      <label></label>
 
82
      <whatsthis></whatsthis>
 
83
    </entry>
 
84
    <entry key="BacklogLines" type="Int">
 
85
      <default>10</default>
 
86
      <label></label>
 
87
      <whatsthis></whatsthis>
 
88
    </entry>
 
89
    <entry key="ShowNickList" type="Bool">
 
90
      <default>true</default>
 
91
      <label></label>
 
92
      <whatsthis></whatsthis>
 
93
    </entry>
 
94
    <entry key="ShowQuickButtons" type="Bool">
 
95
      <default>false</default>
 
96
      <label></label>
 
97
      <whatsthis></whatsthis>
 
98
    </entry>
 
99
<!-- quick buttons are handled outside of KConfigXT for now (Eisfuchs)
 
100
    <entry key="QuickButtons" type="StringList" name="ButtonList">
 
101
      <default code="true">(QStringList() &lt;&lt; "Op,/OP %u%n"&lt;&lt;"DeOp,/DEOP %u%n"&lt;&lt;"WhoIs,/WHOIS %s,%%u%n"&lt;&lt;"Version,/CTCP %s,%%u VERSION%n"&lt;&lt;"Kick,/KICK %u%n"&lt;&lt;"Kick,/KICK %u%n"&lt;&lt;"Ban,/BAN %u%n"&lt;&lt;"Part,/PART %c Leaving...%n"&lt;&lt;"Quit,/QUIT Leaving...%n")</default>
 
102
    </entry>  -->
 
103
    <entry key="ShowModeButtons" type="Bool">
 
104
      <default>false</default>
 
105
      <label></label>
 
106
      <whatsthis></whatsthis>
 
107
    </entry>
 
108
    <entry key="CloseButtons" type="Bool">
 
109
      <default>false</default>
 
110
      <label></label>
 
111
      <whatsthis></whatsthis>
 
112
    </entry>
 
113
    <entry key="AutoUserhost" type="Bool">
 
114
      <default>false</default>
 
115
      <label></label>
 
116
      <whatsthis></whatsthis>
 
117
    </entry>
 
118
    <entry key="UseSpacing" type="Bool">
 
119
      <default>false</default>
 
120
      <label></label>
 
121
      <whatsthis></whatsthis>
 
122
    </entry>
 
123
    <entry key="Spacing" type="Int">
 
124
      <default>KDialog::spacingHint()</default>
 
125
      <label></label>
 
126
      <whatsthis></whatsthis>
 
127
    </entry>
 
128
    <entry key="Margin" type="Int">
 
129
      <default>KDialog::marginHint()</default>
 
130
      <label></label>
 
131
      <whatsthis></whatsthis>
 
132
    </entry>
 
133
    <entry key="UseParagraphSpacing" type="Bool">
 
134
      <default>false</default>
 
135
      <label></label>
 
136
      <whatsthis></whatsthis>
 
137
    </entry>
 
138
    <entry key="ParagraphSpacing" type="Int">
 
139
      <default>2</default>
 
140
      <min>0</min>
 
141
      <label></label>
 
142
      <whatsthis></whatsthis>
 
143
    </entry>
 
144
    <entry key="ChannelSplitterSizes" type="IntList">
 
145
      <default></default>
 
146
      <label></label>
 
147
      <whatsthis></whatsthis>
 
148
    </entry>
 
149
    <entry key="BackgroundImage" type="Url">
 
150
      <default></default>
 
151
      <label></label>
 
152
      <whatsthis></whatsthis>
 
153
    </entry>
 
154
    <entry key="IrcColorCode$(colorNumber)" type="Color">
 
155
      <parameter name="colorNumber" type="UInt" max="15"/>
 
156
      <default param="0">#ffffff</default>
 
157
      <default param="1">#000000</default>
 
158
      <default param="2">#000080</default>
 
159
      <default param="3">#008000</default>
 
160
      <default param="4">#ff0000</default>
 
161
      <default param="5">#a52a2a</default>
 
162
      <default param="6">#800080</default>
 
163
      <default param="7">#ff8000</default>
 
164
      <default param="8">#808000</default>
 
165
      <default param="9">#00ff00</default>
 
166
      <default param="10">#008080</default>
 
167
      <default param="11">#00ffff</default>
 
168
      <default param="12">#0000ff</default>
 
169
      <default param="13">#ffc0cb</default>
 
170
      <default param="14">#a0a0a0</default>
 
171
      <default param="15">#c0c0c0</default>
 
172
    </entry>
 
173
    <entry key="AllowColorCodes" type="Bool">
 
174
      <default>true</default>
 
175
      <label></label>
 
176
      <whatsthis></whatsthis>
 
177
    </entry>
 
178
    <entry key="NickColor$(nickNumber)" type="Color">
 
179
      <parameter name="nickNumber" type="UInt" max="9"/>
 
180
      <default param="0">#E90E7F</default>
 
181
      <default param="1">#8E55E9</default>
 
182
      <default param="2">#B30E0E</default>
 
183
      <default param="3">#18B33C</default>
 
184
      <default param="4">#58ADB3</default>
 
185
      <default param="5">#9E54B3</default>
 
186
      <default param="6">#B39875</default>
 
187
      <default param="7">#3176B3</default>
 
188
      <default param="8">#000001</default>
 
189
    </entry>
 
190
    <entry key="UseColoredNicks" type="Bool">
 
191
      <default>true</default>
 
192
      <label></label>
 
193
      <whatsthis></whatsthis>
 
194
    </entry>
 
195
    <entry key="ShowTabBarCloseButton" type="Bool">
 
196
      <default>true</default>
 
197
      <label></label>
 
198
      <whatsthis></whatsthis>
 
199
    </entry>
 
200
    <entry key="ShowTopic" type="Bool">
 
201
      <default>true</default>
 
202
      <label></label>
 
203
      <whatsthis></whatsthis>
 
204
    </entry>
 
205
    <entry key="ShowNicknameBox" type="Bool">
 
206
      <default>true</default>
 
207
      <label></label>
 
208
      <whatsthis></whatsthis>
 
209
    </entry>
 
210
    <entry key="UseBoldNicks" type="Bool">
 
211
      <default>false</default>
 
212
      <label></label>
 
213
      <whatsthis></whatsthis>
 
214
    </entry>
 
215
    <entry key="UseLiteralModes" type="Bool">
 
216
      <default>false</default>
 
217
      <label></label>
 
218
      <whatsthis></whatsthis>
 
219
    </entry>
 
220
    <entry key="FocusNewQueries" type="Bool">
 
221
      <default>true</default>
 
222
      <label></label>
 
223
      <whatsthis></whatsthis>
 
224
    </entry>
 
225
    <entry key="ShowIRCViewScrollBar" type="Bool">
 
226
      <default>true</default>
 
227
      <label>Hide the scrollbar</label>
 
228
    </entry>
 
229
  </group>
 
230
  <group name="General Options">
 
231
    <entry key="SpellChecking" type="Bool">
 
232
      <default>false</default>
 
233
      <whatsthis>Enable if you want all the IRC input lines to check your spelling as you type</whatsthis>
 
234
    </entry>
 
235
    <entry key="CustomVersionReplyEnabled" type="Bool">
 
236
      <default>false</default>
 
237
    </entry>
 
238
    <entry key="CustomVersionReply" type="String">
 
239
    </entry>
 
240
    <entry key="UseMultiRowInputBox" type="Bool">
 
241
      <default>false</default>
 
242
      <whatsthis>Enabling this will cause the input box to grow vertically when it fills up.</whatsthis>
 
243
    </entry>
 
244
    <entry key="CommandChar" type="String">
 
245
      <default>/</default>
 
246
      <label></label>
 
247
      <whatsthis></whatsthis>
 
248
    </entry>
 
249
    <entry key="PreShellCommand" type="String">
 
250
      <default></default>
 
251
      <label></label>
 
252
      <whatsthis></whatsthis>
 
253
    </entry>
 
254
    <entry key="ShowTrayIcon" type="Bool">
 
255
      <default>false</default>
 
256
      <label></label>
 
257
      <whatsthis></whatsthis>
 
258
    </entry>
 
259
    <entry key="TrayNotify" type="Bool">
 
260
      <default>false</default>
 
261
      <label></label>
 
262
      <whatsthis></whatsthis>
 
263
    </entry>
 
264
    <entry key="TrayNotifyOnlyOwnNick" type="Bool">
 
265
      <default>false</default>
 
266
      <label></label>
 
267
      <whatsthis></whatsthis>
 
268
    </entry>
 
269
    <entry key="TrayNotifyBlink" type="Bool">
 
270
      <default>true</default>
 
271
      <label></label>
 
272
      <whatsthis></whatsthis>
 
273
    </entry>
 
274
    <entry key="HideToTrayOnStartup" type="Bool">
 
275
      <default>false</default>
 
276
      <label>Start with hidden main window</label>
 
277
    </entry>
 
278
    <entry key="ShowBackgroundImage" type="Bool">
 
279
      <default>false</default>
 
280
      <label></label>
 
281
      <whatsthis></whatsthis>
 
282
    </entry>
 
283
    <entry key="LogfileReaderGeometry" type="Size" name="LogfileReaderSize">
 
284
      <default code="true">QSize(400, 200)</default>
 
285
      <label></label>
 
286
      <whatsthis></whatsthis>
 
287
    </entry>
 
288
    <entry key="MultilineEditGeometry" type="Size" name="MultilineEditSize">
 
289
      <default></default>
 
290
      <label></label>
 
291
      <whatsthis></whatsthis>
 
292
    </entry>
 
293
    <entry key="LogfileBufferSize" type="Int">
 
294
      <default>100</default>
 
295
      <label></label>
 
296
      <whatsthis></whatsthis>
 
297
    </entry>
 
298
    <entry key="ScrollbackMax" type="Int">
 
299
      <default>1000</default>
 
300
      <label></label>
 
301
      <whatsthis></whatsthis>
 
302
    </entry>
 
303
    <entry key="AutoWhoNicksLimit" type="Int">
 
304
      <default>200</default>
 
305
      <label></label>
 
306
      <whatsthis></whatsthis>
 
307
    </entry>
 
308
    <entry key="AutoWhoContinuousEnabled" type="Bool">
 
309
      <default>true</default>
 
310
      <label></label>
 
311
      <whatsthis></whatsthis>
 
312
    </entry>
 
313
    <entry key="AutoWhoContinuousInterval" type="Int">
 
314
      <default>90</default>
 
315
      <label></label>
 
316
      <whatsthis></whatsthis>
 
317
    </entry>
 
318
    <entry key="ShowRealNames" type="Bool">
 
319
      <default>false</default>
 
320
      <label>&amp;Show real names next to nicknames</label>
 
321
      <whatsthis></whatsthis>
 
322
    </entry>
 
323
    <entry key="ChannelDoubleClickAction" type="String">
 
324
      <default>/QUERY %u%n</default>
 
325
      <label></label>
 
326
      <whatsthis></whatsthis>
 
327
    </entry>
 
328
    <entry key="NotifyDoubleClickAction" type="String">
 
329
      <default>/QUERY %u%n</default>
 
330
      <label></label>
 
331
      <whatsthis></whatsthis>
 
332
    </entry>
 
333
    <entry key="Beep" type="Bool">
 
334
      <default>false</default>
 
335
      <label></label>
 
336
      <whatsthis></whatsthis>
 
337
    </entry>
 
338
    <entry key="RawLog" type="Bool">
 
339
      <default>false</default>
 
340
      <label></label>
 
341
      <whatsthis></whatsthis>
 
342
    </entry>
 
343
    <entry key="VersionReply" type="String">
 
344
      <default></default>
 
345
      <label></label>
 
346
      <whatsthis></whatsthis>
 
347
    </entry>
 
348
    <entry key="MaximumLag" type="Int" name="MaximumLagTime">
 
349
      <default>180</default>
 
350
      <label></label>
 
351
      <whatsthis></whatsthis>
 
352
    </entry>
 
353
    <entry key="RedirectServerAndAppMsgToStatusPane" type="Bool">
 
354
      <default>false</default>
 
355
      <label></label>
 
356
      <whatsthis></whatsthis>
 
357
    </entry>
 
358
    <entry key="DisableNotifyWhileAway" type="Bool">
 
359
      <default>false</default>
 
360
      <label></label>
 
361
      <whatsthis></whatsthis>
 
362
    </entry>
 
363
    <entry key="AutoAwayPollInterval" type="Int">
 
364
      <default>10</default>
 
365
      <min>10</min>
 
366
      <label></label>
 
367
      <whatsthis></whatsthis>
 
368
    </entry>
 
369
    <entry key="AutomaticRememberLine" type="Bool">
 
370
      <default>false</default>
 
371
      <label></label>
 
372
      <whatsthis></whatsthis>
 
373
    </entry>
 
374
    <entry key="AutomaticRememberLineOnlyOnTextChange" type="Bool">
 
375
      <default>true</default>
 
376
      <label></label>
 
377
      <whatsthis></whatsthis>
 
378
    </entry>
 
379
    <entry key="MarkerLineInAllViews" type="Bool">
 
380
      <default>false</default>
 
381
      <label></label>
 
382
      <whatsthis></whatsthis>
 
383
    </entry>
 
384
  </group>
 
385
  <group name="Sort Nicknames">
 
386
<!-- done outside of KConfigXT (Eisfuchs)
 
387
    <entry key="AdminValue" type="Int">
 
388
      <default>1</default>
 
389
      <label></label>
 
390
      <whatsthis></whatsthis>
 
391
    </entry>
 
392
    <entry key="OwnerValue" type="Int">
 
393
      <default>2</default>
 
394
      <label></label>
 
395
      <whatsthis></whatsthis>
 
396
    </entry>
 
397
    <entry key="OperatorValue" type="Int" name="OpValue">
 
398
      <default>4</default>
 
399
      <label></label>
 
400
      <whatsthis></whatsthis>
 
401
    </entry>
 
402
    <entry key="HalfopValue" type="Int">
 
403
      <default>8</default>
 
404
      <label></label>
 
405
      <whatsthis></whatsthis>
 
406
    </entry>
 
407
    <entry key="VoiceValue" type="Int">
 
408
      <default>16</default>
 
409
      <label></label>
 
410
      <whatsthis></whatsthis>
 
411
    </entry>
 
412
    <entry key="AwayValue" type="Int">
 
413
      <default>32</default>
 
414
      <label></label>
 
415
      <whatsthis></whatsthis>
 
416
    </entry>
 
417
    <entry key="NoRightsValue" type="Int">
 
418
      <default>64</default>
 
419
      <label></label>
 
420
      <whatsthis></whatsthis>
 
421
    </entry>
 
422
-->
 
423
    <entry key="SortByStatus" type="Bool">
 
424
      <default>false</default>
 
425
      <label></label>
 
426
      <whatsthis></whatsthis>
 
427
    </entry>
 
428
    <entry key="SortByActivity" type="Bool">
 
429
      <default>false</default>
 
430
      <label></label>
 
431
      <whatsthis></whatsthis>
 
432
    </entry>
 
433
    <entry key="SortCaseInsensitive" type="Bool">
 
434
      <default>true</default>
 
435
      <label></label>
 
436
      <whatsthis></whatsthis>
 
437
    </entry>
 
438
  </group>
 
439
  <group name="OSD">
 
440
    <entry key="UseOSD" type="Bool">
 
441
      <default>false</default>
 
442
      <label></label>
 
443
      <whatsthis></whatsthis>
 
444
    </entry>
 
445
    <entry key="ShowOwnNick" type="Bool" name="OSDShowOwnNick">
 
446
      <default>false</default>
 
447
      <label></label>
 
448
      <whatsthis></whatsthis>
 
449
    </entry>
 
450
    <entry key="ShowChannel" type="Bool" name="OSDShowChannel">
 
451
      <default>false</default>
 
452
      <label></label>
 
453
      <whatsthis></whatsthis>
 
454
    </entry>
 
455
    <entry key="ShowQuery" type="Bool" name="OSDShowQuery">
 
456
      <default>false</default>
 
457
      <label></label>
 
458
      <whatsthis></whatsthis>
 
459
    </entry>
 
460
    <entry key="ShowChannelEvent" type="Bool" name="OSDShowChannelEvent">
 
461
      <default>false</default>
 
462
      <label></label>
 
463
      <whatsthis></whatsthis>
 
464
    </entry>
 
465
    <entry key="OSDFont" type="Font">
 
466
      <default code="true">KGlobalSettings::generalFont()</default>
 
467
      <label></label>
 
468
      <whatsthis></whatsthis>
 
469
    </entry>
 
470
    <entry key="OSDUseCustomColors" type="Bool">
 
471
      <default>false</default>
 
472
      <label></label>
 
473
      <whatsthis></whatsthis>
 
474
    </entry>
 
475
    <entry key="OSDDuration" type="Int">
 
476
      <default>3000</default>
 
477
      <label></label>
 
478
      <whatsthis></whatsthis>
 
479
    </entry>
 
480
    <entry key="OSDScreen" type="Int">
 
481
      <default>0</default>
 
482
      <label></label>
 
483
      <whatsthis></whatsthis>
 
484
    </entry>
 
485
    <entry key="OSDDrawShadow" type="Bool">
 
486
      <default>false</default>
 
487
      <label></label>
 
488
      <whatsthis></whatsthis>
 
489
    </entry>
 
490
    <entry key="OffsetX" type="Int" name="OSDOffsetX">
 
491
      <default>30</default>
 
492
      <label></label>
 
493
      <whatsthis></whatsthis>
 
494
    </entry>
 
495
    <entry key="OffsetY" type="Int" name="OSDOffsetY">
 
496
      <default>50</default>
 
497
      <label></label>
 
498
      <whatsthis></whatsthis>
 
499
    </entry>
 
500
    <entry key="Alignment" type="Int" name="OSDAlignment">
 
501
      <default>0</default>
 
502
      <label></label>
 
503
      <whatsthis></whatsthis>
 
504
    </entry>
 
505
    <entry key="OSDTextColor" type="Color">
 
506
      <default>#ffffff</default>
 
507
      <label></label>
 
508
      <whatsthis></whatsthis>
 
509
    </entry>
 
510
    <entry key="OSDBackgroundColor" type="Color">
 
511
      <default></default>
 
512
      <label></label>
 
513
      <whatsthis></whatsthis>
 
514
    </entry>
 
515
    <entry key="OSDCheckDesktopLock" type="Bool">
 
516
      <default>true</default>
 
517
      <label></label>
 
518
      <whatsthis></whatsthis>
 
519
    </entry>
 
520
  </group>
 
521
  <group name="Notify List">
 
522
    <entry key="NotifyDelay" type="Int">
 
523
      <default>20</default>
 
524
      <label></label>
 
525
      <whatsthis></whatsthis>
 
526
    </entry>
 
527
    <entry key="UseNotify" type="Bool">
 
528
      <default>true</default>
 
529
      <label></label>
 
530
      <whatsthis></whatsthis>
 
531
    </entry>
 
532
    <entry key="OnStartup" type="Bool" name="OpenWatchedNicksAtStartup">
 
533
      <default>false</default>
 
534
      <label>Open Watched Nicks tab at application startup</label>
 
535
      <whatsthis></whatsthis>
 
536
    </entry>
 
537
  </group>
 
538
  <group name="Highlight List">
 
539
    <entry key="HighlightSoundsEnabled" type="Bool">
 
540
      <default>false</default>
 
541
      <label></label>
 
542
      <whatsthis></whatsthis>
 
543
    </entry>
 
544
    <entry key="HighlightNick" type="Bool">
 
545
      <default>true</default>
 
546
      <label></label>
 
547
      <whatsthis></whatsthis>
 
548
    </entry>
 
549
    <entry key="HighlightNickColor" type="Color">
 
550
      <default>#FF0000</default>
 
551
      <label></label>
 
552
      <whatsthis></whatsthis>
 
553
    </entry>
 
554
    <entry key="HighlightOwnLines" type="Bool">
 
555
      <default>false</default>
 
556
      <label></label>
 
557
      <whatsthis></whatsthis>
 
558
    </entry>
 
559
    <entry key="HighlightOwnLinesColor" type="Color">
 
560
      <default>#ff0000</default>
 
561
      <label></label>
 
562
      <whatsthis></whatsthis>
 
563
    </entry>
 
564
    <entry key="Highlight" type="String">
 
565
      <default></default>
 
566
      <label></label>
 
567
      <whatsthis></whatsthis>
 
568
    </entry>
 
569
  </group>
 
570
  <group name="Aliases">
 
571
    <entry key="AliasList" type="StringList">
 
572
      <default></default>
 
573
      <label></label>
 
574
      <whatsthis></whatsthis>
 
575
    </entry>
 
576
  </group>
 
577
  <group name="Nick Completion">
 
578
    <entry key="Mode" type="Int" name="NickCompletionMode">
 
579
      <default>0</default>
 
580
      <label></label>
 
581
      <whatsthis></whatsthis>
 
582
    </entry>
 
583
    <entry key="SuffixStart" type="String" name="NickCompleteSuffixStart">
 
584
      <default>: </default>
 
585
      <label></label>
 
586
      <whatsthis></whatsthis>
 
587
    </entry>
 
588
    <entry key="SuffixMiddle" type="String" name="NickCompleteSuffixMiddle">
 
589
      <default> </default>
 
590
      <label></label>
 
591
      <whatsthis></whatsthis>
 
592
    </entry>
 
593
    <entry key="PrefixCharacter" type="String">
 
594
      <default></default>
 
595
      <label></label>
 
596
      <whatsthis></whatsthis>
 
597
    </entry>
 
598
    <entry key="CaseSensitive" type="Bool" name="NickCompletionCaseSensitive">
 
599
      <default>false</default>
 
600
      <label></label>
 
601
      <whatsthis></whatsthis>
 
602
    </entry>
 
603
  </group>
 
604
  <group name="DCC Settings">
 
605
    <entry key="BufferSize" type="Int" name="DccBufferSize">
 
606
      <default>16384</default>
 
607
      <label></label>
 
608
      <whatsthis></whatsthis>
 
609
    </entry>
 
610
    <entry key="MethodToGetOwnIp" type="Int" name="DccMethodToGetOwnIp">
 
611
      <default>1</default>
 
612
      <label></label>
 
613
      <whatsthis></whatsthis>
 
614
    </entry>
 
615
    <entry key="SpecificOwnIp" type="String" name="DccSpecificOwnIp">
 
616
      <default>0.0.0.0</default>
 
617
      <label></label>
 
618
      <whatsthis></whatsthis>
 
619
    </entry>
 
620
    <entry key="SpecificSendPorts" type="Bool" name="DccSpecificSendPorts">
 
621
      <default>true</default>
 
622
      <label></label>
 
623
      <whatsthis></whatsthis>
 
624
    </entry>
 
625
    <entry key="SendPortsFirst" type="Int"  name="DccSendPortsFirst">
 
626
      <default>1026</default>
 
627
      <label></label>
 
628
      <whatsthis></whatsthis>
 
629
    </entry>
 
630
    <entry key="SendPortsLast" type="UInt" name="DccSendPortsLast">
 
631
      <default>7000</default>
 
632
      <label></label>
 
633
      <whatsthis></whatsthis>
 
634
    </entry>
 
635
    <entry key="SpecificChatPorts" type="Bool" name="DccSpecificChatPorts">
 
636
      <default>true</default>
 
637
      <label></label>
 
638
      <whatsthis></whatsthis>
 
639
    </entry>
 
640
    <entry key="ChatPortsFirst" type="Int" name="DccChatPortsFirst">
 
641
      <default>1026</default>
 
642
      <label></label>
 
643
      <whatsthis></whatsthis>
 
644
    </entry>
 
645
    <entry key="ChatPortsLast" type="UInt" name="DccChatPortsLast">
 
646
      <default>7000</default>
 
647
      <label></label>
 
648
      <whatsthis></whatsthis>
 
649
    </entry>
 
650
    <entry key="AddPartner" type="Bool" name="DccAddPartner">
 
651
      <default>false</default>
 
652
      <label></label>
 
653
      <whatsthis></whatsthis>
 
654
    </entry>
 
655
    <entry key="CreateFolder" type="Bool" name="DccCreateFolder">
 
656
      <default>false</default>
 
657
      <label></label>
 
658
      <whatsthis></whatsthis>
 
659
    </entry>
 
660
    <entry key="SpaceToUnderscore" type="Bool" name="DccSpaceToUnderscore">
 
661
      <default>true</default>
 
662
      <label></label>
 
663
      <whatsthis></whatsthis>
 
664
    </entry>
 
665
    <entry key="AutoGet" type="Bool" name="DccAutoGet">
 
666
      <default>false</default>
 
667
      <label></label>
 
668
      <whatsthis></whatsthis>
 
669
    </entry>
 
670
    <entry key="AutoResume" type="Bool" name="DccAutoResume">
 
671
      <default>true</default>
 
672
      <label></label>
 
673
      <whatsthis></whatsthis>
 
674
    </entry>
 
675
    <entry key="ChatAutoAccept" type="Bool" name="DccChatAutoAccept">
 
676
      <default>false</default>
 
677
      <label></label>
 
678
      <whatsthis></whatsthis>
 
679
    </entry>
 
680
    <entry key="FastSend" type="Bool" name="DccFastSend">
 
681
      <default>true</default>
 
682
      <label></label>
 
683
      <whatsthis></whatsthis>
 
684
    </entry>
 
685
    <entry key="SendTimeout" type="Int" name="DccSendTimeout">
 
686
      <default>180</default>
 
687
      <label></label>
 
688
      <whatsthis></whatsthis>
 
689
    </entry>
 
690
    <entry key="IPv4Fallback" type="Bool" name="DccIPv4Fallback">
 
691
      <default>false</default>
 
692
    </entry>
 
693
    <entry key="IPv4FallbackIface" type="String" name="DccIPv4FallbackIface">
 
694
      <default>eth0</default>
 
695
    </entry>
 
696
    <entry key="PassiveSend" type="Bool" name="DccPassiveSend">
 
697
      <default>false</default>
 
698
    </entry>
 
699
    <entry key="UPnP" type="Bool" name="DccUPnP">
 
700
      <default>false</default>
 
701
    </entry>
 
702
    <entry key="ColumnWidths" type="IntList" name="DccColumnWidths">
 
703
      <default>47,90,103,173,70,87,157,87,96,165</default>
 
704
    </entry>
 
705
    <entry key="ColumnOrder" type="IntList" name="DccColumnOrders">
 
706
      <default>0,1,2,3,4,5,6,7,8,9</default>
 
707
    </entry>
 
708
    <entry key="ColumnVisible" type="IntList" name="DccColumnVisibles">
 
709
      <default>1,1,1,1,1,1,1,1,1,1</default>
 
710
    </entry>
 
711
    <entry key="ColumnSorted" type="Int" name="DccColumnSorted">
 
712
      <default>1</default>
 
713
    </entry>
 
714
    <entry key="ColumnSortDescending" type="Bool" name="DccColumnSortDescending">
 
715
      <default>true</default>
 
716
    </entry>
 
717
  </group>
 
718
  <group name="Path Settings">
 
719
    <entry key="LogfilePath" type="Url">
 
720
      <default code="true">KUser(KUser::UseRealUserID).homeDir()+"/logs"</default>
 
721
    </entry>
 
722
    <entry key="DccPath" type="Url">
 
723
      <default code="true">KGlobalSettings::downloadPath()</default>
 
724
      <label></label>
 
725
      <whatsthis></whatsthis>
 
726
    </entry>
 
727
  </group>
 
728
  <group name="Flags">
 
729
    <entry key="Log" type="Bool">
 
730
      <default>true</default>
 
731
      <label></label>
 
732
      <whatsthis></whatsthis>
 
733
    </entry>
 
734
    <entry key="LowerLog" type="Bool">
 
735
      <default>true</default>
 
736
      <label></label>
 
737
      <whatsthis></whatsthis>
 
738
    </entry>
 
739
    <entry key="AddHostnameToLog" type="Bool">
 
740
      <default>false</default>
 
741
    </entry>
 
742
    <entry key="TabPlacement" type="Enum">
 
743
      <label></label>
 
744
      <whatsthis></whatsthis>
 
745
      <choices>
 
746
        <choice name="Top" />
 
747
        <choice name="Bottom" />
 
748
        <choice name="Left" />
 
749
      </choices>
 
750
      <default>Bottom</default>
 
751
    </entry>
 
752
    <entry key="MiddleClickClose" type="Bool">
 
753
      <default>false</default>
 
754
    </entry>
 
755
    <entry key="UseClickableNicks" type="Bool">
 
756
      <default>true</default>
 
757
    </entry>
 
758
    <entry key="BringToFront" type="Bool">
 
759
      <default>false</default>
 
760
      <label></label>
 
761
      <whatsthis></whatsthis>
 
762
    </entry>
 
763
    <entry key="HideUnimportantEvents" type="Bool">
 
764
      <default>false</default>
 
765
      <label></label>
 
766
      <whatsthis></whatsthis>
 
767
    </entry>
 
768
    <entry key="DisableExpansion" type="Bool">
 
769
      <default>false</default>
 
770
      <label></label>
 
771
      <whatsthis></whatsthis>
 
772
    </entry>
 
773
    <entry key="AutoReconnect" type="Bool">
 
774
      <default>true</default>
 
775
      <label></label>
 
776
      <whatsthis></whatsthis>
 
777
    </entry>
 
778
    <entry key="ReconnectDelay" type="UInt">
 
779
      <default>10</default>
 
780
      <label></label>
 
781
      <whatsthis></whatsthis>
 
782
    </entry>
 
783
    <entry key="ReconnectCount" type="UInt">
 
784
      <default>0</default>
 
785
      <label></label>
 
786
      <whatsthis></whatsthis>
 
787
    </entry>
 
788
    <entry key="EncryptionType" type="UInt">
 
789
        <default>0</default>
 
790
        <label></label>
 
791
        <whatsthis></whatsthis>
 
792
    </entry>
 
793
    <entry key="FixedMOTD" type="Bool">
 
794
      <default>true</default>
 
795
      <label></label>
 
796
      <whatsthis></whatsthis>
 
797
    </entry>
 
798
    <entry key="SkipMOTD" type="Bool">
 
799
      <default>false</default>
 
800
      <label></label>
 
801
      <whatsthis></whatsthis>
 
802
    </entry>
 
803
    <entry key="ShowServerList" type="Bool">
 
804
      <default>true</default>
 
805
      <label></label>
 
806
      <whatsthis></whatsthis>
 
807
    </entry>
 
808
    <entry key="InputFieldsBackgroundColor" type="Bool" >
 
809
      <default>false</default>
 
810
      <label></label>
 
811
      <whatsthis></whatsthis>
 
812
    </entry>
 
813
  </group>
 
814
  <group name="Web Browser Settings">
 
815
    <entry key="UseCustomBrowser" type="Bool">
 
816
      <default>false</default>
 
817
      <label></label>
 
818
      <whatsthis></whatsthis>
 
819
    </entry>
 
820
    <entry key="WebBrowserCmd" type="String">
 
821
      <default>firefox '%u'</default>
 
822
      <label></label>
 
823
      <whatsthis></whatsthis>
 
824
    </entry>
 
825
  </group>
 
826
  <group name="External Log Viewer">
 
827
    <entry key="UseExternalLogViewer" type="Bool">
 
828
        <default>false</default>
 
829
        <label></label>
 
830
        <whatsthis></whatsthis>
 
831
    </entry>
 
832
  </group>
 
833
  <group name="Themes">
 
834
    <entry key="IconTheme" type="String">
 
835
      <default>default</default>
 
836
      <label></label>
 
837
      <whatsthis></whatsthis>
 
838
    </entry>
 
839
    <entry key="EnableEmotIcons" type="Bool">
 
840
      <default>false</default>
 
841
      <label>Enable emoticons</label>
 
842
    </entry>
 
843
    <entry key="EmotIconTheme" type="String">
 
844
      <default>Default</default>
 
845
      <label>Emoticons theme</label>
 
846
    </entry>
 
847
  </group>
 
848
  <group name="PreferencesDialog">
 
849
    <entry name="PreferencesDialogSize" key="Size" type="Size">
 
850
      <default></default>
 
851
      <label></label>
 
852
      <whatsthis></whatsthis>
 
853
    </entry>
 
854
    <entry key="LastActiveModule" type="Int">
 
855
      <default></default>
 
856
      <label></label>
 
857
      <whatsthis></whatsthis>
 
858
    </entry>
 
859
  </group>
 
860
  <group name="ServerListDialog">
 
861
    <entry name="ServerListDialogSize" key="Size" type="Size">
 
862
      <default></default>
 
863
      <label></label>
 
864
      <whatsthis></whatsthis>
 
865
    </entry>
 
866
  </group>
 
867
  <group name="Message Text Colors">
 
868
    <entry name="$(colorName)Color" type="Color" key="$(colorName)">
 
869
      <parameter name="colorName" type="Enum">
 
870
        <values>
 
871
          <value>ActionMessage</value>
 
872
          <value>BacklogMessage</value>
 
873
          <value>ChannelMessage</value>
 
874
          <value>CommandMessage</value>
 
875
          <value>QueryMessage</value>
 
876
          <value>ServerMessage</value>
 
877
          <value>Time</value>
 
878
          <value>Action</value>
 
879
          <value>TextViewBackground</value>
 
880
          <value>AlternateBackground</value>
 
881
          <value>Hyperlink</value>
 
882
        </values>
 
883
      </parameter>
 
884
      <default param="ActionMessage">#0000ff</default>
 
885
      <default param="BacklogMessage">#aaaaaa</default>
 
886
      <default param="ChannelMessage">#000000</default>
 
887
      <default param="CommandMessage">#960096</default>
 
888
      <default param="QueryMessage">#000000</default>
 
889
      <default param="ServerMessage">#91640a</default>
 
890
      <default param="Time">#709070</default>
 
891
      <default param="Action">#0000ff</default>
 
892
      <default param="TextViewBackground">#ffffff</default>
 
893
      <default param="AlternateBackground">#EDF4F9</default>
 
894
      <default param="Hyperlink">#0000ff</default>
 
895
    </entry>
 
896
  </group>
 
897
  <group name="Tab Notifications">
 
898
    <entry key="TabNotificationsText" type="Bool">
 
899
      <default>true</default>
 
900
      <label></label>
 
901
      <whatsthis></whatsthis>
 
902
    </entry>
 
903
    <entry key="TabNotificationsLeds" type="Bool">
 
904
      <default>false</default>
 
905
      <label></label>
 
906
      <whatsthis></whatsthis>
 
907
    </entry>
 
908
    <entry key="TabNotificationsSystem" type="Bool">
 
909
      <default>true</default>
 
910
      <label></label>
 
911
      <whatsthis></whatsthis>
 
912
    </entry>
 
913
    <entry key="TabNotificationsSystemColor" type="Color">
 
914
      <default>#C3C300</default>
 
915
      <label></label>
 
916
      <whatsthis></whatsthis>
 
917
    </entry>
 
918
    <entry key="TabNotificationsMsgs" type="Bool">
 
919
      <default>true</default>
 
920
      <label></label>
 
921
      <whatsthis></whatsthis>
 
922
    </entry>
 
923
    <entry key="TabNotificationsMsgsColor" type="Color">
 
924
      <default>#008000</default>
 
925
      <label></label>
 
926
      <whatsthis></whatsthis>
 
927
    </entry>
 
928
    <entry key="TabNotificationsPrivate" type="Bool">
 
929
      <default>true</default>
 
930
      <label></label>
 
931
      <whatsthis></whatsthis>
 
932
    </entry>
 
933
    <entry key="TabNotificationsPrivateColor" type="Color">
 
934
      <default>#800000</default>
 
935
      <label></label>
 
936
      <whatsthis></whatsthis>
 
937
    </entry>
 
938
    <entry key="TabNotificationsEvents" type="Bool">
 
939
      <default>false</default>
 
940
      <label></label>
 
941
      <whatsthis></whatsthis>
 
942
    </entry>
 
943
    <entry key="TabNotificationsEventsColor" type="Color">
 
944
      <default>#008000</default>
 
945
      <label></label>
 
946
      <whatsthis></whatsthis>
 
947
    </entry>
 
948
    <entry key="TabNotificationsNick" type="Bool">
 
949
      <default>true</default>
 
950
      <label></label>
 
951
      <whatsthis></whatsthis>
 
952
    </entry>
 
953
    <entry key="TabNotificationsNickColor" type="Color">
 
954
      <default>#FF0000</default>
 
955
      <label></label>
 
956
      <whatsthis></whatsthis>
 
957
    </entry>
 
958
    <entry key="TabNotificationsHighlights" type="Bool">
 
959
      <default>true</default>
 
960
      <label></label>
 
961
      <whatsthis></whatsthis>
 
962
    </entry>
 
963
    <entry key="TabNotificationsHighlightsColor" type="Color">
 
964
      <default>#FF0000</default>
 
965
      <label></label>
 
966
      <whatsthis></whatsthis>
 
967
    </entry>
 
968
    <entry key="TabNotificationsOverride" type="Bool">
 
969
      <default>false</default>
 
970
      <label></label>
 
971
      <whatsthis></whatsthis>
 
972
    </entry>
 
973
  </group>
 
974
  <group name="Sort Nicknames">
 
975
    <entry key="SortOrder" type="String">
 
976
      <default>qpohv-</default>
 
977
      <label></label>
 
978
    </entry>
 
979
  </group>
 
980
  <group name="QueueRates">
 
981
    <entry name="queueRate$(QueueIndex)" type="IntList" key="EmptyingRate $(QueueIndex)">
 
982
        <!-- kconfig_compiler really should do this for me... -->
 
983
        <code>  QList&lt; QList&lt;int&gt; &gt; defaultRate;
 
984
  QList&lt; int &gt; defaultRateInit;
 
985
 
 
986
  defaultRateInit.append( 15 );
 
987
  defaultRateInit.append( 60 );
 
988
  defaultRateInit.append( 0 );
 
989
  defaultRate.append( defaultRateInit );
 
990
 
 
991
  defaultRateInit.clear();
 
992
  defaultRateInit.append( 40 );
 
993
  defaultRateInit.append( 60 );
 
994
  defaultRateInit.append( 0 );
 
995
  defaultRate.append( defaultRateInit );
 
996
 
 
997
  defaultRateInit.clear();
 
998
  defaultRateInit.append( 1 );
 
999
  defaultRateInit.append( 1 );
 
1000
  defaultRateInit.append( 0 );
 
1001
  defaultRate.append( defaultRateInit );
 
1002
        </code>
 
1003
        <parameter name="QueueIndex" type="Int" max="2"/>
 
1004
        <default code="true">defaultRate[$(QueueIndex)]</default>
 
1005
    </entry>
 
1006
    <entry key="ShowQueueTuner" type="Bool">
 
1007
        <default>false</default>
 
1008
    </entry>
 
1009
  </group>
 
1010
  <group name="Proxy">
 
1011
    <entry key="ProxyEnabled" type="Bool">
 
1012
        <default>false</default>
 
1013
        <label></label>
 
1014
    </entry>
 
1015
    <entry key="ProxyType" type="Enum">
 
1016
        <choices>
 
1017
            <choice name="Socksv5Proxy" />
 
1018
            <choice name="HTTPProxy" />
 
1019
        </choices>
 
1020
        <default>Socksv5Proxy</default>
 
1021
        <label></label>
 
1022
    </entry>
 
1023
    <entry key="ProxyAddress" type="String">
 
1024
        <default></default>
 
1025
        <label></label>
 
1026
    </entry>
 
1027
    <entry key="ProxyPort" type="Int">
 
1028
        <default>8080</default>
 
1029
        <label></label>
 
1030
    </entry>
 
1031
    <entry key="ProxyUsername" type="String">
 
1032
        <default></default>
 
1033
        <label></label>
 
1034
    </entry>
 
1035
    <entry key="ProxyPassword" type="String">
 
1036
        <default></default>
 
1037
        <label></label>
 
1038
    </entry>
 
1039
  </group>
 
1040
</kcfg>