Commit Graph

15241 Commits

Author SHA1 Message Date
Cristian Marchi
2d845cae0d Update Persian translation, copied from the translation project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23129 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-12 12:20:28 +00:00
Cristian Marchi
63bf8578c8 Update Lithuanian translation thanks to Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23128 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-04 19:12:06 +00:00
Cristian Marchi
2765b3137b Improve a tooltip. Patch thanks to Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23127 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-04 19:10:51 +00:00
Cristian Marchi
b436673a52 Change po files for previous patch removing double spaces. Patch thanks to Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23126 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-04 19:08:29 +00:00
Cristian Marchi
6bf62a3679 Remove double spaces from translatable strings. Patch submitted by Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23125 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-04 19:04:39 +00:00
John Ralls
a96929969c Fix some uninitialized variable warnings
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23124 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-03 21:47:35 +00:00
John Ralls
2b2838c834 Bump for 2.5.4 release
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23122 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-03 14:42:21 +00:00
Cristian Marchi
852c3ed568 More consistency for UI strings. Patch by Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23120 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-02 18:34:40 +00:00
John Ralls
9918d767b0 Revert "Support for querying Bitcoin/Litecoin prices via F::Q's MtGox module"
This reverts commit r22988.
See https://bugzilla.gnome.org/show_bug.cgi?id=698769#c8

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23119 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-02 18:33:25 +00:00
Cristian Marchi
0d04bb4b70 Update Italian translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23118 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-02 18:32:52 +00:00
John Ralls
b1fb99d211 - Functions which can return null always return a Python object
Minor change to check for and return None in method_function_returns_instance

