summaryrefslogtreecommitdiff
path: root/src/resources/nautilus.gresource.xml
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-07-20 21:31:46 -0400
committerAntónio Fernandes <antoniof@gnome.org>2022-08-06 23:55:31 +0000
commit3a2e1d04e6fe9b5f629a36ed06b5e60ed0a78e26 (patch)
treed3ec3da8bb132326ca6f24545ec67773c3649b82 /src/resources/nautilus.gresource.xml
parent92a135f19194d64bf7113606edb919b6290409a4 (diff)
downloadnautilus-3a2e1d04e6fe9b5f629a36ed06b5e60ed0a78e26.tar.gz
toolbar: Factor out history controls
In order to adapt to narrow window sizes, we need to be be able to show the same controls in different places, but we don't want to duplicate the code or the UI definitions. Thus, we should encapsulate the code and logic we need into distinct reusable components. Start with the back and forward buttons, along with their context menu. They will update their state properly through bindings without needing to call any functions ourselves.
Diffstat (limited to 'src/resources/nautilus.gresource.xml')
-rw-r--r--src/resources/nautilus.gresource.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/nautilus.gresource.xml b/src/resources/nautilus.gresource.xml
index cf54b6f52..b202597d3 100644
--- a/src/resources/nautilus.gresource.xml
+++ b/src/resources/nautilus.gresource.xml
@@ -6,6 +6,7 @@
<file>ui/nautilus-app-chooser.ui</file>
<file>ui/nautilus-pathbar-context-menu.ui</file>
<file>ui/nautilus-toolbar.ui</file>
+ <file>ui/nautilus-history-controls.ui</file>
<file>ui/nautilus-toolbar-view-menu.ui</file>
<file>ui/nautilus-column-chooser.ui</file>
<file>ui/nautilus-list-view-column-editor.ui</file>