┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
2007-03-15Don't force the context menu to be valid only for DolphinView instances, make...Peter Penz
2007-03-13improve renaming for n selected items/1 selected itemPeter Penz
2007-03-13Allow renaming of items (note that currently the "rename multiple files" dial...Peter Penz
2007-03-13just assert we're not hiting new modes (CID 3211)Stephan Kulow
2007-03-12fix the accidentally testvalue of 1000 ms to 0 ms as originally intended... Peter Penz
2007-03-11Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ...Peter Penz
2007-03-11Fixed some drag & drop issues:Peter Penz
2007-03-10Apply an item effect to all cut items. As discussed with Fredrik this should ...Peter Penz
2007-03-10Update of the patch from Filip Brcic for browsing through ZIP and TAR files. ...Peter Penz
2007-03-10allow to browse through ZIP files (thanks to Filip Brcic for the patch!)Peter Penz
2007-03-08Use hover effect from KFileItemDelegate also for the details view and assure ...Peter Penz
2007-03-03respect the show hidden files settingin the url nav barAaron J. Seigo
2007-03-01Allow zooming in and zooming out in the icons view.Peter Penz
2007-02-28Allow to configure which additional information (KFileItemDelegate::Additiona...Peter Penz
2007-02-28Don't use assertions here. The result of the preview might have been done alt...Peter Penz
2007-02-28Jippie: file previews are generated again! Thanks to Fredrik for giving me a ...Peter Penz
2007-02-22Add libkmetadata detection and minor fixesOscar Blumberg
2007-02-17Cleanup of the URL navigator, so that the DolphinMainWindow and the DolphinVi...Peter Penz
2007-02-17Assure that the horizontal and vertical slider position don't reset if an ite...Peter Penz
2007-02-17Removed method 'int columnIndex(Sorting sorting) const'. The mapping is done ...Peter Penz
2007-02-16Reanimated drag & drop support again after introducing the DolphinController....Peter Penz
2007-02-14Step one for having DolphinParts for the icons and details view, which can be...Peter Penz
2007-02-13update to i18n change: no more %n in plural callsPeter Penz
2007-02-12use KIO::itemsSummaryString() instead of reinventing the wheelPeter Penz
2007-02-11fixed internationalization issue for languages with more complex plural forms...Peter Penz
2007-02-11fixed i18n issue when showing how many files are selectedPeter Penz
2007-02-11don't trigger an item if the user does a selection by using the control- or s...Peter Penz
2007-02-10restore the x- and y-position of the view if the current view is part of the ...Peter Penz
2007-02-08Fixed issue that the filterbar and the menu state have not been synchronized ...Peter Penz
2007-01-30Improvements for error messages:Peter Penz
2007-01-25Use KNewMenu instead of custom implementation of Dolphin. TODO: currently err...Peter Penz
2007-01-23Get rid of some KDE 3 relicts.Peter Penz
2007-01-21- Fixed crash when showing "Open With..." items of the context menu: the mode...Peter Penz
2007-01-21Cleanup of DolphinContextMenu:Peter Penz
2007-01-20Removed helper class ProgressIndicator (not needed anymore because of the use...Peter Penz
2007-01-18Replaced Dolphins UndoManager and DolphinCommand by KonqUndoManager and KonqO...Peter Penz
2007-01-15The KMimeTypeResolver instance is owned by the item view and may not be delet...Peter Penz
2007-01-15Use a QTreeView for the representation of the details view (previously a QLis...Peter Penz
2007-01-07Fixed issue that the view properties have not been used for the home director...Peter Penz
2007-01-06Reanimated drag & drop support for the icons view.Peter Penz
2007-01-02SVN_SILENT make it compile (Dlg->Dialog)Holger Freyther
2006-12-24-Use QSortFilterProxyModel for filtering instead of KDirList::setFilterNameHolger Freyther
2006-12-23Make the View operate on the QSortFilterProxyModelHolger Freyther
2006-12-20- Performance optimization in DolphinView::loadDirectory() (don't store the v...Peter Penz
2006-12-20Let the user chose whether view properties should be remembered for each dire...Peter Penz
2006-12-15Update for using a proxy model: prevent accessing the model by model() and do...Peter Penz
2006-12-14Use QSortFilterProxyModel for sorting KFileItems (thanks to Fredrik for this ...Peter Penz
2006-12-14Support 'select all' and 'invert selection' again.Peter Penz
2006-12-14Support changing the sorting type and sort order (TODO: does not work yet as ...Peter Penz
2006-12-13Instead of having a the 3 view modes "icons", "details" and "previews" only 2...Peter Penz