Commit Graph

27457 Commits

Author SHA1 Message Date
John Ralls
4428827376 Merge Christian Wehling's 'manpage' into stable. 2023-04-29 10:32:09 -07:00
YOSHINO Yoshihito
b37c47140f Bug 798894 - TOTD with ellipsis broken. 2023-04-29 10:13:29 -07:00
YOSHINO Yoshihito
08b5b5a932 Bug 798893 - several menu tip messages in reports are marked...
translatable but unused.
2023-04-29 10:09:15 -07:00
Christopher Lam
20970febed [trep-engine] improve readability of left-columns
similar to 93dd19e98b, change left-columns to use an assoc-list
instead of a vector. left-columns is not a customisable object, so
there's no need for a backward compatibility path.
2023-04-29 12:54:51 +08:00
Christopher Lam
08e9f48fdc Merge branch 'stable-upgrade-trep-engine' into stable #1618 2023-04-29 08:23:13 +08:00
Christopher Lam
1a7fcb69c0 [gnc-features.cpp] remove_if requires <algorithm> 2023-04-29 08:17:22 +08:00
John Ralls
8481f062d4 Create obsolete features list with first member book_currency.
Obsolete features set in the book will be removed from the book's
KVP and ignored. Note the warning in the comment!
2023-04-28 17:08:04 -07:00
John Ralls
0d175dce12 Refactor gnc-features.
* type aliases to gnc-features.h
* string_views to avoid copying (all of the strings are static)
* qof_book_get_unknown_features returns a FeatureSet
2023-04-28 16:31:07 -07:00
John Ralls
e8c80f2f5c Restore existence, but not implementation, of GNC_FEATURE_BOOK_CURRENCY.
At least one user has managed to get it set on their book so even
though it was supposed to be unimplemented it got through somehow.
Restoring it allows books with it set to load.
2023-04-28 14:15:59 -07:00
John Ralls
9ff2362bb0 Merge Muhammadyusuf Kurbanov's 'uz-currency-fix' into stable. 2023-04-28 12:50:48 -07:00
John Ralls
842458bc24 Merge Vincent Dawans's 'bug797879' into stable 2023-04-28 12:18:33 -07:00
Vincent Dawans
2e18c74668 Bug 797879 - [Transaction Report] running balance column not
consistent with amount column for SAME transaction date

Added QUERY-DEFAULT-SORT as the third sort parameter to thequery
to ensure transactions are sorted as per register as a last sort
level.
2023-04-28 11:40:28 -07:00
Christopher Lam
ab002d1f97 [income-gst-statement.scm] add comment to explain legacy trep-engine form 2023-04-28 21:04:40 +08:00
Christopher Lam
ab3ba9918b [reconcile-report] upgrade calculated-cells 2023-04-28 20:36:11 +08:00
Christopher Lam
93dd19e98b [trep-engine.scm] upgrade engine to improve calculated-cells handling
calculated-cells was formerly a vector of RHS info - heading,
calculator-fn, subtotal? etc.

This upgrades it so that calculator-fn now accepts two arguments -
split and transaction-row? which is a bool. It uses a basic record
with version and list-of-cells, and each cell is a record (instead of
a vector) with relevant members.

