Commit graph

22545 commits

Author SHA1 Message Date
Christian Kirbach
6be470866b Update German translation 2021-09-16 21:40:32 +00:00
Zander Brown
6fb169d615 Update British English translation 2021-09-16 16:20:08 +00:00
Alan Mortensen
87d9875e93 Updated Danish translation 2021-09-16 17:06:10 +02:00
Piotr Drąg
e2e4cb7f7d Update Polish translation 2021-09-13 17:48:23 +02:00
Piotr Drąg
b516fae5dd Update Polish translation 2021-09-11 16:08:07 +02:00
Balázs Úr
c8baa0aae0 Update Hungarian translation 2021-09-10 22:07:29 +00:00
Goran Vidović
17b9cd2d47 Update Croatian translation 2021-09-07 18:35:57 +00:00
Goran Vidović
246857061f Update Croatian translation 2021-09-07 18:34:46 +00:00
Yaron Shahrabani
3f2eb9a045 Update Hebrew translation 2021-09-05 12:16:50 +00:00
Charles Monzat
75e7ef6b15 Update French translation 2021-09-04 20:41:43 +00:00
Changwoo Ryu
acb5779ad8 Update Korean translation 2021-09-04 14:53:50 +00:00
António Fernandes
997e33fda3 Post release version bump 2021-09-03 22:01:32 +01:00
António Fernandes
fe5c1a6dee Release version 41.rc 2021-09-03 21:48:43 +01:00
Barnabás Pőcze
5de4c1fc74 files-view: Do not copy wallpaper unnecessarily
Previously, when an image was selected as wallpaper it would
be copied unconditionally into the "Wallpapers" directory.
The image would be copied even if it was already in the "Wallpapers"
directory, resulting in copies of the image being created in
the same directory. This made it incovenient to potentially store
multiple backgrounds in the "Wallpapers" directory and switch
between them due to the fact that each wallpaper change would
result in the selected image being copied.

To avoid this, introduce a check, and only copy the image
if its parent is not the "Wallpapers" directory (as determined
by `g_file_equal()`).

For local files, `g_file_equal()` only compares the absolute
paths - at least at the moment. Comparing paths is not enough
to decide whether two entities are really the same in the presence
of e.g. bind mounts. However, such configuration is arguably a
very rare (if not non-existent). Nonetheless, users should not
experience any regressions even in that case since when
`g_file_equal()` returns a false negative, the old behaviour
applies.
2021-09-03 21:27:29 +01:00
Barnabás Pőcze
c82c31d994 files-view: Simplify file object creation
Use `g_file_new_build_filename()` to create the file object
for the "Wallpapers" directory instead of the previously
used `g_file_new_for_path()` + `g_file_get_child()` in
`set_wallpaper_fallback()`.
2021-09-03 21:27:29 +01:00
Barnabás Pőcze
bf113781d0 files-view: Autocleanup locals in set_wallpaper_fallback()
Instead of manually calling `g_object_unref()` and `g_free()`,
use `g_auto{free,ptr}` to (mostly) do away with the need
of manually managing the resources.
2021-09-03 21:23:36 +01:00
Dušan Kazik
e9b247ac20 Update Slovak translation 2021-09-03 20:14:12 +00:00
Tao Liu
fa6f0e78a1 Update Chinese (China) translation 2021-09-03 20:00:48 +00:00
Nathan Follens
4ccb7422f0 Update Dutch translation 2021-09-02 18:00:45 +00:00
Aurimas Černius
16e74fc7ad Updated Lithuanian translation 2021-09-01 22:41:11 +03:00
Matej Urbančič
3fbde44eaa Update Slovenian translation 2021-08-30 19:14:48 +00:00
Felipe Borges
b688f746d6 files-view: Hide "current-dir-properties" option when searching
Clicking the "Properties" option in the right-click menu during
a search causes Nautilus to crash since the Properties dialog
handles files and directories, not search-view-directories.

