Commit Graph

19399 Commits

Author SHA1 Message Date
John Ralls
26fa2acfd5 Use a more appropriate comparison for doubles. 2018-01-16 17:24:29 -08:00
John Ralls
8f96882ead Remove tests checking members of deleted objects.
GLib's scribbling of freed memory is enabled on Arch so attempting to
read the deleted members of inst and book crash instead of reaturning
invalid results. These weren't really useful tests anyway.
2018-01-16 17:24:29 -08:00
fell
e4d1c7def5 Merge remote-tracking branch 'Mechtilde/SKR03typo' into maint 2018-01-16 23:45:15 +01:00
fell
a88ed868ee update gitignore to the suggestion to have the build dir[s] hidden 2018-01-16 23:35:03 +01:00
fell
902acf7c85 A few fixes of german translation 2018-01-16 23:06:05 +01:00
fell
90b79c56e3 Review my comments on I18N issues 2018-01-16 23:01:18 +01:00
fell
2b388d5468 de.po: msgmerge Improve Translator comments... 2018-01-16 22:56:57 +01:00
Geert Janssens
3c1dc14d00 Merge branch 'Translation27DE' of https://github.com/Mechtilde/gnucash into unstable
Resolved conflicts:
	po/de.po

Note: it took several attempts to get this merge right. In the end I used
git mergetool (with kdiff3 as backend), then chose to take the remote end
(C in kdiff3) for all changes (conflicting or not) and then went back to
the goffice strings and changed each resolved conflict in the goffice strings
to the HEAD version (B in kdiff3). This worked because both Mechtilde's po
file and the one in unstable were merged against the same po file and I
was only interested in overriding goffice translations where Mechtilde's
translation differed from the one imported before by script. And even then
I had one more error to fix in line 430 (where msgstring appeared on two
consecutive rows). I'm mainly adding this info a reference in case we
see similar merge conflicts from future translations.
2018-01-16 16:51:33 +01:00
Mechtilde
48698e1332 correct typo 2018-01-16 12:42:21 +01:00
fell
762c3b8f56 Improve translator comments, remove an unneeded MsgId
Mostly avoid some unwanted comments, fix typos ...
2018-01-15 15:48:38 +01:00
John Ralls
8900b19da3 Bug 790845 - 2.7.3: massive test failures on some architectures (reopened).
Fix some test failures caused by erroneous size assumptions.
2018-01-14 16:31:22 -08:00
Mechtilde
c935fdfd8e add even further translations 2018-01-14 19:58:47 +01:00
Geert Janssens
2257faa05a Import translations from goffice po files that are relevant for the borrowed goffice files
I have collected the steps in a script that's added to contrib so this
action can be repeated if necessary in the future.
2018-01-14 19:56:26 +01:00
Geert Janssens
4b586b5a90 Fix duplicate message definition errors 2018-01-14 19:46:02 +01:00
Geert Janssens
036f1d0e9b Merge current gnucash.pot file into existing po files
This is in preparation of programatically importing the goffice translations
for the files we borrowed from that project.
2018-01-14 19:14:54 +01:00
Rob Gowin
54ac7f23e0 Remove Autotools 2018-01-13 12:52:57 -06:00
Mechtilde
67baa0a9a0 add some more translations 2018-01-12 13:31:26 +01:00
Mechtilde
2d341df80c add some more translations 2018-01-11 20:53:32 +01:00
Christopher Lam
cc097a3f35 [mod|inc|dec]date64 API rename back to date
This commit mass renames new t64 API back to the original names.
2018-01-11 21:07:02 +11:00
Christopher Lam
a0577cd0e7 BUGFIX: enable informal headers for dual-column only 2018-01-10 23:56:40 +11:00
Mechtilde
bc82d7b43d correct typo 2018-01-10 13:42:07 +01:00
Mechtilde
b0eb6ed43d first part overworked 2018-01-10 13:39:50 +01:00
Christopher Lam
933ae74b41 BUGFIX TR common currency was broken 2018-01-10 23:39:41 +11:00
Mechtilde
a4f1ed9270 translate new strings from goffice 2018-01-10 13:01:43 +01:00
Mechtilde
944590ef24 renewed de.po to 2.7.3 2018-01-10 12:15:05 +01:00
John Ralls
ebbcd30f39 Save Changes Bug 792106 - Wrong dates displayed
The first attempt to fix this, a17bc85a, doesn't work because the
boost::date_time constructor gets enough information in most cases to
generate a date, just not the one we expect. This change looks for '-' in
the fourth position and if it's there assumes iso-extended format, otherwise
it assumes delimiter-less ISO without the 'T', i.e. %Y%m%d%H%M%S.
2018-01-09 14:58:43 -08:00
John Ralls
fcf88262ca Extract function tz_from_string.
Also changes from calculating the Bug 767824 offset to using
boost::date_time::local_time_in() and provides unit tests.
2018-01-09 14:08:42 -08:00
John Ralls
4f3879df86 Merge branch 'maint-bugfix-report-collectors' of https://github.com/christopherlam/gnucash into maint 2018-01-09 10:04:50 -08:00
John Ralls
e798df07d7 Merge Chris Lam's 'unstable-fix-category-charts-crash' to unstable. 2018-01-09 10:01:48 -08:00
John Ralls
be02abc866 Merge branch 'remove-portfolio-dist' of https://github.com/codesmythe/gnucash into unstable 2018-01-09 09:49:45 -08:00
Christopher Lam
ce90d540b1 TP->T64: gnucash/report/utility-reports/hello-world.scm 2018-01-09 23:54:23 +11:00
Christopher Lam
a47f2a0465 bugfix incorrect min-date handling 2018-01-08 22:56:50 +11:00
Christopher Lam
ee8f9053e8 REMOVE-TIMEPAIR: libgnucash/app-utils/app-utils.scm & date-utilities.scm
This commit removes timepair API functions defined in date-utilities.scm
2018-01-08 22:56:50 +11:00
Christopher Lam
9fd53e6869 TP->T64: gnucash/report/standard-reports/advanced-portfolio.scm
Missed gnc-pricedb-lookup-in-time-any-currency
2018-01-08 22:56:49 +11:00
Christopher Lam
152959efe4 TP->T64: gnucash/report/locale-specific/us/taxtxf.scm
Missed gnc-pricedb-lookup-nearest-in-time64
2018-01-08 22:56:49 +11:00
Christopher Lam
465c9e1f21 ADD-TIME64-API: libgnucash/engine/gnc-pricedb.[ch]
gnc_pricedb_lookup_nearest_in_time64
gnc_pricedb_lookup_nearest_in_time_any_currency_t64
2018-01-08 22:56:49 +11:00
Christopher Lam
2f2ad18dfe TP->T64: gnucash/import-export/qif-imp/qif-merge-groups.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
fb2ed010e7 TP->T64: libgnucash/scm/price-quotes.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
dda0695285 ADD-TIME64-API: libgnucash/engine/gnc-pricedb.[ch] 2018-01-08 22:56:49 +11:00
Christopher Lam
46c9fcc8f8 TP->T64: libgnucash/engine/test/test-split.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
fefea400ce TP->T64: libgnucash/engine/engine-interface.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
6d89cc70be TP->T64: gnucash/report/utility-reports/hello-world.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
4fd36b889f TP->T64: gnucash/report/stylesheets/stylesheet-head-or-tail.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
5c9432ad88 TP->T64: gnucash/report/stylesheets/stylesheet-footer.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
c3c71e79bd TP->T64: gnucash/report/stylesheets/stylesheet-fancy.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
1b85f9ffe4 TP->T64: gnucash/report/stylesheets/stylesheet-easy.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
c1d61d5081 TP->T64: gnucash/report/business-reports/receipt.eguile.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
9422d4aed6 TP->T64: gnucash/report/business-reports/invoice.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
42b43250d6 TP->T64: gnucash/report/business-reports/fancy-invoice.scm 2018-01-08 22:56:49 +11:00
Christopher Lam
5a2d47219f TP->T64: gnucash/report/business-reports/easy-invoice.scm 2018-01-08 22:56:49 +11:00