| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-25 | Fixed selection of directories with a trailing slash used with --select | Chirag Anand | |
| parameter. As QHash would not match a KUrl key with it's value if the key had a trailing slash, so it would return -1, hence the file won't get selected. Changed the UpdateViewState slot to remove the trailing slash before calling the index function for the selected URL. Also modified DolphinView to use KUrl list instead of KFileItemList to maintain simplicity. | |||
| 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-20 | Change signature of setVisibleRoles() | Peter Penz | |
| Simply use a QList<QByteArray> instead of QHash<QByteArray, int>. | |||
| 2011-09-19 | Rough draft for getting back the header for the details-view | Peter Penz | |
| 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-12 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 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 | 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-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 | 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 | 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-26 | Implement DolphinView::selectionMimeData() | Frank Reininghaus | |
| BUG:280456 | |||
| 2011-08-20 | Fix possible endless recursion when using the rubberband | Peter Penz | |
| If the autoscrolling has been activated when using the rubberband, it was possible that an endless recursion occured as the autoscrolling triggered a change of the rubberband which triggered a change of the autoscrolling etc. | |||
| 2011-08-15 | Allow to adjust start-index when renaming a various number of items | Peter Penz | |
| Review: http://git.reviewboard.kde.org/r/102328/ Thanks to Chirag Anand for the patch! CCMAIL: [email protected] | |||
| 2011-08-14 | Implement DolphinView::setItemSelectionEnabled() | Frank Reininghaus | |
| 2011-08-14 | Two small selection improvements in DolphinView | Frank Reininghaus | |
| 1. Implement DolphinView::clearSelection(). 2. Simplify DolphinView::invertSelection(). I found, fixed, and unit-tested a bug in the selection manager which was uncovered by this change. | |||
| 2011-08-13 | Fix typo | Peter Penz | |
| 2011-08-13 | Add a TODO-proposal for a cleaner solution of the PendingThreadsMaintainer | Peter Penz | |
| Thanks to Andre Wöbbeking for giving me a pointer to fix this ;-) CCMAIL: [email protected] | |||
| 2011-08-13 | Fixes for "krazy" | Peter Penz | |
| 2011-08-13 | Implement selection of items using mouse clicks. | Frank Reininghaus | |
| 2011-08-09 | Improvements for selections, smooth scrolling, tooltips and info-panel | Peter Penz | |
| 2011-08-02 | Minor cleanups | Peter Penz | |
| - Cleanup whitespaces after signal-normalization patch - Cleanup DolphinView::Mode numbering | |||
| 2011-08-01 | Some small API docs fixes in DolphinView. | Frank Reininghaus | |
| 2011-07-31 | normalize signals/slots | Montel Laurent | |
| 2011-07-30 | Merged very early alpha-version of Dolphin 2.0 | Peter Penz | |
| Dolphin 2.0 will get a new view-engine with the following improvements: - Better performance - Animated transitions - No clipped filenames due to dynamic item-sizes - Grouping support for all view-modes - Non-rectangular selection areas - Simplified code for better maintenance More details will be provided in a blog-entry during the next days. Please note that the code is in a very early alpha-stage and although the most tricky parts have been implemented already very basic things like drag and drop or selections have not been pushed yet. Those things are rather trivial to implement but this still will take some time. | |||
| 2011-07-12 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-07-12 | Revert "Use isEmpty()" - the original code asked for a size > 1 and not >= 1... | Peter Penz | |
| This reverts commit fa73fbfb84792d16dd56ebdeca1667ca12a597bd. CCMAIL: [email protected] | |||
| 2011-07-11 | Use isEmpty() | Nicolas Lécureuil | |
| 2011-07-11 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-07-03 | Squeeze the filename shown in the rename dialog when it is too long | Dawit Alemayehu | |
| and show the full name in a tool tip instead. | |||
