┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/generalviewsettingspage.cpp
AgeCommit message (Collapse)Author
2008-11-17replace "Show selection toggle" by "Show selection marker"Peter Penz
BUG: 175341 svn path=/trunk/KDE/kdebase/apps/; revision=885347
2008-04-08Provide a setting to turn on/off tooltips. The tooltip implementation itself ↵Peter Penz
will be committed before the feature freeze (20th of April). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=794772
2008-03-23provide a config module for the settings GUI of the Dolphin views, so that ↵Peter Penz
it can be embedded into Konqueror CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=789209
2008-03-18Fix Krazy i18n issues.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=787308
2008-01-26Blend in a toggle button when hovering items. This allows selecting items ↵Peter Penz
without using the rubberband or Ctrl/Shift-keys in the single-click mode. Any feedback from users is highly welcome (I think people will either love or hate this feature, I'm really not sure -> it can be turned off too). svn path=/trunk/KDE/kdebase/apps/; revision=766901
2008-01-05SVN_SILENT: added comment related to fix of bug 154854Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=757803
2008-01-05SVN_SILENT: warning--Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=757787
2007-10-13minor layout fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=724950
2007-10-13allow to configure whether file thumbnails should be embedded for the file ↵Peter Penz
preview (on per default) BUG: 150028 svn path=/trunk/KDE/kdebase/apps/; revision=724946
2007-09-27Init the range before a value is set (via the signal valueChanged)Pascal Létourneau
svn path=/trunk/KDE/kdebase/apps/; revision=717914
2007-09-09increase default size for previews to 5 MBPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=710263
2007-07-26remove strange copy/paste issue which was responsible that Dolphin forgot ↵Peter Penz
the general settings (it seems those lines have been copied from GeneralViewSettingsPage::restoreDefaults() per accident) svn path=/trunk/KDE/kdebase/apps/; revision=693009
2007-06-30KUIT adapations for labelsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=681915
2007-06-30KUIT adaptions for groups, checkboxes and radiobuttonsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=681910
2007-06-07First big step to make it possible that the DolphinView can be embedded as ↵Peter Penz
KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done: - The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer. - The DolphinView does not contain any reference to the main window anymore. Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step... svn path=/trunk/KDE/kdebase/apps/; revision=672692
2007-05-26allow to reset all settings to default valuesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668398
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661819
2007-04-09adapt Dolphin to kdelibs coding style ↵Peter Penz
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
2007-04-04i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=650575
2007-03-14cleanup of setting dialogs (no Q3 classes anymore)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642623
2007-02-28Allow to adjust the maximum size for previews.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=638109
2007-02-21Fixing autogenerated headers includesAlexander Wiedenbruch
svn path=/trunk/KDE/kdebase/apps/; revision=635892
2007-01-07Allow that Dolphin can also be used with global view properties. Per default ↵Peter Penz
Dolphin remembers the view properties for each directory, but from the feedback I've got there is a not ignorable amount of people who prefer having global view properties instead. svn path=/trunk/playground/utils/dolphin/; revision=620774
2006-12-20Let the user chose whether view properties should be remembered for each ↵Peter Penz
directory or whether they should be valid globally. Per default the view properties are remembered for each directory. For testing purposes the MIME type information is shown per default in the icons mode (thanks to Fredrik for the cool implementation in KFileItemDelegate!). svn path=/trunk/playground/utils/dolphin/; revision=615232