| Age | Commit message (Expand) | Author |
| 2007-09-01 | SVN_SILENT typos-- | Arto Hytönen |
| 2007-08-28 | Clicking on items in dolphin part finally implemented. | David Faure |
| 2007-08-17 | use adjusted signals from KDirLister | Peter Penz |
| 2007-08-16 | preview did not work anymore (KDirLister emits the signal newItems(const KFil... | Peter Penz |
| 2007-08-13 | Use KFileItem by value rather than by pointer | David Faure |
| 2007-08-12 | * fixed issue that when having a split view, that both views get the same col... | Peter Penz |
| 2007-08-06 | Fixed 'Select All' and 'Invert Selection' for the column view (only the items... | Peter Penz |
| 2007-07-29 | Assure that the view properties of a column view are always stored in the fol... | Peter Penz |
| 2007-07-02 | Change signature of requestItemInfo signal, to avoid fileitem -> url -> index... | David Faure |
| 2007-07-01 | Here comes dolphinpart, to use dolphin as the file management view in konqueror. | David Faure |
| 2007-06-22 | Allow to sort by rating, which can be quite useful in combination with the "S... | Peter Penz |
| 2007-06-20 | don't pass a custom viewport URL to the context menu anymore, as this cannot ... | Peter Penz |
| 2007-06-19 | when requesting a context menu provide a URL for the viewport, because in the... | Peter Penz |
| 2007-06-19 | * fixed issue that some view properties like "show in groups" are ignored whe... | Peter Penz |
| 2007-06-10 | don't reset the x-position to 0 in the Column View, if a new directory is loaded | Peter Penz |
| 2007-06-10 | Remember and restore position of viewport when reloading or going back in his... | Peter Penz |
| 2007-06-08 | added signals errorMessage(const QString&) and infoMessage(const QString&) fo... | Peter Penz |
| 2007-06-07 | remove unused signal | Peter Penz |
| 2007-06-07 | removed obsolete renaming code, which is not needed anymore due to the Dolphi... | Peter Penz |
| 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-05-18 | - assure that when hovering the viewport that an empty request for item infor... | Peter Penz |
| 2007-05-17 | when the column view is used, then 'Split view' should take the root URL of t... | Peter Penz |
| 2007-05-12 | provide a hover information in the statusbar if the mouse cursor enters an item | Peter Penz |
| 2007-05-10 | don't lose the history of the URL navigator if the settings of the Icons View... | Peter Penz |
| 2007-05-09 | include cleanup | Dirk Mueller |
| 2007-05-08 | SVN_SILENT: some krazy spelling fixes mainly in comments | Thorsten Roeder |
| 2007-05-08 | fix issue in column view that the wrong root directory is taken because of ke... | Peter Penz |
| 2007-04-30 | PreviewJob API change (KFileItems by value) | David Faure |
| 2007-04-22 | allow sorting by type | Peter Penz |
| 2007-04-14 | Revert last commit and exchange it by a more straight forward solution: just ... | Peter Penz |
| 2007-04-14 | assure that the preview job gets killed when the directory has been changed | Peter Penz |
| 2007-04-12 | fix issue that the view properties are not read out correctly for first direc... | Peter Penz |
| 2007-04-10 | allow to enable the categorization feature for sorting | Peter Penz |
| 2007-04-09 | adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli... | Peter Penz |
| 2007-04-02 | Rename all the URL navigator related classes to prepare their migration | Kevin Ottens |
| 2007-04-01 | reload view when the settings are applied | Peter Penz |
| 2007-03-27 | Added setters in urlnavigator to remove dependency on dolphinsettings. | David Faure |
| 2007-03-27 | Initial version for a column view support (thanks a lot to Benjamin Meyer for... | Peter Penz |
| 2007-03-26 | Ported to KBookmarkManager::closestBookmark - which even solves another TODO ... | David Faure |
| 2007-03-26 | Using a QLinkedList mostly for "accessing element at index i" is not the best... | David Faure |
| 2007-03-25 | Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars. | Peter Penz |
| 2007-03-22 | improve the handling when applying item effects to cut items | Peter Penz |
| 2007-03-19 | Step 1 of 2 to fix the issue that reloading of a directory resets the content... | Peter Penz |
| 2007-03-17 | Allow to cut, copy, paste, ... the currently selected item from a sidebar by ... | Peter Penz |
| 2007-03-11 | disable the 'Additional information' menu for other views then the 'Icons View' | Peter Penz |
| 2007-03-11 | Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ... | Peter Penz |
| 2007-03-11 | Fixed some drag & drop issues: | Peter Penz |
| 2007-03-10 | Apply an item effect to all cut items. As discussed with Fredrik this should ... | Peter Penz |
| 2007-03-08 | Use hover effect from KFileItemDelegate also for the details view and assure ... | Peter Penz |