┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.cpp
AgeCommit message (Collapse)Author
2007-02-18minor cosmetic fix: don't use a group box if the global view properties are ↵Peter Penz
set (less clutter) svn path=/trunk/KDE/kdebase/apps/; revision=634819
2007-02-18View properties dialog: Allow to reset all view properties (the timestamp is ↵Peter Penz
used for this). Additionally it is possible for the user to specify whether the current view properties should be the default for new directories. svn path=/trunk/KDE/kdebase/apps/; revision=634789
2007-02-17Improve usability of the viewproperties dialog: use 2 radiobuttons instead ↵Peter Penz
of one checkbox to make clear where the view properties are applied. Separate the apply-to-group visually from the 'Use as default for new folders' checkbox. svn path=/trunk/KDE/kdebase/apps/; revision=634606
2007-02-07Additionally to sorting by name, size and date it is now possible to sort by ↵Peter Penz
permissions, owner and group. svn path=/trunk/playground/utils/dolphin/; revision=631058
2007-01-10Applied some patches found by EBN (thanks to Nicolas Lécureuil for the ↵Peter Penz
patches!). svn path=/trunk/playground/utils/dolphin/; revision=621872
2006-12-20- Performance optimization in DolphinView::loadDirectory() (don't store the ↵Peter Penz
view properties for each property individually) - Get rid of methods which are not used anymore due to moving to KDirModel. - Respect GeneralSettings::globalViewProps() setting when storing view properties. svn path=/trunk/playground/utils/dolphin/; revision=615255
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
2006-12-13Instead of having a the 3 view modes "icons", "details" and "previews" only ↵Peter Penz
2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases. svn path=/trunk/playground/utils/dolphin/; revision=613029
2006-12-07Apply the view properties to sub directories without using a modal window. ↵Peter Penz
This allows the user to proceed with the work during the view properties are applied. svn path=/trunk/playground/utils/dolphin/; revision=611369
2006-12-07Use a KIO Job for applying the view properties recursively to sub directories.Peter Penz
svn path=/trunk/playground/utils/dolphin/; revision=611325
2006-12-05Applying view properties recursively to sub directories works again (TODO: ↵Peter Penz
rewrite ViewPropsApplier completely as KJob implementation). svn path=/trunk/playground/utils/dolphin/; revision=610887
2006-12-04First step of cleaning up the view properties: inheriting of viewproperties ↵Peter Penz
does not work with the current approach of directoryviewpropertysettings.kcfg (2 nodes would be required for each directory, only one is used at the moment). Therefor the valid_for_subdirs property has been removed and the implementation model will be adjusted to match 1:1 to the users model. TODO: improve the viewpropertiesdialog be able to apply viewproperties recursively to sub directories. svn path=/trunk/playground/utils/dolphin/; revision=610383
2006-11-24Migrated the ViewPropertiesDialog to Qt4.Peter Penz
svn path=/trunk/playground/utils/dolphin/; revision=607475
2006-11-22Some portLaurent Montel
Remove not necessary file svn path=/trunk/playground/utils/dolphin/; revision=606884
2006-11-21commited initial version of DolphinPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606622