summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Chinese (China) translationgnome-3-32Boyuan Yang2020-06-231-1043/+1310
|
* Fixed reported typo in Czech translationMarek Černocký2019-09-121-1/+1
|
* Update German translationChristian Kirbach2019-09-061-114/+114
|
* Update Icelandic translationSveinn í Felli2019-08-121-744/+1009
|
* Release version 3.32.33.32.3Ernestas Kulik2019-08-062-1/+4
|
* Revert "appdata: update the appstream data to follow the latest specs"Ernestas Kulik2019-08-061-28/+18
| | | | This reverts commit 4695f6dbe1bd5e5715f4724cd38ea3f4d6780c30.
* Revert "toolbar: remove redundant separators in main menu"Ernestas Kulik2019-08-061-7/+20
| | | | This reverts commit 595ab87f33cf91637901a908b9247b4ca2f02d73.
* Revert "toolbar: add missing mnemonic in main menu"Ernestas Kulik2019-08-061-1/+1
| | | | This reverts commit 3954a7e87bd4ea47c181090682293c968c560e7f.
* Revert "appdata: Fix accidentally changed appstream ID"Ernestas Kulik2019-08-061-1/+1
| | | | This reverts commit 07596e742102bca774594b98adebf0028c2b9e97.
* Revert "appdata: Use Files instead of Nautilus"Ernestas Kulik2019-08-061-2/+2
| | | | This reverts commit a8e444a56b7b73ca44090daa161dec84d4c87f5e.
* Release version 3.32.23.32.2Ernestas Kulik2019-08-062-1/+17
| | | | Not going to type “3.30” this time.
* nautilus-file.c: Add transparent padding to thumbnailsChris Billington2019-08-061-1/+23
| | | | | | | | Pad thumbnails with transparency such that the resulting image is square. This ensures that the pixmap has room for emblems even when the image has an extreme aspect ratio. Closes #912
* appdata: Use Files instead of NautilusOndrej Holy2019-08-061-2/+2
| | | | | | | | | Files is name which is used in the About dialog, the in Desktop file and on the website, thus we should use it also in the AppData file as other projects do. This fixes the following downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1725120
* window: Add website link to About dialogOndrej Holy2019-08-061-0/+1
| | | | | | | Add the missing website link in the About dialog. This fixes the following downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1725101
* tracker-utilities: Ignore XDG use dirs set to $HOMEAntónio Fernandes2019-08-061-19/+53
| | | | | | | | | | | | If the "index-recursive-directory" key lists an XDG user dir which is set to $HOME (e.g., in my case, I have no Desktop folder), then we assume the whole home dir is recursively indexed. As a result, we show stars everywhere under the home dir. But this is not what Tracker's files miner does. It ignores these cases, avoiding recursively indexing the whole home dir. So, skip these cases. Also, document the utility function.
* tracker-utilities: Acknowledge non-recursive indexingAntónio Fernandes2019-08-061-5/+16
| | | | | | | | | | We are looking at "index-recursive-directories" alone for knowing which directories are indexed by tracker. But there is also a "index-single-directories" key, which by default includes the user's home directory. So, read and interpret this key accordingly.
* tracker-utilities: Acknowledge recursive indexingAntónio Fernandes2019-08-061-1/+2
| | | | | | | | | | | | | We report directories listed in the "index-recursive-directories" key as indexed, but we fail to report their subfolders are indexed. This causes starring to be disabled in subfolders that are actually indexed. So, report directories as indexed if any of their ascendants is listed in that key. Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/947
* appdata: Fix accidentally changed appstream IDKalev Lember2019-08-061-1/+1
| | | | | | | Keep the ID as "org.gnome.Nautilus.desktop" as was in 3.32.x. The appstream ID is supposed to be stable and not change. This partially reverts commit e3e2811b9e09e9b265babddbaaad319a62f8caeb
* toolbar: add missing mnemonic in main menuTomasz Gąsior2019-08-061-1/+1
|
* Adwaita.css: make disclosure-button styles specificTomasz Gąsior2019-08-061-1/+2
| | | | | | Original intention was to make disclosure button narrow. Override horizontal paddings only and inherit vertical paddings from parent stylesheet for simpler maintenance.
* toolbar: remove redundant separators in main menuTomasz Gąsior2019-08-061-20/+7
|
* Adwaita.css: make sidebar selector specificTomasz Gąsior2019-08-061-7/+7
| | | | | | | | | Have been using CSS to desaturate nautilus sidebar. However, this also affects the GtkFileChooser invoked by nautilus, which is unnecessary and breaks consistency with other apps. To avoid that side effect, use more specific CSS selectors.
* appdata: update the appstream data to follow the latest specsBilal Elmoussaoui2019-08-061-18/+28
| | | | | | Specs: https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html The categories are merged from the desktop file with appstream-compose No need to keep a duplicated info here.
* window: Don’t mix and match enum typesErnestas Kulik2019-08-061-9/+4
| | | | | | | | | | Using NautilusNewTabPosition as NautilusWindowOpenFlags can result in a failed assertion when the value is equal to 1 (NAUTILUS_WINDOW_OPEN_FLAG_NEW_WINDOW/NAUTILUS_NEW_TAB_POSITION_END). Additionally, nautilus_window_open_location_full() checks the new tab position, so it is simply pointless to do that beforehand. Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/953
* meson.build: Disable GLib deprecation warningsErnestas Kulik2019-08-061-0/+7
|
* location-entry: Allow white space paddingDaniel Pauls2019-08-061-5/+17
| | | | | | | | If a path in the location entry has white space as a padding Nautilus will throw an error. Stripping it before parsing will fix this. Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/1030
* files-view: Stop leaking context menusErnestas Kulik2019-08-061-26/+49
| | | | | | | | Currently, the context menus are created on the spot and attached to the view widget, which, somehow, does not mean that it will get detached after being closed. This commit makes the GtkMenu objects permanent. Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/791
* files-view: Use g_autoptr for GtkBuilderErnestas Kulik2019-08-061-3/+1
|
* files-view: Stop sinking ref for GMenu instancesErnestas Kulik2019-08-061-2/+7
| | | | They are not GInitiallyUnowned.
* Fix NautilusScripts environment variable in search viewdaniel2019-08-061-1/+2
| | | | | | In search view the directory uri is `x-nautilus-search://N/` and is not respected by the condition to set `$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS` environment variable.
* window: Don’t hide undo notifications after destructionErnestas Kulik2019-08-061-0/+2
| | | | | | | | | In-app undo notifications are removed after a timeout, regardless of whether the window is alive or not, which can cause criticals to be thrown. Removing the event source before chaining up in the destroy() vfunc fixes this. Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/1026
* gnome-desktop: update upstream gnome-desktop-thumbnail-scriptdaniel2019-08-061-3/+13
| | | | | Parity change for https://gitlab.gnome.org/GNOME/gnome-desktop/merge_requests/38
* Release version 3.30.13.32.1Ernestas Kulik2019-05-052-1/+7
|
* files-view: Fix unintended mnemonics in context menuDaniel Pauls2019-05-051-2/+9
| | | | | | | | | | If a template has an underscore in its name, it will be interpreted as a mnemonic shortcut, which is not desired for these. Escaping underscores makes the labels appear as they are. Related: https://bugzilla.gnome.org/show_bug.cgi?id=783249 Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/995
* window-slot: Change assert inside nautilus_window_slot_get_locationwhs2019-05-051-1/+1
| | | | Closes https://gitlab.gnome.org/GNOME/nautilus/issues/970
* build: Don’t index into gnome.compile_resources() arrayErnestas Kulik2019-05-051-3/+2
| | | | | | Even considering the fact that https://github.com/mesonbuild/meson/pull/4222 was reverted, maybe it’s not such a good idea to trust the docs and use magical indices.
* general: Update URL for issue reportsZhaoQiang2019-05-052-3/+3
|
* build: Don’t build lineup-parameters by defaultErnestas Kulik2019-05-051-0/+1
| | | | It’s only needed on a case-by-case basis.
* Update Brazilian Portuguese translationRafael Fontenelle2019-04-161-19/+15
|
* Define symbol needed for gnome-desktopEmmanuele Bassi2019-04-141-0/+9
| | | | | | The copy-paste of libgnome-desktop's thumbnailing code is missing a symbol that is defined by the libgnome-desktop build, which breaks Nautilus's own build.
* Update gnome-desktop codeErnestas Kulik2019-04-142-3/+9
| | | | Closes https://gitlab.gnome.org/GNOME/nautilus/issues/987
* Update German translationChristian Kirbach2019-04-101-248/+244
|
* Updated Danish translationAsk Hjorth Larsen2019-04-081-1/+1
|
* Updated Danish translationAsk Hjorth Larsen2019-04-071-382/+355
|
* canvas-view: Remove can-accept-item leftoversErnestas Kulik2019-04-051-11/+0
| | | | Missed in cfb82a53a28b4e461361068967d109ceec2f46ec.
* window-slot: Use g_clear_object()Ernestas Kulik2019-04-051-2/+1
|
* Update Esperanto translationCarmen Bianca BAKKER2019-03-281-254/+250
|
* README: Update to 3.32 and move to DiscourseCarlos Soriano2019-03-251-4/+3
| | | See https://mail.gnome.org/archives/nautilus-list/2019-March/msg00000.html
* Update Croatian translationGoran Vidović2019-03-251-806/+1046
|
* triage: Update Strech and Deliverable labelsCarlos Soriano2019-03-251-3/+3
|