┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-17Fix primary view changing folder for the closing animationFelix Ernst
This commit fixes a bug which made it so an UrlNavigator that was disconnected from a viewContainer would still indirectly control the viewContainer because of a dubious connection created in DolphinMainWindow. Instead the internal UrlNavigator of the viewContainer is used which is always connected to its own viewContainer. This way the the supposedly disconnected primary UrlNavigator will actually not affect the old disconnected viewContainer that is currently being closed. BUG: 437080 FIXED-IN: 21.08
2021-05-17Fix minor typosYuri Chornoivan
2021-05-17GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-17GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-16Add more screenshotsCarl Schwan
2021-05-13Re-arrange the contents of the hamburger menuFelix Ernst
To improve usability, the entries in the hamburger menu are changed. Maybe the biggest fault of the previous menu contents were that there were too many actions. The new menu contents are composed of all the actions which are necessary to use Dolphin and those which are very useful and should be of interest for most users. Some menu contents change depending on the state of the application. We can be more bold in only showing what really seems necessary because this commit activates the special sub-menu of KHamburgerMenu that helps users discover all further features of Dolphin. The hamburger menu is from now on also added to the context menus in the view when both the menu bar and toolbar are hidden. This allows users to hide both of them and still use all features of Dolphin.
2021-05-13Merge branch 'release/21.04'Ismael Asensio
2021-05-10search/facetswidget: Check for protocol before trying to fetch tagsIsmael Asensio
This was causing an error when trying to list items from the non-existent `tags:` protocol. BUG: 435586 FIXED-IN: 21.04.1
2021-05-10DolphinContextMenu: Allow disabling "Open Terminal" actionAlexander Lohnau
BUG: 436323 FIXED-IN: 21.08
2021-05-10Show hidden files and folders lastGastón Haro
Hidden files and folders are always displayed after not hidden files. BUG: 241227 Revision: https://phabricator.kde.org/D29115
2021-05-10Put code for desktop file plugin loading in KIO version checkAlexander Lohnau
Loading plugins by their desktop files was deprecated in https://invent.kde.org/frameworks/kio/-/merge_requests/416. Task: https://phabricator.kde.org/T12250
2021-05-10GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-09Update .gitignoreÖmer Fadıl Usta
2021-05-07GIT_SILENT Update Appstream for new releaseHeiko Becker
2021-05-07GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 6d242cac0a48c10ee13a31e40c9701f922e6b075)
2021-05-07GIT_SILENT Upgrade release service version to 21.04.1.Heiko Becker
2021-05-05Set initial size corectlyNate Graham
The resize() that we do to set the initial size is working around a bug in frameworks that is going to be fixed soon. See https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/53.
2021-05-04Minor docs update to sync with interfaceYuri Chornoivan
2021-05-04GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-03search: Add action to clear tag selectionIsmael Asensio
BUG: 432719
2021-05-03Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variableFriedrich W. H. Kossebau
GIT_SILENT
2021-04-29Replace custom hamburger/control menu with KHamburgerMenuFelix Ernst
2021-04-25kconfig_add_kcfg_files: Fix warnings about including empty moc fileAlexander Lohnau
2021-04-24Remove code for dolphin < 4.14 tab restoreAlexander Lohnau
The old config keys haven't been written for since KDE 4 times and has been internally marked as deprecated.
2021-04-24InformationPanel: Allow to refresh the panel when its displayed content changesMéven Car
BUG: 430095 BUG: 412902 FIXED-IN: 21.08
2021-04-23SVN_SILENT made messages (.desktop file) - always resolve oursl10n 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-23GIT_SILENT made messages (after extraction)l10n daemon script
2021-04-19fix padding in places viewHarald 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-19When renaming files, move to next file using tab key or up/downMé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-19Increase default window sizeNate 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-17PlacesPanel: activating a place does not select its previously selected childrenMéven Car
BUG: 421347
2021-04-14GIT_SILENT Update Appstream for new releaseHeiko Becker
2021-04-14GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 61b2e2fd5e36e486b498a2ae78ce878ce19e6298)
2021-04-14GIT_SILENT Upgrade release service version to 21.04.0.Heiko Becker
2021-04-09GIT_SILENT Upgrade release service version to 21.03.90.Heiko Becker
2021-04-09Remove dead variableMéven Car
2021-04-08Not necessary to forward class if we include fileLaurent Montel
2021-04-08Update screenshots and docs on the PreferencesYuri Chornoivan
2021-04-08Add the new option to the docs on the status bar configurationYuri Chornoivan
2021-04-08Merge branch 'release/21.04'Méven Car
2021-04-07Add option to hide entire status barMichael Lang
2021-04-06Fix deprecated method calls when using KIO >= 5.82David Faure
2021-04-05KFileItemModel: DetailsModeSettings::directorySizeCount forces m_sortDirsFirstMé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-05Check the version of the plugins before trying to load themMartin T. H. Sandsmark
2021-04-05Port the VCS plugin system to KPluginLoaderTobias 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-05appstream: fix homepage urlElvis Angelaccio
2021-04-05appstream: fix homepage urlElvis Angelaccio
2021-04-01GIT_SILENT made messages (after extraction)l10n daemon script
2021-04-01GIT_SILENT made messages (after extraction)l10n daemon script
2021-03-31Merge branch 'release/21.04'Nate Graham