summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* action-bar: Flat style with expanding text buttonsaction-info-bar-flat-expanding-text-buttonsCarlos Soriano2018-03-253-166/+448
|
* actionbar: Another prototype, this time info bar in the middleCarlos Soriano2018-03-252-260/+78
| | | | And buttons in two sections, left and right.
* fCarlos Soriano2018-03-251-6/+0
|
* New prototypeCarlos Soriano2018-03-252-133/+149
|
* CSS: Do some devel styling that doesn't interfere with actual designCarlos Soriano2018-03-251-109/+1
|
* Add custom header bar style backErnestas Kulik2018-03-251-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-252-188/+39
|
* Add custom CSS for the path bar and the sidebarNikita Churaev2018-03-251-0/+70
|
* action-bar: Try out a flatter designCarlos Soriano2018-03-252-84/+150
|
* action-bar: Reduce text length in descriptionsCarlos Soriano2018-03-251-4/+4
|
* action-bar: implement NautilusActionBarGeorges Basile Stavracas Neto2018-03-2512-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-251-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-254-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.
* general: Listen to icon theme changes on application startupErnestas Kulik2018-03-242-22/+19
| | | | | | | Currently, the code connects to GtkIconTheme::changed in class_init(), which requires an active display in any test that tests the NautilusFile API. Connecting to the signal during application startup instead makes more sense.
* directory: Warn if extension point not registeredErnestas Kulik2018-03-241-0/+4
|
* window: Minor fixes to the about dialog textJuraj Fiala2018-03-241-2/+2
| | | | - Remove redundant copyright - Short descriptions shouldn’t end with full stops
* data/meson.build: Compile gschemas during the buildErnestas Kulik2018-03-241-0/+5
| | | | | In particular this can be useful when running tests from the build directory in Builder.
* Update Slovak translationDušan Kazik2018-03-241-389/+385
| | | | (cherry picked from commit 267e64e76a967badf06b46441dc2d6fdbeb5ae04)
* files-view: Remove unused APIRahul Verma2018-03-242-23/+8
| | | | | | | | nautilus_files_view_handle_scroll_event() is being called only once by nautilus_files_view_scroll_event() in the whole nautilus code base. So remove it's declaration from it's header file, and move it's code to nautilus_files_view_scroll_event() directly. Note - nautilus_files_view_handle_scroll_event() used to be used by compact view, which was removed in commit https://gitlab.gnome.org/GNOME/nautilus/commit/241e462024070d9f79f4816256fc00ff5119e25f
* file: Ignore Desktop for default Downloads sortingAntónio Fernandes2018-03-231-4/+2
| | | | | | We no longer have a desktop view with manually sorted items, so there is no need to guard it against the case of both XDG_DESKTOP_DIR and XDG_DOWNLOAD_DIR being set to the same directory.
* file-utilities: Remove leftovers of desktop removalAntónio Fernandes2018-03-232-2/+0
| | | | | | | Since commit 74dd9c9f72002d482c898a704bb5b95655e35e08, this function is undefined and this constant is unused. Let's drop them.
* file-utils: Remove obsolete API for desktop dirAntónio Fernandes2018-03-234-88/+0
| | | | | | | | | | | | | None of this is currently used. Also, since the desktop_is_home_dir setting was removed in commit 5ab3050f22da718264a35e61ada4be1a386a6e2d, the desktop dir is always XDG_DESKTOP_DIR. Thanks to that, we can simply use this instead: nautilus_file_is_user_special_directory (file, G_USER_DIRECTORY_DESKTOP) Therefore, remove the obsolete API.
* files-view: Allow trashing/deleting Desktop dirAntónio Fernandes2018-03-231-23/+11
| | | | | | | | | | We disable trashing/deleting the Desktop directory. But we allow trashing/deleting other XDG user dirs (Documents, Music,...). If a person doesn't want to use an "icons on desktop" implementation, this person may want to remove this folder from their Home directory. To allow it, don't disable trashing/deleting the Desktop directory.
* Update Brazilian Portuguese translationRafael Fontenelle2018-03-231-381/+395
| | | | (cherry picked from commit 6f7de3223d133907020f3f0778fd158672b12594)
* Make strings consistentAlexandre Franke2018-03-231-1/+1
|
* canvas-item: Let Pango detect base directionKhaled Hosny2018-03-231-1/+0
| | | | | | | | | | | | | | | When using right-to-left (RTL) UI, files that start with neutral or weak directional characters (like punctuation and numbers) while the rest of file name is strong left-to-right (LTR) characters (like Latin characters), the Pango layout base direction should be LTR for proper display of such file names, and Pango can automatically detect that, but canvas item disables automatic detection of base direction and forcing the use of UI direction which leads to broken display if the UI locale is RTL. The reverse can also happen for RTL file names in LTR UI. The pango_layout_set_auto_dir (layout, FALSE) was introduced in commit ade1f99c97 to fix “text drawing in RTL mode in text beside icons”, but text besides icons is long gone AFAICT.
* Update Turkish translationFurkan Tokaç2018-03-231-385/+398
| | | | (cherry picked from commit db87a933c3cca40dbf9c8ec4aaa803f0c510bc99)
* 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
|