summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* canvas-item: Use 0px border-radius for thumbnails2161-laggy-scrolling-with-adwaita-themeAntónio Fernandes2022-02-282-0/+6
| | | | | | | | | | The border-radius intended for drawing the selection rectangle around labels is also causing black artifacts in the corners of thumbnails. This was not noticeable before because thumbnails had a rounded frame. So, set the radius to 0 when drawing the thumbnails, but restore the radius for the labels.
* css: Don't use shadow bur for thumbnailsAntónio Fernandes2022-02-281-8/+12
| | | | | | | | | Gaussian blur has high performance impact. Overlap plain shadows with varying offsets and opacity to achieve an identical visual result at low performance cost. Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2161
* Updated Danish translationAlan Mortensen2022-02-281-883/+905
|
* Update French translationCharles Monzat2022-02-281-894/+916
|
* Update Polish translationPiotr Drąg2022-02-271-887/+874
|
* Update Slovak translationDušan Kazik2022-02-251-892/+916
|
* Update Hebrew translationYosef Or Boczko2022-02-241-8/+8
|
* Updated Spanish translationDaniel Mustieles2022-02-241-554/+511
|
* Update Persian translationDanial Behzadi2022-02-201-806/+821
|
* Update Catalan translationJordi Mas2022-02-201-1/+1
|
* Update Portuguese translationHugo Carvalho2022-02-191-29/+29
|
* Update Portuguese translationJuliano de Souza Camargo2022-02-191-751/+699
|
* Update Turkish translationEmin Tufan Çetin2022-02-181-881/+902
|
* Update Indonesian translationKukuh Syafaat2022-02-181-514/+473
|
* Update Japanese translationsicklylife2022-02-171-6/+79
|
* Update Occitan translationQuentin PAGÈS2022-02-161-512/+470
|
* Update Bulgarian translationAlexander Shopov2022-02-141-1/+1
|
* Update Bulgarian translationAlexander Shopov2022-02-141-879/+867
|
* Update Hebrew translationYosef Or Boczko2022-02-131-533/+490
|
* Update Slovenian translationMatej Urbančič2022-02-131-909/+1011
|
* Update Russian translationAleksandr Melman2022-02-131-726/+621
|
* Update Basque translationAsier Sarasua Garmendia2022-02-131-883/+905
|
* Update Galician translationFran Dieguez2022-02-121-819/+829
|
* Updated Czech translationMarek Černocký2022-02-121-888/+874
|
* Update Chinese (China) translationLuming Zh2022-02-121-883/+913
|
* Update Catalan translationJordi Mas i Hernandez2022-02-121-515/+474
|
* Post release version bumpAntónio Fernandes2022-02-121-1/+1
|
* Release version 42.beta42.betaAntónio Fernandes2022-02-122-1/+11
|
* application: Support dark preferenceAlexander Mikhaylenko2022-02-122-1/+4
|
* pathbar: Fix custom stylesAntónio Fernandes2022-02-121-3/+3
| | | | | The button radius doesn't match the box radius and the underflow area doesn't match the CSS selector. Fix these issues.
* list-view: Add shadows for thumbnailsAntónio Fernandes2022-02-112-4/+87
| | | | Same rationale as the previous commit.
* canvas-view: Add shadows for thumbnailsAntónio Fernandes2022-02-116-8/+38
| | | | | | | | The frame around thumbnails has been removed in preparation for GTK4, but it was also a blocker for adopting dark mode. Following the example of the GTK 4 port, use shadows to keep contrast between thumbnails and background while working also for dark mode.
* flatpak: Allow accessing the GPUGeorges Basile Stavracas Neto2022-02-112-0/+2
| | | | | | | | By giving the --device=dri permission, Nautilus can access the GPU. This wasn't a big deal with GTK3, but on GTK4 that enabled hardware-accelerated rendering via OpenGL, and it makes a noticeable difference in terms of CPU usage and perceived performance.
* file-operations: Call autoar_compressor_set_passphrase conditionallyOndrej Holy2022-02-111-1/+4
| | | | | | | | The `autoar_compressor_set_passphrase` function is always called currently regardless the fact whether password is set, or not. Consequently, the "autoar_compressor_set_passphrase: assertion 'self->format == AUTOAR_FORMAT_ZIP' failed" critical is printed. Let's call that function only if the passphrase is really wanted.
* flatpak: Use `main` branch for libportalChristopher Davis2022-02-112-1/+3
| | | | | | | | libportal changed the name of their primary branch to `main`. `flatpak` can't automatically handle `main`, so we need to specify it manually. Should fix the recent CI failures.
* general: Make message dialogs modal againOndrej Holy2022-02-112-4/+4
| | | | | | | | After the GTK 4 port, some dialogs are no more modal. This is regression, which is probably caused by the fact, that this needs to be explicitly specified now. Let's make all the `GtkMessageDialog` dialogs modal again. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2117
* Revert "query-editor: Stop using libgd"Ondrej Holy2022-02-111-22/+1
| | | | This reverts commit 004af59f1aed91e7e897580e711adefefd97de41.
* Revert "build: Drop libgd dependency and submodule"Ondrej Holy2022-02-114-0/+16
| | | | This reverts commit b4f70a8872ca2b243a4b44ed4396e7bb6bbd0c05.
* Revert "properties-window: Don't set filechooser preview"António Fernandes2022-02-111-1/+55
| | | | This reverts commit 34d0d8669ad32d566c4024f1647ed7090cd40924.
* Revert "files-view: Stop setting custom filechooser filter"António Fernandes2022-02-111-0/+56
| | | | This reverts commit 610b6902921ae9bdb1d23e044a5ba61ebc45afc2.
* Revert "files-view: Stop connecting to GtkFileChooser::current-folder-changed"António Fernandes2022-02-111-0/+39
| | | | This reverts commit f9197e0ee01c1d4494ddbb90f7e3b717d02930e3.
* Revert "general: Rename 'canvas' to 'grid' in enums"Ondrej Holy2022-02-1112-53/+53
| | | | This reverts commit 5830de7f41f2f92e60d84ec561720e1f3bc1aae6.
* Revert "general: Remove canvas view"Ondrej Holy2022-02-1123-12/+19035
| | | | This reverts commit 2d1deaac2dd12b0ba16446bfbf3498b266e60338.
* Revert "global-preferences: Remove now-unused preferences"Ondrej Holy2022-02-116-2/+56
| | | | This reverts commit 0a1f78a77225a6838e507aebc5ce878a8d44d2de.
* Revert "files-view: Drop unused vfunc"Ondrej Holy2022-02-111-0/+9
| | | | This reverts commit bfc9d4ed4e19e9c76ab715a433a8c800a2e6423d.
* Revert "general: Use in-tree copy of GtkPlacesSidebar"António Fernandes2022-02-1118-7532/+136
| | | | This reverts commit 7bf5ab0c73d5027dbe754df34243054a83ffae1b.
* Revert "toolbar: Drop theatrics animation on the operations button"Ondrej Holy2022-02-1110-0/+2060
| | | | This reverts commit 266f8913a0b7e099829524df747a2362a70d34f6.
* Revert "properties-window: Drop HiDPI icon support"Ondrej Holy2022-02-111-4/+7
| | | | This reverts commit f3fea0fe1574b8a290bc1d58c5a1c6dd67dd7077.
* Revert "list-view: Drop HiDPI icon support"Ondrej Holy2022-02-112-10/+8
| | | | This reverts commit dfe5e6b806a5317503a159dbfa213a00af6ed74b.
* Revert "general: Disable Drag-and-drop"Ondrej Holy2022-02-1120-72/+7
| | | | This reverts commit 309247bc9091076f5da92c1b135a9fbe35b2a6f3.