Commit Graph

19221 Commits

Author SHA1 Message Date
Geert Janssens
52b0c06d30 Merge branch 'maint' into unstable
Conflicts:
- gnucash/gnome-utils/gnc-main-window.c
  I have chosen to ignore the changes pulled in from maint. The same change will
  be reimplemented in a followup commit.
- po/ru.po
  Same here. The translation conflicted too much and there's a
  translation update available for unstable I will pull in soon.
2018-01-25 10:24:53 +01:00
Geert Janssens
adba439b1c Display detected Finance::Quote version in about dialog 2018-01-25 10:10:59 +01:00
John Ralls
b4877301c8 Fix test for GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK
It's an enum value, so cmake_check_symbol_exists doesn't work.
2018-01-23 18:29:19 -08:00
John Ralls
1fc46fe140 Fix some dependency-checking failures.
Thanks to Robert Merkel for reporting them.
* Build gnucash-design.info if makeinfo is available, but don't complain
  if it isn't.
* Fail Cmake if LibXSLT and xsltproc aren't found. Those are required to
  build the gschemas and GnuCash won't work without them.
* Fix the WebKit detection so that it isn't faked out into thinking it has
  WebKit2Gtk-4.0 when it's WebKit2Gtk-3.0 and cmake is run with a
  CMakeCache.txt present.
2018-01-23 16:04:28 -08:00
John Ralls
d26133a37e Define GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK if it isn't in Gdk.
It was added in Gtk-3.14.
2018-01-23 15:57:07 -08:00
John Ralls
f256b3bd23 Use Gtk3's GdkModifierIntent masks.
These replace certain GdkModifierType masks for better cross-platform
behavior, especially on MacOS.
2018-01-23 13:26:35 -08:00
fell
cb2b039634 Merge remote-tracking branch 'DiMan/update-trans-ru-01' into maint
4677 translated messages, 3 fuzzy translations, 4 untranslated messages.
2018-01-23 15:55:21 +01:00
Di Mang
75bae0adfa ru.po (maint): some improvments for translation of frequency words in gnc-frequency.glade 2018-01-22 19:57:33 +01:00
John Ralls
a8cc2d2c99 Merge branch 'maint' into unstable 2018-01-21 17:49:22 -08:00
John Ralls
45f61a34a4 Revert "Calculate rates only for buy transactions in the report commodity
This reverts commit 98697a1e23.

See the extensive discuession in Bug 775368, including references and
especially
https://lists.gnucash.org/pipermail/gnucash-devel/2008-July/023297.html
98697a1 was made without sufficient understanding of the history and
intent of the code.
2018-01-21 17:09:59 -08:00
Christopher Lam
ca22d5531b Change gnc_pricedb_convert_balance_nearest_price from timespec to time64. 2018-01-20 16:40:45 -08:00
John Ralls
74ddb671e4 Merge Chris Lam's and Aaron Laws's branch 'time64-ftw' into unstable. 2018-01-20 12:40:32 -08:00
John Ralls
d86b65183d Remove Timespec from the guile base typemap. 2018-01-20 12:35:04 -08:00
John Ralls
91f4b19039 Convert python bindings from timespec to time64. 2018-01-20 12:35:04 -08:00
Di Mang
0210e11ede ru.po: update PO-Revision-Date 2018-01-20 02:01:39 +01:00
Di Mang
6678141f1d ru.po: improvement of some translations 2018-01-20 01:54:06 +01:00
Di Mang
2836e026d6 update ru.po to 2.6.19 2018-01-20 01:11:03 +01:00
fell
890a24a38f Fix missing translations in taxinvoice.scm
Thanks to Paul de Vries for reporting
2018-01-19 02:45:44 +01:00
John Ralls
47308f6bfd Merge branch Chris Lam's 'unstable-TR-fix' of into unstable. 2018-01-18 12:24:39 -08:00
John Ralls
6ffb77de20 Merge branch Rob Gowin's 'bye_bye_autotools' into unstable. 2018-01-18 12:02:56 -08:00
Geert Janssens
2364c5607f Merge branch 'maint' into unstable
Resolved conflicts:
	gnucash/gnome-search/dialog-search.c
	gnucash/gnome-utils/gnc-splash.c
	gnucash/import-export/aqb/gnc-plugin-aqbanking.c
	gnucash/import-export/import-account-matcher.c
	po/de.po
	src/report/standard-reports/budget-barchart.scm
	src/report/standard-reports/budget.scm

Note the de.po conflict was resolved by dropping all changes
and merging the file again with gnucash.pot (generated after
the merge but before committing).
2018-01-17 18:08:05 +01:00
Geert Janssens
6f181196d5 Fix our appstream id as per the appstream recommendation
https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html
2018-01-17 15:40:03 +01:00
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