┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
2008-08-12Provide functionality for auto-expanding folders (the whole patch has been pr...Peter Penz
2008-08-08assure correct update of the enabled/disabled state of the zoom actions (no b...Peter Penz
2008-08-05First step of refactoring to improve the zooming capabilities of views:Peter Penz
2008-08-03re-add assertions (have been accidentally removed by myself in the last commit)Peter Penz
2008-08-03Prevent that Konqueror crashs if pressing F2 (= Rename) although no items are...Peter Penz
2008-07-26Provide a 'int selectedItemsCount() const' interface for performance reasons,...Peter Penz
2008-06-19Assure that the keyboard focus stays inside the view when replacing the view ...Peter Penz
2008-06-18KFileItem::url() returns per value, not per referencePeter Penz
2008-06-18the method dropUrls(KUrl::List, KUrl) was never used as slot and is invoked o...Peter Penz
2008-06-18Assure that when requesting the context menu for the column-view, that the co...Peter Penz
2008-06-11cancel previews if the URL has been changedPeter Penz
2008-06-10only resolve the MIME-types asynchronously, if no preview is generatedPeter Penz
2008-06-10Move code for disabling the paste action into DolphinView::pasteInfo() -> Dol...Peter Penz
2008-06-03SVN_SILENT: removed obsolete (now: wrong) commentPeter Penz
2008-05-30revert last (wrong) commitPeter Penz
2008-05-30Fix compilAlexis Ménard
2008-05-29don't clear the selection when the view gets inactivePeter Penz
2008-05-29Assure that the item view gets the keyboard focus when it was activated. This...Peter Penz
2008-05-29SVN_SILENT: minor coding style fixPeter Penz
2008-05-29fix wrong connectDavid Faure
2008-05-28Handle redirections (e.g. from fish://localhost) without breaking the column ...David Faure
2008-05-28Move the code for restoring the current item from DolphinViewContainer to Dol...Peter Penz
2008-05-20when going back in history apply the keyboard focus to the the previously sho...Peter Penz
2008-05-07Fixed issue the the current view does not get the focus after opening Dolphin...Peter Penz
2008-05-07SVN_SILENT: updated commentsPeter Penz
2008-05-07allow Konqueror to open also files inside a new tab, not only directoriesPeter Penz
2008-04-30KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the cod...David Faure
2008-04-24avoid unnecessary copies by using const & in foreachAlbert Astals Cid
2008-04-12when clicking with the middle mouse button on a directory, a new tab should b...Peter Penz
2008-04-09hide the tooltip when an item gets triggered or a context menu is openedPeter Penz
2008-04-09Provide tooltips. Per default tooltips are turned off because the information...Peter Penz
2008-04-08Bypassed a Qt-issue where enabling the menu-animation for QApplication emits ...Peter Penz
2008-04-08Provide a setting to turn on/off tooltips. The tooltip implementation itself ...Peter Penz
2008-03-29Move the pasteIntoFolder() method from the contextmenu into DolphinView. This...Peter Penz
2008-03-29SVN_SILENT: assure that the position of the methods in the cpp file matchs wi...Peter Penz
2008-03-29SVN_SILENT: assure that the position of the methods in the cpp file matchs wi...Peter Penz
2008-03-29The paste operation should ignore the current selection to behave similar as ...Peter Penz
2008-03-23provide an option to rename files inlinePeter Penz
2008-03-20QListView does not support having a margin for grids. Originally it has been ...Peter Penz
2008-03-18Fix Krazy i18n issues.Chusslove Illich
2008-03-17because of the recent Information Panel fixes it is now possible again that p...Peter Penz
2008-03-13differ between pasting one folder, pasting one file and pasting n itemsPeter Penz
2008-03-12If a user pastes a directory into itself, ask him whether this intended and g...Peter Penz
2008-03-06prevent flickering when zooming in or zooming outPeter Penz
2008-02-21* Install an event-filter for the view implementations. Whenever a view imple...Peter Penz
2008-02-21Let the DolphinController be aware on which QAbstractItemView instance he is ...Peter Penz
2008-02-16Provide an option for the details view to expand folders (= tree view), as th...Peter Penz
2008-02-15don't connect to a non-existent slot (the code for updateCutItems() is now pa...Peter Penz
2008-02-13Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V...David Faure
2008-02-12Move the Ctrl-wheel zoom handling to dolphinview.Luciano Montanaro