gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Fri Feb 6 19:01:44 EST 2026
Updated via https://github.com/Gnucash/gnucash/commit/3cee6a3b (commit)
via https://github.com/Gnucash/gnucash/commit/f32abb91 (commit)
from https://github.com/Gnucash/gnucash/commit/2a67864a (commit)
commit 3cee6a3bbcece1032fb3da50dfcbeb48258a4ebe
Merge: 2a67864ae4 f32abb9194
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Feb 6 15:59:37 2026 -0800
Merge Roy Hansen's 'improve/csv-import-date-format-info' into stable.
commit f32abb919489f35ff3f563c2e04d7fd53c8e3ac8
Author: Roy Hansen <roy at royhansen.no>
Date: Mon Feb 2 12:33:11 2026 +0100
Improve usability of csv-transaction-import by adding tooltip
for date-format selection.
The date-format selection box displayes all variations with a "-"
separator, however this separator also matches "/" and ".".
The tooltip explains this behavior.
diff --git a/gnucash/gtkbuilder/assistant-csv-trans-import.glade b/gnucash/gtkbuilder/assistant-csv-trans-import.glade
index 6ee655acc9..56e16187b7 100644
--- a/gnucash/gtkbuilder/assistant-csv-trans-import.glade
+++ b/gnucash/gtkbuilder/assistant-csv-trans-import.glade
@@ -591,6 +591,8 @@ To know which lines belong to the same transaction, the importer will compare th
<property name="can-focus">False</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Date Format</property>
+ <property name="tooltip-text" translatable="yes">Choose the order of day, month and year, to match the formatting in the imported file.
+Choices are displayed with a Hyphen (-) separator, but will also match Dot (.) and Slash (/) as separator.</property>
</object>
<packing>
<property name="left-attach">0</property>
@@ -718,6 +720,8 @@ To know which lines belong to the same transaction, the importer will compare th
<object class="GtkBox" id="date_format_container">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="tooltip-text" translatable="yes">Choose the order of day, month and year, to match the formatting in the imported file.
+Choices are displayed with a Hyphen (-) separator, but will also match Dot (.) and Slash (/) as separator.</property>
</object>
<packing>
<property name="left-attach">1</property>
Summary of changes:
gnucash/gtkbuilder/assistant-csv-trans-import.glade | 4 ++++
1 file changed, 4 insertions(+)
More information about the gnucash-changes
mailing list