┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
AgeCommit message (Collapse)Author
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-02Confirmations of the following settings now reset themselves to their defaults:Shaun Reich
*Move to Trash *Delete These are located in the General page->Context Menu tab of the settings dialog. svn path=/trunk/KDE/kdebase/apps/; revision=920205
2009-02-02The "Show 'Delete' Command" checkbox now gets restored to it's default (false).Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=919996
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-01I forgot to change these three tabs to the new method usage also. Effected ↵Shaun Reich
was the View Modes page. svn path=/trunk/KDE/kdebase/apps/; revision=919919
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-28Default size and Preview size sliders, were using wrong signal to notify ↵Shaun Reich
that settings have changed. The keyboard, when used on the slider, wouldn't enable the apply button, nor clicking to either side of the slider to change it. sliderMoved signal emission changed to valueChanged. Effects all tabs in Settings Dialog->View Modes. svn path=/trunk/KDE/kdebase/apps/; revision=917972
2009-01-27The apply button in the settings dialog now disables itself when settings ↵Shaun Reich
are applied, as per all of the other KDE applications, added in DolphinSettingsDialog::applySettings(). It was already setup to re-enable on a settings change. svn path=/trunk/KDE/kdebase/apps/; revision=917168
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
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a ↵Peter Penz
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later. svn path=/trunk/KDE/kdebase/apps/; revision=911065