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
Geert Janssens
98e8e4c767
Only build aqbanking when requested
2017-09-03 12:05:00 +02:00
Sumit Bhardwaj
66440cb203
Added WITH_OFX fix to CMakeLists in gnucash/import-export/ofx
2017-09-03 12:02:52 +02:00
Geert Janssens
28668ec594
Fix deliberate test failure on previous commit
2017-09-02 16:03:46 +02:00
Geert Janssens
1e7c721e8d
Have Travis print out build logs in case of test failures
...
To get the after_failure line work, I had to move the inline
build script to a separate script (util/travis-script.sh)
The second script (util/travis-after-failure.sh) will output
LastTest.log for cmake based builds and all files named
test*.log for an autotools based build.
Note: this commit also comes with a delibarate test failure
to illustrate the Travis behaviour. It will be removed in the
next commit.
2017-09-02 16:02:08 +02:00
Geert Janssens
0e0e4d294e
Set up a build matrix on Travis CI
...
This will run the different builds in parallel (depending on
resource availability on Travis).
The advantages are
- faster test results
- easier to spot which build type has failed
- shorter test log per build type to parse
2017-09-02 11:06:42 +02:00
Rob Gowin
14b72ea11d
Enable CMake build in Travis CI
2017-09-01 18:23:09 -05:00
Geert Janssens
197faeab3f
Hide Account Substring option
...
It is only there for compatibility with gnucash 2.8.
It should not be visible on 2.6.x, only exist.
2017-08-25 11:40:54 +02:00
Geert Janssens
19f4ce2f5a
Merge branch 'patch-3' of https://github.com/christopherlam/gnucash into maint
2017-08-25 11:29:46 +02:00
christopherlam
19fe7d8a56
Reduce to compatibility shim
...
Reduce option to retain compatibility layer for earlier 2.8
2017-08-25 17:13:54 +08:00
Yasuaki Taniguchi
7b43822f76
Bug 784284 - unifying "Clear the entry." tooltip on Loan Repayment Calculator
2017-08-21 22:33:51 +02:00
Kristjan Onu
a783c8e38f
Correct Price Overview documentation typos
...
https://bugzilla.gnome.org/show_bug.cgi?id=786525
2017-08-21 21:46:14 +02:00
fell
38344caac1
PR #172 : Accelerator fixes for Latvian language
...
Merge branch 'maint' of https://github.com/valdisvi/Gnucash into maint
4685 translated messages.
2017-08-21 18:12:42 +02:00
christopherlam
11a1ff61c5
added case sensitive filter
...
please squash commits for me!
2017-08-16 23:46:25 +08:00
christopherlam
6eee9cefca
Account fullname filter for transaction.scm
...
This small change will introduce an account full-name filter. Only accounts whose fullname containing substring will be selected e.g. ":Travel" will match Expenses:Travel:Holiday and Expenses:Business:Travel. This can be left blank, which will mimic previous behavior. This will ease accounts selection tremendously.
2017-08-16 23:33:03 +08:00
christopherlam
1559d26465
Remove clutter from generated html
2017-08-16 16:30:09 +02:00
christopherlam
2bc106a7b7
Partial fix for bug 660027
...
Encapsulate table header and body with <thead> and <tbody>
and prevent page-breaks within a <tr>
2017-08-16 16:29:29 +02:00
Valdis Vitolins
2bd81dcda9
Accelerator fixes for Latvian language
2017-08-16 12:30:01 +03:00
fell
190a96faff
PR #170 Fixes for po/lv.po file
...
Add missing glade msgctxt entries from intree build
2017-08-11 20:37:01 +02:00
Valdis Vitolins
35a4a76b8d
Fixes for po/lv.po file
2017-08-11 11:42:41 +03:00
fell
2b440cfe49
Merge Messages fom Maint in lv.po
...
4627 translated messages, 58 fuzzy translations.
2017-08-10 03:38:34 +02:00
Valdis Vitolins
7dc476d3bc
*.po file updated for Latvian language
2017-08-10 03:33:10 +02:00
Geert Janssens
41a6ac89e0
Fix ambiguity in Dutch translation of the gnucash description
2017-08-09 13:50:44 +02:00
christopherlam
0bb972cd02
Fix income statement when trading accounts not used
...
Fix cosmetic bug
http://gnucash.1415818.n4.nabble.com/unknown-column-in-Income-Statement-Profit-amp-Loss-td4680661.html#a4692940
Insert empty-cell instead of #unspecified result of (if predicate? result-if-true) where predicate? is #false
2017-08-01 14:18:54 +02:00