Commit Graph

16253 Commits

Author SHA1 Message Date
Jeff Earickson
2c3f9ca518 Urdu Language Translation file. 2014-09-27 10:06:26 +02:00
Jeff Earickson
be6debe690 Telugu Language Translation file. 2014-09-27 10:06:25 +02:00
Christian Stimming
0b76b52dc5 Aqbanking online SEPA transfer: Allow transfers without BIC, only IBAN. Also add IBAN checking. 2014-09-26 22:48:46 +02:00
Jeff Earickson
a1e83181cc Marathi Language Translation File. 2014-09-26 17:46:31 +02:00
Jeff Earickson
11b53fb5bb Kashmiri Language translation file. 2014-09-26 17:46:30 +02:00
Jeff Earickson
ccb0dacd2e Hindi Language Translation file 2014-09-26 17:46:30 +02:00
Robert Fewell
bf75340265 This patch changes some strings. 2014-09-26 17:09:51 +02:00
Geert Janssens
ccbd09d5e3 Merge branch 'maint'
* Bug 732545 - gnucash-2.6.3 segfaults when started
* Bug 720427 - Review of french account templates
* Bug 671615 - French: 'New Customer' button in Find Customer dialog is translated to 'Nouvel onglet'
* Add context to generic translatable string
* Convert ISO-8859-1 account chart templates to UTF-8
* Set default currency for French account chart templates
* Use same default setting for quotes in csv import and export
* This patch fixes bug 726888, cancel button is available on all pages of assistant.
* Avoid undocumented dependency on progress page type in assistant to skip page
* Use same test for payment dialog transfer accounts and assign as payment checks
* Bug 630638 - 'Process payment' should allow to select equity accounts for payment
* Bug 736703 - Scheduled transaction are registered without credit/debit
* This patch fixes bug 731519. The fix sets the upper limit before it sets the value of the end row spin button.
* Part Bug fix for 729476, this fixes the quoting of quotes, newlines and separator to make it more compatible with CSV format.
* Part Bug fix for 729476, this changes the line endings to \r\n to make it more compatible with CSV format.
* This patch just changes the white space to be of a consistent format.
* Various small code improvements in csv import/export
* Rework assistant csv import regex code to eliminate the mandatory dummy field (#eol).
2014-09-26 17:02:52 +02:00
Geert Janssens
c652455ebb Rework assistant csv import regex code to eliminate the mandatory dummy field (#eol).
This consists of a couple of changes that are heavily interdependent:
- read the csv file entirely in one string
- tweak the regex so it knows the difference between the end of line and a newline in one of the fields
- leverage the g_regex code to iterate over the full string directly
2014-09-26 16:52:50 +02:00
Geert Janssens
595e359301 CSV Import transform macro into function
A complex macro is difficult to debug, particularly if it uses
variables that were defined outside of the macro.
2014-09-26 16:52:50 +02:00
Geert Janssens
32193a4713 CSV Export: factor out function to generate regular expression 2014-09-26 16:52:49 +02:00
Geert Janssens
0c31c62753 Refactor OS-specific ifdef to reduce code duplication
Which results in reduced risk on typos in either branch
2014-09-26 16:52:49 +02:00
Robert Fewell
ea03301651 This patch just changes the white space to be of a consistent format. 2014-09-26 16:52:48 +02:00
Robert Fewell
ba1f8cb1c6 Part Bug fix for 729476, this changes the line endings to \r\n to make it more compatible with CSV format. 2014-09-26 16:52:47 +02:00
Robert Fewell
2b6a6d896c Part Bug fix for 729476, this fixes the quoting of quotes, newlines and separator to make it more compatible with CSV format. 2014-09-26 16:52:47 +02:00
Robert Fewell
b13f3dab2f This patch fixes bug 731519. The fix sets the upper limit before it sets the value of the end row spin button. 2014-09-26 16:52:46 +02:00
John Ralls
32105585d4 Bug 736703 - Scheduled transaction are registered without credit/debit
Use a default exchange rate of 1 instead of 0.
2014-09-25 16:59:58 -07:00
Geert Janssens
e693a68972 Bug 630638 - 'Process payment' should allow to select equity accounts for payment 2014-09-23 10:26:00 +02:00
Geert Janssens
97d6bffa0c Use same test for payment dialog transfer accounts and assign as payment checks 2014-09-23 10:24:42 +02:00
Geert Janssens
345f576bf7 Avoid undocumented dependency on progress page type in assistant to skip page
Instead, simply delete page when not needed
2014-09-22 23:30:16 +02:00
Robert Fewell
48f2e8bb7e This patch fixes bug 726888, cancel button is available on all pages of assistant. 2014-09-22 23:28:25 +02:00
Robert Fewell
7d7d201498 Use same default setting for quotes in csv import and export 2014-09-22 23:27:54 +02:00
Geert Janssens
5c207daebc Set default currency for French account chart templates 2014-09-22 16:06:03 +02:00
Geert Janssens
ef41cb6f32 Convert ISO-8859-1 account chart templates to UTF-8 2014-09-22 16:00:39 +02:00
Geert Janssens
fc874eadc2 Add context to generic translatable string
This was suggested in bug 671615 by Jérôme Rapinat.
2014-09-22 15:16:30 +02:00
Geert Janssens
c913013508 Bug 671615 - French: 'New Customer' button in Find Customer dialog is translated to 'Nouvel onglet'
This bug affected all translations, not only french
2014-09-22 15:16:29 +02:00
Geert Janssens
547b4d436f Bug 720427 - Review of french account templates
Fix gender issues
2014-09-22 15:16:29 +02:00
John Ralls
42013538df Bug 732545 - gnucash-2.6.3 segfaults when started
Check all strings before calling g_strsplit.
2014-09-21 17:56:54 -07:00
John Ralls
4b503d356d Update gnucash-design.texi for removing old kvp_value macro. 2014-09-21 15:37:18 -07:00
Geert Janssens
0836946d80 Merge branch 'maint'
* Provide strfmon function for platforms that don't have it
* Bug 695240 - mortgage wizard empty table
* Bug 711567 - Cannot save a custom report if a path contain diacritic chars
* Rewrite gfec_eval_file to avoid opening the file itself in guile (follow up of bug 711567)
* Update Dutch translation, copied from the Translation Project.
2014-09-21 23:16:25 +02:00
Mark Haanen
7e909d1008 Update Dutch translation, copied from the Translation Project. 2014-09-21 23:00:01 +02:00
Geert Janssens
2e4021978d Rewrite gfec_eval_file to avoid opening the file itself in guile
This is a continuation of
Bug 711567 - Cannot save a custom report if a path contain diacritic chars
However this commit deals with reading the file
2014-09-21 23:00:00 +02:00
Geert Janssens
db6c83cdb6 Swap static functions so the lower one can reuse the upper one 2014-09-21 22:59:59 +02:00
Geert Janssens
3e0d83b256 Bug 711567 - Cannot save a custom report if a path contain diacritic chars 2014-09-21 22:59:59 +02:00
Geert Janssens
9a5357855d Bug 695240 - mortgage wizard empty table 2014-09-21 22:33:01 +02:00
Geert Janssens
24cb06156f Provide strfmon function for platforms that don't have it 2014-09-21 22:33:01 +02:00
lmat
b109c94f2c Removing deprecated #define
kvp_value should not be used, but rather the standard KvpValue. Using
the deprecated value just adds one more variation on this typename.
2014-09-21 13:32:59 -07:00
John Ralls
010cf541f9 Fix the underlying non-literal-null-conversion instead of suppressing
The warning. What it was warning about was two calls to "g_strdup(NULL);",
which is a really dumb way of saying "NULL".
2014-09-19 16:24:00 -07:00
Geert Janssens
61354c9ebc Fix distcheck after introduction of finance quote man pages 2014-09-19 18:16:14 +02:00
Geert Janssens
42226e2563 Use consistent sorting in POTFILES.in
The os provided sort function behaves differently on each platform
2014-09-19 17:36:16 +02:00
Geert Janssens
e0135b197d Fix distcheck after introduction of new stylesheet 2014-09-19 17:34:33 +02:00
lmat
d2913915e6 Removed binary from kvpvalues
It looks like the binary kvpvalue wasn't being used, and, since
it is difficult to deal with, it is easiest to remove it altogether.
2014-09-16 15:12:12 -07:00
Geert Janssens
9bc5d1a20c Merge branch 'maint'
* Bug 733283 - [PATCH] Loss of fractions when importing OFX investment transactions
* Bug 733506 - (ForwadDisableQIF) The forward button is not active even though a file is selected
2014-09-16 23:40:09 +02:00
Carsten Rinke
f68a8d0907 introduce new stylesheet Head-or-Tail 2014-09-16 23:23:10 +02:00
David Maline
afdce5e182 Bug 733506 - (ForwadDisableQIF) The forward button is not active even though a file is selected 2014-09-16 21:34:32 +02:00
Jethro Beekman
9d5e7037ed Bug 733283 - [PATCH] Loss of fractions when importing OFX investment transactions 2014-09-16 21:34:20 +02:00
Geert Janssens
d39c786b82 Merge branch 'maint'
* Align perl module requirements with recent Finance::Quote versions
* Updated Russian translation from Dmitry Pavlov
* New Chart of Accounts Assistant is too large for screen
2014-09-16 12:06:00 +02:00
Geert Janssens
5d18047068 Align perl module requirements with recent Finance::Quote versions 2014-09-16 12:00:26 +02:00
Christian Stimming
9e0e6e1f69 Fix aqbanking handling of transaction templates.
Also, make the unittest less verbose.
2014-09-08 21:16:25 +02:00
John Ralls
e210f8cdfb Fix bad getter for account-trans-retrieval
For timespecs we need a Timespec** to pass to qof_instance_get.
2014-09-07 16:12:50 -07:00