summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* file-operations: Remove obsolete TODO statementwip/oholy/extraction-fixesOndrej Holy2021-09-241-2/+0
| | | | | I think that this code is a quite stable after 13 years of production, so this TODO statement can be probably removed :-D
* file-operations: Fix progress when skipping during extractionOndrej Holy2021-09-241-8/+27
| | | | | The progress is wrong when extracting multiple files and some of them are skipped. Let's try to fix this.
* file-operations: Do not offer skipping when extracting one fileOndrej Holy2021-09-241-13/+25
| | | | | | | | In case of extraction failure, the "Skip" and "Cancel" actions are offered everytime, but skipping doesn't make sense when extracting one file only. Let's use the same approach as it is used also for other operations, which is based on total number of files and remaining files. Also the "Skip All" action will be offered as a side-effect of this change.
* file-operations: Simplify output files handling when extractingOndrej Holy2021-09-241-19/+6
| | | | | | | Currently, output files are checked for existence. But the files are explicitely deleted in the case of extraction failure, so this extra check is no more needed. Let's drop the redundant check and just update the list when deleting the files.
* file-operations: Remove leftover files after extraction failureOndrej Holy2021-09-241-0/+8
| | | | | | | | | Empty, or corrupted files are left in the output directory in the case of extraction failure, e.g. when wrong password is supplied. This is in most cases undesired. Let's recursively delete all the leftover files in the case of extraction failure. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1954
* 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
|