Git commit e16faabab2d901d370d820c3c486ba35cd995be6 by Stéphane MANKOWSKI. Committed on 02/10/2025 at 20:23. Pushed by smankowski into branch 'master'.
Increase width of unit combo box M +1 -0 CHANGELOG M +1 -0 doc/index.docbook M +2 -2 plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui M +2 -2 plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui M +2 -2 plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui https://invent.kde.org/office/skrooge/-/commit/e16faabab2d901d370d820c3c486ba35cd995be6 diff --git a/CHANGELOG b/CHANGELOG index 49ab8759e..602ce9cf9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ skrooge (25.X.X) *Correction bug 510025: MS Money import: split transaction comments lost/overwritten *Correction bug 510027: MS Money import: Investment transactions not grouped *Correction bug 510115: MS Money import: Ignore (/import?) Classifications + *Correction bug: Increase width of unit combo box *Feature: Search transactions from tool bar *Feature: Add benchmark mode in debug page *Performances: Improve various sql performances diff --git a/doc/index.docbook b/doc/index.docbook index 054be8019..9aa12d9c9 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -654,6 +654,7 @@ </screenshot> <note><para>It is intentionally impossible to set date or quantity with a mass update</para></note> + <note><para>In text fields, you can use special keywords (such as =capitalize) to transform the existing values. For example, if you select 100 transactions, enter =lower in the Comment field, and click Update, the comments of all selected transactions will be replaced with their lowercase versions.</para></note> </sect2> diff --git a/plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui b/plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui index bc15abd83..40c8a31da 100644 --- a/plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui +++ b/plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui @@ -117,13 +117,13 @@ p, li { white-space: pre-wrap; } </property> <property name="minimumSize"> <size> - <width>60</width> + <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> - <width>80</width> + <width>100</width> <height>16777215</height> </size> </property> diff --git a/plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui b/plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui index ce775f12d..361daf9ad 100644 --- a/plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui +++ b/plugins/skrooge/skrooge_calculator/skgcalculatorpluginwidget_base.ui @@ -588,13 +588,13 @@ SPDX-License-Identifier: GPL-3.0-or-later </property> <property name="minimumSize"> <size> - <width>60</width> + <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> - <width>80</width> + <width>100</width> <height>16777215</height> </size> </property> diff --git a/plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui b/plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui index 5d14aa5c2..345fe908c 100644 --- a/plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui +++ b/plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.ui @@ -520,13 +520,13 @@ p, li { white-space: pre-wrap; } </property> <property name="minimumSize"> <size> - <width>60</width> + <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> - <width>80</width> + <width>100</width> <height>16777215</height> </size> </property>
