John Ralls
81f118740e
Add googletest to the list of dependencies.
2018-01-27 15:46:04 -08:00
Geert Janssens
b6aae75317
Partially revert commit 85bfbd8e82
...
make-gnucash-potfiles.in is still needed after all
2018-01-27 14:13:06 +01:00
John Ralls
4fd52725bf
Fix no transient for warnings from reconcile dialogs.
2018-01-26 17:01:46 -08:00
John Ralls
71a2429c13
[MacOS] Put the reconcile window menu on the screen menubar.
2018-01-26 17:01:46 -08:00
Geert Janssens
ec3ca0430a
Fix test-cashflow-barchart.scm for guile 2.2
...
At the same time enable guile 2.2 for our arch ci test
so gnucash gets ci testing with that version as well
2018-01-26 19:00:31 +01:00
Geert Janssens
18feaa16a7
Remove support code to load qof backend in autotools based build environment
2018-01-26 18:26:06 +01:00
Geert Janssens
00396db560
Remove the .in extension from test-real-data.sh and stop configuring it for autotools
...
We have dropped support for autotools and cmake invokes this script using /bin/bash <script>
So the exact shebang value is not relevant any more
2018-01-26 18:26:06 +01:00
Geert Janssens
0f4a72b49f
Remove unused file
2018-01-26 18:26:06 +01:00
Geert Janssens
85bfbd8e82
Some minor cleanups after the autotools removal
...
This includes removal of the now unused make-gnucash-potfiles.in,
checking for CMakeLists.txt rather than Makefile.am in gnc-vcs-info,
upating the HACKING file,
and generally updating references to autotools.
I have kept "Makefile.*" exclude patterns in our CMakeLists.txt files
because they may still be lingering in the source directory from
previous autogen.sh runs. At some point these should probably be
removed as well still, together with the gitignore references to them.
2018-01-26 18:22:48 +01:00
Geert Janssens
1b02517ea1
Merge branch 'unstable-TR-bugfix' of https://github.com/christopherlam/gnucash into unstable
2018-01-26 12:22:14 +01:00
fell
dfa9c526cb
Merge branch 'maint' into unstable
2018-01-26 01:36:10 +01:00
fell
da648516c4
Remove obsolete GNOME2_STATUS
2018-01-26 01:34:17 +01:00
Geert Janssens
cd0ce78b9e
Merge branch 'maint' into unstable
...
Resolved conflicts:
po/nl.po
The current unstable version was taken as conflict resolution.
2018-01-25 23:20:03 +01:00
John Ralls
43ad7accda
Remove stray addition from 34cc103e94
.
2018-01-25 14:17:23 -08:00
Geert Janssens
6aa58811da
Import Dutch translation by Mark Haanen from the Translation Project
2018-01-25 23:01:21 +01:00
John Ralls
a7cfedb9dd
Remove overview links to nonexistant articles.
2018-01-25 13:45:02 -08:00
John Ralls
34cc103e94
Add doxygen target.
2018-01-25 13:45:02 -08:00
Geert Janssens
709787dafa
Apply Xavier's translations for goffice
...
These should take precedence over automatically imported translations.
2018-01-25 22:29:57 +01:00
Geert Janssens
7fc2915687
Merge es.po from Translation Project into unstable
...
Rsovled conflicts:
po/es.po
- all conflicts related to goffice strings were resolved in favor or the goffice translation
- all other conflicts were resolved in favor of the TP po file
2018-01-25 21:50:34 +01:00
Geert Janssens
9ba7ed5f61
Merge branch maint into unstable
2018-01-25 21:28:11 +01:00
Geert Janssens
4533f77904
Import new Spanish translation from the Translation Project
2018-01-25 21:15:21 +01:00
Geert Janssens
e1807c99e2
Import new Spanish translation from the Translation Project
2018-01-25 21:14:13 +01:00
Christopher Lam
f6ae9868c5
TP->T64: gnucash/report/standard-reports/transaction.scm
2018-01-25 18:57:49 +08:00
Geert Janssens
ad1267da2d
Merge branch 'unstable-update-translation' of https://github.com/DiMan/gnucash into unstable
2018-01-25 10:33:50 +01:00
Geert Janssens
b4c620478c
Display detected Finance::Quote version in About dialog
2018-01-25 10:33:13 +01:00
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
18094e309e
ru.po (unstable): adaptation to translation in project goffice
...
Source: https://github.com/GNOME/goffice/blob/master/po/ru.po
2018-01-22 23:03:32 +01:00
Di Mang
d35f8f966c
de.po (unstable): add Dmitriy Mangul as translator
2018-01-22 20:47:32 +01:00
Di Mang
779e72461e
ru.po (unstable): some improvments for translation of frequency words in gnc-frequency.glade
2018-01-22 20:19:41 +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
068975ef09
de.po: update german translation
...
* Transaction Associations Dialog
* Find Account Dialog
* About Dialog
* some other translations
2018-01-20 21:15:43 +01:00
Di Mang
938b1acfec
ru.po: update russian translation for 2.3.7
2018-01-20 21:13:34 +01:00
Di Mang
d284aa3758
unstable: ru.po - update to new gnucash.pot file
2018-01-20 15:20:31 +01: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