~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to options/default.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                <account comment="Default account options">
19
19
                        <domain comment="Always use the same domain to register with. Leave this empty to allow the user to choose his server." type="QString"/>
20
20
                </account>
 
21
    <auto-update comment="Auto updater">
 
22
      <check-on-startup comment="Check for available updates on startup" type="bool">true</check-on-startup>
 
23
    </auto-update>
21
24
                <enable-multicast comment="Enable multicasting messages to multiple recipients" type="bool">false</enable-multicast>
22
25
                <html comment="Hypertext markup options">
23
26
                        <chat comment="HTML in chats">
55
58
                <ui comment="User interface options">
56
59
                        <account comment="Account options">
57
60
                                <data-proxy comment="Allow changing the data transfer proxy" type="bool">true</data-proxy>
58
 
                                <ignore-ssl-warnings comment="Show the ignore SSL warnings option" type="bool">true</ignore-ssl-warnings>
59
61
                                <keepalive comment="Show the keepalive option" type="bool">true</keepalive>
60
62
                                <legacy-ssl-probe comment="Show legacy SSL probe option" type="bool">true</legacy-ssl-probe>
61
63
                                <manual-host comment="Enable manual host configuration" type="bool">true</manual-host>
335
337
                                        <item type="QKeySequence">Enter</item>
336
338
                                </send>
337
339
                                <clear type="QKeySequence" comment="Clear the text"/>
 
340
                                <quick-command type="QKeySequence" comment="Change to quick command mode">Ctrl+7</quick-command>
338
341
                        </chat>
339
342
                        <contactlist comment="Shortcuts in the contactlist">
340
343
                                <assign-custom-avatar type="QKeySequence" comment="Assign a custom avatar to the selected contact"/>
440
443
                <xml-console>
441
444
                        <enable-at-login type="bool">false</enable-at-login>
442
445
                </xml-console>
 
446
                <media>
 
447
                        <devices>
 
448
                                <audio-output type="QString"/>
 
449
                                <audio-input type="QString"/>
 
450
                                <video-input type="QString"/>
 
451
                        </devices>
 
452
                </media>
443
453
        </options>
444
454
        <accounts comment="Account definitions and options"/>
445
455
        <plugins comment="Plugin options"/>