| Age | Commit message (Expand) | Author |
| 2008-12-30 | optimize the grid size of the icons view to prevent having gaps on the right ... | Peter Penz |
| 2008-12-13 | only jump automatically to the current index, if the autoscrolling is not active | Peter Penz |
| 2008-12-13 | Handling the key events for autoscrolling in DolphinViewAutoscroller does not... | Peter Penz |
| 2008-08-05 | First step of refactoring to improve the zooming capabilities of views: | Peter Penz |
| 2008-05-07 | enable the scrollTo() functionality if it has been triggered by a key-press | Peter Penz |
| 2008-05-06 | Fixed issue that the vertical scrollbar jumps back to the initial state durin... | Peter Penz |
| 2008-04-16 | * clear the selection toggle when zooming in or out | Peter Penz |
| 2008-04-16 | if the mouse is above an item and moved very fast outside the widget, no view... | Peter Penz |
| 2008-03-30 | Third attempt for fixing the layout issue, this time without side effects and... | Peter Penz |
| 2008-03-30 | Revert last commit; the issue seems to be reproducible only in combination wi... | Peter Penz |
| 2008-03-29 | QListView might return a wrong x-position if the decoration size decreases. I... | Peter Penz |
| 2008-03-20 | assure that the maximum size of the item-delegate gets updated before showing... | Peter Penz |
| 2008-03-20 | QListView does not support having a margin for grids. Originally it has been ... | Peter Penz |
| 2008-03-12 | As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemD... | Peter Penz |
| 2008-02-21 | Let the DolphinController be aware on which QAbstractItemView instance he is ... | Peter Penz |
| 2008-02-21 | Prevent code duplication by moving the duplications into the DolphinController. | Peter Penz |
| 2008-02-17 | * if the system font is changed during Dolphin is open, take care to update t... | Peter Penz |
| 2008-01-26 | Blend in a toggle button when hovering items. This allows selecting items wit... | Peter Penz |
| 2008-01-22 | svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions a... | David Faure |
| 2008-01-17 | if the icons are aligned left to right, the vertical wheel event should be ap... | Peter Penz |
| 2007-12-06 | Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the co... | Peter Penz |
| 2007-12-04 | Allow turning off the feature that additional information might be shown in t... | Peter Penz |
| 2007-11-20 | Allow using a common drag and drop pixmap also for the KCategorizedView. The ... | Peter Penz |
| 2007-11-20 | Drag & drop fixes for all views: assure that a consistent pixmap for the drag... | Peter Penz |
| 2007-10-26 | Simplify DolphinController: don't remember the show-preview state in the cont... | Peter Penz |
| 2007-10-26 | due to the recent tagging freeze this commit contains several fixes in one: | Peter Penz |
| 2007-10-05 | fixed most regressions due to the previous column-view refactoring | Peter Penz |
| 2007-10-05 | Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLi... | Peter Penz |
| 2007-10-02 | Allow showing additional information like type, size and date in parallel for... | Peter Penz |
| 2007-09-26 | * Fix memory leak (DolphinCategoryDrawer is leaking...) | Peter Penz |
| 2007-09-17 | Create the new architecture for KCategorizedView. Now DolphinModel is created... | Rafael Fernández López |
| 2007-09-09 | Reactivate keyboard navigation again. Previously the Return key did not work,... | Peter Penz |
| 2007-07-18 | Assure that the item size is not exceeded -> the spacing is also respected fo... | Peter Penz |
| 2007-07-09 | Rename KListView to KCategorizedView as decided | Rafael Fernández López |
| 2007-06-07 | First big step to make it possible that the DolphinView can be embedded as KP... | Peter Penz |
| 2007-06-04 | Remove not necessary "class classname;" | Laurent Montel |
| 2007-06-02 | don't forget to clear the hover information when a drag leave event occurs | Peter Penz |
| 2007-06-02 | Provide a hover information when dragging items above other items. TODO: this... | Peter Penz |
| 2007-06-02 | Assure that the selection is cleared if a click on the viewport is done. | Peter Penz |
| 2007-05-14 | The wrapping flag of QStyleOptionViewItemV2 gets lost, as the instance is ass... | Peter Penz |
| 2007-05-10 | layout improvements in the icons view: | Peter Penz |
| 2007-05-09 | include cleanup | Dirk Mueller |
| 2007-04-10 | allow to enable the categorization feature for sorting | Peter Penz |
| 2007-04-10 | Added Rafael López's item categorizer into Dolphin (it's currently deactivat... | Peter Penz |
| 2007-03-25 | fix export | Christian Ehrlicher |
| 2007-03-23 | Create shared lib as discussed with David and Peter | Laurent Montel |
| 2007-03-01 | Allow zooming in and zooming out in the icons view. | Peter Penz |
| 2007-02-28 | Jippie: file previews are generated again! Thanks to Fredrik for giving me a ... | Peter Penz |
| 2007-02-27 | The icons view and details view don't use hardcoded (test-) values anymore, i... | Peter Penz |
| 2007-02-14 | Step one for having DolphinParts for the icons and details view, which can be... | Peter Penz |