r23216 - gnucash/trunk - Add GSettings schemas and build rules

Geert Janssens gjanssens at code.gnucash.org
Mon Oct 7 10:04:00 EDT 2013


Author: gjanssens
Date: 2013-10-07 10:03:59 -0400 (Mon, 07 Oct 2013)
New Revision: 23216
Trac: http://svn.gnucash.org/trac/changeset/23216

Added:
   gnucash/trunk/src/business/business-gnome/gschemas/
   gnucash/trunk/src/business/business-gnome/gschemas/Makefile.am
   gnucash/trunk/src/business/business-gnome/gschemas/org.gnucash.dialogs.business.gschema.xml.in
   gnucash/trunk/src/gnome-utils/gschemas/
   gnucash/trunk/src/gnome-utils/gschemas/Makefile.am
   gnucash/trunk/src/gnome-utils/gschemas/org.gnucash.history.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/
   gnucash/trunk/src/gnome/gschemas/Makefile.am
   gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.checkprinting.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.commodities.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.prices.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.reconcile.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.sxs.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.totd.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.general.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.warnings.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.account.tree.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.gschema.xml.in
   gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.register.gschema.xml.in
   gnucash/trunk/src/import-export/aqbanking/gschemas/
   gnucash/trunk/src/import-export/aqbanking/gschemas/Makefile.am
   gnucash/trunk/src/import-export/aqbanking/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in
   gnucash/trunk/src/import-export/csv-export/gschemas/
   gnucash/trunk/src/import-export/csv-export/gschemas/Makefile.am
   gnucash/trunk/src/import-export/csv-export/gschemas/org.gnucash.dialogs.export.csv.gschema.xml.in
   gnucash/trunk/src/import-export/gschemas/
   gnucash/trunk/src/import-export/gschemas/Makefile.am
   gnucash/trunk/src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in
   gnucash/trunk/src/import-export/qif-import/gschemas/
   gnucash/trunk/src/import-export/qif-import/gschemas/Makefile.am
   gnucash/trunk/src/import-export/qif-import/gschemas/org.gnucash.dialogs.import.qif.gschema.xml.in
Modified:
   gnucash/trunk/configure.ac
   gnucash/trunk/src/business/business-gnome/Makefile.am
   gnucash/trunk/src/gnome-utils/Makefile.am
   gnucash/trunk/src/gnome/Makefile.am
   gnucash/trunk/src/import-export/Makefile.am
   gnucash/trunk/src/import-export/aqbanking/Makefile.am
   gnucash/trunk/src/import-export/csv-export/Makefile.am
   gnucash/trunk/src/import-export/qif-import/Makefile.am
Log:
Add GSettings schemas and build rules

These are converted from their GConf equivalents.
Some caveats:
- During the code updates from GConf to GSettings both systems
  use the same backend and hence need the same key and
  path names or they won't see each others changes.
- For this reason the conversion in this commit
  preserves the GConf key names even though these can
  contain illegal characters for GSettings.
- Once all code is successfully converted
  to GSettings and we have a preferences conversion
  script in place, we need one more round of fixing
  the keys and paths (/apps is deprecated in GSettings
  in favour of /org)

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2013-10-07 14:03:22 UTC (rev 23215)
+++ gnucash/trunk/configure.ac	2013-10-07 14:03:59 UTC (rev 23216)
@@ -282,6 +282,8 @@
 ])
 AC_CHECK_HEADERS(dirent.h dlfcn.h dl.h utmp.h locale.h mcheck.h unistd.h wctype.h)
 
+GLIB_GSETTINGS
+
 # I'm sure we (used to?) require this in various places, so don't remove
 # this test unless you've done sufficient code review/testing.
 AC_MSG_CHECKING(if unsigned long is at least as big as guint32)
@@ -1316,10 +1318,12 @@
   src/gnc-module/test/misc-mods/Makefile
   src/gnome/Makefile
   src/gnome/gtkbuilder/Makefile
+  src/gnome/gschemas/Makefile
   src/gnome/schemas/Makefile
   src/gnome/ui/Makefile
   src/gnome-utils/Makefile
   src/gnome-utils/gtkbuilder/Makefile
+  src/gnome-utils/gschemas/Makefile
   src/gnome-utils/schemas/Makefile
   src/gnome-utils/test/Makefile
   src/gnome-utils/ui/Makefile
@@ -1330,17 +1334,21 @@
   src/import-export/qif-import/Makefile
   src/import-export/qif/Makefile
   src/import-export/qif/test/Makefile
+  src/import-export/qif-import/gschemas/Makefile
   src/import-export/qif-import/schemas/Makefile
   src/import-export/qif-import/test/Makefile
+  src/import-export/gschemas/Makefile
   src/import-export/schemas/Makefile
   src/import-export/ofx/Makefile
   src/import-export/ofx/test/Makefile
   src/import-export/csv-import/Makefile
   src/import-export/csv-import/schemas/Makefile
   src/import-export/csv-export/Makefile
+  src/import-export/csv-export/gschemas/Makefile
   src/import-export/csv-export/schemas/Makefile
   src/import-export/log-replay/Makefile
   src/import-export/aqbanking/Makefile
+  src/import-export/aqbanking/gschemas/Makefile
   src/import-export/aqbanking/schemas/Makefile
   src/libqof/Makefile
   src/libqof/qof/Makefile
@@ -1386,6 +1394,7 @@
   src/business/Makefile
   src/business/business-gnome/Makefile
   src/business/business-gnome/gtkbuilder/Makefile
+  src/business/business-gnome/gschemas/Makefile
   src/business/business-gnome/schemas/Makefile
   src/business/business-gnome/ui/Makefile
   src/business/business-ledger/Makefile

Modified: gnucash/trunk/src/business/business-gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/business/business-gnome/Makefile.am	2013-10-07 14:03:22 UTC (rev 23215)
+++ gnucash/trunk/src/business/business-gnome/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -1,4 +1,4 @@
-SUBDIRS = . gtkbuilder schemas ui
+SUBDIRS = . gtkbuilder schemas gschemas ui
 
 pkglib_LTLIBRARIES = libgncmod-business-gnome.la
 

Added: gnucash/trunk/src/business/business-gnome/gschemas/Makefile.am
===================================================================
--- gnucash/trunk/src/business/business-gnome/gschemas/Makefile.am	                        (rev 0)
+++ gnucash/trunk/src/business/business-gnome/gschemas/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,20 @@
+ at INTLTOOL_XML_NOMERGE_RULE@
+
+gschema_in_files = \
+  org.gnucash.dialogs.business.gschema.xml
+
+gsettings_SCHEMAS = \
+  org.gnucash.dialogs.business.gschema.xml
+
+# During the conversion from GConf to GSettings we are using
+# the gconf backend for GSettings. Allow the more liberal
+# GConf key names for GSettings so both tools see the
+# same settings
+# FIXME this has to be removed once GConf is dropped.
+GLIB_COMPILE_SCHEMAS = glib-compile-schemas --allow-any-name
+
+ at GSETTINGS_RULES@
+
+EXTRA_DIST = $(gschemas_in_files)
+
+CLEANFILES = $(gsettings_SCHEMAS)

