Bug 491697 - Custom Colors
Summary: Custom Colors
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: buildsystem (show other bugs)
Version: git (master)
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-14 02:47 UTC by bnbunch
Modified: 2024-08-20 00:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 5.2
Sentry Crash Report:


Attachments
Custom Colors (60.28 KB, image/jpeg)
2024-08-14 02:47 UTC, bnbunch
Details
attachment-1654178-0.html (3.81 KB, text/html)
2024-08-20 00:26 UTC, bnbunch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bnbunch 2024-08-14 02:47:33 UTC
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
Comment 1 Thomas Baumgart 2024-08-16 17:58:19 UTC
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
Comment 2 bnbunch 2024-08-20 00:26:32 UTC
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.