┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
2008-11-14when renaming a variable number of items, it is important that the selection ...Peter Penz
2008-11-13When only one item is selected, show the item name in the statusbar instead o...Peter Penz
2008-11-13when changing the view mode if the preview is turned on, the directory must g...Peter Penz
2008-11-13fixed issue that the preview size might get applied to the previous view when...Peter Penz
2008-11-08* implement the DragAndDropHelper as singleton derived from QObject, so that ...Peter Penz
2008-11-05* use KIO::itemsSummaryString() againPeter Penz
2008-11-03* Show the total size of files in the statusbar (thanks to Bram Schoenmakers ...Peter Penz
2008-11-02when a drag operation is done above an inactive view, activate the view autom...Peter Penz
2008-11-02Assure that automatically expanding of a folder also works when the new folde...Peter Penz
2008-10-26assure that the zoom level is updated when refreshing the viewPeter Penz
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
2008-10-24Assure that no reloading is done if KDirLister emits a redirection, only chan...Peter Penz
2008-10-22* don't show a tooltip if a rubberband selection is donePeter Penz
2008-10-15Assure that the item delegate draws the hover effect and the selection for th...Peter Penz
2008-10-14Don't show an empty error dlg box when aborting deletion.David Faure
2008-10-13Konq popupmenu fix: we don't show the "Create new" submenu over subdirs in an...David Faure
2008-10-05Provide a zoom slider in the status bar. It is configurable whether the zoom ...Peter Penz
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-24rename setter/getter for showing previews to be naming guidelines conformPeter Penz
2008-09-23We have our own tooltip implementation in Dolphin. We don't want to use this ...Rafael Fernández López
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-14Change the location of the methods. Now the algorithm is only applied when ne...Rafael Fernández López
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