Commit Graph

13808 Commits

Author SHA1 Message Date
Christian Stimming
6ff18f3b07 Update translation po files: Merge latest pot template.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20284 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-12 16:30:48 +00:00
Christian Stimming
a95cd710e2 Fix potential parsing of NULL strings by correctly use an empty non-NULL string instead.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20283 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-12 16:03:31 +00:00
Christian Stimming
d398e99593 Another error message somewhat more verbose.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20282 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-12 15:53:51 +00:00
Christian Stimming
5f7e50efef Make log warning about bad gnc_numeric print the actual error code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20281 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-12 15:53:37 +00:00
Christian Stimming
4741dc2b42 Add address auto-completion of r20272 also for address line 4.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20279 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-12 15:18:46 +00:00
Christian Stimming
4978611f28 Updated Spanish translation, by Francisco Javier.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20278 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-12 14:49:09 +00:00
Christian Stimming
7216898b6a Fix r20272: The text selection after auto-completion should work correctly now.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20275 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-12 09:46:57 +00:00
Cristian Marchi
0794a01d8c Update Russian translation by Sergey Belyashov.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20274 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-11 13:40:08 +00:00
Christian Stimming
77679b6bcc Extend the addr2/addr3 auto-completion also to the shipping addr2/addr3 lines.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20273 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 21:49:44 +00:00
Christian Stimming
2f8a1265af Implement auto-completion on the addr2/addr3 lines of the "New Customer" dialog box.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20272 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 21:49:29 +00:00
Christian Stimming
213afffc2c Add a common shared quickfill object for the addr2/addr3 lines of a GncAddress.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20271 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 21:49:12 +00:00
Christian Stimming
deec6809aa Minor code cleanup - remove includes from header if not necessary.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20270 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 21:48:58 +00:00
Cristian Marchi
99a4130043 Updated Dutch translation copied from the translation project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20269 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 20:10:24 +00:00
Christian Stimming
792b4ac1ee Bug #635552: Rename "Financial Calculator" into "Loan Repayment Calculator"
I've been told (by users who know the subject well enough) the "Financial
Calculator" should rather be called a "Loan Repayment Calculator" or a
"Mortgage Payment Calculator", as this is what is being offered there. So
I finally made this renaming.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20268 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 19:46:56 +00:00
Christian Stimming
59cbfb2b6f Bug #640357: Adding very limited Perl-Support for doxygen
Adding Doxygen commands to the Perl-scripts in the sources

I searched for every *.pl file in the GnuCash source and added Doxygen commands
like @file, @brief, @author to better include them in doxygen.

Patch by Christoph Holtermann.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20267 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 19:40:38 +00:00
Christian Stimming
17669ec5bf Bug #640357: Adding very limited Perl-Support for doxygen
There are a few Perl-scripts scattered through the GnuCash sources. This patch
enables doxygen to interpret them so that they can be provided with information
about author, date and so on.

This is done by telling doxygen that their python-files. So python-comments can
be used.

The actual Perl-source is commented out by using
@cond Perl
...PERL-CODE...
@endcond Perl

Patch by Christoph Holtermann

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20266 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 19:40:22 +00:00
Christian Stimming
0f0b1e662a Bug #640347: Adding Example Skripts for historic Stock Quotes
This patch adds the example skripts from
http://wiki.gnucash.org/wiki/Stocks/get_prices
to the directory python-bindings/example_scripts.

Patch by Christoph Holtermann.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20265 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 19:37:23 +00:00
Christian Stimming
d16ef1765e Bug #640328: This patch makes Transaction.GetSplitList and Account.GetSplitList return Split instances
I changed gnucash_core.py so that GetSplitList methods of Transaction and
Account return Split-instances so that the user doesn't need to call
Split(instance=GetSplitList()[n]).

I checked the examples and changed one either.

