┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/columnviewsettingspage.cpp
AgeCommit message (Collapse)Author
2009-04-06Fixed regression introduced with KDE 4.2.0 that the column width setting was ↵Peter Penz
ignored. BUG: 188701 svn path=/trunk/KDE/kdebase/apps/; revision=949864
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-01Use currentIndexChanged() signal instead of activated(), the latter does not ↵Shaun Reich
always do what you would think. svn path=/trunk/KDE/kdebase/apps/; revision=933889
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-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