summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Croatian translationGoran Vidović2020-03-141-5/+5
|
* Update Croatian translationGoran Vidović2020-03-101-74/+74
|
* ci: Use test stage for flatpak devel jobOndrej Holy2020-03-091-0/+1
| | | | | | | | | | | | The flatpak devel job uses .pre stage currently. This seems to be the reason why pipelines are not triggered in some cases according: https://gitlab.com/gitlab-org/gitlab/issues/198518. Let's use the unused test stage instead to fix the pipeline and to make the pipeline output nicer. (cherry picked from commit e7c2a0182a4ba2d6eb05fe170cc9b4d018a70feb)
* README: Omit easily-outdated version numberAntónio Fernandes2020-03-081-1/+1
| | | | We consistently forget to update it when releasing. The intention was good, but this is hard to maintain.
* Update Ukrainian translationDaniel Korostil2020-03-081-4073/+2087
|
* file-operations: Honor umask when creating new filesOndrej Holy2020-03-061-1/+1
| | | | | | | | | | | | | File creation mask should be honored when creating new files from templates as it is when creating new folders, or dragging raw data. But it is not because G_FILE_COPY_NONE flag is specified when creating new files from templates. Let's use G_FILE_COPY_TARGET_DEFAULT_PERMS flag to ensure that file creation mask is honored in this case as well. Just note that this behavior is not wanted when copying in general (although it is also honored by "cp" cmd in this case) as it might have some unexpected consequences as discussed on: https://bugzilla.gnome.org/show_bug.cgi?id=167102
* files-view: Clear selection if any files don't match the patternOndrej Holy2020-03-061-3/+3
| | | | | | The Select items matching (Ctrl + S) feature allows to select files which match the pattern. However, it is confusing that current selection is not cleared when any files don't match the pattern.
* properties-window: Fix endless content size calculationsOndrej Holy2020-03-061-4/+0
| | | | | | | | | | | | | | | | | | | | | | The total number of items and their size are shown in Properties dialog. However, the deep count calculations are currently restarted with each "changed" event of `NautilusFile` object(s). This is not usually a problem if only one file is selected, but it is a pretty big issue when more files are selected. It is common that the calculation never ends. This is because the "changed" events are emitted in many irrelevant cases (e.g. free space change) and it totally doesn't make sense to restart the calculation in most of the cases. The initial idea was to react on ongoing file operations, however, the calculation currently doesn't react on file changes deeper in the tree anyway, or on changes, which happened after the calculation is done. Thus the current result can be outdated anyway. Let's ignore `NautilusFile` changes at all when calculating the content size as it is pretty impossible to implement this properly to dynamically react on all size changes in the tree. Fixes: https://gitlab.gnome.org/GNOME/nautilus/issues/363
* Release version 3.36.03.36.0Ondrej Holy2020-03-062-1/+4
|
* ci: Fix flatpak master jobOndrej Holy2020-03-061-0/+1
| | | | | | | | The flatpak master job fails currently. This is because it tries to rewrite artifacts from flatpak devel job which fails with permission denied error, because the runners are not more privileged. Let's use empty dependencies for flatpak master job to ensure that the artifacts from flatpak devel job are not passed in.
* Update German translationTim Sabsch2020-03-051-267/+293
|
* Fix broken markup in Vietnamese UI translationAndre Klapper2020-03-051-1/+1
|
* Fix broken markup in Manx UI translationAndre Klapper2020-03-031-1/+1
|
* Update Brazilian Portuguese translationRafael Fontenelle2020-03-031-54/+53
|
* Update Italian translationMilo Casagrande2020-03-031-257/+281
|
* Update Croatian translationGoran Vidović2020-03-011-107/+112
|
* Fix broken markup in Macedonian UI translationAndre Klapper2020-03-011-1/+1
|
* Fix broken markup in Manx UI translationAndre Klapper2020-03-011-8/+8
|
* Fix broken markup in Welsh UI translationAndre Klapper2020-03-011-1/+1
|
* Fix broken markup in Breton UI translationAndre Klapper2020-03-011-1/+1
|
* Update Japanese translationsicklylife2020-02-291-11/+11
|
* Update Japanese translationsicklylife2020-02-291-50/+50
|
* Update Dutch translationNathan Follens2020-02-281-133/+156
|
* Update Friulian translationFabio Tomat2020-02-281-107/+112
|
* Release version 3.35.923.35.92Ondrej Holy2020-02-282-1/+5
|
* window-slot: Prevent crashes caused by invalid pointersOndrej Holy2020-02-282-6/+4
| | | | | | | | | | | | | | Nautilus randomly crashes when g_object_bind_property is used to bind extensions-background-menu and templates-menu properties of NautilusFilesView and NautilusWindowSlot. Although, we don't have any reproducer, it seems that this is because NautilusWindowSlot uses g_object_ref when storing the property, but not g_object_unref, and NautilusFilesView does the opposite. It seems that NautilusFilesView can hold invalid references in certain cases because of that. The both objects should hold its own references to prevent this. Let's replace the custom codes by g_set_object to achive this behavior. Fixes: https://gitlab.gnome.org/GNOME/nautilus/issues/813
* Update Korean translationChangwoo Ryu2020-02-281-266/+283
|
* Update Japanese translationsicklylife2020-02-271-74/+70
|
* Update Persian translationDanial Behzadi2020-02-261-56/+54
|
* Update British English translationZander Brown2020-02-251-296/+328
|
* Updated Danish translationAlan Mortensen2020-02-251-260/+281
|
* Update Japanese translationsicklylife2020-02-231-1/+1
|
* Update Japanese translationsicklylife2020-02-231-20/+20
|
* Update Japanese translationsicklylife2020-02-231-707/+249
|
* Update Japanese translationsicklylife2020-02-231-130/+152
|
* Update Karbi translationJor Teron2020-02-221-98/+103
|
* flatpak: Use also tracker-miners 2.3.2Ondrej Holy2020-02-213-6/+9
| | | | | | tracker-miners master requires tracker-testutils 2.0, but they are not provided by tracker 2.3.2 and tracker master provides just version 3.0. Let's use tracker-miners 2.3.2 to workaround this issue.
* flatpak: Use tracker 2.3.2 as tracker-miners requires old APIOndrej Holy2020-02-213-6/+9
| | | | | | Flatpak generation fails currently because tracker-miners still requires tracker API version 2.0. Let's use tracker 2.3.2, until tracker-miners will be ported to 3.0.
* flatpak: Use default libdir location for trackerOndrej Holy2020-02-213-3/+0
| | | | | | I don't see any reason to manually specify libdir for tracker as it seemingly uses the same directory by default. Let's remove that redundant definition.
* Update Greek translationEfstathios Iosifidis2020-02-181-150/+163
|
* Update Catalan translationJordi Mas2020-02-171-267/+286
|
* Update Hungarian translationBalázs Meskó2020-02-171-284/+284
|
* Update Polish translationPiotr Drąg2020-02-161-276/+282
|
* Update Basque translationAsier Sarasua Garmendia2020-02-161-133/+154
|
* help-overlay.ui: Don't show Ctrl+F1Sabri Ünal2020-02-151-1/+1
| | | | | | It doesn't actually work, due to https://gitlab.gnome.org/GNOME/gtk/issues/626 So, hide it from the Keyboard Shortcuts dialog.
* files-view: Say "Trash is Empty" only in trash:///Abdul Rauf2020-02-153-1/+10
| | | | | | | | | | | | | Empty trash widget is displaying for empty folder inside trash instead of Empty folder widget. `eel_uri_is_trash` only checks whether the URI starts with "trash:", that's why it also returns true for empty folders inside trash. Create `eel_uri_is_trash_root` to distinguish trash root (trash:///) from empty folder inside trash (trash:///emptyfolder) Closes https://gitlab.gnome.org/GNOME/nautilus/issues/1367
* Update Galician translationFran Dieguez2020-02-141-125/+148
|
* Release version 3.35.91.13.35.91.1Ondrej Holy2020-02-142-2/+2
| | | | Let's make .1 release as I forgot to bump the version in meson.build.
* Release version 3.35.913.35.91Ondrej Holy2020-02-141-0/+4
|
* files-view: Add support for hidden template filesOndrej Holy2020-02-141-1/+11
| | | | | | | | Currently, hidden files are filtered out when looking for template files. However, it would be nice to have a way to create hidden files from templates. Let's offer hidden files as templates, but only when hidden files are shown. Fixes: https://gitlab.gnome.org/GNOME/nautilus/issues/1320