┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
AgeCommit message (Expand)Author
2009-04-20Let the user choose if folders are always shown first in the views ofFrank Reininghaus
2009-03-30BUG: 187732Rahman Duran
2009-03-17After creating an item with the "Create New..." menu, the new item should get...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-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-14Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are reli...Peter Penz
2008-12-21When common view properties are used for all folders, the internal properties...Peter Penz
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
2008-12-03use KDirModel::mimeData() for cut/copy operations as suggested by David FaurePeter Penz
2008-11-03* Show the total size of files in the statusbar (thanks to Bram Schoenmakers ...Peter Penz
2008-11-02Assure that automatically expanding of a folder also works when the new folde...Peter Penz
2008-10-24Assure that no reloading is done if KDirLister emits a redirection, only chan...Peter Penz
2008-10-23SVN_SILENT Fix typos in kdebaseEnrique Matías Sánchez
2008-10-15Assure that the item delegate draws the hover effect and the selection for th...Peter Penz
2008-10-13Konq popupmenu fix: we don't show the "Create new" submenu over subdirs in an...David Faure
2008-10-05update the statusbar and provide a progress information within the Dolphin KP...Peter Penz
2008-10-01* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ...Peter Penz
2008-09-28Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi...Peter Penz
2008-09-21renamed IconManager to KFilePreviewGeneratorPeter Penz
2008-08-26Provide a common iconsize-widget for the settings dialog of the icons-, detai...Peter Penz
2008-08-15minor adjustment to prevent code duplicationPeter 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-07-26Provide a 'int selectedItemsCount() const' interface for performance reasons,...Peter 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-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-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-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-08Bypassed a Qt-issue where enabling the menu-animation for QApplication emits ...Peter Penz
2008-03-29Move the pasteIntoFolder() method from the contextmenu into DolphinView. This...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-02-21* Install an event-filter for the view implementations. Whenever a view imple...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-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-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-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