Commit Graph

27966 Commits

Author SHA1 Message Date
Stephan Paternotte
de970536eb
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/nl.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
1 failing checks (0.1%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/

Co-authored-by: Stephan Paternotte <stephan@paternottes.net>
2023-07-19 22:02:53 +02:00
vim
f62097786a
Translation update by vim <dev.getport@slmail.me> using Weblate
po/pl.po: 70.3% (3884 of 5523 strings; 1095 fuzzy)
300 failing checks (5.4%)
Translation: GnuCash/Program (Polish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/pl/

Translation update  by vim <dev.getport@slmail.me> using Weblate

po/pl.po: 69.8% (3858 of 5523 strings; 1120 fuzzy)
310 failing checks (5.6%)
Translation: GnuCash/Program (Polish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/pl/

Co-authored-by: vim <dev.getport@slmail.me>
2023-07-19 00:07:28 +02:00
mocsa
f43a6d9c4b
Translation update by mocsa <csaba@feltoltve.hu> using Weblate
po/hu.po: 69.4% (3836 of 5523 strings; 634 fuzzy)
1 failing checks (0.1%)
Translation: GnuCash/Program (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/

Translation update  by mocsa <csaba@feltoltve.hu> using Weblate

po/hu.po: 69.4% (3835 of 5523 strings; 635 fuzzy)
1 failing checks (0.1%)
Translation: GnuCash/Program (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/

Translation update  by mocsa <csaba@feltoltve.hu> using Weblate

po/hu.po: 69.4% (3834 of 5523 strings; 635 fuzzy)
1 failing checks (0.1%)
Translation: GnuCash/Program (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/

Translation update  by mocsa <csaba@feltoltve.hu> using Weblate

po/hu.po: 69.4% (3833 of 5523 strings; 635 fuzzy)
1 failing checks (0.1%)
Translation: GnuCash/Program (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/

Co-authored-by: mocsa <csaba@feltoltve.hu>
2023-07-18 00:03:39 +02:00
Christopher Lam
1459ccddfb [import-main-matcher] use stl - convert Entries from array to vector
which has nicer iteration sematics.
2023-07-17 07:44:41 +08:00
Christopher Lam
f01047a25d [import-main-matcher.cpp] convert RowInfo to class
which is nicer for creating RowInfo on the stack with automatic memory
management.
2023-07-17 07:44:41 +08:00
Wellington Terumi Uemura
d14c533e90
Translation update by Wellington Terumi Uemura <wellingtonuemura@gmail.com> using Weblate
po/pt_BR.po: 91.6% (5062 of 5523 strings; 305 fuzzy)
132 failing checks (2.3%)
Translation: GnuCash/Program (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/pt_BR/

Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
2023-07-16 19:17:14 +02:00
vim
b4962e1501
Translation update by vim <dev.getport@slmail.me> using Weblate
po/pl.po: 69.8% (3858 of 5523 strings; 1120 fuzzy)
311 failing checks (5.6%)
Translation: GnuCash/Program (Polish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/pl/

Co-authored-by: vim <dev.getport@slmail.me>
2023-07-16 19:17:14 +02:00
Stephan Paternotte
8e3b6cf1f5
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/nl.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/

Co-authored-by: Stephan Paternotte <stephan@paternottes.net>
2023-07-16 19:17:14 +02:00
John Ralls
741ce55b7a Merge Richard Cohen's 'use-g-assert-true-in-tests' into stable. 2023-07-16 10:13:26 -07:00
Richard Cohen
66c5e398ae Change g_assert() -> g_assert_true() in tests
g_assert() can be compiled out, so should not be used for tests

g_assert_true was removed
to fis https://bugs.gnucash.org/show_bug.cgi?id=792008 because
g_assert_true was introduced in glib-2.38 and at the time GnuCash required
only glib-2.26. GnuCash has required glib >= 2.40 since 8acbc41c6 so
g_assert_true can be restored.
2023-07-16 10:09:12 -07:00
John Ralls
583446ade5 Merge Richard Cohen's 'declare-type-app-utils' into stable. 2023-07-16 09:48:22 -07:00
John Ralls
bf7803c054 Merge Richard Cohen's 'declare-type-search-param' into stable. 2023-07-16 09:44:50 -07:00
Christopher Lam
9dd4530dc2 [import-match-picker.cpp] plug leaks 2023-07-17 00:24:28 +08:00
John Ralls
7f56b5cbc4 Merge Richard Cohen's 'declare-type-gnome-utils' into stable. 2023-07-16 09:20:13 -07:00
John Ralls
7a7fb72e80 Merge Richard Cohen's 'declare-type-goffice' into stable. 2023-07-16 09:07:52 -07:00
John Ralls
d624148313 Merge Simon Arlott's 'bug-797507' into stable. 2023-07-16 09:03:56 -07:00
Christopher Lam
7acfa1a9a5 [import-backend.cpp] inline gnc_import_TransInfo_set_match_list
Inline this function which is only used in
gnc_import_TransInfo_remove_top_match.
2023-07-16 23:16:34 +08:00
Christopher Lam
49b47f9da7 Merge branch 'import-cpp' into stable #1706 2023-07-15 10:03:36 +08:00
Christopher Lam
513d5442bb [gnc-ofx-import.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
Christopher Lam
4c231c5c35 [import-parse.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
Christopher Lam
96707e5eee [import-utilities.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
Christopher Lam
5f20e633f2 [import-format-dialog.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
Christopher Lam
0e48488964 [import-account-matcher.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
Christopher Lam
e48e6e2af9 [import-commodity-matcher.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
Christopher Lam
f1c70a00ad [import-settings.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
Christopher Lam
b0e5316b91 [import-pending-matches.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
Christopher Lam
243710218c [import-match-picker.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
Christopher Lam
ea6181fdf7 [import-main-matcher.cpp] convert to cpp 2023-07-15 10:02:55 +08:00
John Ralls
c405ba2cc0 Merge Richard Cohen's 'filter-online-test' into stable. 2023-07-14 15:29:59 -07:00
John Ralls
6b1941f0ed Replace yahoo_json with alphavantage in test-gnc-quotes.
Alas, poor yahoo_json. After months of valiant struggle to keep up
with Yahoo!'s moving their API around the Finance::Quote team has
abandoned it, replacing it with a screen saver. Those tend to be
unstable so use alphavantage for testing.
2023-07-14 15:15:53 -07:00
Francisco Serrador
5890543fab
Translation update by Francisco Serrador <fserrador@gmail.com> using Weblate
po/es.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
3 failing checks (0.1%)
Translation: GnuCash/Program (Spanish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/es/

Co-authored-by: Francisco Serrador <fserrador@gmail.com>
2023-07-13 21:52:23 +02:00
ΑΓΡΟΤΙΚΟΣ ΣΥΝΕΤΑΙΡΙΣΜΟΣ ΤΥΛΙΣΟΥ
e2856a1c5e
Translation update by ΑΓΡΟΤΙΚΟΣ ΣΥΝΕΤΑΙΡΙΣΜΟΣ ΤΥΛΙΣΟΥ <astilisos209@gmail.com> using Weblate
po/el.po: 52.2% (2884 of 5523 strings; 1562 fuzzy)
553 failing checks (10.0%)
Translation: GnuCash/Program (Greek)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/el/

Translation update  by ΑΓΡΟΤΙΚΟΣ ΣΥΝΕΤΑΙΡΙΣΜΟΣ ΤΥΛΙΣΟΥ <astilisos209@gmail.com> using Weblate

po/glossary/el.po: 100.0% (216 of 216 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Glossary (Greek)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/el/

Translation update  by ΑΓΡΟΤΙΚΟΣ ΣΥΝΕΤΑΙΡΙΣΜΟΣ ΤΥΛΙΣΟΥ <astilisos209@gmail.com> using Weblate

po/el.po: 51.6% (2855 of 5523 strings; 1582 fuzzy)
549 failing checks (9.9%)
Translation: GnuCash/Program (Greek)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/el/

Co-authored-by: ΑΓΡΟΤΙΚΟΣ ΣΥΝΕΤΑΙΡΙΣΜΟΣ ΤΥΛΙΣΟΥ <astilisos209@gmail.com>
2023-07-13 21:52:22 +02:00
Stephan Paternotte
dbef287fa4
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/nl.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
1 failing checks (0.1%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/

Co-authored-by: Stephan Paternotte <stephan@paternottes.net>
2023-07-13 21:52:21 +02:00
Christopher Lam
2a392633ed Bug 798991 - Incorrect Account Name Order in Transaction Report
gnc:string-locale<? uses glib instead of guile string compare
2023-07-11 08:41:09 +08:00
John Ralls
f2d9230299 Improve error reporting on DBI large number test failures.
There are other reasons than the original bug that can cause failure,
get some more information to understand what's going on.
2023-07-10 13:25:10 -07:00
Stephan Paternotte
c8e3dbe26f
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/glossary/nl.po: 100.0% (216 of 216 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Glossary (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/nl/

Translation update  by Stephan Paternotte <stephan@paternottes.net> using Weblate

po/nl.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/

Co-authored-by: Stephan Paternotte <stephan@paternottes.net>
2023-07-09 20:18:52 +02:00
Giuseppe Foti
4782dcf8c8
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/it.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Program (Italian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/it/

Co-authored-by: Giuseppe Foti <foti.giuseppe@gmail.com>
2023-07-09 20:18:52 +02:00
John Ralls
a4e651ebc6 Fix test-gnc-quotes.
Forgot to change the test's date-time to neutral time.
2023-07-09 11:17:44 -07:00
John Ralls
037c2004c3 Include timezone in price-quote date diagnostic messages. 2023-07-08 16:59:16 -07:00
John Ralls
133ac88618 Bug 798982 - GetQuotes crashes if Finance::Quote returns an empty date.
Don't try to construct a date from an empty string.
2023-07-08 16:47:14 -07:00
John Ralls
e20f60361f Bug 799004 - Update of Prices attaches incorrect Date
Using a "close" time of 16:00 is a nice idea except that we don't know
what timezone it is, so it's not terribly useful. Use neutral time
instead so that the date will be right in all timezones.
2023-07-08 16:12:05 -07:00
Christopher Lam
fde47d1c7f Merge Simon Arlott branch 'gnc-numeric-to-string-leaks'into stable #1695 2023-07-08 16:01:20 +08:00
Christopher Lam
625fc1d6cd [gnc-plugin-business.c] free owners from business plugin
They're being allocated with gncOwnerNew in gnc_plugin_business_init
2023-07-08 12:10:22 +08:00
Christopher Lam
e8d2d8dc66 Merge branch 'bug798998' into stable #3701 2023-07-06 08:45:24 +08:00
Christopher Lam
8b94e9a440 SCM must never be NULL
It is assigned later on; nevertheless must never be NULL. It could be
SCM_EOL.
2023-07-06 08:44:13 +08:00
Wellington Terumi Uemura
b5399e00c8
Translation update by Wellington Terumi Uemura <wellingtonuemura@gmail.com> using Weblate
po/pt_BR.po: 91.6% (5062 of 5523 strings; 305 fuzzy)
131 failing checks (2.3%)
Translation: GnuCash/Program (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/pt_BR/

Translation update  by Wellington Terumi Uemura <wellingtonuemura@gmail.com> using Weblate

po/glossary/pt_BR.po: 100.0% (216 of 216 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Glossary (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/pt_BR/

Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
2023-07-05 19:50:25 +02:00
Andrea Andre
ba0acf68de
Translation update by Andrea Andre <andrea.tsg19@slmail.me> using Weblate
po/ro.po: 48.1% (2658 of 5523 strings; 1921 fuzzy)
740 failing checks (13.3%)
Translation: GnuCash/Program (Romanian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/ro/

Translation update  by Andrea Andre <andrea.tsg19@slmail.me> using Weblate

po/ro.po: 48.0% (2656 of 5523 strings; 1922 fuzzy)
740 failing checks (13.3%)
Translation: GnuCash/Program (Romanian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/ro/

Translation update  by Andrea Andre <andrea.tsg19@slmail.me> using Weblate

po/ro.po: 47.8% (2645 of 5523 strings; 1936 fuzzy)
742 failing checks (13.4%)
Translation: GnuCash/Program (Romanian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/ro/

Co-authored-by: Andrea Andre <andrea.tsg19@slmail.me>
2023-07-05 19:50:25 +02:00
gallegonovato
4f8325b407
Translation update by gallegonovato <fran-carro@hotmail.es> using Weblate
po/es.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
2 failing checks (0.1%)
Translation: GnuCash/Program (Spanish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/es/

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
2023-07-05 19:50:24 +02:00
Francisco Serrador
973f116d08
Translation update by Francisco Serrador <fserrador@gmail.com> using Weblate
po/es.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
2 failing checks (0.1%)
Translation: GnuCash/Program (Spanish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/es/

Co-authored-by: Francisco Serrador <fserrador@gmail.com>
2023-07-05 19:50:23 +02:00
Milo Ivir
cac5e703be
Translation update by Milo Ivir <mail@milotype.de> using Weblate
po/hr.po: 96.8% (5347 of 5523 strings; 66 fuzzy)
4 failing checks (0.1%)
Translation: GnuCash/Program (Croatian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hr/

Co-authored-by: Milo Ivir <mail@milotype.de>
2023-07-05 19:50:23 +02:00