| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=1154129
|
|
and applied to the local size initially
svn path=/trunk/KDE/kdebase/apps/; revision=1137339
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1123270
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1122788
|
|
setting.
BUG: 230818
svn path=/trunk/KDE/kdebase/apps/; revision=1122775
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1114499
|
|
BUG: 189501
p://reviewboard.kde.org/r/3484/
svn path=/trunk/KDE/kdebase/apps/; revision=1114485
|
|
QShowEvent and not the QPolish event.
svn path=/trunk/KDE/kdebase/apps/; revision=1111143
|
|
bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary.
svn path=/trunk/KDE/kdebase/apps/; revision=989742
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=974528
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=973277
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=969874
|
|
previews for images and directories are enabled.
svn path=/trunk/KDE/kdebase/apps/; revision=952049
|
|
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
|
|
now restore to defaults when asked to.
svn path=/trunk/KDE/kdebase/apps/; revision=920491
|
|
*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
|
|
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
|
|
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
|
|
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
|