┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/previewssettingspage.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-06-12Fix issue, that the file size maximum for non-local previews is read wrong ↵Peter Penz
and applied to the local size initially svn path=/trunk/KDE/kdebase/apps/; revision=1137339
2010-05-05Proof-reading: don't -> do not (house style).Andrew Coles
svn path=/trunk/KDE/kdebase/apps/; revision=1123270
2010-05-04Don't use a ':' in a text of a group-box.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1122788
2010-05-04Provide a cleaner layout and better description about the maximum file size ↵Peter Penz
setting. BUG: 230818 svn path=/trunk/KDE/kdebase/apps/; revision=1122775
2010-04-13SVN_SILENT: Remove unnecessary debugging outputPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1114499
2010-04-13Allow configuring different maximum sizes for remote and local filesPeter Penz
BUG: 189501 p://reviewboard.kde.org/r/3484/ svn path=/trunk/KDE/kdebase/apps/; revision=1114485
2010-04-04Do expensive loading operations in the Dolphin Preferences when getting the ↵Peter Penz
QShowEvent and not the QPolish event. svn path=/trunk/KDE/kdebase/apps/; revision=1111143
2009-06-30Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a ↵Andrius Štikonas
bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary. svn path=/trunk/KDE/kdebase/apps/; revision=989742
2009-05-29Krazy knows about KSharedPtrs now so no need to exclude Allen Winter
svn path=/trunk/KDE/kdebase/apps/; revision=974528
2009-05-26SVN_SILENT: 2 false positives reported by krazyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=973277
2009-05-19krazy fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=969874
2009-04-10Allow to configure which preview plugins should be enabled. Per default ↵Peter Penz
previews for images and directories are enabled. svn path=/trunk/KDE/kdebase/apps/; revision=952049
2009-02-03* no general settings are read -> invoking loadSettings has no effect in ↵Peter Penz
restoreDefaults() * use constants for the defaults, as hardcoding the defaults in 2 methods might be error-prone when changing the defaults in future CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=920531
2009-02-03Both the 'preview size' slider and the 'embed thumbnails in files' settings ↵Shaun Reich
now restore to defaults when asked to. svn path=/trunk/KDE/kdebase/apps/; revision=920491
2009-02-02A few more fixes...mostly cleanups.Shaun Reich
*Grouped some statements that it didn't make sense to put after a certain block of code (giving the impression that it had to be after this block). *There is no need to set the value of the QSpinBox equal to that of the slider, when loading settings... their valueChanges() signals are connected to the opposite one's slot. *Made a now unused variable be used, it was inconsistent in this code block, two times '1' was used, but other times a var set to '1' would be used. *Moved some blocks of code from the loadSettings() method, into the constructor, since the loadSettings() method is called more than once, so it's more resource-friendly to do it this way. svn path=/trunk/KDE/kdebase/apps/; revision=920441
2009-02-02We were calling methods within loadSettings() which should have been moved ↵Shaun Reich
to inside the constructor instead. Examples include setting up a slider's notch-type(bottom or top). Especially significant since loadSettings() gets called more often than the constructor. svn path=/trunk/KDE/kdebase/apps/; revision=920419
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