[nautilus/wip/csoriano/search-popover: 2/43] settings: add setting to track remote search on remote locations



commit 80f8cba48921f7fbed5979c610a85fed2457a74b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Jan 12 20:34:38 2016 -0200

    settings: add setting to track remote search on remote locations
    
    Remote locations by default don't handle recursive search, since
    it has high costs associated. We can't, however, neglect the ability
    to search recursively on those folders, nor share the same setting
    with common folders too.
    
    To fix that, add a new setting called "enable-remote-recursive-search"
    which will be used by the next commits to properly implement recursive
    search for remote locations.

 data/org.gnome.nautilus.gschema.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 0a1acad..e5632cc 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -76,6 +76,11 @@
       <summary>Whether to enable recursive search or not</summary>
       <description>Enables or disables recursive search in Nautilus.</description>
     </key>
+    <key type="b" name="enable-remote-recursive-search">
+      <default>false</default>
+      <summary>Whether to enable recursive search or not on remote locations</summary>
+      <description>Enables or disables recursive search on remote locations in Nautilus.</description>
+    </key>
     <key type="b" name="show-delete-permanently">
       <default>false</default>
       <summary>Whether to show a context menu item to delete permanently</summary>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]