Added: gnucash/trunk/src/business/business-gnome/gschemas/org.gnucash.dialogs.business.gschema.xml.in
===================================================================
--- gnucash/trunk/src/business/business-gnome/gschemas/org.gnucash.dialogs.business.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/business/business-gnome/gschemas/org.gnucash.dialogs.business.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,53 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.business" path="/apps/gnucash/dialogs/business/">
+    <child name="customer_search" schema="org.gnucash.dialogs.business.customer_search"/>
+    <child name="invoice" schema="org.gnucash.dialogs.business.invoice"/>
+    <child name="bill" schema="org.gnucash.dialogs.business.bill"/>
+  </schema>
+  <schema id="org.gnucash.dialogs.business.customer_search" path="/apps/gnucash/dialogs/business/customer_search/">
+    <key name="search_for_active_only" type="b">
+      <default>false</default>
+      <summary>Search only in active items</summary>
+      <description>If active, only the 'active' items in the current class will be searched. Otherwise all items in the current class will be searched.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.dialogs.business.invoice" path="/apps/gnucash/dialogs/business/invoice/">
+    <key name="enable_toolbuttons" type="b">
+      <default>false</default>
+      <summary>Enable extra toolbar buttons for business</summary>
+      <description>If active, extra toolbar buttons for common business functions are shown as well. Otherwise they are not shown.</description>
+    </key>
+    <key name="invoice_printreport" type="i">
+      <default>0</default>
+      <summary>The invoice report to be used for printing</summary>
+      <description>The name of the report to be used for invoice printing.</description>
+    </key>
+    <key name="use_new_window" type="b">
+      <default>false</default>
+      <summary>Open new invoice in new window</summary>
+      <description>If active, each new invoice will be opened in a new window. Otherwise a new invoice will be opened as a tab in the main window.</description>
+    </key>
+    <key name="accumulate_splits" type="b">
+      <default>true</default>
+      <summary>Accumulate multiple splits into one</summary>
+      <description>If this field is active then multiple entries in an invoice that transfer to the same account will be accumulated into a single split.  This field can be overridden per invoice in the Posting dialog.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.dialogs.business.bill" path="/apps/gnucash/dialogs/business/bill/">
+    <key name="tax_included" type="b">
+      <default>true</default>
+      <summary>Is tax included in this type of business entry?</summary>
+      <description>If set to active then tax is included by default in entries of this type.  This setting is inherited by new customers and vendors.</description>
+    </key>
+    <key name="notify_when_due" type="b">
+      <default>true</default>
+      <summary>Show bills due reminder at startup</summary>
+      <description>If active, at startup GnuCash will check to see whether any bills will become due soon.  If so, it will present the user with a reminder dialog.  The definition of "soon" is controlled by the "Days in Advance" setting.  Otherwise GnuCash does not check for due bills.</description>
+    </key>
+    <key name="days_in_advance" type="d">
+      <default>7.0</default>
+      <summary>Show bills due within this many days</summary>
+      <description>This field defines the number of days in advance that GnuCash will check for due bills.  Its value is only used if the "Notify when due" setting is active.</description>
+    </key>
+  </schema>
+</schemalist>

Modified: gnucash/trunk/src/gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/Makefile.am	2013-10-07 14:03:22 UTC (rev 23215)
+++ gnucash/trunk/src/gnome/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -1,4 +1,4 @@
-SUBDIRS = gtkbuilder schemas ui
+SUBDIRS = gtkbuilder schemas gschemas ui
 
 lib_LTLIBRARIES = libgnc-gnome.la
 

