summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nautilus-search-popover.ui: Drop GtkSizeGroup:ignore-hiddenwip/antoniof/gtk4-preparation-step-properties-cleanupErnestas Kulik2021-08-151-2/+0
| | | | | The property no longer exists, and the code acts as if it were true, anyway.
* general: Drop uses of gtk-timeout-expand settingErnestas Kulik2021-08-154-24/+7
| | | | | | | | It's deprecated. Add a hardcoded value equal to the default of gtk-timeout-expand. Rebased and ammended by António Fernandes <antoniof@gnome.org>
* general: Don’t set xalign where unsupportedErnestas Kulik2021-08-151-4/+0
| | | | Most notably, GtkButton:xalign has been deprecated since GTK+ 3.14.
* properties-window: Stop using deprecated propertyAntónio Fernandes2021-08-151-2/+2
| | | | GtkImage:stock and GTK_STOCK_MISSING_IMAGE are deprecated.
* pathbar: Drop gtk_container_class_handle_border_width()Ernestas Kulik2021-08-151-2/+0
| | | | | It's gone in GTK4 and removing this doesn't seem to cause any visual or behavorial change at the moment.
* general: Drop uses of GtkContainer:border-widthErnestas Kulik2021-08-1510-17/+11
| | | | | | In preparation for porting to GTK4. Rebased and ammeded by António Fernandes <antoniof@gnome.org>
* files-view: Set 18px margin on Pattern match dialogAntónio Fernandes2021-08-151-3/+6
| | | | | | | As per HIG. Also, use margin on the content area, not GtkContainer:border-width. This is going to help with porting to GTK4.
* file-conflict-dialog: Set 18px margin as per HIGAntónio Fernandes2021-08-151-3/+1
| | | | | Also, remove 2 usages of GtkContainer:border-width, which is going to help with porting to GTK4.
* general: Stop using GtkBox padding, fill and expand child propertiesAntónio Fernandes2021-08-1514-184/+31
| | | | | | In preparation for porting to GTK4, where child properties are no more. Based on patch by Ernestas: d4b5c02ee9b2f1870f6b2e5e5bcf6b8d65ea2b85
* Update Indonesian translationKukuh Syafaat2021-08-151-363/+389
|
* Update Persian translationDanial Behzadi2021-08-151-414/+432
|
* Update Swedish translationAnders Jonsson2021-08-141-563/+590
|
* Update Brazilian Portuguese translationEnrico Nicoletto2021-08-141-403/+427
|
* Post release version bumpAntónio Fernandes2021-08-141-1/+1
|
* Release version 41.beta41.betaAntónio Fernandes2021-08-142-1/+14
|
* Update Russian translationAlexey Rubtsov2021-08-141-397/+411
|
* Update Portuguese translationHugo Carvalho2021-08-131-8/+21
|
* Update Ukrainian translationYuri Chornoivan2021-08-131-11/+23
|
* trash-bar: Add link to autodelete settingsEric2021-08-131-1/+30
| | | | | | | | | 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
* trash-bar: Add autodelete labelEric2021-08-133-0/+16
| | | | | | | | | 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
* Update Portuguese translationHugo Carvalho2021-08-131-397/+409
|
* Update Occitan translationQuentin PAGÈS2021-08-121-396/+409
|
* Update German translationPhilipp Kiemle2021-08-121-597/+623
|
* tracker-search: fix datetime formatNishit Patel2021-08-121-2/+2
| | | | | | | use `g_date_time_format_iso8601` to properly format datetime as SPARQL only accepts ISO8601 format fixes #1933
* Update Slovenian translationMatej Urbančič2021-08-111-309/+322
|
* Update Ukrainian translationYuri Chornoivan2021-08-111-401/+413
|
* Update Turkish translationEmin Tufan Çetin2021-08-101-396/+408
|
* ci: Use fedora:latest instead of rawhideOndrej Holy2021-08-102-2/+2
| | | | | | There are various problems with the rawhide image currently and I don't know how to workaround them. Let's use fedora:latest (temporarily) to fix our pipeline.
* Switch to meson for gnome-autoarOndrej Holy2021-08-104-3/+9
| | | | Relates: https://gitlab.gnome.org/GNOME/gnome-autoar/-/merge_requests/11
* compress-dialog: Add support for encrypted .zipOndrej Holy2021-08-1012-5/+233
| | | | | | | | Currently, it is not possible to create encrypted archives over Nautilus. Let's add support for encrypted .zip files to not have to install a dedicated archive manager. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/822
* compress-dialog: Update dialog designOndrej Holy2021-08-102-162/+199
| | | | | | | | | Let's update the Compress dialog design as per the mockup for the encrypted archives support. The most visible change is `GtkPopover` with `HdyActionRow` rows for the format selection instead of the `GtkRadioButton` buttons. https://gitlab.gnome.org/GNOME/nautilus/-/issues/822
* Update Slovenian translationMatej Urbančič2021-08-101-437/+446
|
* Update Turkish translationEmin Tufan Çetin2021-08-061-408/+416
|
* Update Persian translationDanial Behzadi2021-08-021-364/+369
|
* Update Greek translationEfstathios Iosifidis2021-07-291-447/+458
|
* Update Catalan translationJordi Mas2021-07-251-656/+473
|
* Update Indonesian translationKukuh Syafaat2021-07-251-43/+43
|
* Update Friulian translationFabio Tomat2021-07-231-408/+417
|
* Update Occitan translationQuentin PAGÈS2021-07-221-398/+395
|
* files-view: Store selected files list for compressingAnubhav Tyagi2021-07-211-10/+27
| | | | | | | | | | | The selected files list is chosen after the user confirmed the compress operation in the compress-dialog which may result in files other than chosen file being compressed. Store the list of selected files when the user chooses the "Compress" option from the menu, to avoid that Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1900
* Update Russian translationAlexey Rubtsov2021-07-191-368/+352
|
* files-view: Bring "Open with..." options togetherluisico2021-07-182-10/+8
| | | | | | | | | | | | | | | | The right-click menu is arranged in a way in which "Open with default application" and "Open With Other Application" are visually separated. It's not comfortable for the user to need to scan the menu looking for the "Open With Other Application" if the default option is not the expected one. This change just puts the two menu items under the same UI section, not only bringing them visually together but also removing any line separation between them since they can be considered to be part of the same concept. Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1268
* Update Indonesian translationKukuh Syafaat2021-07-171-408/+416
|
* replace display_name attribute with edit_name for renamingAnubhav Tyagi2021-07-152-9/+18
| | | | | | | | The edit_name attribute corresponds to G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME attribute. It is almost identical to display_name, except if there is invalid encoding, and is preferred when implementing renaming functionality. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1540
* ci: Build uncrustify from sourcesOndrej Holy2021-07-141-1/+13
| | | | | | | | | The uncrustify package from rawhide contains the following bug: https://github.com/uncrustify/uncrustify/issues/3233. Let's build the uncrustify package from sources as the master branch already contains the following fix: https://github.com/uncrustify/uncrustify/pull/3235. So the workaround from commit 3ad2de33daa5a5df7f1e90acc593b6b246dfb450 can be reverted now.
* Revert "uncrustify: Ignore sp_arith to workaround bug"Ondrej Holy2021-07-141-1/+1
| | | | This reverts commit 3ad2de33daa5a5df7f1e90acc593b6b246dfb450.
* Updated Spanish translationDaniel Mustieles2021-07-131-351/+358
|
* Update Brazilian Portuguese translationEnrico Nicoletto2021-07-121-2085/+233
|
* Update Ukrainian translationYuri Chornoivan2021-07-121-235/+234
|
* Update Portuguese translationHugo Carvalho2021-07-121-228/+229
|