┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
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
2008-02-11apply sorting + sort order to the column viewPeter Penz
2008-02-11Forwardport 773570:David Faure
2008-02-11Factorize all the view-related action handling to DolphinViewActionHandler, t...David Faure
2008-01-28keep in sync with 4.0 branch (767566)David Faure
2008-01-28Centralize three more actions so that they are available in DolphinPart: 'Sho...David Faure
2008-01-27Column-View: When switching to another view-mode, just switch the view for th...Peter Penz
2008-01-26* increase the performance of item previews: each item view provides an icon ...Peter Penz
2008-01-22svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions a...David Faure
2008-01-22Move the code handling the additional-info-actions to DolphinView; simplify s...David Faure
2008-01-22restore previous behavior: additional info actions are not mutually exclusive.David Faure
2008-01-22Use a QActionGroup and save 6 slots (and the duplication of the action names ...David Faure
2008-01-21Make sort/descending available in dolphinpartDavid Faure
2008-01-21Make sort/descending available in dolphinpartDavid Faure