<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-epiphany/data/ui, branch Release158</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=Release158</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=Release158'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/'/>
<updated>2005-01-12T19:04:48+00:00</updated>
<entry>
<title>Add Toolbar toggle to document context menu in fullscreen mode.</title>
<updated>2005-01-12T19:04:48+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-12T19:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=3564d87bc51c44ac10645479f3523fff81d892f1'/>
<id>urn:sha1:3564d87bc51c44ac10645479f3523fff81d892f1</id>
<content type='text'>
2005-01-12  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* data/ui/epiphany-ui.xml:

	Add Toolbar toggle to document context menu in fullscreen mode.

	* lib/egg/egg-editable-toolbar.c: (set_fixed_style),
	(update_fixed), (egg_editable_toolbar_set_fixed):
	* lib/egg/egg-editable-toolbar.h:

	Changed to allow setting a toolbar as fixed, not just one item.

	* lib/widgets/ephy-search-entry.h:

	Add _ prefixed struct declarations.

	* po/POTFILES.in:

	Updated.

	* src/Makefile.am:
	A src/ephy-fullscreen-popup.c:
	A src/ephy-fullscreen-popup.h:
	* src/ephy-history-window.c:
	* src/ephy-shell.c: (ephy_shell_new_tab):
	A src/ephy-toolbar.c:
	A src/ephy-toolbar.h:
	* src/ephy-window.c: (destroy_fullscreen_popup),
	(ephy_window_destroy), (exit_fullscreen_clicked_cb),
	(get_toolbar_visibility), (sync_chromes_visibility),
	(ephy_window_fullscreen), (ephy_window_unfullscreen),
	(sync_tab_address), (sync_tab_icon), (sync_tab_navigation),
	(sync_tab_security), (sync_tab_load_status), (sync_tab_zoom),
	(show_embed_popup), (modal_alert_cb), (ephy_window_focus_in_event),
	(ephy_window_focus_out_event), (ephy_window_init),
	(ephy_window_activate_location):
	R src/toolbar.c:
	R src/toolbar.h:
	* src/window-commands.c: (window_cmd_load_location):

	Implemented in-toolbar exit button, and integrated status indicator in
	the exit fullscreen popup. Moved toolbar.[ch] to ephy-toolbar.[ch] for
	namespace correcness, and much-needed code cleanup.
</content>
</entry>
<entry>
<title>Unify the location and favicon actions.</title>
<updated>2005-01-08T14:02:20+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-08T14:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=d9ec1f482b6b8926cbb10f1fb6b55b6b6685a1fd'/>
<id>urn:sha1:d9ec1f482b6b8926cbb10f1fb6b55b6b6685a1fd</id>
<content type='text'>
2005-01-08  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* data/ui/epiphany-toolbar.xml:
	* lib/ephy-marshal.list:
	* lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_string):
	* lib/ephy-signal-accumulator.h:
	* lib/widgets/ephy-location-entry.c:
	(ephy_location_entry_set_tooltip),
	(ephy_location_entry_class_init), (editable_changed_cb),
	(each_url_get_data_binder), (favicon_drag_data_get_cb),
	(ephy_location_entry_construct_contents),
	(ephy_location_entry_activate), (ephy_location_entry_get_entry),
	(ephy_location_entry_get_image):
	* lib/widgets/ephy-location-entry.h:
	* src/Makefile.am:
	* src/ephy-favicon-action.c:
	* src/ephy-favicon-action.h:
	* src/ephy-location-action.c: (sync_address), (sync_editable),
	(sync_icon), (get_location_cb), (get_title_cb),
	(remove_completion_actions), (add_completion_actions),
	(connect_proxy), (disconnect_proxy),
	(ephy_location_action_set_property),
	(ephy_location_action_get_property),
	(ephy_location_action_class_init), (ephy_location_action_init),
	(ephy_location_action_finalize):
	* src/ephy-window.c: (sync_tab_icon):
	* src/toolbar.c: (toolbar_setup_actions), (toolbar_update_favicon):
	* src/toolbar.h:

	Unify the location and favicon actions.

	* src/window-commands.c: (window_cmd_help_about):

	Add translator comment to the translation-credits string.
</content>
</entry>
<entry>
<title>Add placeholder group for tabs move actions.</title>
<updated>2005-01-06T15:24:47+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-06T15:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=58a62ea3932ab6bdb599a0c519460a56622fe884'/>
<id>urn:sha1:58a62ea3932ab6bdb599a0c519460a56622fe884</id>
<content type='text'>
2005-01-06  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* data/ui/epiphany-ui.xml:

	Add placeholder group for tabs move actions.

	* src/ephy-window.c: (show_notebook_popup_menu):

	Activate the action before showing the context menu, so
	extensions can sync their UI.
