Commit graph

7230 commits

Author SHA1 Message Date
l10n daemon script d581c87f7c GIT_SILENT Sync po/docbooks with svn 2023-02-06 03:40:04 +00:00
l10n daemon script 7eb780fd44 GIT_SILENT Sync po/docbooks with svn 2023-02-04 04:01:39 +00:00
l10n daemon script c10b6184ed GIT_SILENT Sync po/docbooks with svn 2023-02-03 03:41:54 +00:00
l10n daemon script deb074d993 GIT_SILENT Sync po/docbooks with svn 2023-02-02 03:33:14 +00:00
l10n daemon script 3b2030e264 GIT_SILENT Sync po/docbooks with svn 2023-01-31 03:23:33 +00:00
l10n daemon script fdc825b378 GIT_SILENT Sync po/docbooks with svn 2023-01-30 03:46:30 +00:00
Heiko Becker dd7a4fc0e8 GIT_SILENT Update Appstream for new release 2023-01-29 23:39:11 +01:00
Heiko Becker 00b991b2ae GIT_SILENT Upgrade release service version to 22.12.2. 2023-01-29 23:30:19 +01:00
l10n daemon script a9ebdfbef7 GIT_SILENT Sync po/docbooks with svn 2023-01-29 03:36:56 +00:00
l10n daemon script c3a956591d GIT_SILENT Sync po/docbooks with svn 2023-01-28 03:32:02 +00:00
l10n daemon script 30327fec04 GIT_SILENT Sync po/docbooks with svn 2023-01-25 03:38:52 +00:00
l10n daemon script f9ad856f02 GIT_SILENT Sync po/docbooks with svn 2023-01-24 03:32:25 +00:00
l10n daemon script 7d597d0af9 GIT_SILENT Sync po/docbooks with svn 2023-01-22 03:36:46 +00:00
l10n daemon script 0ffd378320 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2023-01-22 03:33:36 +00:00
l10n daemon script 8f704cc984 GIT_SILENT made messages (after extraction) 2023-01-22 02:54:51 +00:00
l10n daemon script a943973951 GIT_SILENT Sync po/docbooks with svn 2023-01-19 03:37:16 +00:00
l10n daemon script 83e481973a GIT_SILENT Sync po/docbooks with svn 2023-01-17 03:52:29 +00:00
l10n daemon script 02167a15db GIT_SILENT Sync po/docbooks with svn 2023-01-16 03:34:06 +00:00
l10n daemon script 6592029ade GIT_SILENT Sync po/docbooks with svn 2023-01-14 18:47:12 +00:00
l10n daemon script 60c9f0e529 GIT_SILENT Sync po/docbooks with svn 2023-01-14 13:45:42 +00:00
l10n daemon script 750308679e GIT_SILENT Sync po/docbooks with svn 2023-01-13 04:43:21 +00:00
Felix Ernst 66f6221a17 Adapt autotest to new expected "Space" key behaviour
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.


(cherry picked from commit df5cf6fe85)
2023-01-12 11:27:14 +00:00
Felix Ernst aac61acf41 Make space shortcut for selection mode view-local instead of global
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


(cherry picked from commit 44c82a16b3)
2023-01-12 11:26:26 +00:00
l10n daemon script 2a6218c42d GIT_SILENT Sync po/docbooks with svn 2023-01-12 03:20:32 +00:00
Fabian Vogt ee919ea329 Remove unnecessary method parameter 2023-01-09 08:24:29 +01:00
Fabian Vogt a6490755ca Fix size of directories if a subdir fails to open
If opening the directory fails, it returns -1 as size. Don't add that to the
parent's total size.
2023-01-09 08:24:13 +01:00
Fabian Vogt 491068a440 Don't recurse into symlinks when counting directory contents
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
2023-01-08 17:18:37 +00:00
l10n daemon script a8f3957e9d GIT_SILENT Sync po/docbooks with svn 2023-01-07 04:25:04 +00:00
l10n daemon script 837b02632c GIT_SILENT Sync po/docbooks with svn 2023-01-05 03:41:03 +00:00
l10n daemon script d142bf8cf6 GIT_SILENT Sync po/docbooks with svn 2023-01-04 04:33:10 +00:00
l10n daemon script 36410f5f22 GIT_SILENT Sync po/docbooks with svn 2023-01-03 05:04:33 +00:00
Albert Astals Cid 28f49e6b91 GIT_SILENT Update Appstream for new release 2023-01-03 00:14:25 +01:00
Albert Astals Cid d94600b688 GIT_SILENT Upgrade release service version to 22.12.1. 2023-01-02 21:15:10 +01:00
l10n daemon script 76ab19f7aa GIT_SILENT Sync po/docbooks with svn 2023-01-02 04:39:55 +00:00
l10n daemon script 3d08347499 GIT_SILENT Sync po/docbooks with svn 2022-12-30 04:09:30 +00:00
l10n daemon script 013763c9c1 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2022-12-30 04:05:24 +00:00
l10n daemon script c4e2af1d32 GIT_SILENT Sync po/docbooks with svn 2022-12-25 04:37:35 +00:00
l10n daemon script 05b88e42ad GIT_SILENT Sync po/docbooks with svn 2022-12-21 03:15:43 +00:00
l10n daemon script 3491cd83a8 GIT_SILENT Sync po/docbooks with svn 2022-12-20 03:14:10 +00:00
Felix Ernst 72fb546293 Revert "DolphinTrash: port away from deprecated KIO API"
This reverts commit a0c0b43b97.
2022-12-19 15:52:19 +00:00
Felix Ernst f0a6120eb9 Revert "Port away from deprecated KIO API"
This reverts commit 197a7f6905.
2022-12-19 15:52:19 +00:00
Felix Ernst 9059742323 Revert "Fix build with older KF versions"
This reverts commit 1d04d04cf3.
2022-12-19 15:52:19 +00:00
l10n daemon script 95d030323c GIT_SILENT Sync po/docbooks with svn 2022-12-17 13:38:48 +00:00
l10n daemon script 6977e5e53c GIT_SILENT Sync po/docbooks with svn 2022-12-17 03:34:40 +00:00
l10n daemon script f77049c6ff GIT_SILENT Sync po/docbooks with svn 2022-12-15 03:38:58 +00:00
Felix Ernst c8aed8ac81 Revert "portalize drag urls"
This reverts commit 8d7e600f63.

While this revert unfortunately removes Dolphin's ability to copy to
sandboxed applications, the bugs being temporarily fixed by this seem
more important. See the bugs mentioned below for details.

Especially copy-pasting needs to work flawlessly for an application
like Dolphin. After the revert this will either work correctly or – in
the case of sandboxed applications – not at all.

CCBUG: 457529
CCBUG: 462928
2022-12-14 12:33:51 +00:00
l10n daemon script 9c8029e7a6 GIT_SILENT Sync po/docbooks with svn 2022-12-14 04:31:23 +00:00
l10n daemon script 7db47f3b85 GIT_SILENT Sync po/docbooks with svn 2022-12-12 03:45:58 +00:00
l10n daemon script 2098cbf657 GIT_SILENT Sync po/docbooks with svn 2022-12-10 03:06:57 +00:00
l10n daemon script e0fb923518 GIT_SILENT Sync po/docbooks with svn 2022-12-05 03:11:06 +00:00