| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-09 | Version control: Show context menu entries of plugins | Peter Penz | |
| 2011-09-09 | Version control: Get rid of PendingThreadsMaintainer | Peter Penz | |
| 2011-09-09 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-09-08 | KFileItemModel: emit itemsChanged() signal | Peter Penz | |
| 2011-09-08 | Version control: show pixmap overlays for the version state | Peter Penz | |
| 2011-09-08 | Version control: Apply text-color if an item is versioned | Peter Penz | |
| 2011-09-08 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-09-06 | First step to reactivate version control plugin functionality | Peter Penz | |
| - Add a DolphinFileItemListWidget that provides icon-overlays and colored text for the version state (implementation is missing yet) - Allow KFileItemListWidget to have custom text colors - Update interface of VersionControlObserver to work with KFileItemModel instead of the old model-interface. | |||
| 2011-09-04 | Improved drag and drop support | Peter Penz | |
| 2011-09-02 | Simplified code for the viewmode settings | Peter Penz | |
| 2011-09-01 | Improve autoscrolling | Peter Penz | |
| - Start autoscrolling when doing a dragging - Start autoscrolling with a small delay | |||
| 2011-09-01 | Preserve extensions when renaming multiple files | Peter Penz | |
| Thanks to Chiraq Anand for the patch! The commit is based on the patch at https://git.reviewboard.kde.org/r/102495/ with some minor modifications. REVIEW: 102495 | |||
| 2011-09-01 | Removed warning, minor coding style update | Peter Penz | |
| 2011-09-01 | Fix issue when moving items to trash | Peter Penz | |
| KDirLister does not emit a completed() signal when deleting files, only when files are listed. | |||
| 2011-08-31 | Items are expandable in the Details View. | Frank Reininghaus | |
| 2011-08-30 | Implement DolphinView::simplifiedSelectedUrls() | Frank Reininghaus | |
| Makes it possible to trash and delete items. | |||
| 2011-08-30 | KItemListKeyboardSearchManager improvements and unit tests | Frank Reininghaus | |
| This commit implements a 'repeated key search' feature, similar to QAbstractItemView, and adds unit tests for keyboard searching. | |||
| 2011-08-30 | Made items a const. | Tirtha Chatterjee | |
| 2011-08-30 | DolphinView zoom with CTRL+MouseWheel REVIEW: 102490 | Vishesh Yadav | |
| 2011-08-30 | Using selectedItems() method already present in DolphinView for ↵ | Tirtha Chatterjee | |
| slotItemActivated() | |||
| 2011-08-29 | Fix context-menu selection issue | Peter Penz | |
| When requesting a context menu above a non-selected item, the existing selection must be cleared. | |||
| 2011-08-29 | Renamed some signals for consistency with KItemViews classes | Peter Penz | |
| 2011-08-29 | Fixed a trivial bug that was breaking build. | Tirtha Chatterjee | |
| 2011-08-29 | Added the functionality to activate items by pressing 'enter' or 'return' ↵ | Tirtha Chatterjee | |
| key on them, equivalent to a mouse click. REVIEW: 102450 | |||
| 2011-08-29 | Removed a warning of unused variable | Tirtha Chatterjee | |
| 2011-08-29 | Added support for highlighting items by typing their name on the keyboard. | Tirtha Chatterjee | |
| 2011-08-28 | Control-rubberband selection toggles the selection state | Frank Reininghaus | |
| 2011-08-27 | Adjust the current item when selecting an expansion toggle | Peter Penz | |
| 2011-08-27 | Improve the autoscrolling for the rubberband selection | Peter Penz | |
| This modifications will also allow to do an autoscrolling in an easy way for drag and drop operations (not fully implemented yet). | |||
| 2011-08-27 | Minor simplification | Peter Penz | |
| 2011-08-27 | Respect the KGlobalSettings::singleClick() attribute, function accordingly | Tirtha Chatterjee | |
| REVIEW: 102447 | |||
| 2011-08-27 | Remove unneded function KItemListSelectionManager::anchorItem() | Frank Reininghaus | |
| 2011-08-27 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-08-26 | Simplify KItemListSelectionManager | Frank Reininghaus | |
| 1. The anchorChanged() signal is not needed. 2. The only place where setAnchorItem() is called is in beginAnchoredSelection() -> merge both functions. | |||
| 2011-08-26 | Implement DolphinView::selectionMimeData() | Frank Reininghaus | |
| BUG:280456 | |||
| 2011-08-26 | Fix issue that removing an item is not recognized | Peter Penz | |
| Thanks to Tirtha Chatterjee for the patch! REVIEW: 102435 | |||
| 2011-08-25 | Fix smooth-scrolling issue in combination with key-presses | Peter Penz | |
| If e.g. the down-arrow-key is pressed constantly the view does not scroll as the animation always will get restarted. Assure that the animation proceeds in this case. | |||
| 2011-08-25 | Fix smooth-scrolling issue | Peter Penz | |
| The smooth-scrolling may only get turned off after finishing the animation, if the scrollbar is not currently modified by the user. | |||
| 2011-08-24 | Fix issues with the anchor selection | Peter Penz | |
| Don't change the selection if the anchor is invalid. This fixes the issue that items might get selected during changing a directory. | |||
| 2011-08-24 | Dragging and selection fixes | Peter Penz | |
| - Don't clear the selection on mouse-press events, do it (if allowed) in the mouse-release-event. Otherwise dragging of multiple selected items would not be possible. - Don't clear the selection when the context-menu gets opened by a right-click. - Fix issue that dragging is not possible after the first drop that has been canceled. | |||
| 2011-08-24 | Improve KFileItemModel::createMimeData() | Peter Penz | |
| Use the same approach like in KDirModel::mimeData(). | |||
| 2011-08-24 | Interface cleanups for drag and drop support | Peter Penz | |
| 2011-08-24 | Setting accessible name to zoom slider in Dolphin | José Millán Soto | |
| 2011-08-24 | Making KonqStatusBarMessageLabel accessible | José Millán Soto | |
| 2011-08-23 | Rough draft for getting back drag and drop support | Peter Penz | |
| Includes a lot of TODOs but is a base for getting back full drag and drop support quite soon. | |||
| 2011-08-20 | Fix rubberband-issue in combination with Shift- and Control-key | Peter Penz | |
| The old selection must be remembered before starting the rubberband selection, otherwise it would not be possible anymore to deselect items that have been selected by the rubberband itself. | |||
| 2011-08-20 | Respect Shift- and Control-key for the rubberband selection | Peter Penz | |
| If the user has pressed the Shift- or Control-key during the rubberband selection, the previous selection should not be cleared. | |||
| 2011-08-20 | Simplify rubberband selection for views that have only one column | Peter Penz | |
| In this case the rubberband automatically uses the whole width of the view. | |||
| 2011-08-20 | Select items when using the rubberband | Peter Penz | |
| 2011-08-20 | Respect rubberband direction when autoscrolling | Peter Penz | |
| The autoscrolling should not be triggered if the rubberband direction is different from the autoscroll direction | |||
