┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
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
2008-12-03SVN_SILENT: assure that the order of the methods match in the h + cpp filePeter Penz
2008-12-03use KDirModel::mimeData() for cut/copy operations as suggested by David FaurePeter Penz
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