| Age | Commit message (Expand) | Author |
| 2008-11-05 | * use KIO::itemsSummaryString() again | Peter Penz |
| 2008-11-03 | * Show the total size of files in the statusbar (thanks to Bram Schoenmakers ... | Peter Penz |
| 2008-11-02 | when a drag operation is done above an inactive view, activate the view autom... | Peter Penz |
| 2008-11-02 | Assure that automatically expanding of a folder also works when the new folde... | Peter Penz |
| 2008-10-26 | assure that the zoom level is updated when refreshing the view | Peter Penz |
| 2008-10-24 | * Move code from DolphinDropController to DragAndDropHelper. | Peter Penz |
| 2008-10-24 | Assure 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 done | Peter Penz |
| 2008-10-15 | Assure that the item delegate draws the hover effect and the selection for th... | Peter Penz |
| 2008-10-14 | Don't show an empty error dlg box when aborting deletion. | David Faure |
| 2008-10-13 | Konq popupmenu fix: we don't show the "Create new" submenu over subdirs in an... | David Faure |
| 2008-10-05 | Provide a zoom slider in the status bar. It is configurable whether the zoom ... | Peter Penz |
| 2008-10-05 | update 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-28 | Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi... | Peter Penz |
| 2008-09-24 | rename setter/getter for showing previews to be naming guidelines conform | Peter Penz |
| 2008-09-23 | We have our own tooltip implementation in Dolphin. We don't want to use this ... | Rafael Fernández López |
| 2008-09-21 | renamed IconManager to KFilePreviewGenerator | Peter Penz |
| 2008-08-26 | Provide a common iconsize-widget for the settings dialog of the icons-, detai... | Peter Penz |
| 2008-08-15 | minor adjustment to prevent code duplication | Peter Penz |
| 2008-08-14 | Change the location of the methods. Now the algorithm is only applied when ne... | Rafael Fernández López |
| 2008-08-12 | Provide functionality for auto-expanding folders (the whole patch has been pr... | Peter Penz |
| 2008-08-08 | assure correct update of the enabled/disabled state of the zoom actions (no b... | Peter Penz |
| 2008-08-05 | First step of refactoring to improve the zooming capabilities of views: | Peter Penz |
| 2008-08-03 | re-add assertions (have been accidentally removed by myself in the last commit) | Peter Penz |
| 2008-08-03 | Prevent that Konqueror crashs if pressing F2 (= Rename) although no items are... | Peter Penz |
| 2008-07-26 | Provide a 'int selectedItemsCount() const' interface for performance reasons,... | Peter Penz |
| 2008-06-19 | Assure that the keyboard focus stays inside the view when replacing the view ... | Peter Penz |
| 2008-06-18 | KFileItem::url() returns per value, not per reference | Peter Penz |
| 2008-06-18 | the method dropUrls(KUrl::List, KUrl) was never used as slot and is invoked o... | Peter Penz |
| 2008-06-18 | Assure that when requesting the context menu for the column-view, that the co... | Peter Penz |
| 2008-06-11 | cancel previews if the URL has been changed | Peter Penz |
| 2008-06-10 | only resolve the MIME-types asynchronously, if no preview is generated | Peter Penz |
| 2008-06-10 | Move code for disabling the paste action into DolphinView::pasteInfo() -> Dol... | Peter Penz |
| 2008-06-03 | SVN_SILENT: removed obsolete (now: wrong) comment | Peter Penz |
| 2008-05-30 | revert last (wrong) commit | Peter Penz |
| 2008-05-30 | Fix compil | Alexis Ménard |
| 2008-05-29 | don't clear the selection when the view gets inactive | Peter Penz |
| 2008-05-29 | Assure that the item view gets the keyboard focus when it was activated. This... | Peter Penz |
| 2008-05-29 | SVN_SILENT: minor coding style fix | Peter Penz |
| 2008-05-29 | fix wrong connect | David Faure |
| 2008-05-28 | Handle redirections (e.g. from fish://localhost) without breaking the column ... | David Faure |
| 2008-05-28 | Move the code for restoring the current item from DolphinViewContainer to Dol... | Peter Penz |
| 2008-05-20 | when going back in history apply the keyboard focus to the the previously sho... | Peter Penz |
| 2008-05-07 | Fixed issue the the current view does not get the focus after opening Dolphin... | Peter Penz |
| 2008-05-07 | SVN_SILENT: updated comments | Peter Penz |
| 2008-05-07 | allow Konqueror to open also files inside a new tab, not only directories | Peter Penz |
| 2008-04-30 | KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the cod... | David Faure |
| 2008-04-24 | avoid unnecessary copies by using const & in foreach | Albert Astals Cid |
| 2008-04-12 | when clicking with the middle mouse button on a directory, a new tab should b... | Peter Penz |