Added: gnucash/trunk/src/gnome/gschemas/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/gschemas/Makefile.am	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,42 @@
+ at INTLTOOL_XML_NOMERGE_RULE@
+
+gschema_in_files = \
+  org.gnucash.dialogs.gschema.xml.in \
+  org.gnucash.dialogs.commodities.gschema.xml.in \
+  org.gnucash.dialogs.prices.gschema.xml.in \
+  org.gnucash.dialogs.checkprinting.gschema.xml.in \
+  org.gnucash.dialogs.reconcile.gschema.xml.in \
+  org.gnucash.dialogs.sxs.gschema.xml.in \
+  org.gnucash.dialogs.totd.gschema.xml.in \
+  org.gnucash.general.gschema.xml.in \
+  org.gnucash.warnings.gschema.xml.in \
+  org.gnucash.window.pages.account.tree.gschema.xml.in \
+  org.gnucash.window.pages.gschema.xml.in \
+  org.gnucash.window.pages.register.gschema.xml.in
+
+gsettings_SCHEMAS = \
+  org.gnucash.dialogs.gschema.xml \
+  org.gnucash.dialogs.commodities.gschema.xml \
+  org.gnucash.dialogs.prices.gschema.xml \
+  org.gnucash.dialogs.checkprinting.gschema.xml \
+  org.gnucash.dialogs.reconcile.gschema.xml \
+  org.gnucash.dialogs.sxs.gschema.xml \
+  org.gnucash.dialogs.totd.gschema.xml \
+  org.gnucash.general.gschema.xml \
+  org.gnucash.warnings.gschema.xml \
+  org.gnucash.window.pages.account.tree.gschema.xml \
+  org.gnucash.window.pages.gschema.xml \
+  org.gnucash.window.pages.register.gschema.xml
+
+# During the conversion from GConf to GSettings we are using
+# the gconf backend for GSettings. Allow the more liberal
+# GConf key names for GSettings so both tools see the
+# same settings
+# FIXME this has to be removed once GConf is dropped.
+GLIB_COMPILE_SCHEMAS = glib-compile-schemas --allow-any-name
+
+ at GSETTINGS_RULES@
+
+EXTRA_DIST = $(gschema_in_files)
+
+CLEANFILES = $(gsettings_SCHEMAS)

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.checkprinting.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.checkprinting.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.checkprinting.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,69 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.checkprinting" path="/apps/gnucash/dialogs/print_checks/">
+    <key name="check_format" type="i">
+      <default>0</default>
+      <summary>Index of predefined check format to use</summary>
+      <description>This value specifies the predefined check format to use.  The number is the 0-based index into the list of known check formats.</description>
+    </key>
+    <key name="check_position" type="i">
+      <default>0</default>
+      <summary>Which check position to print</summary>
+      <description>On preprinted checks containing multiple checks per page, this setting specifies which check position to print.  The possible values are 0, 1 and 2, corresponding to the top, middle and bottom checks on the page.</description>
+    </key>
+    <key name="date_format" type="i">
+      <default>0</default>
+      <summary>Date format to use</summary>
+      <description>This is the numerical identifier of the predefined date format to use.</description>
+    </key>
+    <key name="date_format_user" type="s">
+      <default>'0'</default>
+      <summary>Custom date format</summary>
+      <description>If the 'date_format' is set to indicate a custom date format, this value is used as an argument to strftime to produce the date to be printed.  It may be any valid strftime string; for more information about this format, read the manual page of strftime by "man 3 strftime".</description>
+    </key>
+    <key name="custom_payee" type="ai">
+      <default>[]</default>
+      <summary>Position of payee name</summary>
+      <description>This value contains the X,Y coordinates for the start of the payee line on the check.</description>
+    </key>
+    <key name="custom_date" type="ai">
+      <default>[]</default>
+      <summary>Position of date line</summary>
+      <description>This value contains the X,Y coordinates for the start of the date line on the check.  Coordinates are from the lower left corner of the specified check position.</description>
+    </key>
+    <key name="custom_amount_words" type="ai">
+      <default>[]</default>
+      <summary>Position of check amount in words</summary>
+      <description>This value contains the X,Y coordinates for the start of the written amount line on the check.  Coordinates are from the lower left corner of the specified check position.</description>
+    </key>
+    <key name="custom_amount_number" type="ai">
+      <default>[]</default>
+      <summary>Position of check amount in numbers</summary>
+      <description>This value contains the X,Y coordinates for the start of the numerical amount line on the check.  Coordinates are from the lower left corner of the specified check position.</description>
+    </key>
+    <key name="custom_memo" type="ai">
+      <default>[]</default>
+      <summary>Position of memo line</summary>
+      <description>This value contains the X,Y coordinates for the start of the memo line on the check.  Coordinates are from the lower left corner of the specified check position.</description>
+    </key>
+    <key name="custom_position" type="ai">
+      <default>[]</default>
+      <summary>Position of check on page</summary>
+      <description>This value contains the Y coordinate for the bottom edge of the check.  This coordinate is from the bottom edge of the sheet of paper.</description>
+    </key>
+    <key name="print_date_format" type="b">
+      <default>false</default>
+      <summary>Print the date format below the date.</summary>
+      <description>Each time the date is printed, print the date format immediately below in 8 point type using the characters Y, M, and D.</description>
+    </key>
+    <key name="default_font" type="s">
+      <default>'sans 10'</default>
+      <summary>The default check printing font</summary>
+      <description>The default font to use when printing checks.  This value will be overridden by any font specified in a check description file.</description>
+    </key>
+    <key name="blocking_chars" type="b">
+      <default>false</default>
+      <summary>Print '***' before and after text.</summary>
+      <description>Print '***' before and after text.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.commodities.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.commodities.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.commodities.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,74 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.commodities" path="/apps/gnucash/dialogs/edit_commodities/">
+    <key name="column_order" type="as">
+      <default>[ 'namespace', 'symbol', 'name', 'printname', 'uniquename', 'cusip_code', 'fraction', 'quote_flag', 'quote_source', 'quote_timezone' ]</default>
+      <summary>Order of columns in the dialog</summary>
+      <description>This setting contains a list of names which controls the order in which the columns are listed in the dialog.  Names may be reordered or removed from this list to control which columns appear in the dialog and in what order.</description>
+    </key>
+    <key name="namespace_visible" type="b">
+      <default>true</default>
+      <summary>Show the Namespace column</summary>
+      <description>Show the Namespace column</description>
+    </key>
+    <key name="symbol_visible" type="b">
+      <default>true</default>
+      <summary>Show the symbol column</summary>
+      <description>Show the symbol column</description>
+    </key>
+    <key name="name_visible" type="b">
+      <default>true</default>
+      <summary>Show the name column</summary>
+      <description>Show the name column</description>
+    </key>
+    <key name="fullname_visible" type="b">
+      <default>false</default>
+      <summary>Show the Full Name column</summary>
+      <description>Show the Full Name column</description>
+    </key>
+    <key name="printname_visible" type="b">
+      <default>false</default>
+      <summary>Show the Print Name column</summary>
+      <description>Show the Print Name column</description>
+    </key>
+    <key name="uniquename_visible" type="b">
+      <default>false</default>
+      <summary>Show the Unique Name column</summary>
+      <description>Show the Unique Name column</description>
+    </key>
+    <key name="cusip_code_visible" type="b">
+      <default>true</default>
+      <summary>Show the ISIN/CUSIP Code (Exchange Specific Data) column</summary>
+      <description>Show the ISIN/CUSIP Code (Exchange Specific Data) column</description>
+    </key>
+    <key name="fraction_visible" type="b">
+      <default>true</default>
+      <summary>Show the fraction column</summary>
+      <description>Show the fraction column</description>
+    </key>
+    <key name="quote_flag_visible" type="b">
+      <default>false</default>
+      <summary>Show the Quote Flag column</summary>
+      <description>Show the Quote Flag column</description>
+    </key>
+    <key name="quote_source_visible" type="b">
+      <default>false</default>
+      <summary>Show the Quote Source column</summary>
+      <description>Show the Quote Source column</description>
+    </key>
+    <key name="quote_timezone_visible" type="b">
+      <default>false</default>
+      <summary>Show the Quote Timezone column</summary>
+      <description>Show the Quote Timezone column</description>
+    </key>
+    <key name="cusip_code_width" type="i">
+      <default>0</default>
+      <summary>Width of this column</summary>
+      <description>This setting stores the width of the given column in pixels.</description>
+    </key>
+    <key name="include_iso" type="b">
+      <default>false</default>
+      <summary>Show currencies in this dialog</summary>
+      <description>Show currencies in this dialog</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,70 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs" path="/apps/gnucash/dialogs/">
+    <child name="account" schema="org.gnucash.dialogs.account"/>
+    <child name="find" schema="org.gnucash.dialogs.find"/>
+    <child name="export_accounts" schema="org.gnucash.dialogs.export_accounts"/>
+    <child name="edit_commodities" schema="org.gnucash.dialogs.edit_commodities"/>
+    <child name="new_user" schema="org.gnucash.dialogs.new_user"/>
+    <child name="new_hierarchy" schema="org.gnucash.dialogs.new_hierarchy"/>
+    <child name="search" schema="org.gnucash.dialogs.search"/>
+  </schema>
+  <schema id="org.gnucash.dialogs.account" path="/apps/gnucash/dialogs/account/">
+    <key name="window_position" type="ai">
+      <default>[]</default>
+      <summary>Window position</summary>
+      <description>This setting describes the last position of the window. The numbers are the X and Y coordinates of the top left corner of the window.</description>
+    </key>
+    <key name="window_geometry" type="ai">
+      <default>[]</default>
+      <summary>Window size</summary>
+      <description>This setting describes the size of the window when it was last closed. The numbers are the width and height of the window.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.dialogs.find" path="/apps/gnucash/dialogs/find/">
+    <key name="search_for_active_only" type="b">
+      <default>false</default>
+      <summary>Search only in active items</summary>
+      <description>This setting indicates whether to search in all items in the current class, or only in 'active' items in the current class.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.dialogs.export_accounts" path="/apps/gnucash/dialogs/export_accounts/">
+    <key name="last_path" type="s">
+      <default>''</default>
+      <summary>Last pathname used</summary>
+      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.dialogs.edit_commodities" path="/apps/gnucash/dialogs/edit_commodities/">
+    <key name="sort_column" type="as">
+      <default>[]</default>
+      <summary>Columns used for sorting</summary>
+      <description>This setting indicates which column in the tree is used for sorting.  Possible values for this setting are the name of any column in this window (see the column_order key) or the keyword 'none'.</description>
+    </key>
+    <key name="sort_order" type="as">
+      <default>[]</default>
+      <summary>Sort column ascending or descending</summary>
+      <description>This setting indicates how the key column is sorted.  Possible values for this setting are 'ascending' and 'descending'.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.dialogs.new_user" path="/apps/gnucash/dialogs/new_user/">
+    <key name="first_startup" type="b">
+      <default>true</default>
+      <summary>Show the new user window</summary>
+      <description>If active, the new user window will be shown. Otherwise it will not be shown.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.dialogs.new_hierarchy" path="/apps/gnucash/dialogs/new_hierarchy/">
+    <key name="show_on_new_file" type="b">
+      <default>true</default>
+      <summary>New hierarchy window on "New File"</summary>
+      <description>If active, the "New Hierarchy" window will be shown whenever the "New File" menu item is chosen. Otherwise it will not be shown.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.dialogs.search" path="/apps/gnucash/dialogs/search/">
+    <key name="new_search_limit" type="d">
+      <default>1.0</default>
+      <summary>Default to 'new search' if fewer than this number of items is returned</summary>
+      <description>Default to 'new search' if fewer than this number of items is returned</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.prices.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.prices.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.prices.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,19 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.prices" path="/apps/gnucash/dialogs/edit_prices/">
+    <key name="column_order" type="as">
+      <default>[ 'commodity', 'currency', 'date', 'source', 'type', 'price' ]</default>
+      <summary>Order of columns in the dialog</summary>
+      <description>This setting contains a list of names which controls the order in which the columns are listed in the dialog.  Names may be reordered or removed from this list to control which columns appear in the dialog and in what order.</description>
+    </key>
+    <key name="commodity_visible" type="b">
+      <default>true</default>
+      <summary>Display this column</summary>
+      <description>This setting controls wether the given column will be visible in the view. TRUE means visible, FALSE means hidden.</description>
+    </key>
+    <key name="commodity_width" type="i">
+      <default>0</default>
+      <summary>Width of this column</summary>
+      <description>This setting stores the width of the given column in pixels.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.reconcile.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.reconcile.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.reconcile.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,24 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.reconcile" path="/apps/gnucash/dialogs/reconcile/">
+    <key name="check_cleared" type="b">
+      <default>true</default>
+      <summary>Pre-select cleared transactions</summary>
+      <description>If active, all transactions marked as cleared in the register will appear already selected in the reconcile dialog.  Otherwise no transactions will be initially selected.</description>
+    </key>
+    <key name="auto_interest_transfer" type="b">
+      <default>false</default>
+      <summary>Prompt for interest charges</summary>
+      <description>Prior to reconciling an account which charges or pays interest, prompt the user to enter a transaction for the interest charge or payment.  Currently only enabled for Bank, Credit, Mutual, Asset, Receivable, Payable, and Liability accounts.</description>
+    </key>
+    <key name="auto_cc_payment" type="b">
+      <default>true</default>
+      <summary>Prompt for credit card payment</summary>
+      <description>If active, after reconciling a credit card account, prompt the user to enter a credit card payment. Otherwise do not prompt the user for this.</description>
+    </key>
+    <key name="always_reconcile_to_today" type="b">
+      <default>false</default>
+      <summary>Always reconcile to today</summary>
+      <description>If active, always open the reconcile dialog using today's date for the statement date, regardless of previous reconciliations.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.sxs.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.sxs.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.sxs.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,35 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.sxs" path="/apps/gnucash/dialogs/scheduled_trans/">
+    <child name="since_last_run" schema="org.gnucash.dialogs.sxs.since_last_run"/>
+    <child name="transaction_editor" schema="org.gnucash.dialogs.sxs.transaction_editor"/>
+  </schema>
+  <schema id="org.gnucash.dialogs.sxs.since_last_run" path="/apps/gnucash/dialogs/scheduled_trans/since_last_run/">
+    <key name="show_at_file_open" type="b">
+      <default>true</default>
+      <summary>Show "since last run" dialog when a file is opened.</summary>
+      <description>This setting controls whether the scheduled transactions "since last run" dialog is shown automatically when a data file is opened.  This includes the initial opening of the data file when GnuCash starts.  If this setting is active, show the dialog, otherwise it is not shown.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.dialogs.sxs.transaction_editor" path="/apps/gnucash/dialogs/scheduled_trans/transaction_editor/">
+    <key name="create_auto" type="b">
+      <default>false</default>
+      <summary>Set the "auto create" flag by default</summary>
+      <description>If active, any newly created scheduled transaction will have its 'auto create' flag set active by default. The user can change this flag during transaction creation, or at any later time by editing the scheduled transaction.</description>
+    </key>
+    <key name="create_days" type="d">
+      <default>0</default>
+      <summary>How many days in advance to notify the user.</summary>
+      <description>How many days in advance to notify the user.</description>
+    </key>
+    <key name="notify" type="b">
+      <default>true</default>
+      <summary>Set the "notify" flag by default</summary>
+      <description>If active, any newly created scheduled transaction will have its 'notify' flag set by default.  The user can change this flag during transaction creation, or at any later time by editing the scheduled transaction. This setting only has meaning if the create_auto setting is active.</description>
+    </key>
+    <key name="remind_days" type="d">
+      <default>0</default>
+      <summary>How many days in advance to remind the user.</summary>
+      <description>How many days in advance to remind the user.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.totd.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.totd.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.dialogs.totd.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,14 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.totd" path="/apps/gnucash/dialogs/tip_of_the_day/">
+    <key name="show_at_startup" type="b">
+      <default>true</default>
+      <summary>Show "Tip Of The Day" at GnuCash start</summary>
+      <description>Enables the "Tip Of The Day" when GnuCash starts up.  If active, the dialog will be shown. Otherwise it will not be shown.</description>
+    </key>
+    <key name="current_tip" type="i">
+      <default>0</default>
+      <summary>The next tip to show.</summary>
+      <description>The next tip to show.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.general.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.general.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.general.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,234 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.general" path="/apps/gnucash/">
+    <child name="general" schema="org.gnucash.general.general"/>
+    <child name="dev" schema="org.gnucash.general.dev"/>
+  </schema>
+  <schema id="org.gnucash.general.general" path="/apps/gnucash/general/">
+    <key name="save_window_geometry" type="b">
+      <default>true</default>
+      <summary>Save window sizes and locations</summary>
+      <description>If active, the size and location of each dialog window will be saved when it is closed.  The sizes and locations of content windows will be remembered when you quit GnuCash. Otherwise the sizes will not be saved.</description>
+    </key>
+    <key name="account_separator" type="s">
+      <default>'colon'</default>
+      <summary>Character to use as separator between account names</summary>
+      <description>This setting determines the character that will be used between components of an account name.  Possible values are any single non-alphanumeric unicode character, or any of the following strings: "colon" "slash", "backslash", "dash" and "period".</description>
+    </key>
+    <key name="file_compression" type="b">
+      <default>true</default>
+      <summary>Compress the data file</summary>
+      <description>Enables file compression when writing the data file.</description>
+    </key>
+    <key name="autosave_show_explanation" type="b">
+      <default>true</default>
+      <summary>Show auto-save explanation</summary>
+      <description>If active, GnuCash shows an explanation of the auto-save feature the first time that feature is started. Otherwise no extra explanation is shown.</description>
+    </key>
+    <key name="autosave_interval_minutes" type="d">
+      <default>5</default>
+      <summary>Auto-save time interval</summary>
+      <description>The number of minutes until saving of the data file to harddisk will be started automatically.  If zero, no saving will be started automatically.</description>
+    </key>
+    <key name="negative_in_red" type="b">
+      <default>true</default>
+      <summary>Display negative amounts in red</summary>
+      <description>Display negative amounts in red</description>
+    </key>
+    <key name="enable_euro" type="b">
+      <default>false</default>
+      <summary>Enables Euro support</summary>
+      <description>Enables additional support for the European Union EURO currency.</description>
+    </key>
+    <key name="auto_decimal_point" type="b">
+      <default>false</default>
+      <summary>Automatically insert a decimal point</summary>
+      <description>If active, GnuCash will automatically insert a decimal point into values that are entered without one.  Otherwise GnuCash will not modify entered numbers.</description>
+    </key>
+    <key name="auto_decimal_places" type="d">
+      <default>2.0</default>
+      <summary>Number of automatic decimal places</summary>
+      <description>This field specifies the number of automatic decimal places that will be filled in.</description>
+    </key>
+    <key name="retain_type" type="s">
+      <default>'days'</default>
+      <summary>Keep all old log/backup files, no files or for a number of days</summary>
+      <description>This setting specifies what to do with old log/backups files. "forever" means keep all old files. "never" means no old log/backup files are kept. Each time you save, older versions of the file are removed. "days" means keep old files for a number of days. How many days is defined in key 'retain_days'</description>
+    </key>
+    <key name="retain_days" type="d">
+      <default>30.0</default>
+      <summary>Delete old log/backup files after this many days (0 = never)</summary>
+      <description>This setting specifies the number of days after which old log/backup files will be deleted (0 = never).</description>
+    </key>
+    <key name="reversed_accounts" type="s">
+      <default>'credit'</default>
+      <summary>Accounts to reverse the balance</summary>
+      <description>This setting allows certain accounts to have their balances reversed in sign from positive to negative, or vice versa. The setting "income_expense" is for users who like to see negative expenses and positive income.  The setting of "credit" is for users who want to see balances reflect the debit/credit status of the account.  The setting "none" doesn't reverse the sign on any balances.</description>
+    </key>
+    <key name="toolbar_style" type="s">
+      <default>'system'</default>
+      <summary>Labels on toolbar buttons</summary>
+      <description>This setting controls how the labels on toolbar buttons are shown.  If set to "system" then GnuCash will use the desktop setting for how to draw toolbar buttons.  If set to "icon" then only icons will be show on toolbar buttons..  If set to "text" only the labels will be shown.  If set to "both" then both icons and labels will be shown.  If set to "both-horiz" then icons will be shown for all buttons with labels added on important buttons.</description>
+    </key>
+    <key name="use_accounting_labels" type="b">
+      <default>false</default>
+      <summary>Use formal account labels</summary>
+      <description>If active, formal accounting labels "Credit" and "Debit" will be used when designating fields on screen.  Otherwise, informal labels such as Increase/Decrease, "Funds In"/"Funds Out", etc. will be used.</description>
+    </key>
+    <key name="tab_close_buttons" type="b">
+      <default>false</default>
+      <summary>Show close buttons on notebook tabs</summary>
+      <description>If active, a "close" button will be displayed on any notebook tab that may be closed.  Otherwise, no such button will be shown on the tab. Regardless of this setting, pages can always be closed via the "close" menu item or the "close" button on toolbar.</description>
+    </key>
+    <key name="tab_width" type="d">
+      <default>30.0</default>
+      <summary>Width of notebook tabs</summary>
+      <description>This key specifies the maximum width of notebook tabs. If the text in the tab is longer than this value (the test is approximate) then the tab label will have the middle cut and replaced with an ellipsis.</description>
+    </key>
+    <key name="currency_choice" type="s">
+      <default>'locale'</default>
+      <summary>Source of default account currency</summary>
+      <description>This setting controls the source of the default currency for new accounts.  If set to "locale" then GnuCash will retrieve the default currency from the user's locale setting.  If set to "other", GnuCash will use the setting specified by the currency_other key.</description>
+    </key>
+    <key name="currency_other" type="s">
+      <default>''</default>
+      <summary>Default currency for new accounts</summary>
+      <description>This setting specifies the default currency used for new accounts if the currency_choice setting is set to "other". This field must contain the three letter ISO 4217 code for a currency (e.g. USD, GBP, RUB).</description>
+    </key>
+    <key name="clock_24h" type="b">
+      <default>false</default>
+      <summary>Use 24 hour time format</summary>
+      <description>If active, use a 24 hour time format. Otherwise use a 12 hour time format.</description>
+    </key>
+    <key name="date_format" type="s">
+      <default>'locale'</default>
+      <summary>Date format choice</summary>
+      <description>This setting chooses the way dates are displayed in GnuCash. Possible values for this setting are "locale" to use the system locale setting, "ce" for Continental Europe style dates, "iso" for ISO 8601 standard dates , "uk" for United Kingdom style dates, and "us" for United States style dates.</description>
+    </key>
+    <key name="date_completion" type="s">
+      <default>'thisyear'</default>
+      <summary>How to interpret dates without a year</summary>
+      <description>When a date is entered without year it can be completed so that it will be within the current calendar year or close to the current date based on a sliding window starting a set number of months backwards in time.</description>
+    </key>
+    <key name="date_backmonths" type="d">
+      <default>6.0</default>
+      <summary>Maximum number of months to go back.</summary>
+      <description>Dates will be completed so that they are close to the current date. Enter the maximum number of months to go backwards in time when completing dates.</description>
+    </key>
+    <key name="show_splash_screen" type="b">
+      <default>true</default>
+      <summary>Show splash screen</summary>
+      <description>If active, a splash screen will be shown at startup. Otherwise no splash screen will be shown.</description>
+    </key>
+    <key name="tab_position" type="s">
+      <default>'top'</default>
+      <summary>Position of the notebook tabs</summary>
+      <description>This setting determines the edge at which the tabs for switching pages in notebooks are drawn. Possible values are "top", "left", "bottom" and "right". It defaults to "top".</description>
+    </key>
+    <key name="summarybar_position" type="s">
+      <default>'bottom'</default>
+      <summary>Position of the summary bar</summary>
+      <description>This setting determines the edge at which the summary bar for various pages is drawn.  Possible values are "top" and "bottom". It defaults to "bottom".</description>
+    </key>
+    <key name="tab_next_recent" type="b">
+      <default>false</default>
+      <summary>Closing a tab moves to the most recently visited tab.</summary>
+      <description>If active, closing a tab moves to the most recently visited tab.  Otherwise closing a tab moves one tab to the left.</description>
+    </key>
+    <child name="register" schema="org.gnucash.general.general.register"/>
+    <child name="report" schema="org.gnucash.general.general.report"/>
+  </schema>
+  <schema id="org.gnucash.general.general.register" path="/apps/gnucash/general/register/">
+    <key name="use_theme_colors" type="b">
+      <default>false</default>
+      <summary>Color the register as specified by the system theme</summary>
+      <description>If active, the register will be colored as specified by the system theme.  This can be overridden to provide custom colors by editing the gtkrc file in the users home directory.  Otherwise the standard register colors will be used that GnuCash has always used.</description>
+    </key>
+    <key name="enter_moves_to_end" type="b">
+      <default>false</default>
+      <summary>"Enter" key moves to bottom of register</summary>
+      <description>If active, pressing the enter key will move to the bottom of the register. Otherwise pressing the enter key will move to the next transaction line.</description>
+    </key>
+    <key name="auto_raise_lists" type="b">
+      <default>true</default>
+      <summary>Automatically raise the list of accounts or actions during input</summary>
+      <description>Automatically raise the list of accounts or actions during input</description>
+    </key>
+    <key name="tab_includes_transfer_on_memorised" type="b">
+      <default>false</default>
+      <summary>Move to Transfer field when memorised transaction auto filled</summary>
+      <description>If active then after a memorised transaction is automatically filled in the cursor will move to the Transfer field. If not active then it skips to the value field.</description>
+    </key>
+    <key name="use_new_window" type="b">
+      <default>false</default>
+      <summary>Create a new window for each new register</summary>
+      <description>If active, each new register will be opened in a new window. Otherwise each new register will be opened as a tab in the main window.</description>
+    </key>
+    <key name="alternate_color_by_transaction" type="b">
+      <default>false</default>
+      <summary>Color all lines of a transaction the same</summary>
+      <description>If active all lines that make up a single transaction will use the same color for their background.  Otherwise the background colors are alternated on each line.</description>
+    </key>
+    <key name="draw_horizontal_lines" type="b">
+      <default>true</default>
+      <summary>Show horizontal borders in a register</summary>
+      <description>Show horizontal borders between rows in a register.  If active the border between cells will be indicated with a heavy line. Otherwise the border between cells will not be marked.</description>
+    </key>
+    <key name="draw_vertical_lines" type="b">
+      <default>true</default>
+      <summary>Show vertical borders in a register</summary>
+      <description>Show vertical borders between columns in a register.  If active the border between cells will be indicated with a heavy line. Otherwise the border between cells will not be marked.</description>
+    </key>
+    <key name="default_style" type="s">
+      <default>'ledger'</default>
+      <summary>Default view style for new register</summary>
+      <description>This field specifies the default view style when opening a new register window.  Possible values are "ledger", "auto-ledger" and "journal".  The "ledger" setting says to show each transaction on one or two lines.  The "auto-ledger" setting does the same, but also expands only the current transaction to show all splits.  The "journal" setting shows all transactions in expanded form.</description>
+    </key>
+    <key name="double_line_mode" type="b">
+      <default>false</default>
+      <summary>Show two lines of information for each transaction</summary>
+      <description>Show two lines of information for each transaction in a register.  This is the default setting for when a register is first opened.  The setting can be changed at any time via the "View->Double Line" menu item.</description>
+    </key>
+    <key name="show_leaf_account_names" type="b">
+      <default>false</default>
+      <summary>Only display leaf account names.</summary>
+      <description>Show only the names of the leaf accounts in the register and in the account selection popup. The default behaviour is to display the full name, including the path in the account tree. Activating this option implies that you use unique leaf names.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.general.general.report" path="/apps/gnucash/general/report/">
+    <key name="use_new_window" type="b">
+      <default>false</default>
+      <summary>Create a new window for each new report</summary>
+      <description>If active, each new report will be opened in its own window. Otherwise new reports will be opened as tabs in the main window.</description>
+    </key>
+    <key name="currency_choice" type="s">
+      <default>'locale'</default>
+      <summary>Source of default report currency</summary>
+      <description>This setting controls the default currency used for reports. If set to "locale" then GnuCash will retrieve the default currency from the user's locale setting.  If set to "other", GnuCash will use the setting specified by the currency_other key.</description>
+    </key>
+    <key name="currency_other" type="s">
+      <default>''</default>
+      <summary>Default currency for new reports</summary>
+      <description>This setting specifies the default currency used for reports if the currency_choice setting is set to "other".  This field must contain the three letter ISO 4217 code for a currency (e.g. USD, GBP, RUB).</description>
+    </key>
+    <child name="pdf_export" schema="org.gnucash.general.general.report.pdf_export"/>
+  </schema>
+  <schema id="org.gnucash.general.general.report.pdf_export" path="/apps/gnucash/general/report/pdf_export/">
+    <key name="filename_format" type="s">
+      <default>'%1$s_%2$s_%3$s'</default>
+      <summary>PDF export file name format</summary>
+      <description>This setting chooses the file name for PDF export. This is a sprintf(3) string with three arguments: "%1$s" is the report name such as "Invoice". "%2$s" is the number of the report, which for an invoice report is the invoice number. "%3$s" is the date of the report, formatted according to the filename_date_format setting. (Note: Any characters that are not allowed in filenames, such as '/', will be replaced with underscores '_' in the resulting file name.)</description>
+    </key>
+    <key name="filename_date_format" type="s">
+      <default>'locale'</default>
+      <summary>PDF export file name date format choice</summary>
+      <description>This setting chooses the way dates are used in the filename of PDF export. Possible values for this setting are "locale" to use the system locale setting, "ce" for Continental Europe style dates, "iso" for ISO 8601 standard dates , "uk" for United Kingdom style dates, and "us" for United States style dates.</description>
+    </key>
+  </schema>
+  <schema id="org.gnucash.general.dev" path="/apps/gnucash/dev/">
+    <key name="allow_file_incompatibility" type="b">
+      <default>false</default>
+      <summary>Allow file incompatibility with older versions.</summary>
+      <description>If active, gnucash will be allowed to intentionally break file compatibility with older versions, so that a data file saved in this version cannot be read by an older version again. Otherwise gnucash will write data files only in formats that can be read by older versions as well.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.warnings.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.warnings.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.warnings.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,89 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.warnings" path="/apps/gnucash/general/warnings/permanent/">
+    <key name="change_reconciled_split" type="i">
+      <default>0</default>
+      <summary>Change contents of reconciled split</summary>
+      <description>This dialog is presented before allowing you to change the contents of a reconciled split.  Allowing these changes can make it hard to perform future reconciliations.</description>
+    </key>
+    <key name="mark_split_unreconciled" type="i">
+      <default>0</default>
+      <summary>Mark transaction split as unreconciled</summary>
+      <description>This dialog is presented before allowing you to mark a transaction split as unreconciled.  Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
+    </key>
+    <key name="register_read_only" type="i">
+      <default>0</default>
+      <summary>Read only register</summary>
+      <description>This dialog is presented when a read-only register is opened.</description>
+    </key>
+    <key name="register_delete_trans" type="i">
+      <default>0</default>
+      <summary>Delete a transaction</summary>
+      <description>This dialog is presented before allowing you to delete a transaction.</description>
+    </key>
+    <key name="register_delete_trans2" type="i">
+      <default>0</default>
+      <summary>Delete a transaction</summary>
+      <description>This dialog is presented before allowing you to delete a transaction that contains reconciled splits.  Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
+    </key>
+    <key name="register_delete_split" type="i">
+      <default>0</default>
+      <summary>Remove a split from a transaction</summary>
+      <description>This dialog is presented before allowing you to remove a split from a transaction.</description>
+    </key>
+    <key name="register_delete_split2" type="i">
+      <default>0</default>
+      <summary>Remove a reconciled split from a transaction</summary>
+      <description>This dialog is presented before allowing you to remove a reconciled split from a transaction.  Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
+    </key>
+    <key name="register_remove_all_splits" type="i">
+      <default>0</default>
+      <summary>Remove all the splits from a transaction</summary>
+      <description>This dialog is presented before allowing you to remove all splits from a transaction.</description>
+    </key>
+    <key name="register_remove_all_splits2" type="i">
+      <default>0</default>
+      <summary>Remove all the splits from a transaction</summary>
+      <description>This dialog is presented before allowing you to remove all splits (including some reconciled splits) from a transaction.  Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
+    </key>
+    <key name="transaction_changed" type="i">
+      <default>0</default>
+      <summary>Commit changes to a transaction</summary>
+      <description>This dialog is presented when you attempt to move out of a modified transaction.  The changed data must be either saved or discarded.</description>
+    </key>
+    <key name="transaction_duplicated" type="i">
+      <default>0</default>
+      <summary>Duplicating a changed transaction</summary>
+      <description>This dialog is presented when you attempt to duplicate a modified transaction.  The changed data must be saved or the duplication canceled.</description>
+    </key>
+    <key name="invoice_entry_changed" type="i">
+      <default>0</default>
+      <summary>Commit changes to a invoice_entry</summary>
+      <description>This dialog is presented when you attempt to move out of a modified invoice entry.  The changed data must be either saved or discarded.</description>
+    </key>
+    <key name="invoice_entry_duplicated" type="i">
+      <default>0</default>
+      <summary>Duplicating a changed invoice_entry</summary>
+      <description>This dialog is presented when you attempt to duplicate a modified invoice entry.  The changed data must be saved or the duplication canceled.</description>
+    </key>
+    <key name="delete_commodity" type="i">
+      <default>0</default>
+      <summary>Delete a commodity</summary>
+      <description>This dialog is presented before allowing you to delete a commodity.</description>
+    </key>
+    <key name="delete_commodity2" type="i">
+      <default>0</default>
+      <summary>Delete a commodity and prices</summary>
+      <description>This dialog is presented before allowing you to delete a commodity that has price quotes attached.  Deleting the commodity will delete the quotes as well.</description>
+    </key>
+    <key name="pricedb_remove_multiple" type="i">
+      <default>0</default>
+      <summary>Delete multiple price quotes</summary>
+      <description>This dialog is presented before allowing you to delete multiple price quotes at one time.</description>
+    </key>
+    <key name="print_multi_acct_checks" type="i">
+      <default>0</default>
+      <summary>Print checks from multiple accounts</summary>
+      <description>This dialog is presented if you try to print checks from multiple accounts at the same time.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.account.tree.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.account.tree.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.account.tree.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,44 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.window.pages.account.tree" path="/apps/gnucash/window/pages/account_tree/summary/">
+    <key name="grand_total" type="b">
+      <default>true</default>
+      <summary>Show a grand total of all accounts converted to the default report currency</summary>
+      <description>Show a grand total of all accounts converted to the default report currency</description>
+    </key>
+    <key name="non_currency" type="b">
+      <default>true</default>
+      <summary>Show non currency commodities</summary>
+      <description>If active, non currency commodities (stocks) will be shown. Otherwise they will be hidden.</description>
+    </key>
+    <key name="start_choice" type="s">
+      <default>'relative'</default>
+      <summary>Profit/loss starting date type</summary>
+      <description>This setting controls the type of starting date used in profit/loss calculations.  If set to "absolute" then GnuCash will retrieve the starting date specified by the start_date key.  If set to anything else, GnuCash will retrieve the starting date specified by the start_period key.</description>
+    </key>
+    <key name="start_date" type="i">
+      <default>0</default>
+      <summary>Starting date (in seconds from Jan 1, 1970)</summary>
+      <description>This setting controls the starting date set in profit/loss calculations if the start_choice setting is set to "absolute". This field should contain a date as represented in seconds from January 1st, 1970.</description>
+    </key>
+    <key name="start_period" type="i">
+      <default>5</default>
+      <summary>Starting time period identifier</summary>
+      <description>This setting controls the starting date set in profit/loss calculations if the start_choice setting is set to anything other than "absolute".  This field should contain a value between 0 and 8.</description>
+    </key>
+    <key name="end_choice" type="s">
+      <default>'relative'</default>
+      <summary>Profit/loss ending date type</summary>
+      <description>This setting controls the type of ending date used in profit/loss calculations.  If set to "absolute" then GnuCash will retrieve the ending date specified by the end_date key.  If set to anything else, GnuCash will retrieve the ending date specified by the end_period key.</description>
+    </key>
+    <key name="end_date" type="i">
+      <default>0</default>
+      <summary>Ending date (in seconds from Jan 1, 1970)</summary>
+      <description>This setting controls the ending date set in profit/loss calculations if the end_choice setting is set to "absolute". This field should contain a date as represented in seconds from January 1st, 1970.</description>
+    </key>
+    <key name="end_period" type="i">
+      <default>5</default>
+      <summary>Ending time period identifier</summary>
+      <description>This setting controls the ending date set in profit/loss calculations if the end_choice setting is set to anything other than "absolute".  This field should contain a value between 0 and 8.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,14 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.window.pages" path="/apps/gnucash/window/pages/account_tree/">
+    <key name="account-code_visible" type="b">
+      <default>false</default>
+      <summary>Display this column</summary>
+      <description>This setting controls wether the given column will be visible in the view. TRUE means visible, FALSE means hidden.</description>
+    </key>
+    <key name="account-code_width" type="i">
+      <default>0</default>
+      <summary>Width of this column</summary>
+      <description>This setting stores the width of the given column in pixels.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.register.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.register.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.window.pages.register.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,9 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.window.pages.register" path="/apps/gnucash/window/pages/register/">
+    <key name="balance_width" type="i">
+      <default>0</default>
+      <summary>Width of a column in the dialog</summary>
+      <description>This setting contains the width of the named column in the most recently closed register window.  Changing these values will change the sizes of the columns in the next opened register</description>
+    </key>
+  </schema>
+</schemalist>

