| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-11 | portalize drag urls | Harald Sitter | |
| this enables sandboxed application to receive drop events | |||
| 2022-06-15 | Cleanup config-dolphin.h includes | Ahmad Samir | |
| 2022-06-15 | Use one config-dolphin.h.cmake configuration file | Ahmad Samir | |
| 2022-05-11 | Port to QStringView | Laurent Montel | |
| 2022-04-27 | Fix terminal panel not keeping up with dir changes | Felix Ernst | |
| The terminal panel is supposed to show the same location as the currently active Dolphin view at all times. However there was an issue when the terminal is supposed to quickly switch to a new location and then back again to the old one. The terminal ignored the switch to the old location unless it had already fully switched to the new location. Because it isn't particularly fast at fully switching to the new location, it would never do the expected thing of switching back to the old location. This commit makes it so the switch to the old location is only ignored if there are no in-progress switches to a different location. BUG: 391380 BUG: 416690 FIXED-IN: 22.04.2 Not totally sure if this fixes everything but it seems like an improvement. | |||
| 2022-03-04 | [Places Panel] Reject drops on unwritable locations | Kai Uwe Broulik | |
| Indicate that you cannot drop here. Avoids a "Cannot drop file" or "not supported" error when dropping files ontop of a search or timeline URL. It is done in Dolphin rather than the library as there we cannot assume what a consumer might be doing with the drop. | |||
| 2022-02-07 | [Places Panel] Make use of KFilePlacesView::dragAutoActivationDelay | Kai Uwe Broulik | |
| Code moved to KIO | |||
| 2022-02-02 | InformationPanel: Improve video arrow overlay appearance | Méven Car | |
| 2022-02-02 | Don't set ignoreMaximumSize on preview jobs for slow files | Bharadwaj Raju | |
| With this change (plus https://invent.kde.org/frameworks/kio/-/merge_requests/702), slow files will be treated as remote files for generating previews. This should make browsing local mounts of remote locations smoother. | |||
| 2022-01-25 | Expose konsolepart shortcuts in Dolphin's shortcuts view | Stephan Sahm | |
| Adapt some changes from Yakuake https://invent.kde.org/utilities/yakuake/-/commit/a0b08cb1f71ef18449bfbf5852c01e323604142f credit to Stephan Sahm @schlichtanders BUG: 428265 | |||
| 2022-01-24 | [Places Panel] Stop drag activation timer when dropping | Kai Uwe Broulik | |
| Avoids switching folders after a drop while interacting with the Copy/Move/Link menu. | |||
| 2022-01-09 | Port back to KFilePlacesView | Kai Uwe Broulik | |
| This removes the custom-view engine version of the places panel and replaces it with the upstream `KFilePlacesView` from KIO. | |||
| 2021-12-28 | kitemlistview: Port KItemListView::itemAt to std::optional | Fushan Wen | |
| Use `value_or(-1)` for those functions that don't use `std::optional`. | |||
| 2021-12-17 | Enable Ctrl/Shift-Click to open folder in a new tab/window | Alessio Bonfiglio | |
| and more | |||
| 2021-12-16 | [Information Panel] Remove unused PlacesItemModel | Kai Uwe Broulik | |
| 2021-12-01 | Port away from deprecated QDateTime::.toTime_t method | Alexander Lohnau | |
| 2021-12-01 | Port away from deprecated KPluginLoader | Alexander Lohnau | |
| 2021-11-02 | Remove duplicate include from .h/.cpp | Laurent Montel | |
| 2021-08-29 | Merge branch 'release/21.08' | Elvis Angelaccio | |
| 2021-08-27 | FoldersPanel: Fix inline renaming | Jan Paul Batrina | |
| Commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 changed the value for emitRoleEditingFinished() to a struct containing the new name, but folderspanel was not updated. BUG: 441124 | |||
| 2021-07-24 | [PlacesPanel] Remove horizontal scrollbar | Eugene Popov | |
| This MR removes the horizontal scrollbar of the Places panel. For titles that don't fit in the panel, their elided versions will be used (i.e., with ...). BUG: 301758 (cherry picked from commit deaf5916f2f87d78825f33f2ba11475a24c9380f) | |||
| 2021-07-18 | [PlacesPanel] Remove horizontal scrollbar | Eugene Popov | |
| This MR removes the horizontal scrollbar of the Places panel. For titles that don't fit in the panel, their elided versions will be used (i.e., with ...). BUG: 301758 | |||
| 2021-07-16 | Allow to have HiDpi previews | Méven Car | |
| BUG: 401170 | |||
| 2021-07-04 | InformationPanel ensure to have a showUrl when no items are selected | Méven Car | |
| 2021-07-04 | Port konsolepart loading to use KPluginLoader directly | Nicolas Fella | |
| No need to go via KService | |||
| 2021-05-29 | Revert "Improve padding in the Places View" | Eugene Popov | |
| This reverts commit e9a39700fc004004b1ff231023e9d5333a2b8317. | |||
| 2021-05-29 | Revert "fix padding in places view" | Eugene Popov | |
| This reverts commit 56888a567fc741713b6c905aeed3842a7fa230c7. | |||
| 2021-05-29 | Use SmallMedium icon size in the Places panel as default | Eugene Popov | |
| This patch makes the Places panel to use SmallMedium icon size as default, making it easier to read. It also removes extra spacing from items with small icons (reverts e9a39700 and 56888a56). BUG: 437345 | |||
| 2021-05-20 | Add action to places panel context menu trash entry to open trash settings | Saravanan K | |
| BUG: 367583 FIXED-IN: 21.08 | |||
| 2021-05-13 | Merge branch 'release/21.04' | Ismael Asensio | |
| 2021-04-24 | InformationPanel: Allow to refresh the panel when its displayed content changes | Méven Car | |
| BUG: 430095 BUG: 412902 FIXED-IN: 21.08 | |||
| 2021-04-19 | fix padding in places view | Harald Sitter | |
| padding was only applied when the icon size was applied, the icon size however is only applied when the user had set an explicit size. this resulted in inconsistent spacing. by default no padding would be used if the user had changed the icon size to medium and back to small it would suddenly have padding. to fix this, set padding unconditionally on construction and never touch it again . BUG: 435731 | |||
| 2021-03-15 | Allow selecting filename in information panel | Nate Graham | |
| BUG: 434329 FIXED-IN: 21.04 | |||
| 2021-03-07 | Remove not implement methods | Laurent Montel | |
| 2021-02-19 | Use only enabled preview plugins in InformationPanelContent and ToolTipManager. | David Lerch | |
| 2021-02-14 | Remove a missing emit KEYWORD | Méven Car | |
| NO_CHANGELOG | |||
| 2021-02-09 | Build with QT_NO_KEYWORDS | Nicolas Fella | |
| 2021-02-09 | Add missing includes | Nicolas Fella | |
| 2020-12-17 | Fix crash when device with capacitybar is dragged | Chris Holland | |
| BUG: 430441 | |||
| 2020-12-15 | Fix KIO warning when URL is empty | David Faure | |
| 2020-11-23 | Places panel: highlight place only when it is displayed | Méven Car | |
| BUG: 156678 FIXED-IN: 20.12 | |||
| 2020-11-16 | PlacesPanel: tooltip, use toLocalFile instead of path | Méven Car | |
| To avoid Windows compatiblity issues. | |||
| 2020-11-10 | Places panel: show a tooltip after 500 ms | Méven Car | |
| BUG: 426455 FIXED-IN: 20.12 | |||
| 2020-11-09 | PlacesItemListWidget: Use Solid to check if device is a network share | Méven Car | |
| 2020-11-04 | Use QDeadlineTimer instead of QDateTime. | Chris Holland | |
| Use early returns instead of deeply nested if/else. | |||
| 2020-11-04 | Cleanup imports | Chris Holland | |
| 2020-11-04 | Remove wip debugging | Chris Holland | |
| 2020-11-04 | Fix freeSpaceInfo cache not being reset. | Chris Holland | |
| 2020-11-04 | Use KDE GitLab url instead of the GitHub mirror | Chris Holland | |
| 2020-11-04 | Cleanup unused colors. Use const. Use KColorScheme danger. | Chris Holland | |
| The draw code is more like the last state of D21312 now. | |||