Lets disable the "Properties" option when in search view.

Fixes #1491
2021-08-30 08:58:34 +00:00
Marek Černocký
c465892c7b Fixed Czech translation 2021-08-29 17:12:57 +02:00
Baurzhan Muftakhidinov
d82c4ba93d Update Kazakh translation 2021-08-28 09:30:18 +00:00
Emin Tufan Çetin
6c8fb95b3c Update Turkish translation 2021-08-27 21:31:19 +00:00
Jiri Grönroos
6f56c9de0c Update Finnish translation 2021-08-27 17:30:49 +00:00
Philipp Kiemle
e23c8d8052 Update German translation 2021-08-26 20:02:01 +00:00
Fran Dieguez
5981d2a879 Update Galician translation 2021-08-25 17:01:52 +00:00
Marek Černocký
8790c03e05 Updated Czech translation 2021-08-24 15:10:58 +02:00
Marek Černocký
90cb7c3e63 Updated Czech translation 2021-08-24 15:09:55 +02:00
Asier Sarasua Garmendia
4c656a1088 Update Basque translation 2021-08-21 09:05:07 +00:00
Efstathios Iosifidis
e1f0d64ce4 Update Greek translation 2021-08-20 22:21:49 +00:00
Jordi Mas
f718946162 Update Catalan translation 2021-08-20 19:51:42 +02:00
Quentin PAGÈS
34093edc66 Update Occitan translation 2021-08-17 18:44:42 +00:00
Daniel Mustieles
8f41579ed0 Updated Spanish translation 2021-08-17 13:55:56 +02:00
Alexey Rubtsov
7179c2603f Update Russian translation 2021-08-17 07:55:26 +00:00
Daniel Șerbănescu
7b7ef50514 Update Romanian translation 2021-08-16 17:34:53 +00:00
António Fernandes
7d188272c8 flatpak: Disable build options for gexiv2
We already disable introspection, which is required by the vapi and
python3 options.

We don't really on either and this is breaking the CI.


(cherry picked from commit 46579d08b0b1183aa36544e0e949a6d42c53ce84)
2021-08-15 20:14:06 +00:00
Kukuh Syafaat
8a3c03e6fa Update Indonesian translation 2021-08-15 12:24:06 +00:00
Danial Behzadi
3d41064639 Update Persian translation 2021-08-15 07:11:42 +00:00
Anders Jonsson
23f08648c3 Update Swedish translation 2021-08-14 20:17:02 +00:00
Enrico Nicoletto
2951209088 Update Brazilian Portuguese translation 2021-08-14 19:38:53 +00:00
António Fernandes
d4794fdfd5 Post release version bump 2021-08-14 14:00:56 +01:00
António Fernandes
bbaacb3064 Release version 41.beta 2021-08-14 13:34:25 +01:00
Alexey Rubtsov
c76caa4149 Update Russian translation 2021-08-14 11:55:45 +00:00
Hugo Carvalho
3fe5876107 Update Portuguese translation 2021-08-13 18:59:05 +00:00
Yuri Chornoivan
6dffa4beb1 Update Ukrainian translation 2021-08-13 17:19:58 +00:00
Eric
658ad9d9e8 trash-bar: Add link to autodelete settings
Nautilus currently provides no indication that GNOME Settings allows
users to configure automatic emptying of the trash. This commit	adds
a button to the trash bar which links to the corresponding configuration
panel in Settings, allowing users to configure autodelete.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1790
2021-08-13 14:56:52 +01:00
Eric
4e02d0ffbd trash-bar: Add autodelete label
Nautilus currently provides no indication that GNOME Settings allows
users to configure automatic emptying of the trash. This commit adds
a subtitle to the trash bar, informing users whether or not automatic
emptying is currently enabled.

Relates: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1790
2021-08-13 14:56:24 +01:00
Hugo Carvalho
c8c683941d Update Portuguese translation 2021-08-13 10:03:06 +00:00