Author: Tom Lofts <dev@loftx.co.uk>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23116 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-02 18:08:55 +00:00
John Ralls
abe3440291 Bug 704183 - ofx file import tries to match online_id against ACCTID[space]ACCTKEY even when ACCTKEY is empty
Alters the gnucash account matching code to search a second time if
the original search fails and the account ID has a trailing space. The second
search tries with the trailing space removed.

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23114 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-02 17:55:52 +00:00
John Ralls
ab3d8086be Register rewrite Update, add delete transaction up/down function. This update corrects a mistake in the removal of previous gui update. Author: Robert Fewell
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23113 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-02 17:55:40 +00:00
John Ralls
530bcd446d Register rewrite Update, change to using original query. This update changes the model to drop the filter and sort models to use the qof query to do these parts. This is in response to the slowness of large transaction lists with the intention to load only a subset of them. This is the start and this update should result in the same out put as using the filter and sort model. Author: Robert Fewell
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23112 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-02 17:55:26 +00:00
John Ralls
d97086e260 Register rewrite Update, added extra dates and cursor changes. This update fixes the following, allow the cursor to move between cells and make active, changed the preference for showing date entered to include reconcile date and added another option to show when transaction selected. Also added menu option to show these extra dates. Author: Robert Fewell
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23111 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-02 17:55:10 +00:00
Cristian Marchi
c1da48fb46 Make CSV account import table header translatable. Patch by Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23110 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-01 20:06:57 +00:00
Cristian Marchi
d3569e6709 Update Catalan translation copied from the Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23109 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-01 19:10:16 +00:00
John Ralls
c4736ea79a Fix report tests which fail in OSX
Because of too-small stack sizes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23108 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-08-01 18:42:19 +00:00
John Ralls
41b99bb87c Bug #704185: GnuCash 2.5 doesn't build on FreeBSD
Undefined symbols 'timezone' and 'daylight'
These are declared extern globals in time.h on most Unices, but not
on some BSDs. Since they're not used anywhere in Gnucash, just delete
setting them.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23106 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-14 17:10:03 +00:00
Cristian Marchi
10ed9757ea Update Danish TRanslation, copied from the Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23105 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-10 18:19:08 +00:00
Cristian Marchi
0e8eeb5fc3 Update Lithuanian translation thanks to Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23104 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-08 19:51:22 +00:00
Cristian Marchi
15788775e2 Fix some translation issues. Author: Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23103 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-08 19:44:06 +00:00
Cristian Marchi
7dd9d42fbe Fix translation of table headers. Author: Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23102 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-08 19:42:22 +00:00
Cristian Marchi
e1c5f01134 Fix typo preventing dash marker usage. Author: Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23101 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-08 19:41:25 +00:00
John Ralls
08adbfdb06 Bump version for 2.5.3 release
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23099 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-07 00:09:18 +00:00
John Ralls
f1e77948e5 Bug 703272 - list of windows in Windows menu outdated
Only set the menu once per window!
When combined with fixing the autorelease pool problem of Byg 698334,
the window menu now behaves correctly.

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23098 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-06 22:16:07 +00:00
Geert Janssens
5126d49141 Implement Save and Save As for custom report templates
This fixes bug 649284 - Allow saving of Custom Reports without changing name, overwriting existing report

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23097 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-06 20:51:23 +00:00
Geert Janssens
7fd6e8b552 New function to open custom reports dialog with one report name in edit mode
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23096 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-06 20:51:11 +00:00
Cristian Marchi
96d99d732d Better wording for Italian translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23095 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-06 17:50:13 +00:00
Geert Janssens
32203b08f8 Fix windows compilation error since r23083
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23094 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-06 16:22:55 +00:00
Geert Janssens
3c341a37ed Add back translation support in combo boxes that was accidentally removed in 1286a896a6
Author:    Aurimas Fišeras <aurimas@members.fsf.org>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23093 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-05 17:11:46 +00:00
Geert Janssens
a9f715e59f Fix crash when saved-reports file doesn't exist
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23092 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-05 16:38:21 +00:00
Geert Janssens
7ae2ba4998 A whitespace cleanup, no functional changes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23091 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-05 16:38:06 +00:00
Cristian Marchi
576becaa5e Update Lithuanian translation thanks to Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23090 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-04 20:13:34 +00:00
Geert Janssens
13cb1fa54f Bug #699686 - Startup dialog windows should be top level windows
Author: Simon Arlott <bugzilla.gnome.simon@arlott.org>
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23088 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-03 08:08:00 +00:00
Derek Atkins
ba884bb18e Fix typo
Patch from Aurimas Fišeras <aurimas@members.fsf.org>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23087 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 20:28:01 +00:00
John Ralls
45fe4ea83f Bug 701670: Command-V in reconcile window pastes data in register
Disable quartz accelerators: They grab menu accelerators without regard
to focus GtkWindows, breaking bindings.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23085 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 20:16:11 +00:00
Christian Stimming
2655c4aaf0 Cutecash: Fix linker flags for guile so that it links again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23084 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 18:47:31 +00:00
Geert Janssens
eb68ec0e41 Custom reports dialog - track template guids directly in model instead of separate list
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23083 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 11:18:46 +00:00
Geert Janssens
ba9004273e Require custom report template names to be unique (among other custom report templates)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23082 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 11:18:04 +00:00
Geert Janssens
7722379b9c Rework custom reports dialog
Each saved report now has 3 actions
- run
- rename
- delete

Rename is a new feature that allows to rename a report without having to
delete/readd.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23081 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 11:17:47 +00:00
Geert Janssens
78c8b5e3ba New function to rename a saved report
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23080 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 11:17:33 +00:00
Geert Janssens
3daa53b3b8 New functions to check for custom templates
- whether a report template is a custom one
- whether a report is based on a custom report

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23079 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 11:17:22 +00:00
Geert Janssens
d494e37b54 Define 'custom-template' property on report instances (not used yet)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23078 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 11:17:10 +00:00
Geert Janssens
7e049feddd Return guid of newly-created report template to calling function
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23077 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 11:16:59 +00:00
Geert Janssens
5f4c9835e0 Return success or failure when writing report templates to save file
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23076 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 11:16:50 +00:00
Geert Janssens
dbd9229149 Delete report function: use less ambiguous variable name
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23075 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-07-02 11:16:38 +00:00
Christian Stimming
e7537f85e9 Bug #702899: Fix crash in scrubbing code
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23074 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-30 20:38:14 +00:00
Christian Stimming
ca7bb16d69 Bug #703305: Fix crash on entering a non-valid date.
For now, the date that couldn't get parsed is replaced by today. Improvements
to this behaviour are welcome, though :-)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23073 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-30 20:18:37 +00:00
Mike Alexander
86434e10e5 Add back, and bring up to date, the debugging function qof_book_print_dirty.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23072 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-06-29 05:57:52 +00:00