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
Sucipto
a92e47d253
Translation update by Sucipto <sucipto@pm.me> using Weblate
...
po/glossary/id.po: 100.0% (216 of 216 strings; 0 fuzzy)
2 failing checks (0.9%)
Translation: GnuCash/Glossary (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/id/
Translation update by Sucipto <sucipto@pm.me> using Weblate
po/id.po: 88.0% (4861 of 5523 strings; 481 fuzzy)
228 failing checks (4.1%)
Translation: GnuCash/Program (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/id/
Co-authored-by: Sucipto <sucipto@pm.me>
2023-07-05 19:50:22 +02:00
Giuseppe Foti
931bcf5854
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/
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/
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/glossary/it.po: 100.0% (216 of 216 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Glossary (Italian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/it/
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/
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/it.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
1 failing checks (0.1%)
Translation: GnuCash/Program (Italian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/it/
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/
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/glossary/it.po: 99.5% (215 of 216 strings; 0 fuzzy)
1 failing checks (0.4%)
Translation: GnuCash/Glossary (Italian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/it/
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/glossary/it.po: 99.5% (215 of 216 strings; 0 fuzzy)
1 failing checks (0.4%)
Translation: GnuCash/Glossary (Italian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/it/
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/
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/
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/glossary/it.po: 99.5% (215 of 216 strings; 0 fuzzy)
1 failing checks (0.4%)
Translation: GnuCash/Glossary (Italian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/it/
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/it.po: 98.2% (5425 of 5523 strings; 42 fuzzy)
15 failing checks (0.2%)
Translation: GnuCash/Program (Italian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/it/
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/it.po: 97.8% (5405 of 5523 strings; 53 fuzzy)
15 failing checks (0.2%)
Translation: GnuCash/Program (Italian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/it/
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/it.po: 96.1% (5309 of 5523 strings; 134 fuzzy)
60 failing checks (1.0%)
Translation: GnuCash/Program (Italian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/it/
Translation update by Giuseppe Foti <foti.giuseppe@gmail.com> using Weblate
po/it.po: 95.2% (5258 of 5523 strings; 174 fuzzy)
70 failing checks (1.2%)
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-05 19:50:22 +02:00
Brian Hsu
ca1856481d
Translation update by Brian Hsu <brianhsu.hsu@gmail.com> using Weblate
...
po/zh_TW.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
10 failing checks (0.1%)
Translation: GnuCash/Program (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/zh_Hant/
Translation update by Brian Hsu <brianhsu.hsu@gmail.com> using Weblate
po/zh_TW.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
10 failing checks (0.1%)
Translation: GnuCash/Program (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/zh_Hant/
Co-authored-by: Brian Hsu <brianhsu.hsu@gmail.com>
2023-07-05 19:50:21 +02:00
Arve Eriksson
9e75c11473
Translation update by Arve Eriksson <031299870@telia.com> using Weblate
...
po/glossary/sv.po: 100.0% (216 of 216 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Glossary (Swedish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/sv/
Translation update by Arve Eriksson <031299870@telia.com> using Weblate
po/sv.po: 100.0% (5523 of 5523 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Program (Swedish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/sv/
Translation update by Arve Eriksson <031299870@telia.com> using Weblate
po/glossary/sv.po: 100.0% (216 of 216 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Glossary (Swedish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/sv/
Co-authored-by: Arve Eriksson <031299870@telia.com>
2023-07-05 19:50:20 +02:00
Stephan Paternotte
1cff0c9edd
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/
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/
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/
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/
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/nl.po: 97.8% (5406 of 5523 strings; 85 fuzzy)
53 failing checks (0.9%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/nl.po: 96.6% (5337 of 5523 strings; 121 fuzzy)
55 failing checks (0.9%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/nl.po: 96.5% (5333 of 5523 strings; 123 fuzzy)
55 failing checks (0.9%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/
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: 95.9% (5299 of 5523 strings; 150 fuzzy)
56 failing checks (1.0%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/nl.po: 95.8% (5295 of 5523 strings; 154 fuzzy)
62 failing checks (1.1%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/glossary/nl.po: 100.0% (216 of 216 strings; 0 fuzzy)
1 failing checks (0.4%)
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: 95.5% (5276 of 5523 strings; 167 fuzzy)
64 failing checks (1.1%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/glossary/nl.po: 100.0% (216 of 216 strings; 0 fuzzy)
1 failing checks (0.4%)
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: 95.4% (5273 of 5523 strings; 168 fuzzy)
63 failing checks (1.1%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/
Translation update by Stephan Paternotte <stephan@paternottes.net> using Weblate
po/nl.po: 95.4% (5271 of 5523 strings; 170 fuzzy)
68 failing checks (1.2%)
Translation: GnuCash/Program (Dutch)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/nl/
Co-authored-by: Stephan Paternotte <stephan@paternottes.net>
2023-07-05 19:50:20 +02:00
Christopher Lam
d326cca065
Bug 798998 - Job Report Not Working
...
GncOptions add support fo GncOptionUIType::JOB
2023-07-05 17:13:54 +08:00
Christopher Lam
59be6f4974
Merge branch 'gsettings-cpp' into stable #1682
...
plugs a runaway leak
2023-07-04 08:10:53 +08:00
Christopher Lam
b011c81b62
[gnc-backend-dbi.cpp] if returning early, don't allocate char*
...
this function may return early causing leak from allocating
g_build_filename.
2023-07-02 21:46:29 +08:00