Commit graph

24968 commits

Author SHA1 Message Date
Athmane MOKRAOUI b03fedfe0f Update Kabyle translation 2024-03-13 22:42:22 +00:00
Changwoo Ryu 30123afff4 Update Korean translation 2024-03-13 10:35:38 +00:00
Artur S0 3918f75bd6 Update Russian translation 2024-03-12 13:25:55 +00:00
Daniel Rusek 487030964f Update Czech translation 2024-03-11 12:26:57 +00:00
Jordi Mas i Hernandez 0ac621c04b Update Catalan translation 2024-03-11 06:02:47 +00:00
Rūdolfs Mazurs e8c6dc0194 Update Latvian translation 2024-03-08 21:17:45 +00:00
Piotr Drąg 12e17f3b90 Update Polish translation 2024-03-07 18:48:14 +01:00
Vasil Pupkin 914f7c0ff1 Update Belarusian translation 2024-03-05 19:25:39 +00:00
Andi Chandler a82e6419c4 Update British English translation 2024-03-05 11:37:21 +00:00
Anders Jonsson f42674be14 Update Swedish translation 2024-03-04 22:41:16 +00:00
Balázs Úr 0e04130480 Update Hungarian translation 2024-03-04 19:49:04 +00:00
Alan Mortensen a78a6b12c1 Update Danish translation 2024-03-04 18:23:49 +00:00
António Fernandes 6de0ebbaad Post-release version bump 2024-03-04 02:40:39 +00:00
António Fernandes 53dc2eaaa7 Release version 46.rc 2024-03-04 02:35:47 +00:00
Peter Eisenmann 2438a0a2a2 files-view: debug print non-existent file uri
When debugging, knowing the file uri might be helpful. Generally it is
not helpful though, as it might faciliate users exposing private file
names in bug reports.
2024-03-04 01:51:09 +00:00
António Fernandes d615f9f024 Revert "pathbar: Change cursor to text when action is loation entry"
This reverts commit d2b2c814a3.

This usage of the text cursor is unusual. We should instead explore
highlight on hover.
2024-03-04 01:49:50 +00:00
Sam Hewitt 274d9ab496 progress-indicator: Fix up visual papercuts
- stylise the whole indicator to be like a sidebar item
- adjust the spacing and padding and pixel-size in the UI file

(Ammended by António Fernandes <antoniof@gnome.org>)
2024-03-04 01:39:11 +00:00
Peter Eisenmann b4c785bdf8 window: adjust credentials strings
Also mark them as translatable.

Fixes #3331
2024-03-04 01:03:35 +00:00
Corey Berla 518b07e141 files-view: Drop now-useless stack
It used to allow changing between regular view and empty view.