Patch by Christoph Holtermann

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20264 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 19:37:07 +00:00
Christian Stimming
e3b8b22ab5 Bug #639906: Changing the way __format__ works for Split and Transaction
Patch by Christoph Holtermann

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20263 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 19:36:52 +00:00
Christian Stimming
b0fb01c81c Fix CRIT error message on program quit in the aqbanking module.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20261 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-09 21:51:36 +00:00
Christian Stimming
b66ee496b8 Fix missing copying of invoice currency on "Copy Invoice".
Unfortunately this feature has been creating invoices with no currency set.
This leads to weird amounts that have more digits than expected and don't
sum up correctly, and it also triggers the warning dialog "One or more of
the entries are for accounts different from the invoice/bill currency. (...)"

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20260 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-09 21:10:55 +00:00
Christian Stimming
8e379a035c Bug #641909: Fix broken price scatter plot
The report was unknowingly broken by the move of one function in r20209
namely gnc-locale-default-iso-currency-code from app-utils to core-utils,
and somehow this needs a re-export in the core-utils.scm declaration.
(I don't know why. For me, this confirms again this whole scheme plugin
stuff sucks, royally.)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20259 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-09 19:52:21 +00:00
Christian Stimming
dbf058b097 Minor tweaking of icon for duplicate invoice so that it doesn't look grayed out
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20256 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-07 21:39:00 +00:00
Christian Stimming
88d677c834 Update Dutch translation by Mark Haanen, copied from the Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20255 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-07 21:19:05 +00:00
Christian Stimming
65f0c7b8ef Updated Spanish translation, by Francisco Javier F. Serrador.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20254 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-07 21:07:29 +00:00
Phil Longstaff
112778f12e Update revision to 2.4.2
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20252 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-06 22:30:26 +00:00
Christian Stimming
c97a58b97b Partly revert r20207, "Modify Tax Info on Account Page..."
The changes in the tree-model-account caused CRITICAL gtk warnings, so we
revert that part for now. The changes in gnc-ui-utils.[hc] have been kept.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20251 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-06 21:18:49 +00:00
Christian Stimming
ab195d7333 Updated German translation, now 100% completed.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20250 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-06 21:16:52 +00:00
Christian Stimming
d74db75350 I18n improvements: Fix weird strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20249 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-06 21:16:42 +00:00
Christian Stimming
f8ed77e3c3 Update German translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20248 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-06 10:20:46 +00:00
Christian Stimming
bad51f8796 Update POTFILES.in
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20247 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-06 10:20:35 +00:00
Christian Stimming
b72ca059a8 Bug #641628: I18n: Fix untranslated string in fancy-invoice.scm and invoice.scm
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20246 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-06 09:54:38 +00:00
Christian Stimming
002352559b Bug #641646: Fix incorrect tip on switching between multiple tabs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20245 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-06 09:49:52 +00:00
Cristian Marchi
2583b0f71c Updated Dutch translation, copied from the translation project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20244 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-05 20:28:02 +00:00
Christian Stimming
6371840702 Remove references to Neil William's website because it is vastly outdated.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20242 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-05 17:32:22 +00:00
Christian Stimming
e19bb94ead Updated German translation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20241 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-05 16:52:01 +00:00
Christian Stimming
d6d0369c81 Bug #641557: I18n slightly improved in fancy-invoice
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20239 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-05 16:29:08 +00:00
Christian Stimming
14df88070d I18n: Fix misleading composed strings by defining two separate full sentences.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20238 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-05 16:28:55 +00:00
Christian Stimming
0854bcce96 i18n: Add more terms to the glossary
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20237 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-05 15:52:22 +00:00
Christian Stimming
e5eee6ed6b i18n: Fix missing space in message
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20236 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-05 15:52:09 +00:00
Phil Longstaff
02b3ffaea4 Update revision to 2.4.1
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20231 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-05 01:55:41 +00:00
John Ralls
f99d162fbb DBI Backend: Cleanup after testing version control so that repeating the tests doesn't fail.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20230 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-04 18:32:51 +00:00
Phil Longstaff
3fe1707d22 Check whether session has been created before trying to end it.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20229 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-04 01:54:30 +00:00
John Ralls
947b60f511 Fix compiler warning in gnc-backend-dbi.c.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20228 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-04 00:02:21 +00:00
Cristian Marchi
822eb02134 Updated Dutch translation, copied from the translation project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20227 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-03 21:22:07 +00:00
John Ralls
bf8cc9ee08 Change dependency in src/backend/dbi/Makefile.am from app-utils to core-utils
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20226 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-03 14:43:39 +00:00
Christian Stimming
b042a6d536 Do not modify the entry's DateEntered when duplicating invoice to keep the entry ordering.
Follow-up to r20115.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20225 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-02 20:49:41 +00:00
Christian Stimming
d0b8c4296e Fix cmake build after latest configure changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20224 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-02 20:31:10 +00:00
John Ralls
7cb436e08d Change GNC_RESAVE_VERSION to GNUCASH_RESAVE_VERSION so that it's similar to the other version macros; define it at the top of configure.ac so that it's obvious to everybody; and store the current Gnucash version only when doing a full save so that retrospective changes to GNUCASH_RESAVE_VERSION won't skip a resave because the database has been touchedby a newer version.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20223 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-02 00:04:29 +00:00
Christian Stimming
dd3f1a3c7d Win32: Add missing include for windows build
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20222 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-01 21:04:58 +00:00