| Age | Commit message (Expand) | Author |
| 2008-06-18 | it's assured that when requesting a context menu that the column is marked as... | Peter Penz |
| 2008-06-18 | Assure that when requesting the context menu for the column-view, that the co... | Peter Penz |
| 2008-06-10 | only resolve the MIME-types asynchronously, if no preview is generated | Peter Penz |
| 2008-06-03 | jump to the URL of the clipboard content if a middle click on an empty area i... | Peter Penz |
| 2008-05-04 | Fixed issue that sometimes the dragging from an inactive view to an active vi... | 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-04-09 | Provide tooltips. Per default tooltips are turned off because the information... | Peter Penz |
| 2008-04-01 | don't start the editor for renaming the files when double clicking on items | Peter Penz |
| 2008-03-23 | provide an option to rename files inline | Peter Penz |
| 2008-03-20 | fixed regression because of disconnecting non-available slots - now files don... | Peter Penz |
| 2008-03-12 | * the WA_Hover flag is set by KFileItemDelegate automatically now | Peter Penz |
| 2008-03-12 | As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemD... | Peter Penz |
| 2008-03-06 | update the previews of columns when the decoration size has been changed | Peter Penz |
| 2008-03-06 | fixed wrong ASSERT in column-view (the usecase is valid) | Peter Penz |
| 2008-02-22 | KDE 4.1 requires Qt4.4 -> remove the #ifdefs... | Peter Penz |
| 2008-02-21 | Fixed wrong comments. Discussed with David Faure: installing an event filter ... | 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-21 | Prevent code duplication by moving the duplications into the DolphinController. | Peter Penz |
| 2008-02-21 | Bugfix: Currently, if you open dolphin, select a bunch of files, and right cl... | Eduardo Robles Elvira |
| 2008-02-18 | No longer use Obsolete Member for QWidget: | Bill Egert |
| 2008-02-17 | * if the system font is changed during Dolphin is open, take care to update t... | Peter Penz |
| 2008-02-15 | Fix flicker when resizing the central view area in Dolphin. Only applicable ... | Robert Knight |
| 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-01 | Show the vertical scroll bar only when necessary | Rafael Fernández López |
| 2008-01-26 | reset the selection manager when the URL has been changed (otherwise the sele... | Peter Penz |
| 2008-01-26 | Blend in a toggle button when hovering items. This allows selecting items wit... | Peter Penz |
| 2008-01-26 | * increase the performance of item previews: each item view provides an icon ... | Peter Penz |
| 2008-01-17 | When moving left/right by pressing left/right arrows on keyboard, the previou... | Rafael Fernández López |
| 2008-01-17 | SVN_SILENT: remove debugging output | Peter Penz |
| 2008-01-17 | Who said there aren't coding races ? haha. Fix the keyboard navigation | Rafael Fernández López |
| 2008-01-17 | Fix for the scroll+click column bug | Rafael Fernández López |
| 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 HIG color violations | Peter Penz |
| 2008-01-02 | do a case insensitive filtering of filenames | Peter Penz |
| 2007-12-18 | Show elastic band on the column widget | Rafael Fernández López |
| 2007-12-18 | So I guess that is the behaviour that we really want :) | Rafael Fernández López |
| 2007-12-18 | Revert the whole code regarding the discussed issue. Columns view still show ... | Rafael Fernández López |
| 2007-12-18 | Keep consistent all views. Peter, if you decide to revert the change that Dav... | Rafael Fernández López |
| 2007-12-16 | The drag&drop helper did not make the difference between the different kind o... | Rafael Fernández López |
| 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 |
| 2007-12-08 | Follow David's advice and use 'delete' instead of 'deleteLater()'. Disconnect... | Peter Penz |
| 2007-12-08 | don't forget to delete the proxy model | Peter Penz |
| 2007-12-08 | fixed memory leaks (thanks to David for fixing this in KDirOperator) | Peter Penz |
| 2007-12-06 | Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the co... | Peter Penz |
| 2007-12-03 | Revert my last commit, it's not quite working | John Tapsell |