Christian Stimming
4dd0ee9c87
Fix r19364: Remove last reference to removed business-backend-sql.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19373 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-15 20:05:40 +00:00
Geert Janssens
748b85f4fc
Bug #556713 - inconsistency in report options
...
Use "Reset defaults" instead of "Use defaults, as suggested by Derek.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19372 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-15 18:43:49 +00:00
Geert Janssens
7c529cc30b
Bug #556713 - inconsistency in report options
...
Final additions to this bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19371 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-15 11:11:08 +00:00
Christian Stimming
3ef60aaba4
Bug #621016 : Print multiple checks at the same time
...
The print checks operation should be able to print more than one check with a
single invocation of the "Print Check..." command. The attached patch does
this. If the active register is an account register, then the selected
transaction is printed (as before). If it is a search results register where
all the splits are from the same account, then it prints a check for each of
them. Anything else is an error.
Patch by Mike Alexander.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19370 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-14 20:38:24 +00:00
Christian Stimming
591bf8b9a7
Bug #118391 : This patch add isocodes support for Windows build.
...
It automatically download,
build, install and packaging the isocodes.
Currently, the patch will not make Windows build show the locale long
currencies name. But it make the isocode available on Windows. Since the long
currencies names are already shown on Linux, I think it should not far to make
it happen on Windows too, especially the isocode will be available after this
patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19369 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-14 20:22:18 +00:00
Christian Stimming
0276f793bc
Bug #620763 : Fix permuted "Retained Earnings/Losses" in balsheet-eg.eguile.scm
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19368 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-14 20:22:06 +00:00
Christian Stimming
3d6d345a04
Bug #620763 : remove trailing whitespace from balsheet-eg*
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19367 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-14 20:21:54 +00:00
Christian Stimming
e1b1654f73
Bug #556713 : Fix inconsistency in report options
...
The attached patch should fix the remaining outstanding issues of this bug.
Applying this patch now would break string freeze.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19366 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-14 20:21:40 +00:00
Christian Stimming
f30fa7295b
Update POTFILES.in after file moving.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19365 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-14 19:54:11 +00:00
Christian Stimming
2f39208e7d
Merge the sql parsers of the business objects into the main sql module.
...
Also, completely remove the business-core/sql module because it is
no longer needed. The tests of this module have been moved into
backend/dbi because they depend on sql+dbi, but not more than that.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19364 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-14 19:39:19 +00:00
Christian Stimming
0f17917433
Completely remove the business-core/xml module as it is no longer needed.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19363 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-13 09:56:24 +00:00
Christian Stimming
8cbf79291d
Remove the separate business xml backend from cutecash and python as well.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19362 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-13 09:56:02 +00:00
Christian Stimming
d35b135447
Merge the xml parsers of business objects into the main xml backend module.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19361 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-13 09:55:46 +00:00
Christian Stimming
4bd4d41c05
Remove separate object initialization in engine/gncBusiness.c and move this into one common initialization function cashobjects_register in <engine/cashobjects.h>.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19360 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-12 20:12:22 +00:00
Christian Stimming
f8007880fd
Follow-up of r19358: Need to use AB_SetupDialog_new instead as replacement of the previous wizard.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19359 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-12 20:12:08 +00:00
Christian Stimming
ea0327864c
Adapt to newest (unstable) aqbanking: No external application needed anymore for user setup.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19358 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-12 18:54:42 +00:00
Phil Longstaff
5ac329c376
#616606 - Get default report font from top level widget
...
Patch by Tao Wang
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19357 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-11 18:33:16 +00:00
Geert Janssens
d26b72f5f1
Convert glade files to Gtk+2.10: remaining business dialogs
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19356 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-10 15:29:10 +00:00
Geert Janssens
a1e1e32659
Convert glade files to Gtk+2.10: business dialogs except customer/vendor/invoice
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19355 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-09 13:16:47 +00:00
Geert Janssens
1350d9220b
Convert glade files to Gtk+2.10, next batch: gnome-utils
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19354 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-09 12:29:39 +00:00
Geert Janssens
41ae6e4be2
Convert dialogs to Gtk+2.10
...
Removed one unused dialog as well, as it contained many deprecated widgets causing trouble.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19353 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-09 10:37:46 +00:00
Geert Janssens
4a3fca6b9f
Remove unused dialog
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19352 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-09 10:08:39 +00:00
Geert Janssens
e146e60e6d
Fix GtkSpinButton with non-zero page_size warnings.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19351 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-09 09:43:32 +00:00
Geert Janssens
f1edb7422d
Bug #623844 - CRITICAL gnc.backend Error message in trace file.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19350 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-08 19:18:30 +00:00
Geert Janssens
e5b47e0eda
Bug #623842 - Reseting of Color Tabs to default color wrong.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19349 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-08 19:16:33 +00:00
Geert Janssens
3270533024
Bug #556713 - inconsistency in report options, partial fix
...
This commit aligns all occurences of "Current/Previous Year Start/End" to "Start/End of this year"
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19348 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-07 15:11:25 +00:00
Geert Janssens
0e80482cc0
Bug #556713 - inconsistency in report options, partial fix
...
This commit aligns all occurences of "Report Accounts" and "Accounts to include" to "Accounts"
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19339 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-06 16:52:44 +00:00
Cristian Marchi
720dd82abf
Updated Latvian translation, copied from the Translation Project
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19338 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-06 16:47:38 +00:00
Geert Janssens
4da2b4ab25
Bug #447339 - custom reports with similar names misbehaving
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19337 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-06 15:46:11 +00:00
Cristian Marchi
3c8257c4c7
Updated Dutch translation, copied from the Translation Project
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19336 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-06 06:11:40 +00:00
Cristian Marchi
3edfcb5bb1
Update of Italian translation by Cristian Marchi
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19335 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-05 18:05:22 +00:00
Christian Stimming
1111914b03
Merge most recent pot template into all language po files.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19334 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-04 20:32:51 +00:00
Christian Stimming
da5edb6d81
Update German translation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19333 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-04 20:16:35 +00:00
Christian Stimming
c937185ada
Merge most recent translation template into de.po.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19332 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-04 20:16:17 +00:00
Christian Stimming
cad2b40bca
Update POTFILES.in after recent file move.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19331 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-04 20:16:01 +00:00
Christian Stimming
fae41c96b5
I18n improvements in invoice reports: Mark last untranslated strings for translation.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19330 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-04 20:15:49 +00:00
Christian Stimming
76b764582a
Move the business object implementations from separate module into the main gnucash engine.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19329 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-03 21:53:22 +00:00
Christian Stimming
8e781e8cb4
Move initialization of business objects into gncBusiness.c so that this fits to the header where the function was declared.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19328 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-03 21:53:08 +00:00
Christian Stimming
5133b1733e
Remove header gncBusinessP.h which is unused anyway.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19327 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-03 21:52:51 +00:00
Geert Janssens
474915ecf6
Bug #556713 - inconsistency in report options, partial fix
...
This commit aligns all occurences of "Report Currency" and variants to "Report's currency"
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19326 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-03 14:57:38 +00:00
Geert Janssens
bac826d063
Bug #556713 - inconsistency in report options, partial fix
...
This commit replaces "From/To" with "Start Date/End Date" in all standard reports.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19325 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-03 14:36:13 +00:00
Cristian Marchi
8ec2678f30
Updated Dutch translation, copied from the Translation Project
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19324 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-02 05:51:27 +00:00
Cristian Marchi
17b1f2966c
Bug #389841 : Wrong translation of Tax Amount and update of Italian translation by Cristian Marchi
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19323 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-01 16:57:46 +00:00
Geert Janssens
c9d42e3af1
Convert glade files to glade3/gtk+2.10, next batch.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19322 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 21:33:23 +00:00
Geert Janssens
9653a36c70
Remove obsolete code.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19321 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:42:18 +00:00
Geert Janssens
f07305f8db
Some changes to align the README files with the current state of gnucash.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19320 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:42:02 +00:00
Geert Janssens
207c54a680
Future default file extension is .gnucash, so
...
- rename example files to this extension
- replace references to the old extension where appropriate
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19319 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:17:37 +00:00
Geert Janssens
fb7be5d6ef
Fix binary test.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19318 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:15:00 +00:00
Geert Janssens
2307265f82
More path fixes.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19317 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:14:18 +00:00
Geert Janssens
550ba24ee9
Fix paths. On Mandriva the original code resulted in two absolute path being appended, resulting in file not found errors.
...
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19316 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-06-30 20:06:59 +00:00