┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/navigationsettingspage.cpp
AgeCommit message (Collapse)Author
2010-07-24Sourcecode hierarchy cleanup: Use subfolders inside the "settings" folderPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154129
2009-03-21- Write the settings to the disk as soon as "Apply" or "OK" has been pressed ↵Peter Penz
inside a settings dialog. - Assure that the settings are saved in the DolphinPart destructor for settings that are changed outside the settings dialog (e. g. by using Ctrl + mouse wheel for adjusting the icon size). Thanks to Frank Reininghaus and David Faure for the analyses. CCBUG: 175085 svn path=/trunk/KDE/kdebase/apps/; revision=942194
2009-02-26adjust size hints of group boxesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=932509
2009-02-03rename the checkbox "Browse through archives" to "Open archives as folder"Peter Penz
CCBUG: 182991 svn path=/trunk/KDE/kdebase/apps/; revision=920733
2009-02-03SVN_SILENT: updated commentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=920731
2009-02-02Navigation click type (single/double-click) now gets set to it's default ↵Shaun Reich
when asked (the default is single-click). svn path=/trunk/KDE/kdebase/apps/; revision=920400
2009-02-02Changed group config reference pertaining to the "kcminputrc" file. The ↵Shaun Reich
Navigation page setting of whether to use single/double click navigation now saves itself properly, instead of insisting on using single-click. :) P.S. Bear in mind that the setting still does not apply itself until a restart of Dolphin. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=920390
2009-02-02Reverted my previous commit(919897), I was incorrect, it looked to work like ↵Shaun Reich
this, but didn't. svn path=/trunk/KDE/kdebase/apps/; revision=920374
2009-02-02These radio buttons are paired, when you enable one, you inherently disable ↵Shaun Reich
the other, so we're just repeating ourselves by doing this manually. svn path=/trunk/KDE/kdebase/apps/; revision=919995
2009-02-01Now when you click the button "Defaults" in the settings dialog, it will ↵Shaun Reich
push the settings to the UI, then the user can apply, cancel, or modify them from there. Also removed the message box prompt. Use settings->useDefaults(true), then set it back to false after you are done loading settings in the restoreDefaults() method calls. Don't use ->setDefaults() normally, anymore. svn path=/trunk/KDE/kdebase/apps/; revision=919897
2009-01-17Relayout of the settings dialog, so that all Dolphin KPart relevant settings ↵Peter Penz
can be made available in Konqueror's settings dialog too. Further cleanups and layout fixes are required and will be done during the next week. svn path=/trunk/KDE/kdebase/apps/; revision=912587