Geert Janssens
7e95b8635a
Bug #642739 - Translog files being created in Gnucash program
...
installation directory
Translog files for databases are now created in a directory "translog"
inside the .gnucash dir. The files will be named following this
scheme:
<dbtype>_<hostname>_<user>_<dbname>.<timestamp>.log
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20400 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-12 15:44:39 +00:00
Christian Stimming
8306612eeb
When setting the report print name, check whether this exact name has been used before.
...
Append an increasing number if that was the case.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20399 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-12 09:36:38 +00:00
Cristian Marchi
84fcc01b04
Updated Dutch translation copied from the translation project.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20398 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-11 20:07:53 +00:00
Cristian Marchi
ff2a158638
Updated Ukranian translation copied from the translation project.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20397 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-11 18:46:01 +00:00
Christian Stimming
b38f9908c2
Fix r20394: Output string clean-up was missing the date part.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20396 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-11 14:25:55 +00:00
Cristian Marchi
bd62c8e774
Updated Traditional Chinese translation, glossary and win32 txt.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20395 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-11 12:53:52 +00:00
Christian Stimming
1c0422c0d7
When setting a printer job name, remove slashes because they are not allowes in filenames.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20394 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-11 07:21:02 +00:00
Christian Stimming
059403e423
Add the invoice number in the output printer job name, if an invoice report is printed.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20393 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-10 22:23:55 +00:00
Christian Stimming
1a51ab3e5e
Move business-options.[hc] from business-utils to app-utils.
...
As "business-core" has been dissolved, the "business-utils" code
has no more requirements than app-utils and can be moved there because of this.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20392 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-10 22:23:44 +00:00
Christian Stimming
8516d828ea
Add ChangeLog.2010.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20391 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-10 20:12:44 +00:00
Geert Janssens
94091b57d6
Fix missing timestamp in trace files on Windows
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20388 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-08 13:21:54 +00:00
Geert Janssens
edfe40d23a
Additional svn:ignore settings
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20385 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-08 13:16:55 +00:00
Christian Stimming
3a8d1f6884
Add yet more gitignores.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20384 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-08 12:54:06 +00:00
Christian Stimming
13c87855dd
Add more gitignore entries.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20383 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-08 11:16:19 +00:00
Christian Stimming
4506326daf
Bug #644036 : Counter format validation fails on Windows because the number format is I64i there.
...
Note: Users will run into a problem when copying a windows file to linux
and vice versa because the counter format will have to be changed on the
other operating system each time.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20382 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-08 11:15:07 +00:00
Geert Janssens
c8a5b4f0e4
Add comments to warn about lack of Windows support in the guid_init
...
function.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20381 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-07 19:23:26 +00:00
Geert Janssens
d0f0cc9ec7
Bug #521817 - Guid_init causes very long startup delay if Novell
...
Network active
P_tmpdir is set to "\" by mingw. The way P_tmpdir is used by
GnuCash, this seems to trigger unwanted network activity. So on
Windows, I'm replacing it with "C:/temp" for now, based on suggestions
found on the internet regarding this issue.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20380 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-07 18:42:16 +00:00
Cristian Marchi
9fd932bc9d
Fix an accelerator.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20379 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-06 20:22:54 +00:00
J. Alex Aycinena
4516270399
Correct memory leaks found with valgrind
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20378 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-05 23:29:12 +00:00
Geert Janssens
9aa3c4d913
Add more debug logging.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20377 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-05 17:31:24 +00:00
Christian Stimming
edffdec7e4
Add option in OFX import to have newly encountered commodities automatically created.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20376 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-05 11:41:08 +00:00
Christian Stimming
aa1f05b535
Minor code cleanup: Move gconf section name into header; clarify argument name.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20375 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-05 11:40:53 +00:00
Christian Stimming
92e138b06b
Minor code cleanup in ofx importer; improve const-correctness.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20373 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-04 21:02:50 +00:00
Christian Stimming
5483672ad2
Use qualified include path for cmake/automake simplification
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20368 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-04 14:43:36 +00:00
Geert Janssens
8eb96468f3
Add additional debug markers
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20367 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-03 21:50:05 +00:00
J. Alex Aycinena
c17a907f08
Correct memory leak found with valgrind
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20364 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-03 00:30:10 +00:00
Cristian Marchi
d381f3bc1e
Fix Traditional Chinese win32 package translation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20363 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-02 19:33:25 +00:00
J. Alex Aycinena
1b9023e78f
Modify Tax Info on Account Page to display or not display sub-account info based on whether row is expanded.
...
Re-apply changes reverted in r20251. The only difference between this commit and r20207 is that, contrary to the recommendation given in gnc-tree-view.h, "Use GNC_TREE_VIEW_COLUMN_DATA_NONE if you plan on using a non-model data source for this column", it cobtinues to use "GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO". Using "GNC_TREE_VIEW_COLUMN_DATA_NONE" generates problems later in the "gnc_tree_view_add_text_column" routine when it tries to set up sorting for the column ("CRIT <Gtk> gtk_tree_sortable_set_sort_func: assertion `sort_column_id >= 0' failed").
Define a new column, GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in gnc-tree-model-account.c filled with gnc_ui_account_get_tax_info_sub_acct_string.
Modify gnc-tree-view-account.c to define a tax_info_data_func that displays only the the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the row is expanded; otherwise it combines it with the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT model column. Modily the view creation function to use the new tax_info_data_func for the text after having first set it to GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO to prevent the problem mentioned above, thereby overriding it.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20359 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-01 23:09:37 +00:00
Christian Stimming
97a9fad2db
Fix typo in German translation
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20358 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-01 21:27:14 +00:00
Cristian Marchi
6086bd725c
Add Traditional Chinese translation for win32 package system.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20357 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-01 19:44:05 +00:00
Cristian Marchi
aa6f6e2b9b
Updated Traditional Chinese translation by Kuang-che.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20356 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-01 19:36:45 +00:00
Cristian Marchi
9c8391f5c0
Improved French translation by Sebastien Daniel.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20355 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-03-01 19:33:53 +00:00
Geert Janssens
0e559e295a
Remove some obsolete files
...
These files were once copied from gtk 2.8 to work around pre-2.8 gtk
bugs when that was still our baseline. Our baseline is currently 2.10,
so these files are no longer needed/used.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20354 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-28 18:48:23 +00:00
Geert Janssens
de076842e2
Fix Gtk CRIT warnings introduced in r20351
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20353 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-28 16:26:28 +00:00
Geert Janssens
3e8262e3d9
Small spelling corrections in comments and some whitespace adjustments
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20352 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-28 11:28:25 +00:00
Geert Janssens
e2865dba97
Update page name if invoice/bill is renamed.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20351 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-28 11:28:13 +00:00
Geert Janssens
727b9c16f9
Present already open budget page if the user tries to open a budget more than once
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20350 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-28 11:28:02 +00:00
Geert Janssens
36b7f3215e
Update page name if budget is renamed.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20349 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-28 11:27:54 +00:00
Geert Janssens
95cd34c172
Bug #347265 - budget column resizing/options applies to all budget
...
windows
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20348 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-28 11:27:45 +00:00
Geert Janssens
8f850d0ff3
Only show the Save As dialog at the end of the Hierarchy druid if it
...
was called at the beginning of a new book, not when a hierarchy is
added to from the actions menu.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20344 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-26 14:42:40 +00:00
Christian Stimming
af2630904f
Re-indentation of source code.
...
This re-indentation was done using astyle-1.24 using the following options:
astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20343 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-26 14:04:34 +00:00
Geert Janssens
cb366864c4
Update gtk include headers to follow gtk recommendations (only include gtk/gtk.h)
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20342 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-26 13:04:37 +00:00
Geert Janssens
f19e1d0d4c
Set a printer job name when printing reports and cheques
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20340 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-25 23:59:21 +00:00
Cristian Marchi
3ab9bbd16f
Updated Lithuanian translation by Mantas Kriaučiūnas.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20339 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-25 07:11:16 +00:00
Phil Longstaff
226917b373
Update revision to 2.4.3
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20336 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-25 00:29:25 +00:00
Christian Stimming
70b83c9ece
Update German translation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20334 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-24 20:44:37 +00:00
Christian Stimming
0bb9fdc24d
I18n improvement: Unify two very similar strings.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20333 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-24 20:44:25 +00:00
Cristian Marchi
a1326e2725
Updated Italian translation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20332 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-24 19:29:00 +00:00
Cristian Marchi
b664b57ab2
Updated Slovak translation, copied from the translation project.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20327 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-23 12:50:19 +00:00
Christian Stimming
8bb7cb9d26
Updated Traditional Chinese translation, by Kuang-che Wu.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20326 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-22 20:28:34 +00:00