| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2011-06-21 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-06-02 | Keeps the selection after showing/hiding hidden files. | Matthias Fuchs | |
| Still only files that are shown will be selected, thus selecting hidden files and then hiding hidden files will deselect those. BUG:177215 REVIEW:101487 | |||
| 2011-05-31 | Improves 79ccd0202d106a9c16b79a20cd79831a60dc5393 by allowing "/" in file names. | Matthias Fuchs | |
| Though here "/" is not the ascii char '/' but the "unicode fraction slash" one, thus it is not taken as directory command. CCBUG:211751 REVIEW:101454 | |||
| 2011-05-29 | Set the window on the directory lister created in ViewAccessor so that password | Dawit Alemayehu | |
| management can be handled properly. REVIEW: 101469 | |||
| 2011-05-29 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-05-28 | Disallow renaming to names containing '/', names being equal to "." or "..". | Matthias Fuchs | |
| BUG:211751 REVIEW:101454 | |||
| 2011-05-28 | DolphinColumnView navigation works more intuitively. | Matthias Fuchs | |
| If no item is selected then pressing right moves to a column view with child url, instead of the first index. BUG:263110 REVIEW:101449 | |||
| 2011-05-28 | Tooltips: Use tooltip-text-color for the filename | Peter Penz | |
| Thanks to Jacopo De Simoi for the patch! CCMAIL: [email protected] | |||
| 2011-05-19 | Fix DolphinView regression in 4.6: Keep renamed items visible | Frank Reininghaus | |
| Commit 78669f2a57ecfb547019383deadf4aeac7d20070 introduced a regression in DolphinView which disabled the automatic scrolling after a rename operation to keep the renamed item visible. This commit reverts a part of that change to re-enable the feature. CCBUG: 273600 FIXED-IN: 4.6.4 (cherry picked from commit 54f34a941f85efa659392a06b14fee86f1420bf5) | |||
| 2011-05-11 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-05-09 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-05-01 | Use pathOrUrl() instead of path() for application/x-kde-dndextract. | Raphael Kubo da Costa | |
| This makes it possible to extract to remote locations or, say, trash:/ when everything is properly set up in Ark's side. CCMAIL: [email protected] (cherry picked from commit 5307f8ee2457387361e85517df38979bceeafb2a) | |||
| 2011-04-19 | Center tooltips horizontally in relation to the item | Peter Penz | |
| Patch has been written by Aaron J. Seigo. | |||
