Commit Graph

27709 Commits

Author SHA1 Message Date
Robert Fewell
f7bfd0bcf8 Add a don't complete entry to the top of the list 2023-05-29 11:38:39 +01:00
Robert Fewell
3c81b4c85c Use new completion cell for register description field 2023-05-29 11:38:39 +01:00
Robert Fewell
f46a958da2 Modify GncItemList by adding a couple of functions.
It is more efficient to disconnect the list store from the tree store
and then reconnect it before doing large number additions to the list
store so add a couple of functions to do this.
2023-05-29 11:38:39 +01:00
Robert Fewell
7fb03b1be2 Create a new register cell type 'completioncell'
Used to present a pop up list of text entries that has been filtered by
entered keystrokes anywhere in the text entries.
2023-05-29 11:38:34 +01:00
John Ralls
8e360bbe84 Merge latest translations from weblate into stable. 2023-05-27 10:15:27 -04:00
Szia Tomi
85cc08306d
Translation update by Szia Tomi <sziatomi01@gmail.com> using Weblate
po/glossary/hu.po: 100.0% (216 of 216 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Glossary (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/hu/

Translation update  by Szia Tomi <sziatomi01@gmail.com> using Weblate

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

Translation update  by Szia Tomi <sziatomi01@gmail.com> using Weblate

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

Translation update  by Szia Tomi <sziatomi01@gmail.com> using Weblate

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

Translation update  by Szia Tomi <sziatomi01@gmail.com> using Weblate

po/hu.po: 69.3% (3812 of 5499 strings; 625 fuzzy)
1 failing checks (0.1%)
Translation: GnuCash/Program (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/

Co-authored-by: Szia Tomi <sziatomi01@gmail.com>
2023-05-27 16:12:45 +02:00
yuht
da0624ecf4
Translation update by yuht <yuht@qq.com> using Weblate
po/zh_CN.po: 100.0% (5499 of 5499 strings; 0 fuzzy)
11 failing checks (0.2%)
Translation: GnuCash/Program (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/zh_Hans/

Co-authored-by: yuht <yuht@qq.com>
2023-05-27 16:12:45 +02:00
Arve Eriksson
2983dddb41
Translation update by Arve Eriksson <031299870@telia.com> using Weblate
po/sv.po: 100.0% (5499 of 5499 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-05-27 16:12:45 +02:00
mocsa
edf3d10a6e
Translation update by mocsa <csaba@feltoltve.hu> using Weblate
po/hu.po: 69.3% (3812 of 5499 strings; 625 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-05-27 16:12:45 +02:00
yu0A
14d347683d
Translation update by yu0A <yuhongbo@member.fsf.org> using Weblate
po/zh_CN.po: 100.0% (5499 of 5499 strings; 0 fuzzy)
14 failing checks (0.2%)
Translation: GnuCash/Program (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/zh_Hans/

Translation update  by yu0A <yuhongbo@member.fsf.org> using Weblate

po/zh_CN.po: 98.5% (5419 of 5499 strings; 52 fuzzy)
47 failing checks (0.8%)
Translation: GnuCash/Program (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/zh_Hans/

Co-authored-by: yu0A <yuhongbo@member.fsf.org>
2023-05-27 16:12:45 +02:00
John Ralls
b56eff6821 Merge Richard Cohen's 'fix-show-log-window' into stable. 2023-05-27 10:10:44 -04:00
John Ralls
dd5be317d8 Merge Richard Cohen's 'define-type' into stable. 2023-05-27 10:09:05 -04:00
John Ralls
1b9bd0752b Merge Simon Arlott's 'bug-798796' into stable. 2023-05-27 10:06:42 -04:00
John Ralls
6111184c73 Ensure incorrectly coded counter KVP is read correctly.
Bug 798930 caused some counters to be saved as KVP double. If the
correct int64_t value isn't found when reading, or if a double is
encountered when loading the option dialog, get the double value
and cast it to int64_t.
2023-05-26 21:24:06 -04:00
John Ralls
7d5663899c Bug 798930 - invoices wont sequence to the next number
Because KVP can't magically cast between int64_t and double.
2023-05-26 20:41:13 -04:00
Simon Arlott
aca602103e
Bug 798796 - Account list incomplete in report options
Allow stock/fund accounts that are descendants of Bank accounts to be
selected for the Advanced Portfolio, Investment Lots and Investment
Portfolio reports.
2023-05-26 19:22:26 +01:00
Richard Cohen
945f63bd4d Refactor: DEFINE_TYPE GnucashSheet < GtkLayout 2023-05-26 13:34:10 +01:00
Richard Cohen
2213e63e30 Refactor: DEFINE_TYPE GnucashRegister < GtkGrid 2023-05-26 13:34:10 +01:00
Richard Cohen
39a1bfd10d Refactor: DEFINE_TYPE GncItemList < GtkEventBox 2023-05-26 13:34:10 +01:00
Richard Cohen
fea6405f78 Refactor: DEFINE_TYPE GncItemEditTb < GtkToggleButton 2023-05-26 13:34:10 +01:00
Richard Cohen
80f370f0d2 Refactor: DEFINE_TYPE GncItemEdit < GtkBox 2023-05-26 13:34:10 +01:00
Richard Cohen
546a91a575 Refactor: DEFINE_TYPE GncHeader < GtkLayout 2023-05-26 13:34:10 +01:00
Richard Cohen
b5497dc45b Refactor: DEFINE_TYPE GncDatePicker < GtkBox 2023-05-26 13:34:10 +01:00
Richard Cohen
52a9af2177 Refactor: DEFINE_TYPE GnucashCursor < GObject 2023-05-26 13:34:10 +01:00
Richard Cohen
02f61c6d76 Refactor: DEFINE_TYPE GNCReconcileView < GNCQueryView 2023-05-26 13:34:10 +01:00
Richard Cohen
3db83b7a2c Refactor: DEFINE_TYPE GNCSplitReg < GtkBox 2023-05-26 13:34:10 +01:00
Richard Cohen
5d98cc4c1d Refactor: DEFINE_TYPE GncSxSlrTreeModelAdapter < GObject 2023-05-26 13:34:10 +01:00
Richard Cohen
965fe59a46 Refactor: DEFINE_TYPE GncSxListTreeModelAdapter < GObject 2023-05-26 13:34:10 +01:00
Richard Cohen
b621b5cd99 Refactor: DEFINE_TYPE GncSxInstanceDenseCalAdapter < GObject 2023-05-26 13:34:10 +01:00
Richard Cohen
d4649bc67f Refactor: DEFINE_TYPE GncRecurrenceComp < GtkScrolledWindow 2023-05-26 13:34:10 +01:00
Richard Cohen
fd56cb6b78 Refactor: DEFINE_TYPE GncRecurrence < GtkBox 2023-05-26 13:34:10 +01:00
Richard Cohen
c632164d38 Refactor: DEFINE_TYPE GNCGeneralSelect < GtkBox
- don't need checks for parent dispose & finalize
2023-05-26 13:34:10 +01:00
Richard Cohen
faba15a4c7 Refactor: DEFINE_TYPE GncFrequency < GtkBox
- also
 - make gnc_frequency_init() private
 - rename gnc_frequency_class_destroy() to gnc_frequency_destroy()
2023-05-26 13:34:10 +01:00
Richard Cohen
b669d2722b Refactor: DEFINE_TYPE GncDenseCalStore < GObject 2023-05-26 13:34:10 +01:00
Richard Cohen
9a8f54a2e1 Refactor: DEFINE_TYPE GncDenseCal < GtkBox 2023-05-26 13:34:09 +01:00
Richard Cohen
b3e13d46de Refactor: DEFINE_TYPE GNCDateEdit < GtkBox 2023-05-26 13:34:09 +01:00
Richard Cohen
7c7ec317f8 Refactor: DEFINE_TYPE GncPopupEntry < GtkEventBox 2023-05-26 13:34:09 +01:00
Richard Cohen
23e4d0e1a1 Refactor: DEFINE_TYPE GncCellRendererPopup < GtkCellRendererText 2023-05-26 13:34:09 +01:00
Richard Cohen
5d39d83a87 Refactor: DEFINE_TYPE GncCellRendererDate < GncCellRendererPopup 2023-05-26 13:34:09 +01:00
Richard Cohen
5d955654bc Refactor: DEFINE_TYPE GncSxInstanceModel < GObject 2023-05-26 13:34:09 +01:00
Richard Cohen
167c55e506 Refactor: DEFINE_TYPE GOOptionMenu < GtkButton 2023-05-26 13:34:09 +01:00
Richard Cohen
8e36a64506 Refactor: DEFINE_TYPE GOCharmapSel < GtkBox 2023-05-26 13:34:09 +01:00
Richard Cohen
cce0ccff7b BUGFIX: Actions > Online Actions > Show log Window does not open ...
... when it is first clicked
2023-05-26 10:10:54 +01:00
John Ralls
3d30e5978a Merge Richard Cohen's 'define-boxed' into stable. 2023-05-25 10:50:08 -04:00
John Ralls
23c208e1a0 Merge Richard Cohen's 'remove-unused-value-list' into stable. 2023-05-25 10:45:04 -04:00
Richard Cohen
ae9304efb0 Remove unused boxed type gnc_value_list 2023-05-25 14:42:28 +01:00
Richard Cohen
f9efbf86c6 Remove unused Qofbook::ab-templates property 2023-05-25 14:42:28 +01:00
John Ralls
9748e6f3fb Merge Monson Shao's 'check-gdk' into stable. 2023-05-25 09:02:38 -04:00
John Ralls
a036fe5915 Merge Richard Cohen's 'cleanup-some-gtk-usages' into stable. 2023-05-25 07:27:13 -04:00
Christopher Lam
0da408191b [gnc-budget-view.c] simplify totals_col_source, decl before use 2023-05-25 00:35:01 +08:00