[Gnucash-changes] r13685 - gnucash/trunk - Mark all common account sets to be initially selected when creating a

David Hampton hampton at cvs.gnucash.org
Wed Mar 22 19:42:48 EST 2006


Author: hampton
Date: 2006-03-22 19:42:45 -0500 (Wed, 22 Mar 2006)
New Revision: 13685
Trac: http://svn.gnucash.org/trac/changeset/13685

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/accounts/C/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/da/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/de_CH/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/de_DE/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/el_GR/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/es_ES/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/fr_FR/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/hu_HU/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/it/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/ja_JP.EUC/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/nb/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/pt_BR/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/pt_PT/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/sk/acctchrt_common.gnucash-xea
   gnucash/trunk/accounts/tr_TR/acctchrt_common.gnucash-xea
Log:
Mark all common account sets to be initially selected when creating a
new file.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/ChangeLog	2006-03-23 00:42:45 UTC (rev 13685)
@@ -1,3 +1,23 @@
+2006-03-22  David Hampton  <hampton at employees.org>
+
+	* accounts/*/acctchrt_common.gnucash-xea: Mark all common account
+	sets to be initially selected when creating a new file.
+	
+	* src/gnome/gnc-plugin-page-account-tree.c:
+	* src/gnome/glade/account.glade:
+	* src/gnome/dialog-new-user.c:
+	* src/gnome/druid-hierarchy.[ch]: Differentiate between calling
+	the hierarchy druid from the new user code and from the window
+	menus.  In the former case, account sets that are marked to be
+	initially selected will be pre-selected in the "account sets"
+	tree.  In the latter case (e.g. adding a new account set to
+	existing accounts) these markings will be ignored.  Don't allow
+	the user to move off the account set selection page until at least
+	one account set is selected.  Relabel a window to make it clear
+	that the account tree only reflects the accounts in one particular
+	set, not the aggregate set of accounts that will be created.
+	Fixes 334778, 334780 and 334783.
+
 2006-03-22  Andreas Köhler  <andi5.py at gmx.net>
 
 	* src/gnome-utils/gnc-dense-cal.c:

Modified: gnucash/trunk/accounts/C/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/C/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/C/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,7 +9,7 @@
     <gnc-act:long-description>
     Most users will want to select this set of accounts.  It includes most commonly used accounts (checking, savings, cash, credit card, income, common expenses).
   </gnc-act:long-description>    
-  <gnc-act:start-selected>0</gnc-act:start-selected>
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Assets</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/da/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/da/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/da/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,6 +9,7 @@
     <gnc-act:long-description>
     De fleste brugere kan have nytte af disse konti. Almindelige brugte konti er medtaget (check, lønkonto, kontant, kreditkort, indkomst og almindelige udgifter)
   </gnc-act:long-description>    
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Aktiver</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/de_CH/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/de_CH/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/de_CH/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,6 +9,7 @@
     <gnc-act:long-description>
     Die meisten Anwender benötigen diese grundlegende Kontenstruktur. Sie finden hier die allgemein üblichen Konten wie Giro-, Sparkonto, Bargeld, Kreditkarte, Einkommen und verschiedene Ausgaben.
   </gnc-act:long-description>    
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Aktiva</act:name>
   <act:id type="new">8f1b9e7e37e9a76c2289ef4fe9adcdd9</act:id>

Modified: gnucash/trunk/accounts/de_DE/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/de_DE/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/de_DE/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,6 +9,7 @@
     <gnc-act:long-description>
     Die meisten Anwender benötigen diese grundlegende Kontenstruktur. Sie finden hier die allgemein üblichen Konten wie Giro-, Sparkonto, Bargeld, Kreditkarte, Einkommen und verschiedene Ausgaben.
   </gnc-act:long-description>    
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Aktiva</act:name>
   <act:id type="new">8f1b9e7e37e9a76c2289ef4fe9adcdd9</act:id>

Modified: gnucash/trunk/accounts/el_GR/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/el_GR/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/el_GR/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,6 +9,7 @@
     <gnc-act:long-description>
     Οι περισσότεροι χρήστες θα ήθελαν να επιλέξουν αυτούς τους λογαριασμούς. Περιλαμβάνουν τους πιό συχνά χρησιμοποιούμενους λογαριασμούς (Επιταγές, αποταμίευση, μετρητά, πιστωτική κάρτα, εισόδημα , συνήθεις δαπάνες)
   </gnc-act:long-description>    
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Ενεργητικό</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/es_ES/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/es_ES/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/es_ES/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -12,6 +12,7 @@
       corriente, de ahorros, metálico, tarjeta de crédito, ingresos,
       gastos comunes).
   </gnc-act:long-description>    
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Activo</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/fr_FR/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/fr_FR/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/fr_FR/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,6 +9,7 @@
     <gnc-act:long-description>
     La plupart des utilisateurs devront sélectionner cet ensemble de comptes.  Il comprend la plupart des comptes communément utilisés (chèques, épargne, liquidités carte de crédit, revenu, dépenses habituelles).
   </gnc-act:long-description>    
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Actif</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/hu_HU/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/hu_HU/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/hu_HU/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,7 +9,7 @@
     <gnc-act:long-description>
     A legtöbb felhasználónak ezt célszerű választani. Magában foglalja a leggyakrabban használt számlákat (folyószámla, betét, készpénz, hitelkártya, bevétel, gyakori költségek).
   </gnc-act:long-description>    
-  <gnc-act:start-selected>0</gnc-act:start-selected>
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Eszközök</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/it/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/it/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/it/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -17,7 +17,7 @@
     <gnc-act:long-description>
     Questo insieme di conti è selezionato dalla maggior parte degli utenti. L'insieme comprende i conti usati più comunemente (conto corrente, di risparmio, contanti, carta di credito, entrate, uscite comuni).
   </gnc-act:long-description>
-  <gnc-act:start-selected>0</gnc-act:start-selected>
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Attività</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/ja_JP.EUC/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/ja_JP.EUC/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/ja_JP.EUC/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -18,6 +18,7 @@
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:description>Ȗȼ</act:description>
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 </gnc:account>
 <gnc:account version="2.0.0">
   <act:name>ήư»ñ»º</act:name>

Modified: gnucash/trunk/accounts/nb/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/nb/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/nb/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,7 +9,7 @@
     <gnc-act:long-description>
     Most users will want to select this set of accounts.  It includes most commonly used accounts (checking, savings, cash, credit card, income, common expenses).
   </gnc-act:long-description>    
-  <gnc-act:start-selected>0</gnc-act:start-selected>
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Assets</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/pt_BR/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/pt_BR/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/pt_BR/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,6 +9,7 @@
     <gnc-act:long-description>
     A maioria dos usuários deverão selecionar este conjunto de contas.  Inclui as contas mais utilizadas (dep. ordem, prazo, dinheiro, cartão crédito, receitas, despesas comuns).
   </gnc-act:long-description>
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Ativos</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/pt_PT/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/pt_PT/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/pt_PT/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,6 +9,7 @@
     <gnc-act:long-description>
     A maioria dos utilizadores desejará seleccionar este conjunto de contas.  Inclui as contas mais utilizadas (dep. ordem, prazo, dinheiro, cartão crédito, receitas, despesas comuns).
   </gnc-act:long-description>    
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Activos</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/sk/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/sk/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/sk/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,6 +9,7 @@
     <gnc-act:long-description>
 	Väè¹ina u¾ívateµov si zvolí túto sadu, lebo obsahuje be¾ne pou¾ívané úèty (¹eky, úspory, hotovos», platobné karty, príjmy, be¾né výdaje).
   </gnc-act:long-description>    
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
     <act:name>Aktíva</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>

Modified: gnucash/trunk/accounts/tr_TR/acctchrt_common.gnucash-xea
===================================================================
--- gnucash/trunk/accounts/tr_TR/acctchrt_common.gnucash-xea	2006-03-23 00:42:00 UTC (rev 13684)
+++ gnucash/trunk/accounts/tr_TR/acctchrt_common.gnucash-xea	2006-03-23 00:42:45 UTC (rev 13685)
@@ -9,7 +9,7 @@
     <gnc-act:long-description>
     Pek çok kiþinin tercih edeceði, yaygýn kullanýlan kalemleri takip etmenizi saðlayan hesaplar
   </gnc-act:long-description>    
-  <gnc-act:start-selected>0</gnc-act:start-selected>
+  <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
   <act:name>Varlýklar</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>



More information about the gnucash-changes mailing list