┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
AgeCommit message (Expand)Author
2007-06-22Allow to sort by rating, which can be quite useful in combination with the "S...Peter Penz
2007-06-20don't pass a custom viewport URL to the context menu anymore, as this cannot ...Peter Penz
2007-06-19when requesting a context menu provide a URL for the viewport, because in the...Peter Penz
2007-06-19* fixed issue that some view properties like "show in groups" are ignored whe...Peter Penz
2007-06-10don't reset the x-position to 0 in the Column View, if a new directory is loadedPeter Penz
2007-06-10Remember and restore position of viewport when reloading or going back in his...Peter Penz
2007-06-08added signals errorMessage(const QString&) and infoMessage(const QString&) fo...Peter Penz
2007-06-07remove unused signalPeter Penz
2007-06-07removed obsolete renaming code, which is not needed anymore due to the Dolphi...Peter Penz
2007-06-07First big step to make it possible that the DolphinView can be embedded as KP...Peter Penz
2007-06-04Remove not necessary "class classname;"Laurent Montel
2007-05-18- assure that when hovering the viewport that an empty request for item infor...Peter Penz
2007-05-17when the column view is used, then 'Split view' should take the root URL of t...Peter Penz
2007-05-12provide a hover information in the statusbar if the mouse cursor enters an itemPeter Penz
2007-05-10don't lose the history of the URL navigator if the settings of the Icons View...Peter Penz
2007-05-09include cleanupDirk Mueller
2007-05-08SVN_SILENT: some krazy spelling fixes mainly in commentsThorsten Roeder
2007-05-08fix issue in column view that the wrong root directory is taken because of ke...Peter Penz
2007-04-30PreviewJob API change (KFileItems by value)David Faure
2007-04-22allow sorting by typePeter Penz
2007-04-14Revert last commit and exchange it by a more straight forward solution: just ...Peter Penz
2007-04-14assure that the preview job gets killed when the directory has been changedPeter Penz
2007-04-12fix issue that the view properties are not read out correctly for first direc...Peter Penz
2007-04-10allow to enable the categorization feature for sortingPeter Penz
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-04-02Rename all the URL navigator related classes to prepare their migration Kevin Ottens
2007-04-01reload view when the settings are appliedPeter Penz
2007-03-27Added setters in urlnavigator to remove dependency on dolphinsettings.David Faure
2007-03-27Initial version for a column view support (thanks a lot to Benjamin Meyer for...Peter Penz
2007-03-26Ported to KBookmarkManager::closestBookmark - which even solves another TODO ...David Faure
2007-03-26Using a QLinkedList mostly for "accessing element at index i" is not the best...David Faure
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
2007-03-22improve the handling when applying item effects to cut itemsPeter Penz
2007-03-19Step 1 of 2 to fix the issue that reloading of a directory resets the content...Peter Penz
2007-03-17Allow to cut, copy, paste, ... the currently selected item from a sidebar by ...Peter Penz
2007-03-11disable the 'Additional information' menu for other views then the 'Icons View'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-08Use hover effect from KFileItemDelegate also for the details view and assure ...Peter Penz
2007-02-28Jippie: file previews are generated again! Thanks to Fredrik for giving me a ...Peter Penz
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-14minor documentation fixesPeter Penz
2007-02-14Step one for having DolphinParts for the icons and details view, which can be...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-07Additionally to sorting by name, size and date it is now possible to sort by ...Peter Penz
2007-01-25Use KNewMenu instead of custom implementation of Dolphin. TODO: currently err...Peter Penz