| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-27 | Apply sugestions | Méven Car | |
| 2020-12-27 | Review feedback | Méven Car | |
| 2020-12-27 | Version Control plugin: allow plugins to return repository root | Méven Car | |
| Currently plugins `fileName()` only return path file extension. This changes allows plugins to return the absolute file path to their repository root. CCBUG: 430024 | |||
| 2020-12-27 | Fix typo | Nate Graham | |
| GIT_SILENT | |||
| 2020-12-24 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-24 | Details View: display dates as relative Short dates | Méven Car | |
| CCBUG: 340982 | |||
| 2020-12-23 | Merge branch 'release/20.12' | Nate Graham | |
| 2020-12-23 | Fix vertical scroll with horizontal component not being recognized properly | Eduard Manta | |
| BUG: 430532 a scroll that includes an horizontal component != 0 might still be a vertical scroll | |||
| 2020-12-23 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-22 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-21 | Allow non-local startup location | Derek Christ | |
| Only local directories were supported to be set as the starting location of Dolphin. This commit fixes this by using an KIO::StatJob to determine if the path is actually pointing to a directory or a file regardless if it is a local or a remote path. Additionaly a hard-coded exception for urls with the scheme "timeline" was removed because with the new fix it is now obsolete. BUG: 428885 | |||
| 2020-12-21 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-19 | DolphinContextMenu: drop wrong assert | Elvis Angelaccio | |
| `m_context` can also be `SearchContext` or `TimelineContext`, so this assert has been wrong since 8b0c12a59ccb23f. | |||
| 2020-12-19 | Improve AppStream description | Carl Schwan | |
| 2020-12-18 | Merge branch 'release/20.12' | Nate Graham | |
| 2020-12-17 | Fix crash when device with capacitybar is dragged | Chris Holland | |
| BUG: 430441 | |||
| 2020-12-17 | fix display of folder sizes for empty folders | Ilia Kats | |
| also fixes 1 byte error in size calculation for all folders | |||
| 2020-12-16 | Merge branch 'release/20.12' | Ahmad Samir | |
| 2020-12-16 | Use setShowOpenOrExecuteDialog(true) with OpenUrlJob | Ahmad Samir | |
| It makes more sense for a file manager to always ask the user: - whether to execute binaries - whether to open an executable script as text or execute it The openOrExecute dialog from KIOWidgets has a "don't ask again" checkbox, and that setting is also accessible from Dolphin's settings dialog. See the discussion at https://bugs.kde.org/show_bug.cgi?id=429839#c10 | |||
| 2020-12-15 | Merge branch 'release/20.12' | Elvis Angelaccio | |
| 2020-12-15 | DolphinContextMenu: drop wrong assert | Elvis Angelaccio | |
| `m_context` can also be `SearchContext` or `TimelineContext`, so this assert has been wrong since 8b0c12a59ccb23f. | |||
| 2020-12-15 | Fix access url navigator while creating new tab in filename search view | Anthony Fieroni | |
| BUG: 429628 BUG: 430434 Signed-off-by: Anthony Fieroni <[email protected]> | |||
| 2020-12-15 | Merge remote-tracking branch 'origin/release/20.12' | David Faure | |
| 2020-12-15 | Fix KIO warning when URL is empty | David Faure | |
| 2020-12-11 | Do not create instance of GeneralSettings just to access static members | Alexander Lohnau | |
| 2020-12-10 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-09 | operator+/- is disabled for QFlags in qt6 | Laurent Montel | |
| 2020-12-07 | ContextMenu: Allow plugins submenus to react to Shift modifiers | Méven Car | |
| In 9e4642d435085f27134ed6c8431734dcacf65834 support was added for the NewFileMenu. This adds support for the Plugins submenu provided they relay their parentWidget to their own menus. BUG: 425997 | |||
| 2020-12-07 | servicemenuinstaller: Remove file if it already exists | Alexander Lohnau | |
| This is the case when you update an entry. | |||
| 2020-12-07 | dolphinpart: fix broken part icon name | Friedrich W. H. Kossebau | |
| 2020-12-07 | dolphinpart: port to new KPluginMetaData-based KParts API | Friedrich W. H. Kossebau | |
| 2020-12-07 | dolphinpart: add JSON metadata to plugin, install into kf5/parts subdir | Friedrich W. H. Kossebau | |
| 2020-12-06 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-06 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2020-12-05 | Merge branch 'release/20.12' | Elvis Angelaccio | |
| 2020-12-05 | Fix PlacesItemModelTest, 2nd try | Elvis Angelaccio | |
| This partly reverts 15a5189b1193cc7305ad2c556d67ec79bdb6e38a The KDE CI does not have KDE_FULL_SESSION set, which means that KIO doesn't add the recentlyused:// urls to the model, but defaults to the old timeline:// urls instead. In both cases KIO adds 2 places, so it is safe to always assume that the expected model count is 14. | |||
| 2020-12-05 | Drop obsolete KF5 version check | Elvis Angelaccio | |
| We depend on 5.77 now. | |||
| 2020-12-05 | Add missing const | Elvis Angelaccio | |
| 2020-12-03 | DolphinView: set the parent of layout in the ctor | Ahmad Samir | |
| This silences a runtime warning: QLayout: Attempting to add QLayout "" to DolphinView "", which already has a layout Remove redudant setLayout() calls, passing a parent widget to the Q*BoxLayout ctor sets that layout as the top-level layout for that widget. | |||
| 2020-12-02 | GIT_SILENT Update Appstream for new release | Christoph Feck | |
| 2020-12-02 | GIT_SILENT Update Appstream for new release | Christoph Feck | |
| (cherry picked from commit 9b8ac3ef3f73a79896160fee7e92d4bc6a18c71d) | |||
| 2020-12-02 | Toolbar: move and rename filter to edit menu above Search | Méven Car | |
| This is to expose more filter. Also rename "Show Filter Bar" to simply "Filter", keep "Show Filter Bar" as tooltip Adds a toggle filter bar action. | |||
| 2020-11-30 | Merge branch 'release/20.12' | Nate Graham | |
| 2020-11-30 | Re-allow to paste files via context menu | Méven Car | |
| BUG: 429762 | |||
| 2020-11-29 | Utilize KFileItemActions::addActionsTo method from KIO | Alexander Lohnau | |
| 2020-11-29 | Remove unused includes | Nicolas Fella | |
| 2020-11-28 | [kitemlistview]: Animate rubberband fading out | Carson Black | |
| 2020-11-28 | Add placeholder text for empty views | Nate Graham | |
| Throughout our QML-based software, we now display placeholder text for empty views so that the user knows that the view is actually empty, and it's not that the software is just broken. This commit introduces the same thing for Dolphin's main view. BUG: 429248 BUG: 426354 FIXED-IN: 21.04 | |||
| 2020-11-28 | ui.rc files: consistenly use <gui> instead of deprecated <kpartgui> | Friedrich W. H. Kossebau | |
| 2020-11-24 | Merge branch 'release/20.12' | Nate Graham | |