Modified: gnucash/trunk/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/Makefile.am	2013-10-07 14:03:22 UTC (rev 23215)
+++ gnucash/trunk/src/gnome-utils/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -1,4 +1,4 @@
-SUBDIRS = gtkbuilder schemas . test ui
+SUBDIRS = gtkbuilder schemas gschemas . test ui
 
 pkglib_LTLIBRARIES = libgncmod-gnome-utils.la
 

Added: gnucash/trunk/src/gnome-utils/gschemas/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/gschemas/Makefile.am	                        (rev 0)
+++ gnucash/trunk/src/gnome-utils/gschemas/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,20 @@
+ at INTLTOOL_XML_NOMERGE_RULE@
+
+gschema_in_files = \
+  org.gnucash.history.gschema.xml.in
+
+gsettings_SCHEMAS = \
+  org.gnucash.history.gschema.xml
+
+# During the conversion from GConf to GSettings we are using
+# the gconf backend for GSettings. Allow the more liberal
+# GConf key names for GSettings so both tools see the
+# same settings
+# FIXME this has to be removed once GConf is dropped.
+GLIB_COMPILE_SCHEMAS = glib-compile-schemas --allow-any-name
+
+ at GSETTINGS_RULES@
+
+EXTRA_DIST = $(gschema_in_files)
+
+CLEANFILES = $(gsettings_SCHEMAS)