This also enables the engine to handle previous calculated-cells --
note the income-gst-statement.scm will offer the previous one and will
be transparently upgraded to the above -- see the function
upgrade-to-calculated-cells-v2
2023-04-28 20:36:07 +08:00
Robert Fewell
fb58959f9a Bug 798885 - Accented character in folder name on Account Export
Changed export_coa to use g_fopen instead of fopen
2023-04-28 09:55:57 +01:00
Geert Janssens
49e34b5e03 Bug 798869 - Transaction Import MAP
Reverted and reapplied commit b86eb96476
in order to reference the proper bug report related to the fix.
2023-04-27 13:58:48 +02:00
Geert Janssens
a7f02401e9 Revert "Regression: bayesian matching in csv import doesn't find account"
This reverts commit b86eb96476.
2023-04-27 13:58:35 +02:00
Geert Janssens
b86eb96476 Regression: bayesian matching in csv import doesn't find account
This regression was introduced while improving import of
multi currency transactions.
2023-04-27 13:48:50 +02:00
Geert Janssens
b5ac96f6d0 Rename function to align better with what it does 2023-04-27 13:47:44 +02:00
Christopher Lam
9b22cfc911 [gnc-plugin-report-system] sanity check prev commit 2023-04-26 23:16:19 +08:00
Christopher Lam
5aaedbf7a4 [gnc-plugin-report-system] sanitize error html before adding to page
The error backtrace usually contains < > characters. eg #<report>
or #<procedure> etc. This commit will sanitize them to HTML entities
so that they may be rendered properly in webkit.
2023-04-26 22:11:25 +08:00
Christopher Lam
b7e966d828 Merge Vincent Dawans' branch 'bug798886' into stable #1614 2023-04-26 05:53:07 +08:00
Geert Janssens
7e07c50485 Bug 798844 - "Assign as Payment" does nothing in 4.14 & 5.0 2023-04-25 17:50:47 +02:00
Geert Janssens
6a68872a90 Bug 798877 - Program crashes upon selection of CSV profile
Prevent reading data beyond the number of columns
effectively present in each individual row.
This affected only split related columns.
Transaction related fields were properly
safeguarded arleady.
2023-04-25 10:40:17 +02:00
Vincent Dawans
f6c759b7f0 Bug 798886 - [Transaction Report] Subtotal upper headings do not follow
font style of lower headings