</content>
</entry>
<entry>
<title>Don't add "Close" to the tab's context menu. When you're using keynav, the</title>
<updated>2005-01-05T23:05:20+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-05T23:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=e2ee4721db774bd0ba9ae698872a46b87c7c2d67'/>
<id>urn:sha1:e2ee4721db774bd0ba9ae698872a46b87c7c2d67</id>
<content type='text'>
2005-01-06  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* data/ui/epiphany-ui.xml:

	Don't add "Close" to the tab's context menu. When you're using keynav,
	the tab is active so normal ways (File menu, Ctrl-W) work; when you're
	mousing why not use the close button!
</content>
</entry>
<entry>
<title>Retain old menu item name for compatibility.</title>
<updated>2005-01-05T21:11:41+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-05T21:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=3b41b3bfb2ac16fe1bf1d1314f89d346528da1d6'/>
<id>urn:sha1:3b41b3bfb2ac16fe1bf1d1314f89d346528da1d6</id>
<content type='text'>
2005-01-05  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* data/ui/epiphany-ui.xml:

	Retain old menu item name for compatibility.
</content>
</entry>
<entry>
<title>Add context menu on notebook. Fixes bug #132989.</title>
<updated>2005-01-05T20:58:45+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2005-01-05T20:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=40dafa4179a4349c73c2acce6330970698159767'/>
<id>urn:sha1:40dafa4179a4349c73c2acce6330970698159767</id>
<content type='text'>
2005-01-05  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* data/ui/epiphany-ui.xml:
	* src/ephy-notebook.c: (button_press_cb):
	* src/ephy-window.c: (show_notebook_popup_menu),
	(notebook_button_press_cb), (notebook_popup_menu_cb),
	(setup_notebook):

	Add context menu on notebook. Fixes bug #132989.
</content>
</entry>
<entry>
<title>A data/epiphany-bookmarks-html.xsl:</title>
<updated>2004-12-06T23:00:08+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2004-12-06T23:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=258fa23beaa5c6096dcd2081ccc5f3fa1e6e6f1e'/>
<id>urn:sha1:258fa23beaa5c6096dcd2081ccc5f3fa1e6e6f1e</id>
<content type='text'>
2004-12-06  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* configure.ac:
	* data/Makefile.am:
	A data/epiphany-bookmarks-html.xsl:
	* data/ui/epiphany-bookmark-editor-ui.xml:
	* src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export),
	(ephy_bookmarks_editor_construct):
	* src/bookmarks/ephy-bookmarks-export.c: (write_rdf),
	(ephy_bookmarks_export_rdf), (ephy_bookmarks_export_mozilla):
	* src/bookmarks/ephy-bookmarks-export.h:
	* src/ephy-main.c: (main):

	Add bookmarks export to bookmarks editor. Fixes bug #157745.
</content>
</entry>
<entry>
<title>Install a placeholder for the view toggles group. Fixes bug #153767.</title>
<updated>2004-09-27T12:17:32+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2004-09-27T12:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=8b94ac9b3e071f2813e495c64d15c8af72300176'/>
<id>urn:sha1:8b94ac9b3e071f2813e495c64d15c8af72300176</id>
<content type='text'>
2004-09-27  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* data/ui/epiphany-ui.xml:

	Install a placeholder for the view toggles group. Fixes bug #153767.
</content>
</entry>
<entry>
<title>Merging pre-gnome-2-10 branch to HEAD.</title>
<updated>2004-09-13T10:24:56+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2004-09-13T10:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=2606279995f614634062e0aeb9833c482db5d083'/>
<id>urn:sha1:2606279995f614634062e0aeb9833c482db5d083</id>
<content type='text'>
2004-09-13  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	Merging pre-gnome-2-10 branch to HEAD.

	Splitting ChangeLog.
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2004-07-03T18:46:22+00:00</updated>
<author>
<name>Marco Pesenti Gritti</name>
<email>marco@src.gnome.org</email>
</author>
<published>2004-07-03T18:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=5a4f5d1450a62608504d8e157e63257f214e1ea2'/>
<id>urn:sha1:5a4f5d1450a62608504d8e157e63257f214e1ea2</id>
<content type='text'>
</content>
</entry>
</feed>
