Commit Graph

16996 Commits

Author SHA1 Message Date
Di Mang
e766c71acc Remove the unnecessary comments:
<!-- Local variables: -->
<!-- mode: xml        -->
<!-- End:             -->


This comments are to help emacs recognize that the files are xml
since they don't have 'xml' as an extension
2018-03-06 20:28:08 +01:00
Di Mang
6457b2ebe5 Adjustment of Account Hierarchy Templates.
(mentioned in PR #293 on GitHub)

1) Added namespace section (header)
2) Added missing placeholder
2018-03-05 23:04:04 +01:00
Di Mang
fc5bdfa10b Revision and expansion of accounts for the Russian language.
In addition, replacing of commodity: USD => RUB.

Cherrypicked from unstable and adjusted to main
2018-03-05 03:05:43 +01:00
Christopher Lam
51e2511223 Bug 765846 - Expense Over Time for subaccounts: An error occurred while running the report
fix crash if acc-depth too low
2018-03-04 19:21:52 +08:00
Christian Stimming
18f0d053b0 Fix auto-selection of splits in reconcile
Really use all splits of any given day. Up to now usually the splits
of the given date were not or not all included, as the time comparison
didn't correctly ignore any given time-of-day of the splits. Instead,
all possible time-of-days should be included.
2018-03-04 00:19:38 +01:00
Geert Janssens
cf73c93bdf Bug 792008 - gnucash 2.6.19 fails to build
Replace g_assert_true with g_assert for now
2018-03-01 19:58:07 +01:00
Geert Janssens
a64e40dac3 Properly detect git in case of linked worktree 2018-03-01 18:21:38 +01:00
fell
ee217c61b2 Make REPORT_ERROR private
amending commit ce71586
2018-02-19 12:29:06 +01:00
fell
fb26ef648e update de.po to commit ce71586
4684 translated messages, 5 untranslated messages.
2018-02-19 12:17:53 +01:00
fell
ce715862fe Mark forgotten error messages in gnc-sx-instance-model.c translatable
and report them bilingual:
 *  in g_critical untranslated and
 *  in g_list_append translated.
2018-02-19 11:50:10 +01:00
fell
c6cbac588e Add a TODO note for variadic macros after C++2a standardization 2018-02-18 11:38:54 +01:00
John Ralls
1999d85343 Merge Chris Lam's 'maint-fix-45f61a3'. 2018-02-15 10:30:42 -08:00
Christopher Lam
3aba4d2dd8 bug 793278 fix for maint
This is caused by commit 766e74096 - min-date was
erroneously thought to mean 'min date of date-list'
but actually meant 'negative infinity date'. This
commit changes date comparison logic to always
return #t when comparing
(gnc:timepair-le min-date date) for
the first date interval.

Test case also created.
2018-02-15 22:46:22 +08:00
John Clements
e3a00804da fix syntax of example qif file
add (apparently) required separators and transaction descriptions
2018-02-14 18:19:13 +01:00
Christopher Lam
604a2d0864 Bugfix create-commodity-list
45f61a3 had couple bugs.
- value/share was inadvertently swapped
- no need to define comm-list in
  create-commodity-list to return it
2018-02-14 17:15:26 +08:00
fell
a113d71f2c PR #275: Business accounts for India with GST
Commit 5028f66 with adjusted path.
To use it, start e.g.:
$ LANGUAGE=hi LANG=en_IN gnucash
For details about LANG* see
https://wiki.gnucash.org/wiki/Locale_Settings
2018-02-13 06:53:46 +01:00
fell
e2527a98dc Preparation for indian business with GST template 2018-02-13 06:46:05 +01:00
Geert Janssens
21431e0b69 Add tooltips to Alpha Vantage key option 2018-02-03 12:54:35 +01:00
fell
794090d671 update de.po
4680 translated messages, 4 untranslated messages.
2018-02-02 23:43:58 +01:00
fell
2b122d1faa Improve Import menu entries Customer & vendors...
use same menu label as others,
replace template by tooltip,
add ellipsis to entry,
add comments to distinguish "Import" as verb and substantive.
2018-02-02 23:30:20 +01:00
Geert Janssens
d983ad9e46 Provide preference panel to set the Alpha Vantage API key needed for fincance::quote 2018-02-02 18:48:34 +01:00
fell
8812aae5d5 Add src/plugins/example/gnc-plugin.example.c to POTFILES.skip 2018-01-30 02:07:06 +01:00
fell
ab4010b379 Replace a missed SVN 2018-01-30 00:46:13 +01:00
fell
da648516c4 Remove obsolete GNOME2_STATUS 2018-01-26 01:34:17 +01:00
Geert Janssens
6aa58811da Import Dutch translation by Mark Haanen from the Translation Project 2018-01-25 23:01:21 +01:00
Geert Janssens
4533f77904 Import new Spanish translation from the Translation Project 2018-01-25 21:15:21 +01:00
Geert Janssens
adba439b1c Display detected Finance::Quote version in about dialog 2018-01-25 10:10:59 +01: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
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
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
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
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
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
4f3879df86 Merge branch 'maint-bugfix-report-collectors' of https://github.com/christopherlam/gnucash into maint 2018-01-09 10:04:50 -08:00
DiMan
34200a7e8d some text changes 2018-01-07 12:39:30 +01:00
christopherlam
766e74096f bugfix incorrect min-date handling
This bugfix affects net-linechart and net-barchart - assumes the min-date for dates must be 0. Net worth charts straddling the date 01-01-1970 were incorrect. I'll fix in time64-ftw as well.
2018-01-03 22:59:37 +11:00
fell
74119fbb6a remove absolute pathes from previous commit 2018-01-03 11:16:19 +01:00
fell
71c0a538e2 Msgmerge after source change and fix another typo in de.po 2018-01-03 07:44:01 +01:00
fell
4fe2eb2e49 Mark "_New Account" button label in import-account-matcher translatable
Because the MsgId already exists, it does not break string freeze.
Thanks to Mechtilde for heads up.
2018-01-03 07:16:40 +01:00
fell
3f82940e32 msgmerge and header update for de.po
4682 translated messages, 3 untranslated messages.
2 missing keyboard accelerator marks.
2018-01-03 04:03:32 +01:00
fell
7ec552d808 Another typo in the german CSV importer texts. 2018-01-03 02:04:23 +01:00