summaryrefslogtreecommitdiff
path: root/libnautilus-private
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-23 10:56:25 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-23 12:22:56 +0200
commit000b73a429932d9816aaf5e69cd521675b39b548 (patch)
tree9cb9f4d7310f8a77878e15250f58c8fdd7aac49b /libnautilus-private
parent77207d5ff5bade458446d5783fe6a99fc38ac6de (diff)
downloadnautilus-000b73a429932d9816aaf5e69cd521675b39b548.tar.gz
Move the sort order prefs from view-specific to common prefs
We already only have one UI setting that controls both, so it makes no sense to have two settings.
Diffstat (limited to 'libnautilus-private')
-rw-r--r--libnautilus-private/org.gnome.nautilus.gschema.xml.in44
1 files changed, 13 insertions, 31 deletions
diff --git a/libnautilus-private/org.gnome.nautilus.gschema.xml.in b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
index 27e05376b..93d1c21b0 100644
--- a/libnautilus-private/org.gnome.nautilus.gschema.xml.in
+++ b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
@@ -168,6 +168,19 @@
<_summary>Show folders first in windows</_summary>
<_description>If set to true, then Nautilus shows folders prior to showing files in the icon and list views.</_description>
</key>
+ <key name="default-sort-order" enum="org.gnome.nautilus.SortOrder">
+ <aliases>
+ <alias value='modification_date' target='mtime'/>
+ </aliases>
+ <default>'name'</default>
+ <_summary>Default sort order</_summary>
+ <_description>The default sort-order for items in the icon view. Possible values are "name", "size", "type", "mtime", and "emblems".</_description>
+ </key>
+ <key name="default-sort-in-reverse-order" type="b">
+ <default>false</default>
+ <_summary>Reverse sort order in new windows</_summary>
+ <_description>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a"; if sorted by size, instead of being incrementally they will be sorted decrementally.</_description>
+ </key>
<key name="show-desktop" type="b">
<default>true</default>
<_summary>Nautilus handles drawing the desktop</_summary>
@@ -245,19 +258,6 @@
"size", "type", "date_modified", "date_changed", "date_accessed", "owner",
"group", "permissions", "octal_permissions" and "mime_type".</_description>
</key>
- <key name="default-sort-order" enum="org.gnome.nautilus.SortOrder">
- <aliases>
- <alias value='modification_date' target='mtime'/>
- </aliases>
- <default>'name'</default>
- <_summary>Default sort order</_summary>
- <_description>The default sort-order for items in the icon view. Possible values are "name", "size", "type", "mtime", and "emblems".</_description>
- </key>
- <key name="default-sort-in-reverse-order" type="b">
- <default>false</default>
- <_summary>Reverse sort order in new windows</_summary>
- <_description>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a"; if sorted by size, instead of being incrementally they will be sorted decrementally.</_description>
- </key>
<key name="default-use-tighter-layout" type="b">
<default>false</default>
<_summary>Use tighter layout in new windows</_summary>
@@ -268,11 +268,6 @@
<_summary>Put labels beside icons</_summary>
<_description>If true, labels will be placed beside icons rather than underneath them.</_description>
</key>
- <key name="default-use-manual-layout" type="b">
- <default>false</default>
- <_summary>Use manual layout in new windows</_summary>
- <_description>If true, new windows will use manual layout by default.</_description>
- </key>
<key name="default-zoom-level" enum="org.gnome.nautilus.ZoomLevel">
<default>'standard'</default>
<_summary>Default icon zoom level</_summary>
@@ -322,19 +317,6 @@
</schema>
<schema id="org.gnome.nautilus.list-view" path="/apps/nautilus/list-view/" gettext-domain="nautilus">
- <key name="default-sort-order" enum="org.gnome.nautilus.SortOrder">
- <aliases>
- <alias value='modification_date' target='mtime'/>
- </aliases>
- <default>'name'</default>
- <_summary>Default sort order</_summary>
- <_description>The default sort-order for the items in the list view. Possible values are "name", "size", "type", and "mtime".</_description>
- </key>
- <key name="default-sort-in-reverse-order" type="b">
- <default>false</default>
- <_summary>Reverse sort order in new windows</_summary>
- <_description>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a".</_description>
- </key>
<key name="default-zoom-level" enum="org.gnome.nautilus.ZoomLevel">
<default>'smaller'</default>
<_summary>Default list zoom level</_summary>