[kmymoney4] [Bug 369529] Dark Theme is not applied everywhere

2017-09-21 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=369529

NSLW  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kmy
   ||money/cf2a75bbd91e4a3bb
   ||6aa13ff41ad412d7a93
   Version Fixed In||5.0
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from NSLW  ---
Git commit cf2a75bbd91e4a3bb6aa13ff41ad412d7a93 by Łukasz Wojniłowicz.
Committed on 21/09/2017 at 15:55.
Pushed by wojnilowicz into branch 'master'.

Improve compatibility with dark color schemes

Changes:
1) css files compatible with themes are generated in ~/.config/kmymoney/
each time at startup,
2) redundant colors were removed from options and are always fetched
from color scheme,
3) fixed colors and letter cases in css files for css adaptability,
4) KMyMoneyGlobalSettings::schemeColor is for all color requests,
5) Use AppDataLocation instead of deprecated DataLocation.
FIXED-IN:5.0
Signed-off-by: Łukasz Wojniłowicz 

M  +1-1kmymoney/dialogs/settings/CMakeLists.txt
M  +15   -1kmymoney/dialogs/settings/ksettingscolors.cpp
M  +10   -11   kmymoney/dialogs/settings/ksettingscolors.h
A  +204  -0kmymoney/dialogs/settings/ksettingscolors.ui
D  +0-386  kmymoney/dialogs/settings/ksettingscolorsdecl.ui
M  +1-1kmymoney/dialogs/transactioneditor.cpp
M  +12   -13   kmymoney/html/kmymoney.css
M  +7-9kmymoney/html/welcome.css
M  +35   -13   kmymoney/kmymoney.cpp
M  +30   -44   kmymoney/kmymoney.kcfg
M  +52   -15   kmymoney/kmymoneyglobalsettings.cpp
M  +20   -2kmymoney/kmymoneyglobalsettings.h
M  +2-2kmymoney/kmymoneyutils.cpp
M  +2-2kmymoney/models/accountsmodel.cpp
M  +1-1kmymoney/models/ledgermodel.cpp
M  +31   -8kmymoney/reports/listtable.cpp
M  +5-12   kmymoney/reports/pivottable.cpp
M  +7-2kmymoney/reports/reporttable.cpp
M  +12   -12   kmymoney/views/kforecastview.cpp
M  +1-1kmymoney/views/kgloballedgerview.cpp
M  +2-2kmymoney/views/khomeview.cpp
M  +1-1kmymoney/widgets/kguiutils.cpp
M  +7-6kmymoney/widgets/register.cpp
M  +4-4kmymoney/widgets/stdtransactiondownloaded.cpp
M  +2-2kmymoney/widgets/stdtransactionmatched.cpp
M  +4-4kmymoney/widgets/transaction.cpp

https://commits.kde.org/kmymoney/cf2a75bbd91e4a3bb6aa13ff41ad412d7a93

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney4] [Bug 369529] Dark Theme is not applied everywhere

2017-01-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=369529

mahue...@gmail.com changed:

   What|Removed |Added

 CC||mahue...@gmail.com

--- Comment #1 from mahue...@gmail.com ---
Issue seems to affect all input fields that are set to "input required"; the
initial default for the background color is set to rgb 255,255,221 in
/kmymoney/kmymoney.kcfg (independently from the theme) - this is indeed hardly
readable with dark themes that tend to use a light font color (only background
color is set explicitly; font color is determined by chosen theme though).

The setting can however be overridden manually by the user via Settings ->
Configure kMyMoney -> Colors -> Background -> Special Background Colors ->
Required Field.

-- 
You are receiving this mail because:
You are watching all bug changes.