Commit graph

7243 commits

Author SHA1 Message Date
Heiko Becker 7fa24be461 GIT_SILENT Update Appstream for new release 2023-02-24 20:51:31 +01:00
Heiko Becker fb58ed242a GIT_SILENT Upgrade release service version to 22.12.3. 2023-02-24 20:33:48 +01:00
l10n daemon script cddb4b93aa GIT_SILENT Sync po/docbooks with svn 2023-02-24 03:33:55 +00:00
l10n daemon script 31a4063c5c GIT_SILENT Sync po/docbooks with svn 2023-02-21 03:30:28 +00:00
l10n daemon script fe1abe6ed4 GIT_SILENT Sync po/docbooks with svn 2023-02-19 03:38:33 +00:00
l10n daemon script a4be5cbbce 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-02-19 03:35:50 +00:00
l10n daemon script 693ca8f5db GIT_SILENT made messages (after extraction) 2023-02-19 02:58:18 +00:00
l10n daemon script 0ee2f20053 GIT_SILENT Sync po/docbooks with svn 2023-02-18 03:34:18 +00:00
l10n daemon script 0ebe237ab0 GIT_SILENT Sync po/docbooks with svn 2023-02-16 05:11:29 +00:00
l10n daemon script 748066afc5 GIT_SILENT Sync po/docbooks with svn 2023-02-11 03:16:27 +00:00
l10n daemon script f8ba1a16dc GIT_SILENT Sync po/docbooks with svn 2023-02-10 03:35:14 +00:00
l10n daemon script 390869c3ef GIT_SILENT Sync po/docbooks with svn 2023-02-09 03:54:57 +00:00
l10n daemon script 13fe9e8c71 GIT_SILENT Sync po/docbooks with svn 2023-02-08 05:03:26 +00:00
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