Commit Graph

13295 Commits

Author SHA1 Message Date
Mike Alexander
7120209168 Double clicking on the balance column in a register doesn't resize the
column because there is a zero width column to the right of it.  This may
fix all or part of bugs 563588, 345711, or 506261.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19379 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-27 22:46:17 +00:00
Christian Stimming
dc99266e24 Fix missing translation of buttons in invoice reminder dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19378 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-23 19:22:55 +00:00
Christian Stimming
1a69ea8392 Bug 612337: Add file save to hierarchy druid when the new file druid completes.
Patch by "Bob": I thought I would give this a try and come up with a patch to use the file save
as function after the after pressing the apply button. Not sure if it is the
best way but seems to work on my linux box and on windows without any errors.

I have changed the text in the account.glade file to reflect the firing of the
save as and also increased the size of the window to give more room for the
'Category Description' to stop scroll bars.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19377 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-20 20:37:39 +00:00
Geert Janssens
de8b4a208f Bug #624623 - Patch: US Tax Report for webkit and gtkhtml
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19376 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-18 14:29:50 +00:00
Geert Janssens
8502744871 Fix spelling in comment.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19375 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-15 22:36:39 +00:00
Geert Janssens
409b819f05 Remove now empty business directories
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19374 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-15 22:27:39 +00:00
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