summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* batch-rename-dialog: Don't use GtkContainer::add()wip/antoniof/gtk4-preparation-batch-rename-dialogAntónio Fernandes2021-08-151-31/+23
| | | | | | | Instead of creating GtkListBoxRows directly, we can just create their child widget and use GtkListBox::insert() method directly. This prepares for GTK4, where GtkContainer is gone.
* batch-rename-dialog: Don't keep a list of rowsAntónio Fernandes2021-08-151-34/+23
| | | | | | | We already have a list of their childred, so we can just call GtkWidget::get_parent(). This prepares for the next commit to drop direct rows creation.
* batch-rename-dialog: Don't add separator above first rowAntónio Fernandes2021-08-151-21/+15
| | | | It doesn't look good.
* batch-rename-dialog: Don't use gtk_widget_get_preferred_height()Ernestas Kulik2021-08-151-16/+16
| | | | | | | | The functions for getting the width and height separately are gone in GTK4. When not using them for height-for-width/width-for-height measurements, they can be trivially replaced with get_preferred_size(). Rebased and ammended by António Fernandes <antoniof@gnome.org>
* batch-rename-dialog: Replace GtkStateType with GtkStateFlagsErnestas Kulik2021-08-151-2/+2
| | | | The former has been deprecated since 3.14.
* 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
|
* files-view: Fix comma placement in a floating barNick Montalbano2021-07-121-5/+26
| | | | | | | | | | When files are selected the floating bar appears with info about their types, count, and size. In certain cases, there is an extra space character before the comma when the folder item count is not known. Also, there is an extra space character at the end when the size for other files is not known. To fix those issues, let's handle those cases differently. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1867
* uncrustify: Ignore sp_arith to workaround bugAntónio Fernandes2021-07-111-1/+1
| | | | | | | | | | | A new bug in uncrustify 0.73 causes a pointer type to be interpreted as an arithmetic operation, thus adding a space. [0] This causes the CI pipeline to fail on style-check job. To workaround this, ignore the "space around arithmetic operator" rule. [0] https://github.com/uncrustify/uncrustify/issues/3233
* general: Uniformize case code styleAntónio Fernandes2021-07-1122-0/+80
| | | | | | | | There are a few non-braced single-statement in the final cases, which have gone unnoticed until detected by a recent uncrustify update. Let's add the missing braces around single-statements even if it's the last case.
* Update Ukrainian translationYuri Chornoivan2021-07-111-165/+170
|