From e886e958845ad243debf35139ffa81be9aad3088 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 19 Sep 2003 08:50:56 +0000 Subject: Do not use .in for not to translate files. 2003-09-19 Marco Pesenti Gritti * data/ui/Makefile.am: * data/ui/epiphany-bookmark-editor-ui.xml.in: * data/ui/epiphany-fs-toolbar.xml: * data/ui/epiphany-history-window-ui.xml.in: * data/ui/epiphany-toolbar.xml.in: * data/ui/epiphany-ui.xml.in: Do not use .in for not to translate files. * lib/egg/egg-editable-toolbar.c: (create_toolbar), (toolbars_clean), (egg_editable_toolbar_construct), (egg_editable_toolbar_set_model), (egg_editable_toolbar_set_merge): * lib/egg/egg-toolbars-model.c: (parse_toolbars): Handle change of properties correctly. Add a toolbar style property in the xml. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_init): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_init): * src/ephy-shell.c: (ephy_shell_init), (ephy_shell_finalize), (ephy_shell_get_toolbars_model): * src/ephy-shell.h: * src/ephy-window.c: (ephy_window_fullscreen), (ephy_window_unfullscreen): * src/toolbar.c: (bookmark_destroy_cb), (toolbar_ensure_action), (init_bookmarks_toolbar), (init_normal_mode), (init_fullscreen_mode), (window_state_event_cb), (toolbar_set_window), (toolbar_set_visibility): * src/toolbar.h: * src/window-commands.c: (toolbar_editor_response_cb), (window_cmd_edit_toolbar): Special, more compact, toolbar layout for fullscreen. --- data/ui/Makefile.am | 15 +-- data/ui/epiphany-bookmark-editor-ui.xml | 56 +++++++++++ data/ui/epiphany-fs-toolbar.xml | 10 ++ data/ui/epiphany-history-window-ui.xml | 40 ++++++++ data/ui/epiphany-toolbar.xml | 46 +++++++++ data/ui/epiphany-ui.xml | 159 ++++++++++++++++++++++++++++++++ 6 files changed, 320 insertions(+), 6 deletions(-) create mode 100644 data/ui/epiphany-bookmark-editor-ui.xml create mode 100644 data/ui/epiphany-fs-toolbar.xml create mode 100644 data/ui/epiphany-history-window-ui.xml create mode 100644 data/ui/epiphany-toolbar.xml create mode 100644 data/ui/epiphany-ui.xml (limited to 'data/ui') diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am index 76467e77c..a0123616d 100644 --- a/data/ui/Makefile.am +++ b/data/ui/Makefile.am @@ -1,12 +1,15 @@ uixmldir = $(pkgdatadir) -uixml_in_files = epiphany-ui.xml.in \ - epiphany-bookmark-editor-ui.xml.in \ - nautilus-epiphany-view.xml.in \ - epiphany-toolbar.xml.in \ - epiphany-history-window-ui.xml.in - +uixml_in_files = nautilus-epiphany-view.xml.in uixml_DATA = $(uixml_in_files:.xml.in=.xml) +xmldir = $(pkgdatadir) +xml_DATA = \ + epiphany-fs-toolbar.xml \ + epiphany-bookmark-editor-ui.xml \ + epiphany-ui.xml \ + epiphany-toolbar.xml \ + epiphany-history-window-ui.xml + @INTLTOOL_XML_RULE@ EXTRA_DIST = $(uixml_in_files) diff --git a/data/ui/epiphany-bookmark-editor-ui.xml b/data/ui/epiphany-bookmark-editor-ui.xml new file mode 100644 index 000000000..449229660 --- /dev/null +++ b/data/ui/epiphany-bookmark-editor-ui.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/ui/epiphany-fs-toolbar.xml b/data/ui/epiphany-fs-toolbar.xml new file mode 100644 index 000000000..2eec09e81 --- /dev/null +++ b/data/ui/epiphany-fs-toolbar.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/data/ui/epiphany-history-window-ui.xml b/data/ui/epiphany-history-window-ui.xml new file mode 100644 index 000000000..1d977b092 --- /dev/null +++ b/data/ui/epiphany-history-window-ui.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/ui/epiphany-toolbar.xml b/data/ui/epiphany-toolbar.xml new file mode 100644 index 000000000..6accae2fb --- /dev/null +++ b/data/ui/epiphany-toolbar.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml new file mode 100644 index 000000000..d4fbb636a --- /dev/null +++ b/data/ui/epiphany-ui.xml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3