┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-07-04Port konsolepart loading to use KPluginLoader directlyNicolas Fella
No need to go via KService
2021-07-04SVN_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-07-03Remove unused includesNicolas Fella
2021-07-03Use KNewStuff3 as group key in knsrc fileAlexander Lohnau
The other key was used during the transition from KDE4->KDE5 and makes no difference when the config file is read
2021-07-03Remove deprecated and defunct KNewStuff propertiesAlexander Lohnau
2021-06-30Remove go action for settings kio slaveAlexander Lohnau
The settings kio slave is about to be removed, see https://invent.kde.org/network/kio-extras/-/merge_requests/107.
2021-06-29Show a "Loading..." placeholder textMufeed Ali
Since a placeholder text is being used when the folder is empty, it also makes sense to show a similar placeholder text when the view is still loading, especially now that the status bar which previously contained a loading indicator now disappears when a folder is loading.
2021-06-27KFileItemModel: Allow to group files and folder togetherMéven Car
When folders size is available and unless sort dir first is set, folders and files can be grouped together in the regular size groups. Without this you can end up with multiple groups being added each time a folder size alternates with a file size. Relates to d520b417c97bdbdfece2a497dac8b5384a80b597
2021-06-22Merge branch 'release/21.04' addendumFelix Ernst
This should have belonged to my previous merge 480b3067d25e4b49ea55285313a7c10e93f98ffd but somehow I managed to miss this one line. It was written by Derek Christ as part of dc3beae3ab2c55cd3501e17f93b51e93e876a177.
2021-06-22Merge branch 'release/21.04'Felix Ernst
2021-06-22Fix shift-action modifier in context menuDerek Christ
Before this patch, the shift-action modifier in context menus did not work when a sub-context menu is open, that does not have the main context menu as its parent. The new fix installs an event filter on QApplication whenever a new context menu is opened to make the context menu aware of shift-presses even when a sub-context menu is in focus. BUG: 425997 FIXED-IN: 21.04
2021-06-18Fix X-DocPath entriesAhmad Samir
This way they're more correct, which means they can work with KHelpCenter and when falling back to opening the relevant page at docs.kde.org in any web browser. See https://invent.kde.org/graphics/okular/-/merge_requests/441 for more details. (cherry picked from commit 5e79f27aec817a44606e9e4f32b055d78eeb280c)
2021-06-18Fix X-DocPath entriesAhmad Samir
This way they're more correct, which means they can work with KHelpCenter and when falling back to opening the relevant page at docs.kde.org in any web browser. See https://invent.kde.org/graphics/okular/-/merge_requests/441 for more details.
2021-06-18GIT_SILENT made messages (after extraction)l10n daemon script
2021-06-14GIT_SILENT made messages (after extraction)l10n daemon script
2021-06-13GIT_SILENT made messages (after extraction)l10n daemon script
2021-06-12Remove the filter action from the toolbarFelix Ernst
This commit removes the "toggle_filter" action from the default toolbar configuration. It is not quite important enough to be always visible on the toolbar by default. Instead it is easily accessible through the hamburger menu and the menu bar. The filter is only really necessary if one has a lot of items in the current location and one knows exactly how to identify a certain item among them by the name which probably isn't how most people browse their files. There are also some more advanced use-cases but advanced users will be able to either learn the keyboard shortcut or move this action back to the toolbar.
2021-06-08Add "Sort By" to the hamburger menuFelix Ernst
People seem to use the "Sort By" menu often enough that it should be available through the hamburger menu. Before this change one could only sort the view through the right- click context menu, using the details view mode or by using the actions from the menu bar.
2021-06-08GIT_SILENT made messages (after extraction)l10n daemon script
2021-06-06GIT_SILENT made messages (after extraction)l10n daemon script
2021-06-05GIT_SILENT Update Appstream for new releaseHeiko Becker
2021-06-05GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 10a00022778c43247036d4de1ceeb582f7da96ec)
2021-06-04Add SortOrderForUrl method to DBus interfaceMarco Martin
adds a method to ask what's the sorting strategy (column and order) for a particular Url, as Dolphin can have directory-specific sorting strategies This makes possible for other apps that have lists of files, like Gwenview to use the same sorting when invoked from dolphin, ie opening an image CCBUG:236059
2021-06-04GIT_SILENT made messages (after extraction)l10n daemon script
2021-06-03Tell translators to leave the ' aloneAlbert Astals Cid
2021-06-03Add tooltip to Empty Trash button inside TrashShubham
2021-05-31Use more target-centric cmake codeFriedrich W. H. Kossebau
GIT_SILENT
2021-05-31Remove code path for loading deprecated VSC pluginsAlexander Lohnau
In case there are custom, old plugin lying around they can't be loaded anyways, because the version does not match. In case that gets fixed one could just port the plugin to JSON metadata. Also the mechanism that is used is about to be deprecated.
2021-05-31GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-31Fix crash on Wayland when closing the mainwindow while another dialog is openElvis Angelaccio
For some reason on Wayland `QClipboad::dataChanged` can be emitted after the main window gets deleted. In particular this happens when closing the main window while another dialog is open. Since we are closing the window, we can just disconnect this signal and prevent this crash from ever happening.
2021-05-29Revert "Improve padding in the Places View"Eugene Popov
This reverts commit e9a39700fc004004b1ff231023e9d5333a2b8317.
2021-05-29Revert "fix padding in places view"Eugene Popov
This reverts commit 56888a567fc741713b6c905aeed3842a7fa230c7.
2021-05-29Use SmallMedium icon size in the Places panel as defaultEugene 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-26GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-26GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-25[src/settings/contextmenu/contextmenusettingspage] Fix Crash because of nullptrÖmer Fadıl Usta
BUG: 437539 (cherry picked from commit 879fa9fa7d82a14c934c7a1361b97d39ffd0a08b)
2021-05-25[src/settings/contextmenu/contextmenusettingspage] Fix Crash because of nullptrÖmer Fadıl Usta
BUG: 437539
2021-05-23GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-22GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-21GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-20Add action to places panel context menu trash entry to open trash settingsSaravanan K
BUG: 367583 FIXED-IN: 21.08
2021-05-20GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-19Use directly autorccLaurent Montel
2021-05-19GIT_SILENT made messages (after extraction)l10n daemon script
2021-05-18Use more appropriate icon for "Create New" actionNate Graham
Right now this action is using the "document-new" icon, which depicts creating a new file. This is inaccurate, as the menu provides options for creating more than just files: it has one option to create folders and three for creating different types of links. In fact, depending on the set of installed software, there may not be any options to create new documents at all! To fix this, the icon would need to be made either more specific or more generic. There is no such icon that depicts being able to create a folder, a document, or a link; such a thing is too specific to be able to represent with a small icon. So our only real option is to use a more generic icon. This commit does that.
2021-05-18GIT_SILENT made messages (after extraction)l10n daemon script
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