Created attachment 172608 [details] Custom Colors Custom colors not being applied in ledger Have import color set to cyan and group header dark blue have confirmed file kmymoneyrc changes are being written to groupMarkerColor=0,85,255 transactionImportedColor=85,255,255 groupMarkerColor=179,171,116 transactionImportedColor=232,240,248 Cant add more than 1 attachment per request, so I cant attach color settings See above kmymoneyrc file
Git commit d5e4277a155770e17545cad7be4439e771e7be75 by Thomas Baumgart. Committed on 16/08/2024 at 16:08. Pushed by tbaumgart into branch 'master'. Fix custom color settings Usage of custom colors was not implemented. This change brings back the custom color settings. To improve them, for all background colors an accompanying text color is now available to be able to adjust readability. FIXED-IN: 5.2 M +3 -14 kmymoney/dialogs/settings/ksettingscolors.cpp M +0 -4 kmymoney/dialogs/settings/ksettingscolors.h M +119 -56 kmymoney/dialogs/settings/ksettingscolors.ui M +13 -1 kmymoney/settings/kmymoney.kcfg M +3 -0 kmymoney/settings/kmymoneysettings_addon.h M +23 -0 kmymoney/settings/kmymoneysettings_addons.cpp M +19 -10 kmymoney/views/journaldelegate.cpp M +30 -13 kmymoney/views/ledgerview.cpp M +4 -4 kmymoney/views/securityaccountnamedelegate.cpp M +5 -1 kmymoney/views/specialdatedelegate.cpp https://invent.kde.org/office/kmymoney/-/commit/d5e4277a155770e17545cad7be4439e771e7be75
Created attachment 172766 [details] attachment-1654178-0.html Found a recent git master kmymoney-master-3411-windows-cl-msvc2019-x86_64.exe. Was having problems on second computer with it crashing. After reset this computer, all custom color setting are now working for now. Went back and tried this same version on 1st computer and for a brief moment color settings again weren't working. I went to settings and reset default colors, then turned custom colors back on. Apply and BINGO colors working. went back and changed several of colors and all being applied. I had tried 3404 and 3407, but didnt try the rset to default. Thanks for leading me in the right direction. Was about to give up on Kmymoney. I have been looking for another alternative as Quicken doubled from $45 to $80. This is by far the best program I have found On Fri, Aug 16, 2024 at 12:58 PM Thomas Baumgart <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=491697 > > Thomas Baumgart <tbaumgart@kde.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Version Fixed In| |5.2 > Latest Commit| | > https://invent.kde.org/offi > | > |ce/kmymoney/-/commit/d5e427 > | > |7a155770e17545cad7be4439e77 > | |1e7be75 > Status|REPORTED |RESOLVED > Resolution|--- |FIXED > > --- Comment #1 from Thomas Baumgart <tbaumgart@kde.org> --- > Git commit d5e4277a155770e17545cad7be4439e771e7be75 by Thomas Baumgart. > Committed on 16/08/2024 at 16:08. > Pushed by tbaumgart into branch 'master'. > > Fix custom color settings > > Usage of custom colors was not implemented. This change brings back the > custom color settings. To improve them, for all background colors an > accompanying text color is now available to be able to adjust > readability. > FIXED-IN: 5.2 > > M +3 -14 kmymoney/dialogs/settings/ksettingscolors.cpp > M +0 -4 kmymoney/dialogs/settings/ksettingscolors.h > M +119 -56 kmymoney/dialogs/settings/ksettingscolors.ui > M +13 -1 kmymoney/settings/kmymoney.kcfg > M +3 -0 kmymoney/settings/kmymoneysettings_addon.h > M +23 -0 kmymoney/settings/kmymoneysettings_addons.cpp > M +19 -10 kmymoney/views/journaldelegate.cpp > M +30 -13 kmymoney/views/ledgerview.cpp > M +4 -4 kmymoney/views/securityaccountnamedelegate.cpp > M +5 -1 kmymoney/views/specialdatedelegate.cpp > > > https://invent.kde.org/office/kmymoney/-/commit/d5e4277a155770e17545cad7be4439e771e7be75 > > -- > You are receiving this mail because: > You reported the bug.