~brandontschaefer/unity/hud-to-dash-fix

572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
1
<schemalist>
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
2
  <enum id="form-factor-enum">
3
    <value nick="Automatic" value="0" />
4
    <value nick="Desktop" value="1" />
5
    <value nick="Netbook" value="2" />
6
  </enum>
945.11.8 by Neil Jagdish Patel
Make the settings for the home screen expanded state stick
7
  <enum id="home-expanded-enum">
8
    <value nick="Not Expanded" value="0" />
9
    <value nick="Expanded" value="1" />
10
  </enum>
918.9.1 by Andrea Azzarone
A patch that add the possibility to show only mounted device in the springboard,
11
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
12
  <schema path="/desktop/unity/" id="com.canonical.Unity" gettext-domain="unity">
13
    <key enum="form-factor-enum" name="form-factor">
14
      <default>"Automatic"</default>
15
      <summary>The form factor Unity should target.</summary>
16
      <description>The form factor chosen will affect the size and appearance of the Dash, Launcher and also the Window Management behaviour.</description>
17
    </key>
945.11.8 by Neil Jagdish Patel
Make the settings for the home screen expanded state stick
18
    <key enum="home-expanded-enum" name="home-expanded">
19
      <default>"Expanded"</default>
20
      <summary>Whether the home screen should be expanded.</summary>
21
      <description>Whether the home screen should be expanded.</description>
22
    </key>
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
23
  </schema>
1825.2.34 by Mikkel Kamstrup Erlandsen
Whitespace fixes in gsettings schema
24
  <schema path="/desktop/unity/launcher/" id="com.canonical.Unity.Launcher" gettext-domain="unity">
572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
25
    <key type="as" name="favorites">
1630 by Didier Roche
Add system setting icon to Launcher (LP: #764744)
26
      <default>[ 'ubiquity-gtkui.desktop', 'nautilus-home.desktop', 'firefox.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'ubuntu-software-center.desktop', 'ubuntuone-installer.desktop', 'gnome-control-center.desktop' ]</default>
572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
27
      <summary>List of desktop file ids for favorites on the launcher.</summary>
28
      <description>These applications are shown in the Launcher by default.</description>
29
    </key>
621.3.1 by Didier Roche
new version of the migration script
30
    <key type="s" name="favorite-migration">
31
      <default>''</default>
32
      <summary>Version of last migration done</summary>
33
      <description>This is a detection key for the favorite migration script to know whether the needed migration is done or not.</description>
34
    </key>
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
35
  </schema>
1825.2.34 by Mikkel Kamstrup Erlandsen
Whitespace fixes in gsettings schema
36
  <schema path="/desktop/unity/panel/" id="com.canonical.Unity.Panel" gettext-domain="unity">
853.4.8 by Neil Jagdish Patel
Implement whitelisting for Skype, Java and Wine apps
37
    <key type="as" name="systray-whitelist">
2006.1.1 by Lars Uebernickel
Add indicator-printers support and remove whitelist entry of old printer applet
38
      <default>[ 'JavaEmbeddedFrame', 'Wine', 'Update-notifier' ]</default>
853.4.8 by Neil Jagdish Patel
Implement whitelisting for Skype, Java and Wine apps
39
      <summary>List of client names, resource classes or wm classes to allow in the Panel's systray implementation.</summary>
40
      <description>"" (empty) will not allow any tray icons, "all" will allow all tray icons, otherwise there will be an attempt to match each icon to a value here.</description>
41
    </key>
42
  </schema>
918.9.1 by Andrea Azzarone
A patch that add the possibility to show only mounted device in the springboard,
43
  <schema path="/desktop/unity/devices/" id="com.canonical.Unity.Devices" gettext-domain="unity">
968.3.1 by Andrea Azzarone
I have added the quicklist item "Keep in Launcher" also for the device icons!
44
    <key type="as" name="favorites">
45
        <default>[]</default>
46
        <summary>List of device uuid for favorites on the launcher.</summary>
47
        <description>These devices are shown in the Launcher by default.</description>
918.9.1 by Andrea Azzarone
A patch that add the possibility to show only mounted device in the springboard,
48
    </key>
1825.2.35 by Mikkel Kamstrup Erlandsen
Add gsettings schema com.canonical.Unity.Dash which holds a key to specify lens sorting (FIXME: how do we sort the entries in the lens bar, perhaps we should really respect those in stead?)
49
  </schema>
50
  <schema path="/desktop/unity/dash/" id="com.canonical.Unity.Dash" gettext-domain="unity">
51
    <key type="as" name="home-lens-ordering">
52
      <default>[ 'applications.lens', 'files.lens', 'music.lens' ]</default>
53
      <summary>List of lens ids specifying how lenses should be ordered in the Dash home screen.</summary>
54
      <description>The categories listed on the Dash home screen will be ordered according to this list. Lenses not appearing in this list will not have any particular ordering and will always sort after lenses specified in this list.</description>
55
    </key>
56
  </schema>
572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
57
</schemalist>