Commit Graph

15805 Commits

Author SHA1 Message Date
Christian Stimming
4050d7e096 Update aqbanking code for latest aqbanking development.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23663 57a11ea4-9604-0410-9ed3-97b8803252fd
2014-01-02 21:43:07 +00:00
Christian Stimming
f3e0929e52 For aqbanking, take into account the actual purpose line length that is given from aqbanking.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23662 57a11ea4-9604-0410-9ed3-97b8803252fd
2014-01-02 21:42:56 +00:00
Mike Evans
2ee26b38a5 Fix issue with Python bindings.
Any Entry.functions were returning <Swig Objects> instead of instances.
Also removed invalid items from entry_dict in gnucash_business.py.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23661 57a11ea4-9604-0410-9ed3-97b8803252fd
2014-01-02 11:04:02 +00:00
John Ralls
5016478de8 Bug 721260 - Crash on startup: gnucash cannot handle default locale
Actually, Guile can't handle weird locales, which OS X 10.9 lets
one set. Guile will throw an exception.

This patch avoids the problem by ensuring that the locale is set to
something that setlocale() will work with, ideally in the language
indicated by defaults.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23660 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-31 22:36:36 +00:00
John Ralls
950a2933bc Fix another broken build
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23659 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-31 03:27:12 +00:00
John Ralls
b5f7385538 Release 2.6.0
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23642 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-28 19:40:15 +00:00
John Ralls
43c93a09fd Add new files to POTFILES.in
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23641 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-28 19:40:07 +00:00
Mike Evans
6e9fda20fc A couple more edits.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23640 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-28 15:40:51 +00:00
Mike Evans
637b160640 Update Last Translator and removed cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23639 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-28 14:23:41 +00:00
Mike Evans
2870c12327 Update Amercan -> British translations.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23638 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-28 14:23:21 +00:00
Geert Janssens
a65d0f6c06 Update gnome appdata file to pass validity check
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23634 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-27 18:42:11 +00:00
Cristian Marchi
61587396df Update French translations thanks to Sébastien Villemot.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23629 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-27 10:26:42 +00:00
Cristian Marchi
7531b4157e Update Lithuanian translation. Thanks to Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23628 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-27 10:23:24 +00:00
Geert Janssens
443ac692e5 Prevent gnc-numeric overflow in advanced portfolio report
Patch by zz-bugzilla-9297@qwerty.co.il
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23623 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-26 15:46:19 +00:00
Cristian Marchi
c1da862a65 Update Italian translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23622 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-26 14:03:48 +00:00
Geert Janssens
b0425c5879 Fix compile warning introduced in r23602
Quote from gnucash-devel:
"I think this introduced a "might be used uninitialized" warning in
src/gnome/top-level.c with my particular version of gcc.

Initializing *file_guid with NULL in gnc_restore_all_state() fixes
the warning, see below."

Author:    Herbert Thoma <herbert.thoma@iis.fraunhofer.de>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23621 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-26 13:47:49 +00:00
Geert Janssens
01b6bcaeb9 Bug 720646 - New Book Tabs on Windows
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23620 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-26 13:47:39 +00:00
Geert Janssens
1e1c705a14 Don't create a second account hierarchy page when cancelling the Hierarchy Assistant
Yet another case this could happen: when using Actions->New Account Hierarchy
on an already open book.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23619 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-26 13:47:30 +00:00
Geert Janssens
2921a5cea4 Make "New Book Options" dialog transient for its caller where possible
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23618 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-26 13:47:22 +00:00
John Ralls
1c0f4d61d1 Add plugin example to plugins
This is the former content of plugins-example.tgz, mentioned in the
wiki documentation.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23615 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-25 06:12:56 +00:00
Geert Janssens
6efd839282 Use same name for dialog and menu related to preconfigured reports
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23613 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-24 17:09:00 +00:00
Geert Janssens
07e2106386 Revert "Bug 720646 - New Book Tabs on Windows"
This reverts commit 5305c7909e.