Added: gnucash/trunk/src/gnome-utils/gschemas/org.gnucash.history.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome-utils/gschemas/org.gnucash.history.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/gnome-utils/gschemas/org.gnucash.history.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,19 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.history" path="/apps/gnucash/history/">
+    <key name="maxfiles" type="i">
+      <default>4</default>
+      <summary>Number of files in history</summary>
+      <description>This setting contains the number of files to keep in the Recently Opened Files menu. This value may be set to zero to disable the file history.  This number has a maximum value of 10.</description>
+    </key>
+    <key name="file0" type="s">
+      <default>''</default>
+      <summary>Most recently opened file</summary>
+      <description>This field contains the full path of the most recently opened file.</description>
+    </key>
+    <key name="file1" type="s">
+      <default>''</default>
+      <summary>Next most recently opened file</summary>
+      <description>This field contains the full path of the next most recently opened file.</description>
+    </key>
+  </schema>
+</schemalist>

Modified: gnucash/trunk/src/import-export/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/Makefile.am	2013-10-07 14:03:22 UTC (rev 23215)
+++ gnucash/trunk/src/import-export/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -4,7 +4,7 @@
 if WITH_AQBANKING
     AQBANKING_DIR=aqbanking
 endif
-SUBDIRS = . schemas qif qif-import \
+SUBDIRS = . schemas gschemas qif qif-import \
 	${OFX_DIR} ${AQBANKING_DIR} log-replay test csv-import csv-export
 
 pkglib_LTLIBRARIES=libgncmod-generic-import.la

