| Age | Commit message (Expand) | Author |
| 2008-04-12 | when clicking with the middle mouse button on a directory, a new tab should b... | Peter Penz |
| 2008-04-09 | hide the tooltip when an item gets triggered or a context menu is opened | Peter Penz |
| 2008-04-09 | Provide tooltips. Per default tooltips are turned off because the information... | Peter Penz |
| 2008-04-08 | Bypassed a Qt-issue where enabling the menu-animation for QApplication emits ... | Peter Penz |
| 2008-04-08 | Provide a setting to turn on/off tooltips. The tooltip implementation itself ... | Peter Penz |
| 2008-03-29 | Move the pasteIntoFolder() method from the contextmenu into DolphinView. This... | Peter Penz |
| 2008-03-29 | SVN_SILENT: assure that the position of the methods in the cpp file matchs wi... | Peter Penz |
| 2008-03-29 | SVN_SILENT: assure that the position of the methods in the cpp file matchs wi... | Peter Penz |
| 2008-03-29 | The paste operation should ignore the current selection to behave similar as ... | Peter Penz |
| 2008-03-23 | provide an option to rename files inline | Peter Penz |
| 2008-03-20 | QListView does not support having a margin for grids. Originally it has been ... | Peter Penz |
| 2008-03-18 | Fix Krazy i18n issues. | Chusslove Illich |
| 2008-03-17 | because of the recent Information Panel fixes it is now possible again that p... | Peter Penz |
| 2008-03-13 | differ between pasting one folder, pasting one file and pasting n items | Peter Penz |
| 2008-03-12 | If a user pastes a directory into itself, ask him whether this intended and g... | Peter Penz |
| 2008-03-06 | prevent flickering when zooming in or zooming out | Peter Penz |
| 2008-02-21 | * Install an event-filter for the view implementations. Whenever a view imple... | Peter Penz |
| 2008-02-21 | Let the DolphinController be aware on which QAbstractItemView instance he is ... | Peter Penz |
| 2008-02-16 | Provide an option for the details view to expand folders (= tree view), as th... | Peter Penz |
| 2008-02-15 | don't connect to a non-existent slot (the code for updateCutItems() is now pa... | Peter Penz |
| 2008-02-13 | Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V... | David Faure |
| 2008-02-12 | Move the Ctrl-wheel zoom handling to dolphinview. | Luciano Montanaro |
| 2008-02-11 | apply sorting + sort order to the column view | Peter Penz |
| 2008-02-11 | Forwardport 773570: | David Faure |
| 2008-02-11 | Factorize all the view-related action handling to DolphinViewActionHandler, t... | David Faure |
| 2008-01-28 | keep in sync with 4.0 branch (767566) | David Faure |
| 2008-01-28 | Centralize three more actions so that they are available in DolphinPart: 'Sho... | David Faure |
| 2008-01-27 | Column-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-22 | svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions a... | David Faure |
| 2008-01-22 | Move the code handling the additional-info-actions to DolphinView; simplify s... | David Faure |
| 2008-01-22 | restore previous behavior: additional info actions are not mutually exclusive. | David Faure |
| 2008-01-22 | Use a QActionGroup and save 6 slots (and the duplication of the action names ... | David Faure |
| 2008-01-21 | Make sort/descending available in dolphinpart | David Faure |
| 2008-01-21 | Make sort/descending available in dolphinpart | David Faure |
| 2008-01-21 | forwardport 764429: | David Faure |
| 2008-01-21 | Revert the moving of the action to the DolphinView instance, this doesn't wor... | David Faure |
| 2008-01-21 | merge -c764347 by Peter, needed for dolphinpart bugfixing | David Faure |
| 2008-01-21 | Cleanup: let the DolphinView be aware about the used action collection. This ... | Peter Penz |
| 2008-01-13 | don't forget to initialize the correct preview settings | Peter Penz |
| 2008-01-13 | Improve the feeled preview performance by assuring that the preview is genera... | Peter Penz |
| 2008-01-11 | Up to now DolphinView and ColumnWidget contained a lot of code duplication re... | Peter Penz |
| 2008-01-10 | Fixed issue that when renaming a variable number of items, that only one #-ch... | Peter Penz |
| 2008-01-07 | Backport of bugfix 154434 (trunk revision 757791): Remember the additional-in... | Peter Penz |
| 2008-01-05 | Remember the additional-info property (size, date, type, ...) for each view m... | Peter Penz |
| 2008-01-01 | Icon renaming (code changes - KDE/): | Jakob Petsovits |
| 2007-12-24 | This TODO is implementable now: use real KFileItem instead of fake one | David Faure |
| 2007-12-15 | Fixed issue that Ctrl+A inverted the selection instead doing a "Select All". ... | Peter Penz |
| 2007-12-14 | Moving code around in dolphin fixes DnD support in konqueror :) | David Faure |
| 2007-12-11 | fixed issue that turning off the preview during the preview job still was act... | Peter Penz |