diff options
author | Carlos Soriano <csoriano@gnome.org> | 2018-04-13 21:36:42 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2018-05-03 22:43:39 +0200 |
commit | f278574df4a7fe84ff8f7e70b0f9f260fa665072 (patch) | |
tree | f8049044b4ba7b6b9cf1747c898ab21294d482b0 /src/nautilus-window-slot.h | |
parent | 7346702032adde2255db99563b20f11715b2ab37 (diff) | |
download | nautilus-f278574df4a7fe84ff8f7e70b0f9f260fa665072.tar.gz |
general: Add actions to the toolbar
Generally actions in Nautilus were accessed through context menus or
keyboard shorcuts. However, those are not very discoverable and are
not touch friendly.
Even more, in list view it was not possible to access background actions
since there is always a selection, making Nautilus UX quite poor in that
case.
Also some actions were placed in the app menu, which didn't was not as
clear for some people given that we have most of actions in the toolbar.
In all, we came with a new design that solves the main goals of
discoverability, touch friendly and accessibility for background actions
and app actions, and now are placed in the toolbar together with an
overhaul of the looks of Nautilus path bar and search.
There is still work to do, specifically finding a design that works for
the selection actions and also to replace the current information
floating bar. The later might be just a different goal. However this
goes in the right direction.
See https://gitlab.gnome.org/GNOME/nautilus/issues/322
Diffstat (limited to 'src/nautilus-window-slot.h')
-rw-r--r-- | src/nautilus-window-slot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nautilus-window-slot.h b/src/nautilus-window-slot.h index 86b441fdc..4cf323027 100644 --- a/src/nautilus-window-slot.h +++ b/src/nautilus-window-slot.h @@ -125,5 +125,7 @@ void nautilus_window_slot_restore_from_data (NautilusWindowSlot *self, RestoreTabData* nautilus_window_slot_get_restore_tab_data (NautilusWindowSlot *self); +NautilusQueryEditor *nautilus_window_slot_get_query_editor (NautilusWindowSlot *self); + /* Only used by slot-dnd */ NautilusView* nautilus_window_slot_get_current_view (NautilusWindowSlot *slot); |