This was incomplete and not meant to be pushed yet.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23612 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-24 17:08:50 +00:00
Geert Janssens
5305c7909e Bug 720646 - New Book Tabs on Windows
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23611 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-24 17:03:49 +00:00
John Ralls
a098695219 Make the date help string translatable
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23608 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-24 15:05:00 +00:00
Geert Janssens
e20d5c8d1c Fix some warnings while creating a new book
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23602 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-23 20:33:02 +00:00
Geert Janssens
f94b27f915 Prevent account hierarchy assistant from opening a second account hierarchy upon completion
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23600 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-23 20:32:52 +00:00
John Ralls
72c256ee81 Bug 710823 - libofx can supply broken UTF-8 for account id
Ensure that all strings coming in from OFX are checked for being
valid UTF-8.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23599 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-23 00:47:33 +00:00
John Ralls
4147d88e72 Bug 710824 - GnuCash should sanitise UTF-8 before serialising files
to avoid writing broken unparseable XML.
This checks for both bad UTF8 and for invalid control characters
that libxml2 doesn't convert to entities.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23598 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-22 22:32:04 +00:00
Mike Alexander
d9c33eb571 Update .gitignore to include recently added config macros.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23597 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-22 22:13:42 +00:00
Mike Alexander
b21713b1ba Load old version 1 XML files without crashing.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23596 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-22 22:13:36 +00:00
Geert Janssens
39ab0bde47 Bug 720556 - The Tip of the Day preference isn't getting saved
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23595 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-22 16:48:58 +00:00
Cristian Marchi
efe16b9b6d More update to Italian translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23590 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-21 15:09:13 +00:00
Geert Janssens
597b6f9c8a Drop double blanks from gschema strings.
These resulted in message translations not being found:
gnc-warnings.c is generated from these strings using xsltproc
the *.po files are generated from these strings using gettext

gettext collapses whitespace. xlstproc doesn't at least not in the
way we use it. So when gnucash needs to look up a translation for
a warning, it won't find it due to the mismatch in message id.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23589 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-21 11:54:25 +00:00
Geert Janssens
e24a339fda Reset Warnings dialog: show translated warnings
Author:    Aurimas Fišeras <aurimas@members.fsf.org>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23588 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-21 11:54:07 +00:00
John Ralls
73b63765bf Fix up and update strawberry perl URIs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23587 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-20 22:53:03 +00:00
Cristian Marchi
4717ded3e7 Another update to Italian Translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23586 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-20 21:01:47 +00:00
John Ralls
e90a0c00ba Suppress other register's blank transactions from General Ledger
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23585 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-20 00:44:51 +00:00
John Ralls
21e0e19f34 Bug 720555 - General Ledger - Can't Enter Transaction Amounts
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23584 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-20 00:44:43 +00:00
John Ralls
f694000ba5 Bug 157247 - Asset account's "total" value should use most recent transaction prices
Add price database entry for accounts (e.g., stock accounts) which don't have a price cell
in their register tables.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23583 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-20 00:44:35 +00:00
John Ralls
28c2f62034 Extract-method on gnc_split_register_auto_calc
Producing calculate_value, recalc_message_box, recalculate_shares, recalculate_price, recalculate_value

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23582 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-20 00:44:27 +00:00
John Ralls
ad96f1cd23 Rewrite apparently confusing comment.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23581 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-20 00:44:18 +00:00
Cristian Marchi
c1f3f4cde5 Update Dutch translation, copied from the Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23578 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-18 20:45:36 +00:00
Cristian Marchi
eb96a71f66 Updated Lithuanian translation provided by Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23577 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-18 20:37:57 +00:00
Geert Janssens
48d589041f Add missing macros to distribution and silence libtool warning
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23574 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-16 18:55:50 +00:00
Frank H. Ellenberger
f70e0ee134 [23570] there was still one "_JP" although currently commented out
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23573 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-15 21:15:37 +00:00
John Ralls
0f412c79d5 Change guide and help translation directories
To match gnucash-docs r23523

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23570 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-15 19:30:55 +00:00
John Ralls
4a333aba7d Release 2.5.10
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23568 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-15 17:22:11 +00:00
John Ralls
813c9ed325 Rename some directories in src/import-export
The gschema.xml.in.in pathnames were too long for versions with more than
5 characters, e.g. 2.5.10, so tar was rejecting them. aqbanking, csv-import,
csv-export, and qif-import are now aqb, csv-imp, csv-exp, and qif-imp,
respectively.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23567 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-15 17:21:20 +00:00
John Ralls
9da77a1767 Move gnc-warnings.c from POTFILES.skip to POTFILES.ignore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23566 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-15 17:20:10 +00:00
John Ralls
070ef2f953 Fix ax_pkg_swig.m4 filename.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23565 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-12-15 17:19:51 +00:00