Modified: gnucash/trunk/src/import-export/aqbanking/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/aqbanking/Makefile.am	2013-10-07 14:03:22 UTC (rev 23215)
+++ gnucash/trunk/src/import-export/aqbanking/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -1,4 +1,4 @@
-SUBDIRS = . schemas
+SUBDIRS = . schemas gschemas
 
 pkglib_LTLIBRARIES = libgncmod-aqbanking.la
 

Added: gnucash/trunk/src/import-export/aqbanking/gschemas/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/aqbanking/gschemas/Makefile.am	                        (rev 0)
+++ gnucash/trunk/src/import-export/aqbanking/gschemas/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,20 @@
+ at INTLTOOL_XML_NOMERGE_RULE@
+
+gschema_in_files = \
+  org.gnucash.dialogs.import.hbci.gschema.xml.in
+
+gsettings_SCHEMAS = \
+  org.gnucash.dialogs.import.hbci.gschema.xml
+
+# During the conversion from GConf to GSettings we are using
+# the gconf backend for GSettings. Allow the more liberal
+# GConf key names for GSettings so both tools see the
+# same settings
+# FIXME this has to be removed once GConf is dropped.
+GLIB_COMPILE_SCHEMAS = glib-compile-schemas --allow-any-name
+
+ at GSETTINGS_RULES@
+
+EXTRA_DIST = $(gschema_in_files)
+
+CLEANFILES = $(gsettings_SCHEMAS)

