- 03 Feb, 2023 1 commit
-
-
Script Kiddy authored
-
- 02 Feb, 2023 1 commit
-
-
Script Kiddy authored
-
- 01 Feb, 2023 1 commit
-
-
* This commit fixes the right click context menu not being shown whenever the click is made right on the placeholderLabel text Signed-off-by:
Davide Garberi <dade.garberi@gmail.com>
-
- 31 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 30 Jan, 2023 3 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
Script Kiddy authored
-
- 29 Jan, 2023 3 commits
-
-
Heiko Becker authored
(cherry picked from commit dd7a4fc0)
-
We don't have KIO PolKit support yet
-
Script Kiddy authored
-
- 28 Jan, 2023 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 26 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 25 Jan, 2023 2 commits
-
-
Serg Podtynnyi authored
Reset the filter bar when user clicks on the current folder in places list, also rename slot function to be more clear. BUG: 259382
-
Script Kiddy authored
-
- 24 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 23 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 22 Jan, 2023 3 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
Script Kiddy authored
-
- 19 Jan, 2023 2 commits
-
-
Oliver Beard authored
When the tab is a split view, use the name of both views rather than only the active view.
-
Script Kiddy authored
-
- 17 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 16 Jan, 2023 2 commits
-
-
Willyanto Willyanto authored
Fixes obsolete function 'qSwap' called. It is recommended to use 'std::swap' instead. (CWE-477)
-
Script Kiddy authored
-
- 15 Jan, 2023 1 commit
-
-
Nicolas Fella authored
-
- 14 Jan, 2023 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 13 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 12 Jan, 2023 2 commits
-
-
Kai Uwe Broulik authored
In case "closing split view closes active view" setting is changed
-
Script Kiddy authored
-
- 11 Jan, 2023 2 commits
-
-
Felix Ernst authored
The old expected behaviour was that pressing Space would select the current item. We now trigger selection mode instead and don't select. At some point in the future we might want to instead have Space trigger a "QuickLook" feature for quick viewing of full files. In any case, the old behaviour of having Space select is no longer expected, but Ctrl+Space can still be used for this. It might also make sense to have Space trigger the old selection behaviour if both selection mode and "QuickLook" are disabled, but that is very low priority and will cause more code complexity than the non-default benefits are worth.
-
Felix Ernst authored
Before this commit, the "Space" keyboard shortcut was bound to triggering selection mode by default. After this commit, pressing "Space" will only trigger selection mode when the file view area has keyboard focus. Pros: + Other buttons in the UI can be triggered with Space once again just like it is expected from an accessibility point of view. + "Type-ahead" searching works once more when typing the space char for file names containing such a space char. Cons: - "Space" can no longer be used to add the currently underlined item to the selection. Instead "Ctrl+Space" needs to be used. (However, this is the current status anyway unless a user has manually unbound "Space" as a shortcut from Selection Mode.) - The Selection Mode action will no longer show "Space" as its shortcut in menus. Overall, I see solutions to all of these problems, but they seem over-engineered for the issues they are trying to solve, so I believe this somewhat small commit is the best solution for now. BUG: 458282 BUG: 458281 CCBUG: 463048 FIXED-IN: 23.04
-
- 09 Jan, 2023 3 commits
-
-
Fabian Vogt authored
(cherry picked from commit ee919ea3)
-
Fabian Vogt authored
If opening the directory fails, it returns -1 as size. Don't add that to the parent's total size. (cherry picked from commit a6490755)
-
Fabian Vogt authored
Symlink contents should not be visited for the purpose of displaying sizes. Not only is potentially misleading because the storage is actually used elsewhere (the target location), it can be completely wrong as contents can be visited multiple times, even recursively. BUG: 434125 (cherry picked from commit 491068a4)
-
- 08 Jan, 2023 2 commits
-
-
Felix Ernst authored
The `break` that is replaced by a `return` here would only break out of the innermost while loop so the std::vector::end could still become accessed after that. By returning here we completely exit out of both nested loops and therefore don't access the std::vector::end.
-
Script Kiddy authored
-
- 07 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 06 Jan, 2023 1 commit
-
-
Script Kiddy authored
-