┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
2009-08-29- fix focus issue in column-viewPeter Penz
2009-08-29Restore "show hidden files" functionality in a generic way which works also f...Peter Penz
2009-08-29As KFilePreviewGenerator takes care for refreshing the directory lister autom...Peter Penz
2009-08-29SVN_SILENT compileChristoph Feck
2009-08-29- restore functionality that selections are kept when changing the view modePeter Penz
2009-08-29move the DolphinFileItemDelegate creation into ViewExtensionsFactoryPeter Penz
2009-08-29move handling of SelectionManager and AutoScroller to ViewExtensionsFactoryPeter Penz
2009-08-29Move code for initializing and handling view extensions to the new class View...Peter Penz
2009-08-28Restore filtering of items. The DolphinView just tells the controller about t...Peter Penz
2009-08-28I wanted to this for KDE 4.1 already, but well...Peter Penz
2009-08-13* Use the term "version control" instead of "revision control" to be consiste...Peter Penz
2009-07-29Allow the revision control plugins to indicate information-, error- and opera...Peter Penz
2009-07-27Improved Subversion test plugin to allow committing, updating, diffing, addin...Peter Penz
2009-07-23The revision control plugin must be aware on which directory the context-menu...Peter Penz
2009-07-22show the actions of a revision control plugin in the context menuPeter Penz
2009-07-12Enable Dolphin to show the revision states of files that are under revision c...Peter Penz
2009-07-11Fixed performance issues related to selections and deleting of files:Peter Penz
2009-07-08Performance improvement when selecting pasted/dropped items.Peter Penz
2009-06-22Count selected items, not QItemSelectionRanges inFrank Reininghaus
2009-06-20clear the selection before renaming multiple itemsPeter Penz
2009-06-08Mark the last visitied directory as active when going back in history.Peter Penz
2009-06-04Only reset the current URL, if the element is shown in the current view.Peter Penz
2009-05-26fixed krazy issues (see http://www.kdedevelopers.org/node/3919)Peter Penz
2009-05-11select items after they have been copied/moved by a drag & drop operationPeter Penz
2009-05-11Only select the clipboard items after the user triggered "Paste". This fixes ...Peter Penz
2009-05-08assure that clipboard items don't get selected when changing the URLPeter Penz
2009-05-08Select copied/moved items automatically if no item is already selected. This ...Peter Penz
2009-05-08remove unused method (relict from times when KFilePreviewGenerator was not av...Peter Penz
2009-04-30Do not emit DolphinView's urlChanged(const KUrl&) signal if the viewFrank Reininghaus
2009-04-20Let the user choose if folders are always shown first in the views ofFrank Reininghaus
2009-04-15After restoring the current item when going back to a folder, the current-ite...Peter Penz
2009-03-30BUG: 187732Rahman Duran
2009-03-30KFilePreviewGenerator::updatePreviews() is deprecated, use updateIcons() insteadPeter Penz
2009-03-17After creating an item with the "Create New..." menu, the new item should get...Peter Penz
2009-03-12SVN_SILENT: coding style fixPeter Penz
2009-02-25Restore support for pasting clipboard data (e.g. text) into a file, like konq...David Faure
2009-02-24Stupid me: The inconsistent behavior between QListView::scrollTo() and QTreeV...Peter Penz
2009-02-24After renaming an item the view should be scrolled in a way to still have a f...Peter Penz
2009-02-22clear the selection when Escape has been pressed (= same behavior like in Kon...Peter Penz
2009-02-22SVN_SILENT: removed kDebugsPeter Penz
2009-02-11- allow the view implementations to attach custom actions to the context menuPeter Penz
2009-01-25Refactor the folder expansion system. Main effect: instead of having a list ...Simon Paul St James
2009-01-21Two KFilePreviewGenerator's operating on the same KDirModel can lead to infin...Simon Paul St James
2009-01-19hide the tooltips when a key is pressed (thanks to Shaun Reich for the initia...Peter Penz
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a f...Peter Penz
2008-12-21When common view properties are used for all folders, the internal properties...Peter Penz
2008-12-16Assure that the view gets focused when:Peter Penz
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
2008-12-08Port to KDirModel::simplifiedUrlListDavid Faure
2008-12-03Add addIsCutSelection, and port as much code as possible to KDirModel::mimeData.David Faure