| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-22 | Update the layout periodically when resizing the window | Peter Penz | |
| Up to now the layout has only been updated when the geometry has not been changed for at least 300 ms. This has been changed so that at least each 300 ms the layout is updated to give a better visual feedback when resizing the window. | |||
| 2011-09-22 | KItemListHeader: Allow resizing and change of the sorting | Peter Penz | |
| KItemListView does not react on the resizing yet. Toggling the sort order and changing the sort role is already possible. | |||
| 2011-09-22 | Remove debugging output | Peter Penz | |
| 2011-09-22 | Fixed bug for selecting files with --select parameter. | Chirag Anand | |
| Files selected via --select parameter did not get current item focus. And if files were deleted while being current item, updating the view would select the next item instead of the first item in the list. BUG: 257805 CCMAIL: [email protected] CCMAIL: [email protected] | |||
| 2011-09-21 | Improve drawing of list-header | Peter Penz | |
| 2011-09-20 | Show the role-description in the header of the details view | Peter Penz | |
| 2011-09-20 | Change signature of setVisibleRoles() | Peter Penz | |
| Simply use a QList<QByteArray> instead of QHash<QByteArray, int>. | |||
| 2011-09-19 | Fixed documentation of KItemModelBase::itemsMoved() | Peter Penz | |
| 2011-09-19 | Draw styled header for the details-view | Peter Penz | |
| 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 | |
