┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/behaviorsettingspage.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
2010-07-12Don't use KVBox and QVBoxLayout in parallel, just use QVBoxLayout instead.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1149089
2010-05-14Use the term "Select" instead of "Configure", as it is less technical (at ↵Peter Penz
least I hope as non-native English speaker that this is the case ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=1126705
2010-03-25Enable the meta data configuration dialog again after the ↵Peter Penz
KFileMetaDataWidget code has been moved to kdelibs svn path=/trunk/KDE/kdebase/apps/; revision=1107432
2010-03-22Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ↵Peter Penz
KFileMetaDataConfigurationWidget. svn path=/trunk/KDE/kdebase/apps/; revision=1106465
2009-11-06allow to set a custom description for the KMetaDataConfigurationDialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045712
2009-11-06allow to configure which meta data should be shown for tooltipsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045705
2009-10-16prepare the behavior-settings dialog to configure the shown meta data for ↵Peter Penz
tooltips svn path=/trunk/KDE/kdebase/apps/; revision=1036100
2009-08-30allow to turn off natural sortingPeter Penz
CCBUG: 169883 svn path=/trunk/KDE/kdebase/apps/; revision=1017536
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-03-12Ask for confirmation when closing a Dolphin window with more than one tab. ↵Frank Reininghaus
This can be disabled by checking the "Do not ask again" checkbox in the confirmation dialog or in Dolphin's settings dialog. FEATURE: 168417 svn path=/trunk/KDE/kdebase/apps/; revision=938767
2009-02-26adjust size hints of group boxesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=932509
2009-02-04Added const bools for a few settings that were referenced more than once. ↵Shaun Reich
Otherwise, the fellow coder would probably just think these were taken out of seemingly thin air. svn path=/trunk/KDE/kdebase/apps/; revision=920920
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-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