summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ci: Remove fedora jobwip/oholy/ci-improvementsOndrej Holy2021-09-242-77/+1
| | | | | | The fedora job was there before the flatpak job. But now we relies on flatpak job and the fedora job doesn't really give much benefits. It is rather waste of runners and maintainers time. Let's remove it.
* ci: Port style check to use official uncrustify imageOndrej Holy2021-09-246-498/+215
| | | | | | | Currently, the style check job uses our custom image, which I would like to remove. Let's use the official unibeautify/uncrustify docker image instead together with python replacement of lineup-parameters tool to not have to install additional dependencies.
* ci: Remove flatpak master jobOndrej Holy2021-09-242-120/+1
| | | | | | | The flatpak master job seems to be redundant currently. It uses the same image as flatpak devel and their .yml files are equal. The two flatpak jobs are relict from the times when GNOME SDK was unstable and broke CI often, which is no more true. Let's remove the flatpak master job.
* ci: Do not run style check on stable branchesOndrej Holy2021-09-241-0/+2
| | | | | | | | The style check job currently fails on stable branches since the recent uncrustify change. We could use older image on stable, or backport the code changes, but I think that the style check job on stable branches is not actually needed. Let's disable the style check job on stable branches to fix pipeline there and avoid this situation in the future.
* Update Persian translationeshagh shahidani2021-09-211-664/+284
|
* Update Serbian translationМарко Костић2021-09-201-633/+670
|
* Update Persian translationeshagh shahidani2021-09-201-1211/+799
|
* compress-dialog: Set keyboard focus on the row with the selected archive formatClyde Laforge2021-09-182-3/+66
| | | | | | | | | Currently the keyboard focus for the type of archive choice is always on the first element. This patch allows the focus to be on the currently selected item instead. Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1944
* Update Belarusian translationŹmicier Turok2021-09-181-1481/+1611
|
* Post release version bumpOndrej Holy2021-09-171-1/+1
|
* Release version 41.041.0Ondrej Holy2021-09-172-1/+5
|
* flatpak: Pin gexiv2 and exiv2 dependencies to fix buildwip/oholy/pin-gexiv2Ondrej Holy2021-09-173-4/+7
| | | | | | | | | The flatpak build currently fails because of gexiv2 build failure, which is a problem for our contributors and among others breaks our CI pipeline. The potential fix is available already for a couple of days on https://gitlab.gnome.org/GNOME/gexiv2/-/merge_requests/63 but not yet merged. Let's temporarily pin the gexiv2 and exiv2 dependencies to the stable branches to fix those issues.
* Update German translationChristian Kirbach2021-09-161-4/+4
|
* Update British English translationZander Brown2021-09-161-664/+673
|
* Updated Danish translationAlan Mortensen2021-09-161-1038/+1083
|
* Update Polish translationPiotr Drąg2021-09-131-2/+2
|
* Update Polish translationPiotr Drąg2021-09-111-562/+593
|
* Update Hungarian translationBalázs Úr2021-09-101-836/+684
|
* Update Croatian translationGoran Vidović2021-09-071-2/+2
|
* Update Croatian translationGoran Vidović2021-09-071-630/+663
|
* Update Hebrew translationYaron Shahrabani2021-09-051-1019/+1090
|
* Update French translationCharles Monzat2021-09-041-653/+683
|
* Update Korean translationChangwoo Ryu2021-09-041-593/+624
|
* Post release version bumpAntónio Fernandes2021-09-031-1/+1
|
* Release version 41.rc41.rcAntónio Fernandes2021-09-032-1/+7
|
* files-view: Do not copy wallpaper unnecessarilyBarnabás Pőcze2021-09-031-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* files-view: Simplify file object creationBarnabás Pőcze2021-09-031-3/+3
| | | | | | | 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()`.
* files-view: Autocleanup locals in set_wallpaper_fallback()Barnabás Pőcze2021-09-031-6/+3
| | | | | | 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.
* Update Slovak translationDušan Kazik2021-09-031-563/+595
|
* Update Chinese (China) translationTao Liu2021-09-031-1051/+1094
|
* Update Dutch translationNathan Follens2021-09-021-589/+603
|
* Updated Lithuanian translationAurimas Černius2021-09-011-651/+678
|
* Update Slovenian translationMatej Urbančič2021-08-301-25/+37
|
* files-view: Hide "current-dir-properties" option when searchingFelipe Borges2021-08-301-0/+4
| | | | | | | | | | 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
* Fixed Czech translationMarek Černocký2021-08-291-1/+1
|
* Update Kazakh translationBaurzhan Muftakhidinov2021-08-281-643/+673
|
* Update Turkish translationEmin Tufan Çetin2021-08-271-8/+20
|
* Update Finnish translationJiri Grönroos2021-08-271-633/+665
|
* Update German translationPhilipp Kiemle2021-08-261-9/+23
|
* Update Galician translationFran Dieguez2021-08-251-602/+655
|
* Updated Czech translationMarek Černocký2021-08-241-1/+1
|
* Updated Czech translationMarek Černocký2021-08-241-637/+670
|
* Update Basque translationAsier Sarasua Garmendia2021-08-211-631/+664
|
* Update Greek translationEfstathios Iosifidis2021-08-201-402/+427
|
* Update Catalan translationJordi Mas2021-08-201-402/+428
|
* Update Occitan translationQuentin PAGÈS2021-08-171-8/+22
|
* Updated Spanish translationDaniel Mustieles2021-08-171-411/+433
|
* Update Russian translationAlexey Rubtsov2021-08-171-8/+22
|
* Update Romanian translationDaniel Șerbănescu2021-08-161-488/+507
|
* flatpak: Disable build options for gexiv2António Fernandes2021-08-153-0/+6
| | | | | | | | | 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)