Added: gnucash/trunk/src/import-export/aqbanking/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in
===================================================================
--- gnucash/trunk/src/import-export/aqbanking/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/import-export/aqbanking/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,39 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.import.hbci" path="/apps/gnucash/dialogs/import/hbci/">
+    <key name="close_on_finish" type="b">
+      <default>true</default>
+      <summary>Close window when finished</summary>
+      <description>If active, the window will be closed automatically when you finish the HBCI/AqBanking import process. Otherwise it will stay open.</description>
+    </key>
+    <key name="remember_pin" type="b">
+      <default>false</default>
+      <summary>Remember the PIN in memory</summary>
+      <description>If active, the PIN for HBCI/AqBanking actions will be remembered in memory during a session. Otherwise it will have to be entered again each time during a session when it is needed.</description>
+    </key>
+    <key name="verbose_debug" type="b">
+      <default>false</default>
+      <summary>Verbose HBCI debug messages</summary>
+      <description>Enables verbose debug messages for HBCI/AqBanking Online Banking.</description>
+    </key>
+    <key name="format_dtaus" type="s">
+      <default>'default'</default>
+      <summary>DTAUS import data format</summary>
+      <description>This setting specifies the data format when importing DTAUS files.  The AqBanking library offers various import formats (called "profiles") of which you can choose one here.</description>
+    </key>
+    <key name="format_csv" type="s">
+      <default>'default'</default>
+      <summary>CSV import data format</summary>
+      <description>This setting specifies the data format when importing CSV files.  The AqBanking library offers various import formats (called "profiles") of which you can choose one here.</description>
+    </key>
+    <key name="format_swift_mt940" type="s">
+      <default>'swift-mt940'</default>
+      <summary>SWIFT MT940 import data format</summary>
+      <description>This setting specifies the data format when importing SWIFT MT940 files.  The AqBanking library offers various import formats (called "profiles") of which you can choose one here.</description>
+    </key>
+    <key name="format_swift_mt942" type="s">
+      <default>'swift-mt942'</default>
+      <summary>SWIFT MT942 import data format</summary>
+      <description>This setting specifies the data format when importing SWIFT MT942 files.  The AqBanking library offers various import formats (called "profiles") of which you can choose one here.</description>
+    </key>
+  </schema>
+</schemalist>

Modified: gnucash/trunk/src/import-export/csv-export/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/csv-export/Makefile.am	2013-10-07 14:03:22 UTC (rev 23215)
+++ gnucash/trunk/src/import-export/csv-export/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -1,4 +1,4 @@
-SUBDIRS = . schemas
+SUBDIRS = . schemas gschemas
 
 pkglib_LTLIBRARIES=libgncmod-csv-export.la
 

Added: gnucash/trunk/src/import-export/csv-export/gschemas/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/csv-export/gschemas/Makefile.am	                        (rev 0)
+++ gnucash/trunk/src/import-export/csv-export/gschemas/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,20 @@
+ at INTLTOOL_XML_NOMERGE_RULE@
+
+gschema_in_files = \
+  org.gnucash.dialogs.export.csv.gschema.xml.in
+
+gsettings_SCHEMAS = \
+  org.gnucash.dialogs.export.csv.gschema.xml
+
+# During the conversion from GConf to GSettings we are using
+# the gconf backend for GSettings. Allow the more liberal
+# GConf key names for GSettings so both tools see the
+# same settings
+# FIXME this has to be removed once GConf is dropped.
+GLIB_COMPILE_SCHEMAS = glib-compile-schemas --allow-any-name
+
+ at GSETTINGS_RULES@
+
+EXTRA_DIST = $(gschema_in_files)
+
+CLEANFILES = $(gsettings_SCHEMAS)

