~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to data/com.ubuntu.update-manager.gschema.xml.in

  • Committer: Michael Vogt
  • Date: 2011-07-07 16:17:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2148.
  • Revision ID: michael.vogt@ubuntu.com-20110707161753-gpybe06i2gx71gtl
initial port from gconf -> gsettings, this needs some cleanup in the naming still

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <schema id="com.ubuntu.update-manager" path="/apps/update-manager/">
 
3
    <key name="remind-reload" type="b">
 
4
      <default>true</default>
 
5
      <summary>Remind to reload the channel list</summary>
 
6
      <description>If automatic checking for updates is disabled, you have to reload the channel list manually. This option allows to hide the reminder shown in this case.</description>
 
7
    </key>
 
8
    <key name="show-details" type="b">
 
9
      <default>false</default>
 
10
      <summary>Show details of an update</summary>
 
11
      <description>Stores the state of the expander that contains the list of changes and the description</description>
 
12
    </key>
 
13
    <key name="window-width" type="i">
 
14
      <default>0</default>
 
15
      <summary>The window width</summary>
 
16
      <description>Stores the width of the update-manager dialog</description>
 
17
    </key>
 
18
    <key name="window-height" type="i">
 
19
      <default>0</default>
 
20
      <summary>The window height</summary>
 
21
      <description>Stores the height of the update-manager dialog</description>
 
22
    </key>
 
23
    <key name="check-dist-upgrades" type="b">
 
24
      <default>true</default>
 
25
      <summary>*deprecated* Check for new distribution releases</summary>
 
26
      <description>This key is deprecated in favor of the file /etc/update-manager/release-upgrades  Check automatically if a new version of the current  distribution is available and offer to upgrade (if possible).</description>
 
27
    </key>
 
28
    <key name="autoclose-install-window" type="b">
 
29
      <default>true</default>
 
30
      <summary>Auto close the install window after successful install</summary>
 
31
      <description>If this key is set the install window will be automatically closed on successful installation.</description>
 
32
    </key>
 
33
    <key name="show-versions" type="b">
 
34
      <default>false</default>
 
35
      <summary>Show version in update list</summary>
 
36
      <description>If this key is set the main update list window will show version information (from version to version).</description>
 
37
    </key>
 
38
    <key name="summary-before-name" type="b">
 
39
      <default>true</default>
 
40
      <summary>Show package summary before package name in update list</summary>
 
41
      <description>If this key is set, the main update list window will show the package summary before the package name.</description>
 
42
    </key>
 
43
    <key name="first-run" type="b">
 
44
      <default>true</default>
 
45
      <summary>First run welcome message</summary>
 
46
      <description>If this key is set a first run welcome message will be presented.</description>
 
47
    </key>
 
48
    <key name="check-new-release-ignore" type="s">
 
49
      <default>''</default>
 
50
      <summary>make check-new-release-gtk ignore a given new release</summary>
 
51
      <description>This will permanently hide the new release prompt from  check-new-release-gtk. Note that the small button in the main update-manager UI will still be there.</description>
 
52
    </key>
 
53
    <key name="launch-time" type="i">
 
54
      <default>0</default>
 
55
      <summary>Time when update-manager got launched last</summary>
 
56
      <description>The last time update-manager was run.</description>
 
57
    </key>
 
58
  </schema>
 
59
</schemalist>