Commit Graph

16922 Commits

Author SHA1 Message Date
fell
ff76db28f5 Add po/glossary/gnc-glossary.pot to .gitignore 2017-11-15 03:33:57 +01:00
fell
742064ee87 Fix a few encodings and Content-* tags in glossary 2017-11-15 00:36:41 +01:00
John Ralls
45bab93613 Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian
Commit 88b8477 on libdbi calls the error handler if one attempts to run
off the end of a result set. Since we often loop on
dbi_result_next_row() returning 0 this breaks our logic in several
places. This change simply returns from the error handler on a
DB_ERROR_BADIDX allowing the logic to work as before.
2017-11-07 18:06:04 -08:00
fell
c19f851c29 Add a bunch of translator comments and a few accelerators to glade files 2017-10-20 20:55:15 +02:00
fell
90bbeac078 Add a bunch of translator comments to C files 2017-10-20 20:20:20 +02:00
fell
97c3483e06 Improve type of bank accounts in SKR03 2017-10-20 20:19:10 +02:00
fell
c71bfe8d6b Add "Assets & Liabilities", "Profit & Loss" to the glossary,
fix a typo and update all glossary po files
2017-10-20 19:44:10 +02:00
fell
78cd5416c1 Mayor overhaul of de.po
Fix accelerators
4682 translated messages, 3 untranslated messages.
2017-10-20 18:05:47 +02:00
fell
64cfab0508 Fix wiki link 2017-10-20 11:33:54 +02:00
fell
e26c55e6cb update de.po to commit f283437 2017-10-13 10:35:09 +02:00
fell
f2834377bc Merge branch 'maint' of https://github.com/DiMan/Gnucash into maint 2017-10-11 23:07:55 +02:00
Di Mang
0b3da70123 Adjustment of some Russian translations 2017-10-07 02:28:44 +02:00
fell
3cdac65d49 Use descriptions from gschema as tooltips in Preferences Aqbanking
Inspired by Finster
https://lists.gnucash.org/logs/2017/10/05.html#T06:42:38
2017-10-06 20:17:12 +02:00
Geert Janssens
7650d76582 Fix gnucash.pot generation from cmake build.
intltool-update should be run from the build directory, not the source directory.
If run from the source directory it will omit glade messages that have a context attribute
so all msgids with a msgctxt comment would be missing.
2017-10-03 22:56:35 +02:00
Geert Janssens
42ac55e03a Stop testing GObject's handling of invalid parameters 2017-10-03 22:56:35 +02:00
fell
a28f27a0e1 Fix a typo in gir error message 2017-10-03 19:42:32 +02:00
fell
de06e90022 Readd the missing glade msgctx strings to ru.po
4670 translated messages, 10 fuzzy translations, 5 untranslated
messages.
Follow up of PR #209.
2017-10-02 21:37:09 +02:00
fell
03552a43e9 ru.po: Minor improvements of the header after PR #209
4670 translated messages, 2 fuzzy translations, 5 untranslated messages.
2017-10-02 10:25:52 +02:00
ashed
9497ebc501 Update Russian Translation with the 2.6.18 gnucash.pot. 2017-10-01 15:29:29 -07:00
Ashed
2450b8bc5b Updated and polished Russian Translation. 2017-09-29 11:22:44 -07:00
christopherlam
090546590d Add missing export (gnc:date-get-week)
hit this bug during development
2017-09-27 19:05:43 +02:00
Geert Janssens
5ac849623a Add Catalan README file to autotools based build 2017-09-27 17:09:23 +02:00
Josep-Maria Prat
a7ec61393b Readme translated into catalan 2017-09-26 11:56:50 +02:00
John Ralls
3a9fbb899e Release 2.6.18 2017-09-22 15:12:59 -07:00
John Ralls
2319dff8ce Remove automake version check for make dist.
No longer doing an automake check so it's not needed.
2017-09-22 15:12:59 -07:00
John Ralls
9a0020a8e7 Fix typo in CA_DIST name. 2017-09-22 15:12:59 -07:00
John Ralls
c75d9c0e18 Import latest Farsi and Srpska translations from the translation project. 2017-09-22 13:58:58 -07:00
Geert Janssens
398b75e1a4 Revert "Ignore softlink for new report"
This commit was made against the wrong branch...
This reverts commit ec99d74b46.
2017-09-21 18:39:56 +02:00
Geert Janssens
ec99d74b46 Ignore softlink for new report 2017-09-21 18:39:08 +02:00
Geert Janssens
c6f5118b9d Fixup for Catalan account charts 2017-09-21 12:22:04 +02:00
Geert Janssens
df7646263b Add boilerplate to get Catalan account charts installed and added to the distribution 2017-09-21 11:18:35 +02:00
Josep-Maria Prat
daf1bf35a0 Catalan accounts missing 2017-09-21 11:05:28 +02:00
Geert Janssens
1a84b4a000 Properly ignore internal report options that are not on invisible option pages when opening the report options dialog 2017-09-20 20:00:03 +02:00
John Ralls
350dd690fd Install the current, 2015, and 2016 ChangeLogs. 2017-09-16 10:15:13 -07:00
Geert Janssens
3bc0241e74 Bug 647805 - Interdependent report options fail to change state after using apply for a limited number of times
On the C side an SCM guile_options object is wrapped in a GNCOptionDB. This is
however a multi-to-one relationship. That is there can be several GNCOptionDBs
wrapping the same SCM guile_options object. This happens for example when
a report is open together with its Options dialog. Both manager their own
GNCOptionDB object while both wrap the same SCM guile_options.

