[gthumb] change_date: fixed gsettings keys definition



commit 5d4e5ce51c841ef6b4b62742f8955f56b0ed240f
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jan 8 09:58:23 2012 +0100

    change_date: fixed gsettings keys definition
    
    [bug #667251]

 data/gthumb.convert                              |   10 +----
 data/org.gnome.gthumb.change-date.gschema.xml.in |   48 +++++++++++++--------
 2 files changed, 31 insertions(+), 27 deletions(-)
---
diff --git a/data/gthumb.convert b/data/gthumb.convert
index 9724a67..ba282b0 100644
--- a/data/gthumb.convert
+++ b/data/gthumb.convert
@@ -24,14 +24,6 @@ sidebar-visible = /apps/gthumb/ui/sidebar_visible
 thumbnail-list-visible = /apps/gthumb/ui/thumbnail_list_visible
 viewer-thumbnails-orientation = /apps/gthumb/ui/viewer_thumbnails_orientation
 
-[org.gnome.gthumb.change-date]
-width = /apps/gthumb/ext/resize_images/width
-height = /apps/gthumb/ext/resize_images/height
-unit = /apps/gthumb/ext/resize_images/unit
-keep-aspect-ratio = /apps/gthumb/ext/resize_images/keep_aspect_ratio
-allow-swap-width-height = /apps/gthumb/ext/resize_images/allow_swap_width_height
-mime-type = /apps/gthumb/ext/resize_images/mime_type
-
 [org.gnome.gthumb.contact-sheet.contact-sheet]
 header = /apps/gthumb/ext/contact_sheet/header
 footer = /apps/gthumb/ext/contact_sheet/footer
@@ -142,7 +134,7 @@ quality = /apps/gthumb/save_options/jpeg/quality
 smoothing = /apps/gthumb/save_options/jpeg/smoothing
 optimize = /apps/gthumb/save_options/jpeg/optimize
 progressive = /apps/gthumb/save_options/jpeg/progressive
-    
+
 [org.gnome.gthumb.pixbuf-savers.png]
 compression-level = /apps/gthumb/save_options/png/compression_level
 
diff --git a/data/org.gnome.gthumb.change-date.gschema.xml.in b/data/org.gnome.gthumb.change-date.gschema.xml.in
index 79cb794..ffb9aca 100644
--- a/data/org.gnome.gthumb.change-date.gschema.xml.in
+++ b/data/org.gnome.gthumb.change-date.gschema.xml.in
@@ -1,42 +1,54 @@
 <!--
   gThumb
- 
+
   Copyright  2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-    
+
   <schema id="org.gnome.gthumb.change-date" path="/org/gnome/gthumb/change-date/">
-    <key name="width" type="i">
-      <default>640</default>
+    <key name="set-last-modified-date" type="b">
+      <default>false</default>
     </key>
-    <key name="height" type="i">
-      <default>480</default>
+    <key name="set-comment-date" type="b">
+      <default>false</default>
     </key>
-    <key name="unit" enum="org.gnome.gthumb.GthUnit">
-      <default>'percentage'</default>
+    <key name="set-exif-datetimeoriginal-tag" type="b">
+      <default>false</default>
     </key>
-    <key name="keep-aspect-ratio" type="b">
-      <default>true</default>
+    <key name="to-following-date" type="b">
+      <default>false</default>
     </key>
-    <key name="allow-swap-width-height" type="b">
-      <default>true</default>
-    </key>
-    <key name="mime-type" type="s">
+    <key name="date" type="s">
       <default>''</default>
     </key>
+    <key name="to-file-modified-date" type="b">
+      <default>false</default>
+    </key>
+    <key name="to-file-creation-date" type="b">
+      <default>false</default>
+    </key>
+    <key name="to-photo-original-date" type="b">
+      <default>false</default>
+    </key>
+    <key name="adjust-time" type="b">
+      <default>false</default>
+    </key>
+    <key name="time-adjustment" type="i">
+      <default>0</default>
+    </key>
   </schema>
-  
+
 </schemalist>



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