| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-03 | search: Add action to clear tag selection | Ismael Asensio | |
| BUG: 432719 | |||
| 2021-05-03 | Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable | Friedrich W. H. Kossebau | |
| GIT_SILENT | |||
| 2021-04-29 | Replace custom hamburger/control menu with KHamburgerMenu | Felix Ernst | |
| 2021-04-25 | kconfig_add_kcfg_files: Fix warnings about including empty moc file | Alexander Lohnau | |
| 2021-04-24 | Remove code for dolphin < 4.14 tab restore | Alexander Lohnau | |
| The old config keys haven't been written for since KDE 4 times and has been internally marked as deprecated. | |||
| 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-23 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
| In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
| 2021-04-23 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 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-04-19 | When renaming files, move to next file using tab key or up/down | Méven Car | |
| To rename previous file: Up or Shift-Tab To rename next file: Down or Tab Credit goes to msciubidlo FEATURE: 403931 FEATURE: 269987 BUG: 334533 FIXED-IN: 21.08 | |||
| 2021-04-19 | Increase default window size | Nate Graham | |
| The current default window size of 750x500 is quite small on today's screens, and results in an initial user experience of a very cramped app window. The very first action that I see from new users interacting with Dolphin is to make the window bigger. So let's do it for them by making the default window size a bit bigger ourselves. | |||
| 2021-04-17 | PlacesPanel: activating a place does not select its previously selected children | Méven Car | |
| BUG: 421347 | |||
| 2021-04-14 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| 2021-04-14 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 61b2e2fd5e36e486b498a2ae78ce878ce19e6298) | |||
| 2021-04-14 | GIT_SILENT Upgrade release service version to 21.04.0. | Heiko Becker | |
| 2021-04-09 | GIT_SILENT Upgrade release service version to 21.03.90. | Heiko Becker | |
| 2021-04-09 | Remove dead variable | Méven Car | |
| 2021-04-08 | Not necessary to forward class if we include file | Laurent Montel | |
| 2021-04-08 | Update screenshots and docs on the Preferences | Yuri Chornoivan | |
| 2021-04-08 | Add the new option to the docs on the status bar configuration | Yuri Chornoivan | |
| 2021-04-08 | Merge branch 'release/21.04' | Méven Car | |
| 2021-04-07 | Add option to hide entire status bar | Michael Lang | |
| 2021-04-06 | Fix deprecated method calls when using KIO >= 5.82 | David Faure | |
| 2021-04-05 | KFileItemModel: DetailsModeSettings::directorySizeCount forces m_sortDirsFirst | Méven Car | |
| Before this patch when !m_sortDirsFirst and DetailsModeSettings::directorySizeCount() == true, the ordering of folders before files would be affected by the sortOrder. I.e descending order would put the folders after the files. | |||
| 2021-04-05 | Check the version of the plugins before trying to load them | Martin T. H. Sandsmark | |
| 2021-04-05 | Port the VCS plugin system to KPluginLoader | Tobias Fella | |
| The loader looks for the plugins in ${QT_PLUGIN_PATH}/dolphin/vcs. The old method of loading the plugins is kept around for now, to support external, legacy plugins. | |||
| 2021-04-05 | appstream: fix homepage url | Elvis Angelaccio | |
| 2021-04-05 | appstream: fix homepage url | Elvis Angelaccio | |
| 2021-04-01 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2021-04-01 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2021-03-31 | Merge branch 'release/21.04' | Nate Graham | |
| 2021-03-31 | Fix crash calling openDirectories() in various cases | Nate Graham | |
| This can cause a crash when called with a single url and split view, or when the last URL is not shown, because the iterator gets mutated in the loop, so we need to make sure it hasn't gone out of bounds. This check was erroneously removed in 175538020824355115cd98637ce83ecc53badd44 and needs to be brought back. | |||
| 2021-03-30 | Remove the KInit dependency | Christophe Giboudeaux | |
| Amends 9e8e58147 | |||
| 2021-03-28 | Port away from KInit | Nicolas Fella | |
| KInit is planned to go away https://phabricator.kde.org/T14298 | |||
| 2021-03-28 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2021-03-27 | Merge branch 'release/21.04' | Nate Graham | |
| 2021-03-26 | Don't re-open already-open URLs when using session-restore feature | Nate Graham | |
| If Dolphin would be asked to open a location that is already open, don't open it again in a new tab; instead switch to that view. Supports tabs and split view. BUG: 434911 FIXED-IN: 21.04 | |||
| 2021-03-16 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2021-03-15 | Merge branch 'release/21.04' | Nate Graham | |
| 2021-03-15 | Allow selecting filename in information panel | Nate Graham | |
| BUG: 434329 FIXED-IN: 21.04 | |||
| 2021-03-15 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2021-03-13 | GIT_SILENT Upgrade release service version to 21.07.70. | Albert Astals Cid | |
| 2021-03-13 | GIT_SILENT Upgrade release service version to 21.03.80. | Albert Astals Cid | |
| 2021-03-13 | Enable test mode in all test | Elvis Angelaccio | |
| 2021-03-13 | Add a note about creating custom 'Create New' submenu items | Yuri Chornoivan | |
| BUG: 191630 | |||
| 2021-03-07 | KFileModel: Let Sort dir first affect size sorting | Méven Car | |
| BUG: 433207 | |||
| 2021-03-07 | Remove not implement methods | Laurent Montel | |
| 2021-02-25 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2021-02-25 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 7fbe7474271f2805bc703a3d795a5cb2830ae740) | |||
| 2021-02-20 | KFileItemModelRolesUpdater: Avoid refreshing items when we receive their ↵ | Méven Car | |
| content count It concerns the detail view. It can cause multiple preview to be generated for the same file. This is visible for directories whose icons use a random value for their inner files thumbnails. Only the view needs to be updated for this model change. | |||