Added: gnucash/trunk/src/import-export/csv-export/gschemas/org.gnucash.dialogs.export.csv.gschema.xml.in
===================================================================
--- gnucash/trunk/src/import-export/csv-export/gschemas/org.gnucash.dialogs.export.csv.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/import-export/csv-export/gschemas/org.gnucash.dialogs.export.csv.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,9 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.export.csv" path="/apps/gnucash/dialogs/export/csv/">
+    <key name="paned_position" type="i">
+      <default>0</default>
+      <summary>Window geometry</summary>
+      <description>The position of paned window when it was last closed.</description>
+    </key>
+  </schema>
+</schemalist>

Added: gnucash/trunk/src/import-export/gschemas/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/gschemas/Makefile.am	                        (rev 0)
+++ gnucash/trunk/src/import-export/gschemas/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,20 @@
+ at INTLTOOL_XML_NOMERGE_RULE@
+
+gschema_in_files = \
+  org.gnucash.dialogs.import.generic.gschema.xml.in
+
+gsettings_SCHEMAS = \
+  org.gnucash.dialogs.import.generic.gschema.xml
+
+# During the conversion from GConf to GSettings we are using
+# the gconf backend for GSettings. Allow the more liberal
+# GConf key names for GSettings so both tools see the
+# same settings
+# FIXME this has to be removed once GConf is dropped.
+GLIB_COMPILE_SCHEMAS = glib-compile-schemas --allow-any-name
+
+ at GSETTINGS_RULES@
+
+EXTRA_DIST = $(gschema_in_files)
+
+CLEANFILES = $(gsettings_SCHEMAS)

Added: gnucash/trunk/src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in
===================================================================
--- gnucash/trunk/src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,57 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.import.generic" path="/apps/gnucash/dialogs/import/generic_matcher/">
+    <key name="enable_skip" type="b">
+      <default>true</default>
+      <summary>Enable SKIP transaction action</summary>
+      <description>Enable the SKIP action in the transaction matcher. If enabled, a transaction whose best match's score is in the yellow zone (above the Auto-ADD threshold but below the Auto-CLEAR threshold) will be skipped by default.</description>
+    </key>
+    <key name="enable_update" type="b">
+      <default>true</default>
+      <summary>Enable UPDATE match action</summary>
+      <description>Enable the UPDATE AND RECONCILE action in the transaction matcher. If enabled, a transaction whose best match's score is above the Auto-CLEAR threshold and has a different date or amount than the matching existing transaction will cause the existing transaction to be updated and cleared by default.</description>
+    </key>
+    <key name="use_bayes" type="b">
+      <default>true</default>
+      <summary>Use bayesian matching</summary>
+      <description>Enables bayesian matching when matching imported transaction against existing transactions. Otherwise a less sophisticated rule-based matching mechanism will be used.</description>
+    </key>
+    <key name="match_threshold" type="d">
+      <default>1.0</default>
+      <summary>Minimum score to be displayed</summary>
+      <description>This field specifies the minimum matching score a potential matching transaction must have to be displayed in the match list.</description>
+    </key>
+    <key name="auto_add_threshold" type="d">
+      <default>3.0</default>
+      <summary>Add matching transactions below this score</summary>
+      <description>This field specifies the threshold below which a matching transaction will be added automatically. A transaction whose best match's score is in the red zone (above the display minimum score but below or equal to the Add match score) will be added to the GnuCash file by default.</description>
+    </key>
+    <key name="auto_clear_threshold" type="d">
+      <default>6.0</default>
+      <summary>Clear matching transactions above this score</summary>
+      <description>This field specifies the threshold above which a matching transaction will be cleared by default. A transaction whose best match's score is in the green zone (above or equal to this Clear threshold) will be cleared by default.</description>
+    </key>
+    <key name="atm_fee_threshold" type="d">
+      <default>2.0</default>
+      <summary>Maximum ATM fee amount in your area</summary>
+      <description>This field specifies the extra fee that is taken into account when matching imported transactions. In some places commercial ATMs (not belonging to a financial institution) are installed in places like convenience stores.  These ATMs add their fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees.  For example, you withdraw $100, and you are charged $101,50 plus Interac fees.  If you manually entered that $100, the amounts won't match.  You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match.</description>
+    </key>
+    <key name="auto_create_commodity" type="b">
+      <default>false</default>
+      <summary>Automatically create new commodities</summary>
+      <description>Enables the automatic creation of new commodities if any unknown commodity is encountered during import. Otherwise the user will be asked what to do with each unknown commodity.</description>
+    </key>
+    <child name="account_matcher" schema="org.gnucash.dialogs.import.generic.account_matcher"/>
+  </schema>
+  <schema id="org.gnucash.dialogs.import.generic.account_matcher" path="/apps/gnucash/dialogs/import/generic_matcher/account_matcher/">
+    <key name="account-code_visible" type="b">
+      <default>false</default>
+      <summary>Whether or not to display this column</summary>
+      <description>This setting controls wether the given column will be visible in the view. True means visible, false means hidden.</description>
+    </key>
+    <key name="account-code_width" type="i">
+      <default>0</default>
+      <summary>Width of this column</summary>
+      <description>This setting stores the width of the given column in pixels.</description>
+    </key>
+  </schema>
+</schemalist>

Modified: gnucash/trunk/src/import-export/qif-import/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/qif-import/Makefile.am	2013-10-07 14:03:22 UTC (rev 23215)
+++ gnucash/trunk/src/import-export/qif-import/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -1,4 +1,4 @@
-SUBDIRS = . test schemas
+SUBDIRS = . test schemas gschemas
 
 pkglib_LTLIBRARIES=libgncmod-qif-import.la
 

Added: gnucash/trunk/src/import-export/qif-import/gschemas/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/qif-import/gschemas/Makefile.am	                        (rev 0)
+++ gnucash/trunk/src/import-export/qif-import/gschemas/Makefile.am	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,20 @@
+ at INTLTOOL_XML_NOMERGE_RULE@
+
+gschema_in_files = \
+  org.gnucash.dialogs.import.qif.gschema.xml.in
+
+gsettings_SCHEMAS = \
+  org.gnucash.dialogs.import.qif.gschema.xml
+
+# During the conversion from GConf to GSettings we are using
+# the gconf backend for GSettings. Allow the more liberal
+# GConf key names for GSettings so both tools see the
+# same settings
+# FIXME this has to be removed once GConf is dropped.
+GLIB_COMPILE_SCHEMAS = glib-compile-schemas --allow-any-name
+
+ at GSETTINGS_RULES@
+
+EXTRA_DIST = $(gschema_in_files)
+
+CLEANFILES = $(gsettings_SCHEMAS)

Added: gnucash/trunk/src/import-export/qif-import/gschemas/org.gnucash.dialogs.import.qif.gschema.xml.in
===================================================================
--- gnucash/trunk/src/import-export/qif-import/gschemas/org.gnucash.dialogs.import.qif.gschema.xml.in	                        (rev 0)
+++ gnucash/trunk/src/import-export/qif-import/gschemas/org.gnucash.dialogs.import.qif.gschema.xml.in	2013-10-07 14:03:59 UTC (rev 23216)
@@ -0,0 +1,14 @@
+<schemalist gettext-domain="GETTEXT_PACKAGE">
+  <schema id="org.gnucash.dialogs.import.qif" path="/apps/gnucash/dialogs/import/qif/">
+    <key name="show_doc" type="b">
+      <default>true</default>
+      <summary>Show documentation</summary>
+      <description>Show some documentation-only pages in QIF Import assistant.</description>
+    </key>
+    <key name="default_status" type="s">
+      <default>'not_cleared'</default>
+      <summary>Default QIF transaction status</summary>
+      <description>Default status for QIF transaction when not specified in QIF file.</description>
+    </key>
+  </schema>
+</schemalist>



More information about the gnucash-changes mailing list