summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* toolbar: Always show pathbar backgroundantoniof/goodbye-morphing-pathbarAntónio Fernandes2019-08-053-46/+14
| | | | | | | | | | | | | | | We hide the pathbar background when the window is small enough that the pathbar is no longer centered. This was introduced to make the pathbar flat. However, now that the pathbar is buttonized again, it doesn't make it flat, so there is no point. Also, the transformation is surprising. Furthermore, it is prone to styling glitches. So, give up on the transformation and always have a pathbar background, effectively reverting commit 080400bd243ab86d82954eaff0c866c3ac97f3f2 Fixes: https://gitlab.gnome.org/GNOME/nautilus/issues/907
* Update British English translationPhilip Withnall2019-08-051-853/+1102
|
* Update Catalan translationJordi Mas2019-08-051-2/+2
|
* triage-policies: Update renamed roadmap labelsAntónio Fernandes2019-08-041-3/+3
| | | The bot has been closing Deliverable/Stretch features, because the labels were renamed.
* Update Romanian translationFlorentina Mușat2019-08-041-368/+380
|
* nautilus-file.c: Add transparent padding to thumbnailsChris Billington2019-08-031-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
* Update Catalan translationJordi Mas2019-07-311-1/+1
|
* Update Norwegian Bokmål translationKjartan Maraas2019-07-261-1613/+1608
|
* Updated Spanish translationDaniel Mustieles2019-07-241-26/+28
|
* Update Catalan translationJordi Mas2019-07-231-371/+380
|
* Update Brazilian Portuguese translationRafael Fontenelle2019-07-221-127/+150
|
* Update Basque translationAsier Sarasua Garmendia2019-07-211-295/+309
|
* Update Croatian translationGoran Vidović2019-07-191-17/+17
|
* Add Karbi translationJor Teron2019-07-162-0/+5586
|
* Fix typoRazzeee2019-07-131-1/+1
|
* Bug.md: Improve Nightly test instructionsAntónio Fernandes2019-07-131-15/+16
| | | | | | | | | | | | | | The process of copying an URL to open in the browser, then saving it with the propper name, and then figuring out how to install it is cumbersome and hard to explain in short instructions. So, just provide a terminal command that does the job. Also, move this section to the top, so that the person filing the issue is invited to test the Nightly before they invest time writing the steps to reproduce. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/621
* Update Indonesian translationKukuh Syafaat2019-07-081-16/+16
|
* Update Friulian translationFabio Tomat2019-07-061-16/+16
|
* docs: Improve BUGS section of nautilus man pageOndrej Holy2019-07-051-2/+2
| | | | | The BUGS section of nautilus man page is awkwardly phrased. Use the same wording as it is used in nautilus-autorun-software man page.
* docs: Add nautilus-autorun-software man pageOndrej Holy2019-07-052-0/+27
| | | | | | | | | nautilus-autorun-software is the default "x-content/unix-software" handler for GNOME desktop. So it is not just internal tool and thus it should have a man page. Let's add a simple man page for it. It resolves the following downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1725766
* appdata: Use Files instead of NautilusOndrej Holy2019-07-041-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-07-041-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
* Updated Slovenian translationMatej Urbančič2019-07-021-128/+137
|
* flatpak: fix the yml manifests to better reflect json structureJordan Petridis2019-07-022-10/+8
| | | | See !467
* build: fix flatpak json manifestChristian Hergert2019-07-011-8/+8
| | | | | This allows Builder to open the Nautilus project again. I suspect that there is also some configuration issue with the .yml file.
* Update Friulian translationFabio Tomat2019-06-301-95/+102
|
* general: Drop in-tree copy of gnome-desktopErnestas Kulik2019-06-2812-2437/+39
| | | | | The code was copied to avoid having an external GTK+ 3 dependency, but at this point it’s more trouble than it’s worth.
* tracker-utilities: Ignore XDG use dirs set to $HOMEAntónio Fernandes2019-06-281-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-06-281-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-06-281-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
* nautilus.doap: Remove selfErnestas Kulik2019-06-231-7/+0
| | | Bye and thanks for all the fish.
* Update Indonesian translationKukuh Syafaat2019-06-211-95/+103
|
* Update Croatian translationGoran Vidović2019-06-201-109/+128
|
* appdata: Fix accidentally changed appstream IDKalev Lember2019-02-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
* Updated Spanish translationDaniel Mustieles2019-06-191-95/+103
|
* Update Dutch translationNathan Follens2019-06-181-125/+140
|
* Update Greek translationEfstathios Iosifidis2019-06-161-94/+101
|
* Update Chinese (Taiwan) translationCheng-Chia Tseng2019-06-161-823/+1065
|
* toolbar: add missing mnemonic in main menuTomasz Gąsior2019-06-151-1/+1
|
* toolbar: remove redundant separators in main menuTomasz Gąsior2019-06-151-20/+7
|
* Adwaita.css: make disclosure-button styles specificTomasz Gąsior2019-06-151-1/+2
| | | | | | Original intention was to make disclosure button narrow. Override horizontal paddings only and inherit vertical paddings from parent stylesheet for simpler maintenance.
* Adwaita.css: make sidebar selector specificTomasz Gąsior2019-06-151-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-06-151-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-06-151-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
* Update Greek translationEfstathios Iosifidis2019-06-121-303/+312
|
* triage-policies: Don't repeat untriaged issuesAntónio Fernandes2019-06-091-0/+1
| | | | | If not addressed in a week, untriaged issue are listed again in the new summary issue. Avoid this by ignoring those already marked as untriaged.
* meson.build: Disable GLib deprecation warningsErnestas Kulik2019-06-021-0/+7
|
* location-entry: Allow white space paddingDaniel Pauls2019-06-021-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
* Update Hungarian translationBalázs Meskó2019-06-011-303/+311
|
* files-view: Stop leaking context menusErnestas Kulik2019-05-271-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