| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-19 | Rough draft for getting back the header for the details-view | Peter Penz | |
| 2011-09-18 | Implement 'Sort By Size' | Frank Reininghaus | |
| It only works for files so far. The sorting of folders by the number of items is more tricky to get right because this number is retrieved asynchronously by KFileItemModelRolesUpdater. | |||
| 2011-09-18 | Fix crash in version-control-observer | Peter Penz | |
| The returned file-item of the root might be null. BUG: 282108 | |||
| 2011-09-18 | Implement some missing sorting options | Frank Reininghaus | |
| Changing the sort order and enabling/disabling the "Sort Folders First" option works now. | |||
| 2011-09-17 | Implement DolphinView::sorting() | Frank Reininghaus | |
| This fixes the problem that changing the sorting criterion from 'Name' to 'Date' and then back to 'Name' doesn't work. | |||
| 2011-09-17 | Implement restoring expanded folders in Details View | Frank Reininghaus | |
| 2011-09-16 | Fix crash when expanding/closing a sub-tree | Peter Penz | |
| m_pendingItems and m_pendingInvisibleItems might contain already removed items. Take care to delete them before starting to resolve the roles. Thanks to Frank Reininghaus for finding out the root-cause. | |||
| 2011-09-12 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-09-10 | Fix possible crash in KFileItemModel::slotRefreshItems() | Frank Reininghaus | |
| If the changed items have been created recently, they might not be in m_items yet. In that case, the list 'indexes' might be empty, which leads to a crash later on (I saw the crash in KFileItemModel's unit test). | |||
| 2011-09-10 | Provide KVersionControlPlugin version 2 | Peter Penz | |
| Based on the work of Vishesh Yadav some extensions where required for the KVersionControlPlugin interface that have found there way now into KVersionControlPlugin2. Beside some interface cleanups it is now possible that a version control plugin may also provide context actions for directories or files that are not versioned yet. REVIEW: 102541 | |||
| 2011-09-09 | Improve cache handling in KItemListWidget | Peter Penz | |
| Provide a hook for derived KItemListWidget where the cache can be updated. | |||
| 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. | |||