(Extracted by António Fernandes from originally larger patch)
2024-03-04 00:50:04 +00:00
António Fernandes 7b17260676 list-base: Handle events on empty page
The changes in commit c653f880 ("list-base: Don't inherit
from NautilusFilesView"), broke our gestures on the empty status page
which is still a child of files-view. Rather than attempt to fix this
through files view, as done in commit 95f3db44 ("files-view: Add
gestures to open background menu in empty view"), which fixed the click
gestures, but not the dnd gestures, let's make the more appropriate
change of making the empty status page a child of list-base.

Having the empty status page as a child of the list-base is more logical
because it represents the view, and ultimately our goal is to remove
all view components for files-view (despiste its name).

The empty page is still managed externally, to make it reusable accross
view mode changes. Being an overlay also allows its visibility to be
externally controlled.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/3309

(Commit message originally by Corey Berla)
2024-03-04 00:50:04 +00:00
Corey Berla 2332bf7488 Revert "files-view: Add gestures to open background menu in empty view"
This reverts commit 95f3db44c8.

As suspected, this isn't enough.  The DnD gestures also need to work
on the empty view.  Revert this fix and in the next commit we'll move
the empty view to be a child (within a stack) of the list-base.
2024-03-04 00:50:04 +00:00
António Fernandes 00f1f2d446 window-slot: Remove unreachable code 2024-03-04 00:33:13 +00:00
Corey Berla 414bacf3b6 window-slot: Reconnect all handlers upon navigating to an invalid location
When navigating to an invalid location (i.e. through the location
entry, a bad bookmark, etc), the file add/changed handlers are no
longer present in the view until another location change (or reload)
happens.  The existing call to nautilus_window_slot_set_viewed_file()
is not enough to fully reestablish the handlers which were removed from
the call to nautilus_window_slot_stop_loading() (which
ultimately calls disconnect_directory_handlers() in files-view).

There's an explicit comment introduced at [1] which makes it clear
that we want to remove these handlers early for performance and search
reasons. Otherwise we could have delayed removing the handlers which
would have allowed us to not call nautilus_window_slow_force_reload() at
all.  But since this invalid location is just a corner case which
most likely won't happen, let's keep the typical case optimized.

Alternatively, we could create a new function in files-view to
only reconnect the handlers but that too seems to open up a can of
worms for little return.

This bug was introduced in [1]

[1] 9e1e14db2f
2024-03-04 00:33:13 +00:00
Corey Berla 7b35e5adb8 window-slot: Remove comment
The mutter portion of the comment isn't relavent after [1]
and #1 was resolved in [2]

[1] https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/179
[2] https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/630
2024-03-04 00:33:13 +00:00
Gabriel Brand 4aea3ea705 Update German translation 2024-03-03 10:33:23 +00:00
Artur S0 f48e0ff9a8 Update Russian translation 2024-03-02 19:19:53 +00:00
Jiri Grönroos 53f2decf5a Update Finnish translation 2024-03-02 12:27:13 +00:00
Khalid Abu Shawarib 2bf304f3d8 general: Add input hints and purpose properties to entries
Part of https://gitlab.gnome.org/GNOME/Initiatives/-/issues/50
2024-03-01 21:53:03 +03:00
Alexandre Franke a764956639 metainfo: fix some URLs 2024-03-01 14:16:41 +01:00
Sophie Herold 3a167a2619 metainfo: Fix wrong developer id
Appstream decided to use reversed domains. Please merge before 46 if possible.
2024-02-29 20:22:01 +00:00
Irénée THIRION 7e5514609b Update French translation 2024-02-27 07:16:25 +00:00
Aurimas Černius f0acade92e Update Lithuanian translation 2024-02-26 20:54:14 +00:00
Daniel Mustieles f8beaf3a55 Updated Spanish translation 2024-02-26 14:11:02 +01:00
Matej Urbančič 5448b80913 Update Slovenian translation 2024-02-26 09:00:15 +00:00
Sabri Ünal 597014cd1d Update Turkish translation 2024-02-25 13:07:34 +00:00
Asier Sarasua Garmendia bf304d70c0 Update Basque translation 2024-02-25 06:41:27 +00:00
Andika Triwidada ee53edefd2 Update Indonesian translation 2024-02-25 06:13:43 +00:00
Rūdolfs Mazurs 97c9be94dc Update Latvian translation 2024-02-24 21:03:32 +00:00
Yaron Shahrabani 667d0a48e3 Update Hebrew translation 2024-02-24 16:31:19 +00:00
Luming Zh 45af96c7bb Update Chinese (China) translation 2024-02-24 16:10:48 +00:00
Brage Fuglseth 79da7888e7 Update Norwegian Bokmål translation 2024-02-24 13:59:57 +00:00
Baurzhan Muftakhidinov 386c109cd5 Update Kazakh translation 2024-02-24 13:49:53 +00:00
Daniel Rusek 14a73680a7 Update Czech translation 2024-02-24 10:58:15 +00:00
Brage Fuglseth 328770ddb3 Update Norwegian Bokmål translation 2024-02-24 01:43:41 +00:00
Danial Behzadi 21b36c0ab1 Update Persian translation 2024-02-23 20:50:55 +00:00
Jeremy Bícha 02be9a5d73 test-filename-util: fully remove artificial copy test
This is a follow-up from d2f2201df5

Fixes #3322
2024-02-23 14:35:22 +00:00
Quentin PAGÈS 0c7d143dc4 Update Occitan translation 2024-02-23 14:04:56 +00:00
Fran Dieguez dd219cb83d Update Galician translation 2024-02-23 09:28:39 +00:00
Yuri Chornoivan 262edb854c Update Ukrainian translation 2024-02-23 07:45:47 +00:00
Ekaterine Papava f6bd778afd Update Georgian translation 2024-02-23 03:56:50 +00:00