]> cloud.milkyroute.net Git - dolphin.git/commit
Currently when the general font of KDE has been changed, the used fonts for the view...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 15 Feb 2008 22:51:23 +0000 (22:51 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 15 Feb 2008 22:51:23 +0000 (22:51 +0000)
commitd38de66f4b97a6d9cd30f3fc69e66b343ca312dc
treecc59063d8371ea9ab6cdb084bb7c6b5e54454480
parent8f975fec469798b75a6aa11f3d97ac51ee23ae8c
Currently when the general font of KDE has been changed, the used fonts for the view in Dolphin have not been changed.

This has been fixed by differing between a "Use system font" setting (= default) or a "Use custom font" setting.

TODO: if the general font of KDE is changed during Dolphin is open, no update is done yet

CCMAIL: ereslibre@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=775487
12 files changed:
src/CMakeLists.txt
src/columnviewsettingspage.cpp
src/columnviewsettingspage.h
src/detailsviewsettingspage.cpp
src/detailsviewsettingspage.h
src/dolphin_columnmodesettings.kcfg
src/dolphin_detailsmodesettings.kcfg
src/dolphin_iconsmodesettings.kcfg
src/dolphinfontrequester.cpp [new file with mode: 0644]
src/dolphinfontrequester.h [new file with mode: 0644]
src/iconsviewsettingspage.cpp
src/iconsviewsettingspage.h