summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* actionbar: Another prototype, this time info bar in the middleaction-info-bar-triple-sectionCarlos Soriano2018-03-242-260/+78
| | | | And buttons in two sections, left and right.
* fCarlos Soriano2018-03-241-6/+0
|
* New prototypeCarlos Soriano2018-03-242-133/+149
|
* CSS: Do some devel styling that doesn't interfere with actual designCarlos Soriano2018-03-231-109/+1
|
* Add custom header bar style backaction-info-bar-compactErnestas Kulik2018-03-231-1/+116
| | | | | It’s a bit ugly how the path bar is stepped around and there are some issues with contrast, but I’m not sure how to avoid that.
* actionbar: Make style more compact and lightCarlos Soriano2018-03-232-188/+39
|
* Add custom CSS for the path bar and the sidebarNikita Churaev2018-03-231-0/+70
|
* action-bar: Try out a flatter designCarlos Soriano2018-03-232-84/+150
|
* action-bar: Reduce text length in descriptionsCarlos Soriano2018-03-231-4/+4
|
* action-bar: implement NautilusActionBarGeorges Basile Stavracas Neto2018-03-2312-560/+1012
| | | | | | The new NautilusActionBar class handles everything needed to be an usable actionbar as envisioned by the available mockups.
* files-view: add ::stop-loading actionGeorges Basile Stavracas Neto2018-03-221-1/+11
| | | | | This action will be consumed by the actionbar, to simplify the development of the stop button.
* view: add NautilusView::selection propertyGeorges Basile Stavracas Neto2018-03-224-20/+48
| | | | | | | | | | Currently we don't have any way to track selection changes, although NautilusView exposes selection. This is an inconsistency in code, and should be avoided. Fix that by adding a NautilusView::selection property and deprecating the NautilusFilesView::selection-changed signal.
* gitlabci: do not try installing Xvfb anymore.Jordan Petridis2018-03-221-2/+0
| | | | | | As it's quite common way to be needed to run display tests, it's now included in the base gnome-nightly docker image.
* gitlabci: use xvfb and enable all the testsJordan Petridis2018-03-221-2/+4
|
* Merge AlexFazakas's list view selection fixesAntónio Fernandes2018-03-212-13/+61
|\ | | | | | | | | | | list-view: Allow right clicking expanders list-view: Make list view selection consistent See merge request GNOME/nautilus!131
| * list-view: Make list view selection consistentAlexandru Fazakas2018-03-212-5/+44
| | | | | | | | | | | | | | | | | | | | | | | | Selecting rows using CTRL/SHIFT with left click is different to right click as GtkTreeView's default code does not support SHIFT+CTRL selection. We want consistency between the two behaviours. We fixed this by replicating the left click behaviour in the right click case. The GTK dependency is also bumped in order to use GtkTreePath autocleanup.
| * list-view: Allow right clicking expandersAlexandru Fazakas2018-03-211-9/+18
|/ | | | | | | | | | | | | Right now, right clicking an expander opens the context menu without changing the selection. This resulted in the context menu affecting other items than the clicked one, which is counterintuitive and should not happen. We fix this by isolating the case where an expander was clicked and we change the selection to the clicked row. Closes https://gitlab.gnone.org/GNOME/nautilus/issues/286
* Merge branch 'error_out' into 'master'Carlos Soriano2018-03-211-1/+14
|\ | | | | | | | | | | | | general: Error out if unhandled protocol is entered from CLI or pathbar Closes #237 See merge request GNOME/nautilus!151
| * nautilus-application: Error out if "x-nautilus-search" is entered from CLIRahul Verma2018-03-211-1/+14
| | | | | | | | | | | | | | | | The problem is that upon entering "x-nautilus-search" in cli a crash is observed. The solution is to explicitly check for "x-nautilus-search" in cli and error out before even opening the uri. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/237
* | Merge branch 'create-config-dir-with-parents' into 'master'Carlos Soriano2018-03-211-1/+1
|\ \ | |/ |/| | | | | file-utilities: Create parents along with config dir See merge request GNOME/nautilus!159
| * file-utilities: Create parents along with config dirErnestas Kulik2018-03-211-1/+1
|/ | | | | While under normal circumstances one could expect XDG_CONFIG_HOME to exist, in rare cases (e.g. test environments), it might not.
* Update Galician translationFran Dieguez2018-03-211-390/+399
| | | | (cherry picked from commit 5a6a923d03054246f642ad44cd6a9b1b74410abc)
* eel: string: fix middle truncation test casesErnestas Kulik2018-03-211-22/+22
| | | | | | | | | | f42979f0b073d96a9157c05c0bff963820a630b4 changed the ellipsis to a unicode one, which is one character in length, in turn changing the expected output. For cases where the truncation length is zero, the expected output is changed to NULL, as 536505728e3963cfc6d2fa93ca2b188bfb5a144b added an assertion.
* CI: simplify running build commandsErnestas Kulik2018-03-211-3/+3
| | | | Thanks to Christian for pointing out `flatpak build` use in Builder.
* Update Croatian translationgogo2018-03-201-377/+384
| | | | (cherry picked from commit e0cfcef44f79c68ad11d768921cea9d65ba70618)
* Update Hungarian translationBalázs Meskó2018-03-201-378/+384
| | | | (cherry picked from commit 7e17250ef94e04d4610ef5c0bbc316fe677f6c22)
* Update German translationChristian Kirbach2018-03-201-81/+88
| | | | (cherry picked from commit abbb6776a9b5886a7d3cdc20aea437e12b4d84c4)
* Update Chinese (Taiwan) translationCheng-Chia Tseng2018-03-201-2/+2
| | | | (cherry picked from commit 4f88733ed20f2e6d5fa8c1c46ea750fd6dd211cf)
* Update Chinese (Taiwan) translationCheng-Chia Tseng2018-03-201-382/+389
| | | | (cherry picked from commit 2713ad8261c1f76fa85ca85020c7aa51b69830ed)
* Merge branch 'list-view-row-expanded-typo' into 'master'António Fernandes2018-03-201-1/+1
|\ | | | | | | | | list-view: Fix "row expanded" typo See merge request GNOME/nautilus!158
| * list-view: Fix "row expanded" typoAlexandru Fazakas2018-03-201-1/+1
| | | | | | | | | | The text was supposed to be "row expanded", but was missing an 'n' and 'uri' should be capitalized.
* | Update Italian translationMilo Casagrande2018-03-201-83/+90
| | | | | | | | (cherry picked from commit fce335f21680a6eb98c41c21ab51835946ce1cf6)
* | CI: Fedora Rawhide: Fix before_scriptCarlos Soriano2018-03-191-1/+1
| |
* | CI: Fedora Rawhide: Remove coverage for nowCarlos Soriano2018-03-191-25/+2
|/ | | We want that as part of the Flatpak build.
* Updated Lithuanian translationAurimas Černius2018-03-191-385/+383
|
* Merge branch 'issue-templates' into 'master'Carlos Soriano2018-03-192-0/+64
|\ | | | | | | | | Add issue templates See merge request GNOME/nautilus!135
| * Issues template: Improve wording and provide only unstable FlatpakCarlos Soriano2018-03-192-29/+31
| | | | | | | | Until we have a repo with the stable one.
| * Add issue templatesErnestas Kulik2018-03-192-0/+62
| | | | | | | | | | This commit adds issue templates for use in GitLab to hopefully improve the quality of bug reports and feature requests that come in.
* | Fix submodule funkinessErnestas Kulik2018-03-192-0/+0
| |
* | Merge branch 'AlexFazakas/include-guards-for-pragma-once' into 'master'Ernestas Kulik2018-03-19147-720/+290
|\ \ | | | | | | | | | | | | | | | | | | Replace include guards with pragma once functionality Closes #294 See merge request GNOME/nautilus!141
| * | eel: self-checks: Fix misaligned argumentsAlexandru Fazakas2018-03-192-15/+14
| | | | | | | | | | | | | | | A couple of arguments were misaligned, so we placed them properly.
| * | general: Remove include guards in favor of pragma onceAlexandru Fazakas2018-03-19147-721/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294 general: Remove include guards in favor of pragma once The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294
* | | Updated Czech translationMarek Cernocky2018-03-191-1/+1
| | |
* | | Updated Czech translationMarek Cernocky2018-03-191-514/+526
| | |
* | | Update Swedish translationAnders Jonsson2018-03-191-376/+383
| | | | | | | | | | | | (cherry picked from commit c5bc9f92d0bedc5b8c485fe69c43e88e7e6604ea)
* | | Update Polish translationPiotr Drąg2018-03-191-376/+394
| | |
* | | Update POTFILES.inPiotr Drąg2018-03-191-2/+2
| | |
* | | Merge branch 'window-slot-null-view' into 'master'Carlos Soriano2018-03-194-19/+57
|\ \ \ | | | | | | | | | | | | | | | | Don’t search without a set-up view See merge request GNOME/nautilus!153
| * | | window: Unset active slot when closing windowErnestas Kulik2018-03-191-0/+1
| | | | | | | | | | | | | | | | | | | | While not strictly necessary, it might prevent the cornerest of corner cases regarding actions in window slots.
| * | | window-slot: Don’t show query editor with no viewErnestas Kulik2018-03-191-2/+4
| | | | | | | | | | | | | | | | | | | | Since the view can be null at the time the user is pressing keys, doing anything with it may lead to a crash.