Added "total-label-cell" market to upper headings to match lower headings
2023-04-24 21:46:48 -07:00
John Ralls
0fd431d09b Merge updated gnucash.pot into po files for upcoming 5.1 release. 2023-04-24 14:53:10 -07:00
John Ralls
4095e9ebae Merge latest translations from weblate. 2023-04-24 14:47:43 -07:00
Muhammadyusuf Kurbonov
0b1015f226
Translation update by Muhammadyusuf Kurbonov <muhammadyusuf.kurbonov2002@gmail.com> using Weblate
po/glossary/ru.po: 86.1% (186 of 216 strings; 18 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Glossary (Russian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/ru/

Co-authored-by: Muhammadyusuf Kurbonov <muhammadyusuf.kurbonov2002@gmail.com>
2023-04-24 23:46:32 +02:00
Dyf_Tfh
178ba8480e
Translation update by Dyf_Tfh <n.zhao@hotmail.fr> using Weblate
po/fr.po: 92.4% (5082 of 5497 strings; 274 fuzzy)
126 failing checks (2.2%)
Translation: GnuCash/Program (French)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/fr/

Co-authored-by: Dyf_Tfh <n.zhao@hotmail.fr>
2023-04-24 23:46:32 +02:00
Wellington Terumi Uemura
e024f5a86b
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-04-24 23:46:32 +02:00
Rauno Ots
12f2b975e0
Translation update by Rauno Ots <rots00@gmail.com> using Weblate
po/et.po: 10.4% (574 of 5497 strings; 102 fuzzy)
18 failing checks (0.3%)
Translation: GnuCash/Program (Estonian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/et/

Translation update  by Rauno Ots <rots00@gmail.com> using Weblate

po/et.po: 9.8% (544 of 5497 strings; 130 fuzzy)
39 failing checks (0.7%)
Translation: GnuCash/Program (Estonian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/et/

Co-authored-by: Rauno Ots <rots00@gmail.com>
2023-04-24 23:46:32 +02:00
Carsten Hütter
0aac712caa
Translation update by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate
po/de.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
5 failing checks (0.1%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
6 failing checks (0.1%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
29 failing checks (0.5%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
63 failing checks (1.1%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
64 failing checks (1.1%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 99.9% (5493 of 5497 strings; 4 fuzzy)
161 failing checks (2.9%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 98.8% (5436 of 5497 strings; 60 fuzzy)
171 failing checks (3.1%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 97.1% (5342 of 5497 strings; 96 fuzzy)
178 failing checks (3.2%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/hi.po: 67.3% (3700 of 5497 strings; 1237 fuzzy)
1763 failing checks (32.0%)
Translation: GnuCash/Program (Hindi)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hi/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 96.4% (5302 of 5497 strings; 96 fuzzy)
178 failing checks (3.2%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 95.6% (5257 of 5497 strings; 141 fuzzy)
189 failing checks (3.4%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Carsten Hütter <Carsten.Huetter@gmx.de> using Weblate

po/de.po: 95.5% (5255 of 5497 strings; 141 fuzzy)
189 failing checks (3.4%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Co-authored-by: Carsten Hütter <Carsten.Huetter@gmx.de>
2023-04-24 23:46:32 +02:00
Andi Chandler
1022fbb8af
Translation update by Andi Chandler <andi@gowling.com> using Weblate
po/en_GB.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Program (English (United Kingdom))
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/en_GB/

Co-authored-by: Andi Chandler <andi@gowling.com>
2023-04-24 23:46:32 +02:00
Arve Eriksson
496ea72139
Translation update by Arve Eriksson <031299870@telia.com> using Weblate
po/sv.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Program (Swedish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/sv/

Co-authored-by: Arve Eriksson <031299870@telia.com>
2023-04-24 23:46:32 +02:00
Christian Wehling
05243471c9
Translation update by Christian Wehling <christian.wehling@web.de> using Weblate
po/de.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
64 failing checks (1.1%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Christian Wehling <christian.wehling@web.de> using Weblate

po/de.po: 96.4% (5302 of 5497 strings; 96 fuzzy)
178 failing checks (3.2%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Christian Wehling <christian.wehling@web.de> using Weblate

po/de.po: 95.3% (5241 of 5497 strings; 146 fuzzy)
190 failing checks (3.4%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Translation update  by Christian Wehling <christian.wehling@web.de> using Weblate

po/de.po: 95.3% (5241 of 5497 strings; 146 fuzzy)
190 failing checks (3.4%)
Translation: GnuCash/Program (German)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/de/

Co-authored-by: Christian Wehling <christian.wehling@web.de>
2023-04-24 23:46:32 +02:00
gallegonovato
f536c84978
Translation update by gallegonovato <fran-carro@hotmail.es> using Weblate
po/es.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
2 failing checks (0.1%)
Translation: GnuCash/Program (Spanish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/es/

Translation update  by gallegonovato <fran-carro@hotmail.es> using Weblate

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

Translation update  by gallegonovato <fran-carro@hotmail.es> using Weblate

po/es.po: 100.0% (5497 of 5497 strings; 0 fuzzy)
2 failing checks (0.1%)
Translation: GnuCash/Program (Spanish)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/es/

Translation update  by gallegonovato <fran-carro@hotmail.es> using Weblate

po/es.po: 100.0% (5497 of 5497 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-04-24 23:46:31 +02:00
mocsa
e9ac27b17e
Translation update by mocsa <csaba@feltoltve.hu> using Weblate
po/hu.po: 68.0% (3743 of 5497 strings; 648 fuzzy)
25 failing checks (0.4%)
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: 68.0% (3741 of 5497 strings; 649 fuzzy)
25 failing checks (0.4%)
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: 67.9% (3736 of 5497 strings; 649 fuzzy)
25 failing checks (0.4%)
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: 67.9% (3736 of 5497 strings; 651 fuzzy)
25 failing checks (0.4%)
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: 67.8% (3727 of 5497 strings; 656 fuzzy)
25 failing checks (0.4%)
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: 67.8% (3727 of 5497 strings; 656 fuzzy)
25 failing checks (0.4%)
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: 67.7% (3723 of 5497 strings; 660 fuzzy)
25 failing checks (0.4%)
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: 67.7% (3723 of 5497 strings; 660 fuzzy)
25 failing checks (0.4%)
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: 67.7% (3723 of 5497 strings; 660 fuzzy)
25 failing checks (0.4%)
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: 67.6% (3721 of 5497 strings; 662 fuzzy)
25 failing checks (0.4%)
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: 67.7% (3722 of 5497 strings; 662 fuzzy)
25 failing checks (0.4%)
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: 67.7% (3722 of 5497 strings; 662 fuzzy)
25 failing checks (0.4%)
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: 67.6% (3721 of 5497 strings; 668 fuzzy)
25 failing checks (0.4%)
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: 67.6% (3720 of 5497 strings; 668 fuzzy)
25 failing checks (0.4%)
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: 67.6% (3719 of 5497 strings; 670 fuzzy)
26 failing checks (0.4%)
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: 67.6% (3719 of 5497 strings; 670 fuzzy)
26 failing checks (0.4%)
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: 67.6% (3719 of 5497 strings; 670 fuzzy)
26 failing checks (0.4%)
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: 67.6% (3719 of 5497 strings; 670 fuzzy)
26 failing checks (0.4%)
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: 67.6% (3719 of 5497 strings; 670 fuzzy)
26 failing checks (0.4%)
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: 67.1% (3689 of 5497 strings; 685 fuzzy)
26 failing checks (0.4%)
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: 67.0% (3688 of 5497 strings; 685 fuzzy)
26 failing checks (0.4%)
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: 67.0% (3688 of 5497 strings; 685 fuzzy)
26 failing checks (0.4%)
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: 66.9% (3682 of 5497 strings; 689 fuzzy)
26 failing checks (0.4%)
Translation: GnuCash/Program (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/

Co-authored-by: mocsa <csaba@feltoltve.hu>
2023-04-24 23:46:31 +02:00
John Ralls
88dcc08ab4 Bug 798862 - Merge identical strings
Or nearly identical strings. Also changes "Double line mode" in
register preferences to "Double line view" which is more consistent
with the toggle in the view menu.
2023-04-24 14:44:24 -07:00
Christopher Lam
e754660de8 [import-main-matcher.c] offer force edit non-identical fields
Previously, only identical Desc/Notes/Memo were unlocked for
editing. This commit allows editing selected transactions' textual
data, even if they are not identical.
2023-04-24 09:56:53 +08:00
Muhammadyusuf
02e24ccf96
edit: use &apos; instead of ` symbol 2023-04-24 02:04:35 +05:00
Muhammadyusuf
dca596ac84
edit: Fix local symbol of uzbek sum 2023-04-24 01:49:23 +05:00
Christopher Lam
919bfa7178 [import-commodity-matcher.c] plug GList leaks
commodity_list and namespace_list were NULL by the time they were
freed.
2023-04-23 02:11:39 +08:00
Christopher Lam
2b4f0b3b8c [import-main-matcher.c] defer account balances until import complete 2023-04-22 21:31:24 +08:00
Christopher Lam
80762ef8ee [gnc-file.c] move account_separator check into common gnc_info_dialog 2023-04-22 15:15:04 +08:00
Christopher Lam
cce8c6113a [gnc-file.c] accumulate info messages for gnc_info_dialog
This will be useful to accumulate multiple info messages on startup
2023-04-22 15:14:50 +08:00
Christopher Lam
81b16aedd8 [gnc-tree-view-account.c] add tooltip with balance_limit explanation 2023-04-22 14:23:20 +08:00
Christopher Lam
48ca708135 [gnc-tree-model-account.c] GNC_TREE_MODEL_ACCOUNT_COL_BALANCE_LIMIT_EXPLANATION 2023-04-22 14:23:17 +08:00
Christopher Lam
e26c3d6cf4 [gnc-ui-balances.c] gnc_ui_account_get_balance_limit_explanation
returns a char* explanation, or NULL
2023-04-22 14:22:40 +08:00
Christopher Lam
dee272233f Merge Vincent Dawans branch 'bug765920' of into stable #1604 2023-04-22 14:02:34 +08:00