From 853e7df8135a9a57071e3b0122e4dbf29e447dc9 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Fri, 14 Feb 2003 18:52:57 +0000 Subject: Add tab load notification (a little spinning icon), and a context menu for 2003-02-14 James Willcox * data/art/Makefile.am: * data/ui/Makefile.am: * lib/widgets/ephy-notebook.c: (ephy_notebook_init), (ephy_notebook_set_page_status), (tab_build_label): * src/bookmarks/ephy-bookmarks-editor.c: (popup_cmd_open_bookmarks_in_tabs), (popup_cmd_open_bookmarks_in_browser), (popup_cmd_remove_bookmarks), (ephy_bookmarks_editor_finalize), (ephy_bookmarks_editor_show_popup_cb), (ephy_bookmarks_editor_construct): Add tab load notification (a little spinning icon), and a context menu for the bookmarks editor. --- data/art/Makefile.am | 3 ++- data/art/epiphany-tab-loading.gif | Bin 0 -> 288 bytes data/ui/Makefile.am | 1 + data/ui/epiphany-bookmark-editor-ui.xml.in | 13 +++++++++++++ 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 data/art/epiphany-tab-loading.gif create mode 100644 data/ui/epiphany-bookmark-editor-ui.xml.in (limited to 'data') diff --git a/data/art/Makefile.am b/data/art/Makefile.am index b92119de8..0cdf57535 100644 --- a/data/art/Makefile.am +++ b/data/art/Makefile.am @@ -7,7 +7,8 @@ art_DATA = \ epiphany-history.png \ epiphany-new-tab.png \ epiphany-viewsource.png \ - epiphany-send-link.png + epiphany-send-link.png \ + epiphany-tab-loading.gif appicon_DATA = epiphany.png appicondir = $(datadir)/pixmaps diff --git a/data/art/epiphany-tab-loading.gif b/data/art/epiphany-tab-loading.gif new file mode 100644 index 000000000..c91e58e98 Binary files /dev/null and b/data/art/epiphany-tab-loading.gif differ diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am index c56bceda3..189a6e938 100644 --- a/data/ui/Makefile.am +++ b/data/ui/Makefile.am @@ -1,5 +1,6 @@ uixmldir = $(pkgdatadir) uixml_in_files = epiphany-ui.xml.in \ + epiphany-bookmark-editor-ui.xml.in \ nautilus-epiphany-view.xml.in \ epiphany-toolbar.xml.in diff --git a/data/ui/epiphany-bookmark-editor-ui.xml.in b/data/ui/epiphany-bookmark-editor-ui.xml.in new file mode 100644 index 000000000..d3a0180c8 --- /dev/null +++ b/data/ui/epiphany-bookmark-editor-ui.xml.in @@ -0,0 +1,13 @@ + + + + + + + + + + + + + -- cgit v1.2.3