The problem in this bug was caused by a callback function picking the wrong
GNCOptionDB based on the given SCM guile_options object. Which GNCOptionDB
got picked was completely dependent on how g_hash_table_foreach would cycle
through the stored dbs. It appears this is dependent on the in-memory order
of the hash table's values.

By being more selective of which GNCOptionDB we're looking for, this
could be circumvented. The GNCOptionDB we want is the one related to the open
report options dialog. This GNCOptionDB is different from the one managed by
the report tab in that it has callbacks set. So from now on we search for
a GNCOptionDB that wraps the give SCM guile_options and has one particular
callback set.
2017-09-15 20:54:42 +02:00
fell
b9d6e0257b Bug 787479 - Persian currency symbol is doubled 2017-09-15 15:02:53 +02:00
Rob Gowin
6ec9aa362b Fix issues with loading and running init.py 2017-09-11 16:09:57 -05:00
fell
65f18589da Update changed string in de.po 2017-09-11 04:40:22 +02:00
fell
2275603eb4 Fix error in recent commit 2017-09-11 04:34:02 +02:00
fell
240bc32e57 Remove build_year from translatable copyright string 2017-09-11 02:40:03 +02:00
fell
6c8275a7ff Review of PR #183
4612 translated messages, 25 fuzzy translations, 48 untranslated
messages.
2017-09-10 21:49:26 +02:00
christopherlam
600f010472 Fix swig wrapper for gncTaxTableGetTaxTables
- Add new typedef GncTaxTableList
- Add SWIG wrapper for gncTaxTableGetTables
- gncTaxTableGetTables to return gncTaxTableList
2017-09-10 18:44:34 +02:00
Daniel
4250f53faa L10N: DE, some small corrections. 2017-09-09 21:35:05 +02:00
Rob Gowin
739ce35f6a Fix problems that occur when running out of CMake build dir 2017-09-09 14:08:28 +02:00
Rob Gowin
8efe0f83e6 Run the python bindings test when using CMake 2017-09-09 14:08:24 +02:00
lmat
f27d77746d Adding .gitignore entries for ctags and vim swaps 2017-09-09 13:04:09 +02:00
fell
11fa766266 Revert PR #182 mostly.
Part of Bug 787226 - German: Business:bill: Bill ID / Billing ID
mistranslated?

"Billing ID" is also used in the dialogs of customer invoices.
2017-09-08 23:42:31 +02:00
Geert Janssens
ef594e87e0 Merge branch 'maint.translation.de.02' of https://github.com/quazgar/gnucash into maint 2017-09-08 17:37:09 +02:00
Daniel
afa0945ce6 L10N: DE, automatic "make pot" changes.
Do these changes need to be committed manually?
2017-09-04 17:11:15 +02:00
Daniel
cccbec677d L10N: DE, fix bug #787226: Bill ID / Billing ID swapped. 2017-09-04 00:32:08 +02:00