commit 10c764d2b0a6cba5f4b2313d6f785da2e80f7023 Author: Xan Lopez Date: Mon Jan 11 22:49:51 2010 +0200 2.29.5 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 185defb84b95e845f5b6b396906297d5477d7541 Author: Xan Lopez Date: Mon Jan 11 22:13:39 2010 +0200 Update NEWS for release NEWS | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) commit 6c25db3e068fbd2ff24ed63f1e3c4222f2f75eb5 Author: Diego Escalante Urrelo Date: Sat Dec 19 16:04:39 2009 -0500 Improve infobar text a bit Include a mention to the username being saved and the domain where the form is. Bug #605022 embed/ephy-web-view.c | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) commit 9e563f02b627ff8a0b8732666fe74ee02c6b4671 Author: Diego Escalante Urrelo Date: Mon Jan 11 13:59:45 2010 -0500 Miscellaneous nitpick fixes src/ephy-notebook.c | 1 - src/ephy-shell.c | 40 ++++++++++++++++++++-------------------- src/ephy-window.c | 2 +- 3 files changed, 21 insertions(+), 22 deletions(-) commit 9ea9e684b4cb5563d5b395a93b923771b0f6bffc Author: Diego Escalante Urrelo Date: Mon Jan 11 14:00:35 2010 -0500 Avoid blank items in back/forward menus Use the url of the page as its menu label if there's no title set. Bug #604491 src/ephy-navigation-action.c | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) commit 4440ca97ae001b4f63f4a2efc8a765448c5cfa67 Author: Maxim V. Dziumanenko Date: Sun Jan 10 17:58:17 2010 +0200 Update Ukrainian translation help/uk/uk.po | 1432 +++++++++++++++++++++++++++++++-------------------------- 1 files changed, 792 insertions(+), 640 deletions(-) commit a3bec9918514505e59a5f4ccdf0bf2b18d5235dd Author: Daniel Nylander Date: Sat Jan 9 16:54:04 2010 +0100 Updated Swedish translation po/sv.po | 1309 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 590 insertions(+), 719 deletions(-) commit 0b857e6dd57294f940de2d4eb83c811065752573 Author: Diego Escalante Urrelo Date: Sat Dec 19 17:01:37 2009 -0500 Remove uneeded default handlers for about dialog Since 2.18 url and email hooks are not necessary, GTK+ includes default handlers. Bug #509207 src/ephy-main.c | 39 --------------------------------------- 1 files changed, 0 insertions(+), 39 deletions(-) commit 23b77f1230e6843456b83db937920db8202d1a10 Author: Xan Lopez Date: Fri Jan 8 21:30:41 2010 +0200 Rename EphyWebView::ge-new-window to EphyWebView::new-window embed/ephy-web-view.c | 16 ++++++++-------- src/ephy-window.c | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) commit 344ad68544ea313f54409fc72c0d8782152d0084 Author: Xan Lopez Date: Fri Jan 8 21:27:19 2010 +0200 Emit again EphyWebView::ge-new-window when required src/ephy-window.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 41408b64330a96953b453c8bb6a3773abbfc64a4 Author: Kjartan Maraas Date: Wed Jan 6 12:23:58 2010 +0100 Updated Norwegian bokmål translation. po/nb.po | 574 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 297 insertions(+), 277 deletions(-) commit 838c1aaa956427556bd4e36b349268b6a3f97d71 Author: Xan Lopez Date: Tue Jan 5 23:04:06 2010 +0200 Do not dist .gir files Since the g-i scanner and compiler are shipped together (and will be in the future), there's little to gain in shipping the .gir file in our tarball, and we save a few build-time headaches. Makefile.am | 1 - src/Makefile.am | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) commit 3b3258122140ce7b025bba80532be32da10bb41c Author: Maxim V. Dziumanenko Date: Tue Jan 5 15:24:41 2010 +0200 Update Ukrainian translation po/uk.po | 1380 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 665 insertions(+), 715 deletions(-) commit 9f7f26551d6d6ba4c61952e32f4542d04189b685 Author: Xan Lopez Date: Fri Jan 1 16:37:37 2010 +0100 NSS is not relevant as a feature for extensions configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit ea287003f61545d9490628caeadce249e9ed775e Author: Xan Lopez Date: Fri Jan 1 01:45:24 2010 +0100 No need to AC_SUBST EPIPHANY_FEATURES several times configure.ac | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit 1fced385cba9227ce0c971d5eeb25f9e9fd4daf6 Author: Matej Urbančič Date: Fri Jan 1 09:43:48 2010 +0100 Updated Slovenian translation po/sl.po | 622 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 320 insertions(+), 302 deletions(-) commit a34d0282981edad5fa11b2729a3c9c00ef29c261 Author: Xan Lopez Date: Thu Dec 31 15:15:47 2009 +0100 Remove ChangeLog generation from SVN It's not useful anymore, only leave the git bits. Makefile.am | 8 +-- configure.ac | 8 -- svn2cl.xsl | 295 ---------------------------------------------------------- 3 files changed, 1 insertions(+), 310 deletions(-) commit 2a11d43e280b62beba558f84217ce941954e09da Author: Xan Lopez Date: Wed Dec 30 21:18:52 2009 +0100 Disable introspection for distcheck There's a (apparently) nasty circular dependency issue when doing distcheck with introspection enabled. The .gir file needs the epiphany binary to be built, so basically when doing the dist part of check copying the files to the temp directory we trigger a full build. This would be already bad, but on top of that it does not work, since we use BUILT_SOURCES for some generated files, which does not work during 'make dist'. So disable it while we figure this out. Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 91b770eb4e9532e69272afcef687be99a2c4c966 Author: Xan Lopez Date: Wed Dec 30 21:18:38 2009 +0100 Enable threads for gtk-doc scanner doc/reference/Makefile.am | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit eaa19fb5739761d835ccaad80f0266affcb971c4 Author: Xan Lopez Date: Wed Dec 30 21:07:02 2009 +0100 Revert "docs: remove generated templates" This reverts commit 3deb6e06fd3cccaf26bca8c81bf1f83ef7993dd6. This broke distcheck. doc/reference/Makefile.am | 162 ++++- doc/reference/tmpl/EphyContentPolicy.sgml | 19 + doc/reference/tmpl/EphySingle.sgml | 64 ++ doc/reference/tmpl/ephy-embed-factory.sgml | 34 + doc/reference/tmpl/ephy-embed-persist.sgml | 235 +++++ doc/reference/tmpl/ephy-embed-single.sgml | 69 ++ doc/reference/tmpl/ephy-embed.sgml | 399 +++++++++ doc/reference/tmpl/ephy-extensions-manager.sgml | 37 + doc/reference/tmpl/ephy-glade.sgml | 25 + doc/reference/tmpl/ephy-icon-entry.sgml | 53 ++ doc/reference/tmpl/ephy-location-entry.sgml | 217 +++++ doc/reference/tmpl/ephy-node-db.sgml | 123 +++ doc/reference/tmpl/ephy-password-manager.sgml | 78 ++ doc/reference/tmpl/ephy-permission-manager.sgml | 78 ++ doc/reference/tmpl/ephy-search-entry.sgml | 49 ++ doc/reference/tmpl/ephy-session.sgml | 84 ++ doc/reference/tmpl/ephy-shell.sgml | 129 +++ doc/reference/tmpl/ephy-spinner.sgml | 58 ++ doc/reference/tmpl/ephy-tab.sgml | 202 +++++ doc/reference/tmpl/ephy-window.sgml | 110 +++ doc/reference/tmpl/ephy-zoom-control.sgml | 56 ++ doc/reference/tmpl/epiphany-unused.sgml | 1043 +++++++++++++++++++++++ doc/reference/tmpl/mozilla-embed-event.sgml | 35 + 23 files changed, 3346 insertions(+), 13 deletions(-) commit fab4ce42cdef5d1046b0f17d77dbca9dc384962d Author: Diego Escalante Urrelo Date: Tue Dec 15 02:31:52 2009 -0500 Don't omit notifications for downloads If a download is finished while the GtkStatusIcon for DownloadView is not embedded the finished notification for such download is missed and user is left wondering what happened with his/her download. This makes notifications show whether there is or not a GtkStatusIcon to attach to. Bug #604599 embed/downloader-view.c | 35 +++++++++++------------------------ 1 files changed, 11 insertions(+), 24 deletions(-) commit 03ad276917dd0ffb1a6098d5d352dee63c89b7f2 Author: Diego Escalante Urrelo Date: Tue Dec 29 01:13:18 2009 -0500 Implement replace action for downloads Always download to a temporary location, only move the file to the final destination after it has been downloaded completely. Bug #594192 embed/downloader-view.c | 20 +++++++++-- embed/ephy-embed.c | 81 +++++++++++++++++++++++++++++++++++++--------- 2 files changed, 81 insertions(+), 20 deletions(-) commit 915203e369ffadb94ecf895f6c328dcba91a7789 Author: Diego Escalante Urrelo Date: Tue Dec 29 01:07:55 2009 -0500 downloader-view: fix wrong return type Bug #594192 embed/downloader-view.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit abeb7b173142a8bbc1df66b08cebee20be92112b Author: Diego Escalante Urrelo Date: Tue Dec 29 01:06:30 2009 -0500 Minor style fixes in downloads code. Bug #594192 embed/downloader-view.c | 3 ++- embed/ephy-embed.c | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) commit 49916720de793de370a6aa8f44e2264078599451 Author: Diego Escalante Urrelo Date: Tue Dec 29 00:33:12 2009 -0500 ephy-embed: fix download button action Sometimes downloads can have a mime_description but a NULL helper_app in that case action is never changed so DOWNLOAD_ACTION_DOWNLOAD remains as action value. This is the same response value as Save as... button, which is wrong for the Download button. Bug #605091 embed/ephy-embed.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 66e555c5c4fac1c2f10c172c464a48847d13f66f Author: Diego Escalante Urrelo Date: Tue Dec 29 00:32:49 2009 -0500 ephy-embed: minor style fix Bug #605091 embed/ephy-embed.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 8d4a7f14d9c4cd6646ef0e96b0f8bcaf3d85b7b3 Author: Diego Escalante Urrelo Date: Sat Dec 19 17:44:51 2009 -0500 Enable mime type safety check in downloads Honour our database of safe and unsafe mime types. Bug #605026 embed/ephy-embed.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b5e9878479d8823bf9a0a8059975746f95d6afc2 Author: Iain Nicol Date: Sun Dec 27 22:21:04 2009 +0000 Update the installation directory for .gir and .typelib files Bug #605574 src/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8405267b9ede9645ee261f6515e40e46d2cb835a Author: Khaled Hosny Date: Sun Dec 27 01:27:25 2009 +0200 Updated Arabic translation po/ar.po | 536 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 276 insertions(+), 260 deletions(-) commit 3e59d24ee6acb9e7f59cab46c38546830fdef0b4 Author: Ivar Smolin Date: Sun Dec 27 00:49:11 2009 +0200 Updating Estonian translation po/et.po | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit 5ed79e7e20e53a2aa2e3ace40ebbb13584c09f2a Author: Xan Lopez Date: Fri Dec 25 18:55:48 2009 +0100 Use introspection.m4 file to detect introspection support configure.ac | 40 ++++------------------ m4/introspection.m4 | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/Makefile.am | 14 ++++---- 3 files changed, 108 insertions(+), 40 deletions(-) commit 0b844bedb99264ae3699fb6a6aafa5e716b8c5ac Author: Xan Lopez Date: Fri Dec 25 17:03:09 2009 +0100 Reimplement window.close We consider all windows opened by the web page without user intervention as popups, and allow them to be closed in the same way if the page so requests. Bug #599009 embed/ephy-web-view.c | 18 ++++++++++++++++++ src/ephy-shell.c | 1 - src/ephy-window.c | 24 ++++++++++++------------ 3 files changed, 30 insertions(+), 13 deletions(-) commit 319c95b59b0838a54a1ee8d52c52b47bdd0e4c2b Author: Luca Ferretti Date: Tue Dec 22 09:08:38 2009 +0100 Replace unsupported %k with %-H in Italian translation po/it.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 6a56fddb15336c68295c8bb4e6cd4f76013bd8de Author: Gustavo Noronha Silva Date: Sun Dec 20 20:28:07 2009 +0100 Copy WebKitWebHistoryItem objects This is so that changes to the item objects do not affect other WebViews. embed/ephy-web-view.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit f92beb1e7a5158d0caa505c1df4363fc98fdcfb8 Author: Xan Lopez Date: Sun Dec 20 19:10:01 2009 +0100 ephy-embed-prefs: enable quirks mode by default Makes WebKit apply a series of workarounds for known broken sites. embed/ephy-embed-prefs.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit ffd3e5041f91ab025d1b55dcf78e8e9d5c8ec3a2 Author: Gustavo Noronha Silva Date: Sun Dec 20 01:28:07 2009 +0100 Restrict number of password infobars to one embed/ephy-web-view.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 906b29252ccc045ff7f895bcb5fabd2be5d60c92 Author: Gustavo Noronha Silva Date: Sun Dec 20 01:19:47 2009 +0100 Add sanity checks for places where we create SoupURIs SoupURI creation may fail for invalid URIs, and we would crash trying to work with the NULL pointers. lib/ephy-profile-migration.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 40c0d516e3cac6d41a60eaf8d939522572b8e2c2 Author: Gustavo Noronha Silva Date: Sat Dec 19 18:50:06 2009 +0100 Finish porting the favicon cache to WebKitDownload embed/ephy-favicon-cache.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 89b27d4d5db3ea30c6d8487904fd08796730c82c Author: Diego Escalante Urrelo Date: Sat Dec 19 14:13:12 2009 -0500 ephy-bookmarks-editor: wrong cast src/bookmarks/ephy-bookmarks-editor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9dc4c44c63645ae69f7937b43fa599a5cf2a2e61 Author: Gustavo Noronha Silva Date: Sat Dec 19 18:25:53 2009 +0100 Raise API version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3354957474033276329fbf0ea23ab026bd0fb726 Author: Jorge González Date: Sat Dec 19 13:43:47 2009 +0100 Updated Spanish translation po/es.po | 567 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 298 insertions(+), 269 deletions(-) commit 7aa9ee599f7a1379b045ad020fc4c4ed94ece79e Author: Diego Escalante Urrelo Date: Thu Dec 17 19:20:35 2009 -0500 ephy_gui_help: use gtk_show_uri to open help We were doing some ugly path searching for this. The correct method is to use gtk_show_uri. Bug #604024 lib/ephy-gui.c | 85 +++++++++-------------------- lib/ephy-gui.h | 5 +- src/bookmarks/ephy-bookmark-properties.c | 3 +- src/bookmarks/ephy-bookmarks-editor.c | 4 +- src/ephy-encoding-dialog.c | 2 +- src/ephy-history-window.c | 4 +- src/ephy-toolbar-editor.c | 2 +- src/pdm-dialog.c | 5 +- src/prefs-dialog.c | 2 +- src/window-commands.c | 2 +- 10 files changed, 38 insertions(+), 76 deletions(-) commit e896b194fbff39b480c571483c7d549865f38960 Author: Vincent Untz Date: Fri Dec 18 20:32:51 2009 +0100 Add custom user-agent support We default to the WebKitGTK+ user agent with Epiphany and the version appended to it. This can be overriden/modified in two ways: - The gconf key /apps/epiphany/general/user_agent has the maximum priority, and if it's set it will be always used. - If the gconf key is not set, vendors can still customize the UA by placing a branding.conf file in the share data directory. One example would be: [User Agent] Vendor=SUSE VendorSub=11.2 VendorComment=2.29.94-1 And the result would be: Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ SUSE/11.2 (2.29.94-1) Epiphany/2.29.94 Bug #580903 Signed-off-by: Xan Lopez data/epiphany.schemas.in | 11 ++++++ embed/ephy-embed-prefs.c | 88 +++++++++++++++++++++++++++++++++++++++++++++- embed/ephy-embed-prefs.h | 1 + 3 files changed, 99 insertions(+), 1 deletions(-) commit dcdebec53b1da88a6b3477d13437af2c53ac73b4 Author: Mario Sanchez Prada Date: Fri Oct 2 14:13:03 2009 +0200 Properly manage the list of languages for the "Accept-Language" header New handler added to watch for changes in the GConf key with the list of languages for the "Accept-Language" HTTP header, and update the SoupSession's "accept-language" property (since libsoup 2.29.4). Bug #528893 configure.ac | 2 +- embed/ephy-embed-prefs.c | 57 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 57 insertions(+), 2 deletions(-) commit 6f69c3f879cc880d53dfb85081aef8462c3fad36 Author: Benjamin Otte Date: Fri Dec 18 11:16:03 2009 +0100 Make form code safe against unnamed password/username elements embed/ephy-web-view.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit b6102135d673197eecdc6497d6153d00f6b75301 Author: Gustavo Noronha Silva Date: Fri Dec 18 13:17:25 2009 +0100 Restore download on shift-click functionality embed/ephy-embed.c | 20 ++++++++++++++++++-- embed/ephy-embed.h | 1 + embed/ephy-web-view.c | 4 ++++ src/ephy-window.c | 45 ++++++++++++++++++++------------------------- 4 files changed, 43 insertions(+), 27 deletions(-) commit b46e4176e430872a3d47d0b41d0694a2ea121c5e Author: Gustavo Noronha Silva Date: Fri Dec 18 11:38:29 2009 +0100 Make Ctrl-rightclick always display the browser keyboard embed/ephy-web-view.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 2dc702089f58f707d84e138816d2b40f3d07e096 Author: Diego Escalante Urrelo Date: Wed Dec 9 20:37:39 2009 -0500 docs: ephy-web-view doc/reference/epiphany-docs.sgml | 4 +- doc/reference/epiphany-sections.txt | 53 +++++++++ doc/reference/epiphany.types | 4 + embed/ephy-web-view.c | 210 ++++++++++++++++++++++++++++++----- embed/ephy-web-view.h | 2 +- lib/ephy-file-helpers.h | 2 +- 6 files changed, 244 insertions(+), 31 deletions(-) commit 9f22187270a578e2eac2fa9cc89b81021e4cf9dd Author: Diego Escalante Urrelo Date: Sat Dec 5 22:20:08 2009 -0500 docs: ephy-dialog doc/reference/Makefile.am | 4 +- doc/reference/epiphany-docs.sgml | 1 + doc/reference/epiphany-sections.txt | 25 +++++ doc/reference/epiphany.types | 4 + lib/ephy-dialog.c | 191 ++++++++++++++++++++++++++++++++--- lib/ephy-dialog.h | 8 +- 6 files changed, 215 insertions(+), 18 deletions(-) commit 253d6d63bc0986047448ee18162b5543f3f72a23 Author: Diego Escalante Urrelo Date: Fri Dec 4 15:01:29 2009 -0500 docs: ephy-debug doc/reference/Makefile.am | 1 - doc/reference/epiphany-docs.sgml | 4 ++++ doc/reference/epiphany-sections.txt | 8 ++++++++ lib/ephy-debug.c | 28 ++++++++++++++++++++++++++++ 4 files changed, 40 insertions(+), 1 deletions(-) commit b68b5f3fc860af82c55ee10e2deaf46ca8e14273 Author: Diego Escalante Urrelo Date: Tue Dec 15 13:35:16 2009 -0500 docs: include NSS libs when appropiate This fixes the build when docs are enabled. Bug #604637 doc/reference/Makefile.am | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 1422f28e983e9117c40f8c62334bbbe1148314a7 Author: Diego Escalante Urrelo Date: Thu Dec 17 19:28:08 2009 -0500 ephy-web-view: add missing include embed/ephy-web-view.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit ac2328b73528ca5d3408222920fd8143a6e76eec Author: Xan Lopez Date: Thu Dec 17 18:07:31 2009 +0100 ephy-web-view.c: use NULL-safe str compare function Fixes crasher in pages with no rel elements. embed/ephy-web-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9e4c8f2592dd9f9063c188db7ca596d68f024909 Author: Ivar Smolin Date: Thu Dec 17 17:51:56 2009 +0200 Updating Estonian translation po/et.po | 61 ++++++++++++++++++++++++++++--------------------------------- 1 files changed, 28 insertions(+), 33 deletions(-) commit 828a97c512dd500be59825d64c899468f9598562 Author: Gustavo Noronha Silva Date: Wed Dec 16 18:01:32 2009 +0100 Use the new top-widget infrastructure to ask whether to store passwords configure.ac | 2 +- embed/ephy-web-view.c | 209 ++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 191 insertions(+), 20 deletions(-) commit f26d3ba7ce8a3577739a08971e466e2b33cecf31 Author: Gustavo Noronha Silva Date: Wed Dec 16 15:40:51 2009 +0100 Make it possible to add arbitrary widgets above the WebView embed/ephy-embed.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++- embed/ephy-embed.h | 6 ++- 2 files changed, 93 insertions(+), 3 deletions(-) commit de05c84965bc829f14fb9165bd05d5612967a36d Author: Gustavo Noronha Silva Date: Wed Dec 16 13:35:55 2009 +0100 Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindow embed/ephy-embed-utils.h | 5 ++--- embed/ephy-embed.c | 19 ++++++++++++++----- embed/ephy-embed.h | 4 ++-- embed/ephy-web-view.c | 2 +- src/ephy-encoding-dialog.c | 4 ++-- src/ephy-location-action.c | 4 ++-- src/ephy-lockdown.c | 4 ++-- src/ephy-navigation-action.c | 4 ++-- src/ephy-notebook.c | 4 ++-- src/ephy-session.c | 12 ++++++------ src/ephy-shell.c | 12 ++++++------ src/ephy-tabs-menu.c | 6 +++--- src/ephy-toolbar.c | 2 +- src/ephy-window.c | 32 ++++++++++++++++---------------- src/popup-commands.c | 2 +- src/ppview-toolbar.c | 16 ++++++++-------- src/prefs-dialog.c | 2 +- src/window-commands.c | 21 +++++++++++---------- 18 files changed, 82 insertions(+), 73 deletions(-) commit 092c7136695555fbd44c51e37c36202c7a2cb832 Author: Benjamin Otte Date: Thu Dec 17 12:04:44 2009 +0100 Allow dialog buttons be the default Fixes crashers when we actually make them the default shortly afterwards. embed/ephy-embed.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a0c740454dc8e649124b76a1bd15700ceaf51a72 Author: Khaled Hosny Date: Thu Dec 17 11:16:31 2009 +0200 Updated Arabic translation po/ar.po | 1354 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 644 insertions(+), 710 deletions(-) commit 7c0851c41c36d9293d0ca8e63ed1b112e92de8e2 Author: Matej Urbančič Date: Thu Dec 17 09:02:45 2009 +0100 Updated Slovenian translation po/sl.po | 735 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 371 insertions(+), 364 deletions(-) commit 5b4ee4a896f8bc8507461db10b05ddae9b084047 Author: Xan Lopez Date: Wed Dec 16 15:35:10 2009 +0100 ephy-statusbar: fix GTK+ version check, it was reversed src/ephy-statusbar.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit dcbca48831c592e33e0041f7fb6d458640983cea Author: Xan Lopez Date: Wed Dec 16 12:36:40 2009 +0100 ephy-web-view: do not auto-fill passwords when using a private profile embed/ephy-web-view.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 42e33a560184e66f243a20453e04463976d6f314 Author: Estêvão Samuel Procópio Date: Tue Dec 15 23:52:27 2009 -0200 Emitting ge-feed-link signal for rss extension Signed-off-by: Xan Lopez embed/ephy-web-view.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 93 insertions(+), 0 deletions(-) commit 482f3804c3cf886c67ef9240527f31341a090aea Author: Kjartan Maraas Date: Wed Dec 16 12:15:47 2009 +0100 Fix file placement po/POTFILES.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a819deabcc1a89d5c81ff91d16ea5c512c8a9180 Author: Kjartan Maraas Date: Wed Dec 16 12:15:34 2009 +0100 Updated Norwegian bokmål translation. po/nb.po | 160 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 83 insertions(+), 77 deletions(-) commit 4b6b634eafc02928b7865057f6f745f14735a78b Author: Gustavo Noronha Silva Date: Tue Dec 15 16:25:31 2009 +0100 Implement the actual form authentication saving and pre-filling This is a "draft" quality implementation. There are some FIXMEs, and a bunch of caveats, like private profiles not being taken into consideration, and the user not being asked whether they want to save the passwords or not. Bug #582267 embed/ephy-embed-single.c | 3 + embed/ephy-web-view.c | 514 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 517 insertions(+), 0 deletions(-) commit 9d419181e0630431de079b777f1e537452fc69e4 Author: Gustavo Noronha Silva Date: Tue Dec 15 16:17:54 2009 +0100 Add a new utility function to query the keyring for the form password This is used to make all policy regarding what and how we save data be in one place. lib/ephy-profile-migration.c | 119 ++++++++++++++++++++++++++++++------------ lib/ephy-profile-migration.h | 11 ++++ 2 files changed, 97 insertions(+), 33 deletions(-) commit efb097c929407bb264b90d31feadac34c31a85e7 Author: Xan Lopez Date: Tue Dec 15 12:17:25 2009 +0100 ephy-embed-single: add a function to update the form auth cache with a new entry embed/ephy-embed-single.c | 53 ++++++++++++++++++++++++++++++++++---------- embed/ephy-embed-single.h | 6 +++++ 2 files changed, 47 insertions(+), 12 deletions(-) commit 4956cb6e958f0640b2864719f4c87118b563447f Author: Xan Lopez Date: Tue Dec 15 11:56:02 2009 +0100 ephy-embed-single: add a function to get the form auth data for a URI embed/ephy-embed-single.c | 49 +++++++++++++++++++++++++++++++++------------ embed/ephy-embed-single.h | 9 ++++++++ 2 files changed, 45 insertions(+), 13 deletions(-) commit c7b6cac1e8d49f1b5d3fd3921cc518f8210b77b6 Author: Xan Lopez Date: Tue Dec 15 11:29:46 2009 +0100 ephy-embed-single: cache form auth data Otherwise we need to query keyring all the time to figure out if we have to prefill forms. embed/ephy-embed-single.c | 153 ++++++++++++++++++++++++++++++++++++++++++ lib/ephy-profile-migration.c | 3 - lib/ephy-profile-migration.h | 3 + 3 files changed, 156 insertions(+), 3 deletions(-) commit 80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6 Author: Xan Lopez Date: Tue Dec 15 10:58:45 2009 +0100 ephy-profile-migration: migrate form auth data from (copied) gecko profile We store the login/password pairs used in forms in the keyring, like the HTTP auth data. lib/ephy-profile-migration.c | 126 +++++++++++++++++++++++++++++++++++++++-- lib/ephy-profile-migration.h | 6 ++ 2 files changed, 125 insertions(+), 7 deletions(-) commit 7a295e2c5db878dbd076c2f582cbae8aa738c3b7 Author: Xan Lopez Date: Tue Dec 15 10:31:47 2009 +0100 Move profile migration tools from src/ to lib/ We'll use them from embed/ for form password saving, and embed/ can't use code from src/ lib/Makefile.am | 14 ++ lib/ephy-nss-glue.c | 309 +++++++++++++++++++++++++++++++ lib/ephy-nss-glue.h | 29 +++ lib/ephy-profile-migration.c | 410 ++++++++++++++++++++++++++++++++++++++++++ lib/ephy-profile-migration.h | 25 +++ src/Makefile.am | 16 +-- src/ephy-nss-glue.c | 309 ------------------------------- src/ephy-nss-glue.h | 29 --- src/ephy-profile-migration.c | 410 ------------------------------------------ src/ephy-profile-migration.h | 25 --- 10 files changed, 788 insertions(+), 788 deletions(-) commit a31c25320318115914e009048a4081b2a1b58f50 Author: Gustavo Noronha Silva Date: Mon Dec 14 12:24:42 2009 +0100 Let web pages handle mouse clicks before doing our own handling This allows applications to provide their own context menus, and perform their own handling for right-click events. Bug #603326 embed/ephy-embed-prefs.c | 5 ++++- src/ephy-window.c | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) commit 27d6a609d43ec2e6a7a5ee27809a79263af089ad Author: Xan Lopez Date: Sun Dec 13 23:57:30 2009 +0100 ephy-web-view: url-decode javascript URIs before executing them Fixes Amazon Add to Wishlist bookmark. Bug #604489 embed/ephy-web-view.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit f89e7385d0a0c34669a69c057aed9643c0c13fbb Author: Nguyen Thai Ngoc Duy Date: Sat Dec 12 12:28:22 2009 +0200 ephy-web-view: do not set favicon when we have no address This shouldn't happen in theory, but the double check fixes a crasher opening URLs from gmail. Bug #604375 Signed-off-by: Xan Lopez embed/ephy-web-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 74dc983654efc24a3a5dcf03420502eacdb757ae Author: Xan Lopez Date: Fri Dec 11 14:21:23 2009 +0200 ephy-web-view: get rid of 'icon-address' property Also redundant since we have the same thing in WebKitWebView now. embed/ephy-web-view.c | 128 ++++++++++++++++++------------------------------ embed/ephy-web-view.h | 5 -- 2 files changed, 48 insertions(+), 85 deletions(-) commit 91d4b52277f69b966147873528fbe985a024bffd Author: Xan Lopez Date: Fri Dec 11 14:02:40 2009 +0200 ephy-web-view.h: remove old signal from class struct embed/ephy-web-view.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 012be8884f3fb3a618af3d7dfac29ad40de99f1a Author: Xan Lopez Date: Fri Dec 11 14:01:34 2009 +0200 Remove the 'favicon' signal from EphyWebView We already have WebKitWebView::icon-loaded, so it's redundant now. embed/ephy-embed.c | 9 --------- embed/ephy-web-view.c | 19 +------------------ embed/ephy-web-view.h | 2 -- 3 files changed, 1 insertions(+), 29 deletions(-) commit 5e0f51772f48a473d3e1fce9757320a15c6d82d5 Author: Gustavo Noronha Silva Date: Wed Dec 9 17:35:59 2009 -0200 Make the favicon cache work on top of new WebKit API, and WebKitDownload This restores basic favicon functionality. In the future we will want to replace our favicon cache with the IconDatabase that is available in WebKit. Bug #601859 embed/ephy-embed.c | 9 ++++ embed/ephy-favicon-cache.c | 88 +++++++++++++++++++------------------------- embed/ephy-web-view.c | 14 +++--- 3 files changed, 54 insertions(+), 57 deletions(-) commit a32fe7def38497fc58c2b9645f79311093245f7f Author: Carl van Toder Date: Wed Dec 9 14:01:38 2009 +0200 ephy-navigation-action: reverse forward history list Was reversed wrt epiphany/gecko Bug #601744 Signed-off-by: Xan Lopez src/ephy-navigation-action.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 125b54cba6eda6d9d09af7a6b6e1aa880b75f7fd Author: Ivar Smolin Date: Wed Dec 9 09:05:35 2009 +0200 Updating Estonian translation po/et.po | 34 +++++++++------------------------- 1 files changed, 9 insertions(+), 25 deletions(-) commit 3c78644efe4dbc9cd4f77b8b5f16b8323512fb43 Author: Xan Lopez Date: Tue Dec 8 18:30:54 2009 +0200 ephy-prefs: remove obsolete preference lib/ephy-prefs.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit ffe63b2868201600e3c0bf9f203de387c3616c40 Author: Carl van Tonder Date: Tue Dec 8 18:14:52 2009 +0200 Add gconf key to control the search engine used in auto-search Defaults to Google, like it used to. Bug #604087 Signed-off-by: Xan Lopez data/epiphany.schemas.in | 11 +++++++++++ embed/ephy-web-view.c | 16 ++++++++++++++-- lib/ephy-prefs.h | 1 + 3 files changed, 26 insertions(+), 2 deletions(-) commit 1acaa540531f9ed3b33f87e10f0817b8c8ffd988 Author: Gustavo Noronha Silva Date: Tue Dec 8 14:08:15 2009 -0200 Use new WebKit API to respect the Content-Disposition header This allows us to perform downloads when the server tells us to do so, even for types WebKit supports. This fixes downloading GMail attachments. Bug #598605 configure.ac | 2 +- embed/ephy-web-view.c | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) commit c29cb6688dd71a282ac8079657076415ae3d05a8 Author: Xan Lopez Date: Tue Dec 8 17:53:11 2009 +0200 ephy-statusbar: avoid widget surgery hacks with newer GTK+s Bug #602130 src/ephy-statusbar.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit b45f436e6f81721ab51a948c41f3370476413898 Author: Xan Lopez Date: Tue Dec 8 16:46:24 2009 +0200 Get rid of 'ge-document-type' signal Connecting to notify::document-type is enough. embed/ephy-embed.c | 57 ------------------------------ embed/ephy-web-view.c | 91 ++++++++++++++++++++++++++++++++----------------- 2 files changed, 60 insertions(+), 88 deletions(-) commit 4a6ed5620061fbbcf3605add12f8043a07accbca Author: Xan Lopez Date: Tue Dec 8 16:30:53 2009 +0200 ephy-encoding-dialog: fix compiler warning (and bug!) src/ephy-encoding-dialog.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 42c2aa380667134ba1cd27932c55e4364f3a2d7d Author: Xan Lopez Date: Tue Dec 8 16:30:43 2009 +0200 ephy-web-view: fix typo embed/ephy-web-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a1ef399affa0a1ac0ddbc796208a8e2ff40758a0 Author: Xan Lopez Date: Tue Dec 8 16:29:08 2009 +0200 ephy-embed: consider text/plain pages as document-type HTML WebKit still thinks of them as HTML documents, and otherwise things like the text-encoding menu are disabled for them. Bug #603927 embed/ephy-embed.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 41ceee8ac728d660245972ed41b0fa577b694446 Author: Diego Escalante Urrelo Date: Mon Dec 7 08:07:19 2009 -0500 Revert "Don't use deprecated GtkButton API" Revert this commit since Xan is right about forgetting about deprecating API. Instead of hiding behind g_signal_emit() we should use modern API or file bugs to fill our need. src/bookmarks/ephy-bookmark-action.c | 4 ++-- src/ephy-link-action.c | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) commit 7df0ef5da7881342298485eb88241695603d447c Author: Diego Escalante Urrelo Date: Fri Dec 4 14:34:01 2009 -0500 Don't use deprecated GtkButton API In 82a5da33 we removed usage of gtk_button_pressed and gtk_button_released however replacing those for g_signal_emit calls of button-press-event and button-release-event. This however caused a crash on middle clicking of elements in the toolbar. To fix this we use g_signal_emit with pressed and released signals, these two are deprecated signals, though. There doesn't seem to be a way to trigger button pressed/released animation without the pressed/released *deprecated* signals or functions, so this is our best solution for now. Bug #603450 src/bookmarks/ephy-bookmark-action.c | 4 ++-- src/ephy-link-action.c | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) commit 9cd23731cce78ed64191f41ea32815069600c79e Author: Xan Lopez Date: Sat Dec 5 00:19:23 2009 +0200 Revert "Do not use deprecated GtkButton APIs" This reverts commit 167e60123c1024d539dc02f4a16f7de994bd1c29. I misread the documentation about this, the signals do not do the same than the old functions. src/bookmarks/ephy-bookmark-action.c | 4 ++-- src/bookmarks/ephy-bookmark-properties.c | 2 +- src/bookmarks/ephy-topic-action.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) commit a4174b3c96ab0a3395fe8fad19fa8052635088f8 Author: Kjartan Maraas Date: Fri Dec 4 21:52:10 2009 +0100 Updated Norwegian bokmål translation. po/nb.po | 972 +++++++++++++++++++++----------------------------------------- 1 files changed, 330 insertions(+), 642 deletions(-) commit 5aee0deca12e14554ce0fa0d4b02613e99ba77a9 Author: Diego Escalante Urrelo Date: Wed Dec 2 17:01:24 2009 -0500 Remove redundant parameters in location-set API EphyLocationEntry, EphyLocationAction and EphyToolbar take an @adress and @typed_address parameter, while both are useful we only end up using one so we can easily decide which one to use in ephy-window.c instead of carrying both around until ephy-location-entry.c Bonus: make ephy_location_entry_set_location accept NULL as @address safely. Bug #603651 lib/widgets/ephy-location-entry.c | 22 +++++++--------------- lib/widgets/ephy-location-entry.h | 3 +-- src/ephy-location-action.c | 20 ++++++-------------- src/ephy-location-action.h | 3 +-- src/ephy-lockdown.c | 2 +- src/ephy-toolbar.c | 11 ++++------- src/ephy-toolbar.h | 3 +-- src/ephy-window.c | 11 +++++++---- tests/testephylocationentry.c | 19 ++++++------------- 9 files changed, 34 insertions(+), 60 deletions(-) commit 0fdd13a976543bf83ed360d42eabf085294195f1 Author: Diego Escalante Urrelo Date: Wed Dec 2 15:01:41 2009 -0500 docs: missing parameters in signals Bug #503852 src/ephy-location-action.c | 1 + src/ephy-toolbar.c | 4 ++++ 2 files changed, 5 insertions(+), 0 deletions(-) commit 86bb4541358937173e2a64f86d17bc3eebba8024 Author: Diego Escalante Urrelo Date: Wed Dec 2 14:55:16 2009 -0500 docs: nitpick in ephy-web-view Bug #503852 embed/ephy-web-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ad91b4e454f2ddbab88801490b1ce5cd91eb03ac Author: Diego Escalante Urrelo Date: Wed Dec 2 14:55:05 2009 -0500 docs: ephy-location-action Bug #503852 doc/reference/Makefile.am | 1 - doc/reference/epiphany-docs.sgml | 1 + doc/reference/epiphany-sections.txt | 8 +++ doc/reference/epiphany.types | 2 + lib/widgets/ephy-location-entry.c | 9 +-- src/ephy-location-action.c | 87 +++++++++++++++++++++++++++++++--- 6 files changed, 93 insertions(+), 15 deletions(-) commit b0891810b1015e23df760dffe6befb145c9a4e3d Author: Diego Escalante Urrelo Date: Wed Dec 2 01:21:08 2009 -0500 docs: ephy-toolbar Bug #503852 doc/reference/Makefile.am | 1 - doc/reference/epiphany-docs.sgml | 1 + doc/reference/epiphany-sections.txt | 18 +++++ doc/reference/epiphany.types | 2 + src/ephy-toolbar.c | 122 ++++++++++++++++++++++++++++++++++- src/ephy-toolbar.h | 4 +- 6 files changed, 144 insertions(+), 4 deletions(-) commit deac403a8eb8f1ad00333b47f6c0df448110972e Author: Diego Escalante Urrelo Date: Tue Dec 1 22:03:11 2009 -0500 docs: ephy-statusbar Bug #503852 doc/reference/Makefile.am | 1 - doc/reference/epiphany-docs.sgml | 1 + doc/reference/epiphany-sections.txt | 13 +++++++++++++ doc/reference/epiphany.types | 2 ++ src/ephy-statusbar.c | 16 +++++++++++++++- 5 files changed, 31 insertions(+), 2 deletions(-) commit 86d5198f311fc40dc0d22cfa0e2643fcde46317f Author: Diego Escalante Urrelo Date: Tue Dec 1 21:43:54 2009 -0500 docs: ephy-window Also make _ephy_window_set_context_event and _ephy_window_unset_context_event static since noone was using those. Bug #503852 doc/reference/epiphany-docs.sgml | 1 + doc/reference/epiphany-sections.txt | 18 ++++++++++++++++++ doc/reference/epiphany.types | 2 ++ src/ephy-window.c | 11 +++++++++-- src/ephy-window.h | 5 ----- 5 files changed, 30 insertions(+), 7 deletions(-) commit 57d1e4a28256b3204b9cbcadd6f52832e55a477c Author: Diego Escalante Urrelo Date: Tue Dec 1 21:24:38 2009 -0500 docs: ephy-tree-model-node Bug #503852 doc/reference/epiphany-docs.sgml | 1 + doc/reference/epiphany-sections.txt | 11 ++++++ doc/reference/epiphany.types | 1 + lib/widgets/ephy-tree-model-node.c | 59 +++++++++++++++++++++++++++++++++++ lib/widgets/ephy-tree-model-node.h | 10 +++-- 5 files changed, 78 insertions(+), 4 deletions(-) commit ac9f536fb83161b88678575ce6250c1cf5f8b176 Author: Diego Escalante Urrelo Date: Tue Dec 1 21:05:24 2009 -0500 docs: ephy-tree-model-sort Also disable incomplete documentation. Bug #503852 doc/reference/Makefile.am | 2 - doc/reference/epiphany-docs.sgml | 11 +-- doc/reference/epiphany-sections.txt | 250 +++++------------------------------ doc/reference/epiphany.types | 32 +---- lib/widgets/ephy-tree-model-sort.c | 30 ++++ lib/widgets/ephy-tree-model-sort.h | 10 +- 6 files changed, 75 insertions(+), 260 deletions(-) commit c2159119d0ceb1790984e1ccd6e2bdcb53daafa7 Author: Diego Escalante Urrelo Date: Tue Dec 1 20:47:37 2009 -0500 docs: ephy-web-view missing @view descriptions Bug #503852 embed/ephy-web-view.c | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) commit ec56c8a732390228b8449a84113e8ed972034b32 Author: Diego Escalante Urrelo Date: Tue Dec 1 20:32:52 2009 -0500 ephy-web-view: formatting nitpick Bug #503852 embed/ephy-web-view.h | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 4f052b4f85fc584113a3a485c44b6b6d84a0597f Author: Diego Escalante Urrelo Date: Tue Dec 1 20:32:10 2009 -0500 docs: ephy-node-view Bug #503852 doc/reference/Makefile.am | 1 - doc/reference/epiphany-docs.sgml | 1 + doc/reference/epiphany-sections.txt | 22 ++++ doc/reference/epiphany.types | 2 + lib/widgets/ephy-node-view.c | 192 ++++++++++++++++++++++++++++++++++- lib/widgets/ephy-node-view.h | 36 ++++---- 6 files changed, 230 insertions(+), 24 deletions(-) commit a10d468967635f9f37a976d1f5e2c40ef254c5f7 Author: Diego Escalante Urrelo Date: Tue Dec 1 19:24:43 2009 -0500 docs: remove old nonexistant API Bug #503852 doc/reference/epiphany-docs.sgml | 2 - doc/reference/epiphany-sections.txt | 89 ----------------------------------- 2 files changed, 0 insertions(+), 91 deletions(-) commit 59fe999f2d1a70812eb7bc8f51be22d1628823c7 Author: Diego Escalante Urrelo Date: Tue Dec 1 14:44:51 2009 -0500 ephy-node-view: fix some really weird indentation lib/widgets/ephy-node-view.c | 260 +++++++++++++++++++++--------------------- 1 files changed, 130 insertions(+), 130 deletions(-) commit 8d6415811078b018c36a581144338d65342e2f8b Author: Diego Escalante Urrelo Date: Tue Dec 1 14:25:39 2009 -0500 docs: ephy-zoom-action doc/reference/Makefile.am | 1 - doc/reference/epiphany-docs.sgml | 1 + doc/reference/epiphany-sections.txt | 8 ++++++++ lib/widgets/ephy-zoom-action.c | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 1 deletions(-) commit daed8eebfd5a141b9717ec1e8e64f89c76e1558d Author: Diego Escalante Urrelo Date: Tue Dec 1 14:25:23 2009 -0500 docs: update reference-howto doc/reference-howto.txt | 43 ++++++++++++++++++++----------------------- 1 files changed, 20 insertions(+), 23 deletions(-) commit e8824fe156f428de11613a2c1535103a6a28bdfb Author: Diego Escalante Urrelo Date: Tue Dec 1 14:12:39 2009 -0500 docs: ephy-spinner lib/widgets/ephy-spinner.c | 9 +++++++++ lib/widgets/ephy-spinner.h | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 8fa7aa81e1342fe3a22a83d8d209f631197259d0 Author: Diego Escalante Urrelo Date: Tue Dec 1 14:04:54 2009 -0500 docs: ephy-zoom-control lib/widgets/ephy-zoom-control.c | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) commit 4a9f652af96dd57ab0b82c579c360dd42727ba26 Author: Diego Escalante Urrelo Date: Tue Dec 1 13:59:28 2009 -0500 docs: ephy-location-entry bonus nitpick in ephy-zoom (just a line break) lib/ephy-zoom.c | 3 +- lib/widgets/ephy-location-entry.c | 43 +++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletions(-) commit 7572ea1934778ab1b19376cde518b5571bda3947 Author: Diego Escalante Urrelo Date: Tue Dec 1 13:45:15 2009 -0500 docs: ephy-search-entry lib/widgets/ephy-search-entry.c | 18 ++++++++++++++++++ lib/widgets/ephy-search-entry.h | 2 +- 2 files changed, 19 insertions(+), 1 deletions(-) commit f29b3148fd369e8100ef423424e3585db935e4d6 Author: Diego Escalante Urrelo Date: Tue Dec 1 13:04:56 2009 -0500 docs: remove useless 'plan' doc/plan/Makefile | 14 --- doc/plan/README | 36 -------- doc/plan/ephyplan.dtd | 15 --- doc/plan/plan.xml | 217 ----------------------------------------------- doc/plan/plan2table.xsl | 61 ------------- 5 files changed, 0 insertions(+), 343 deletions(-) commit 3deb6e06fd3cccaf26bca8c81bf1f83ef7993dd6 Author: Diego Escalante Urrelo Date: Tue Dec 1 13:20:39 2009 -0500 docs: remove generated templates doc/reference/Makefile.am | 162 +---- doc/reference/tmpl/EphyContentPolicy.sgml | 19 - doc/reference/tmpl/EphySingle.sgml | 64 -- doc/reference/tmpl/ephy-embed-factory.sgml | 34 - doc/reference/tmpl/ephy-embed-persist.sgml | 235 ----- doc/reference/tmpl/ephy-embed-single.sgml | 69 -- doc/reference/tmpl/ephy-embed.sgml | 399 --------- doc/reference/tmpl/ephy-extensions-manager.sgml | 37 - doc/reference/tmpl/ephy-glade.sgml | 25 - doc/reference/tmpl/ephy-icon-entry.sgml | 53 -- doc/reference/tmpl/ephy-location-entry.sgml | 217 ----- doc/reference/tmpl/ephy-node-db.sgml | 123 --- doc/reference/tmpl/ephy-password-manager.sgml | 78 -- doc/reference/tmpl/ephy-permission-manager.sgml | 78 -- doc/reference/tmpl/ephy-search-entry.sgml | 49 -- doc/reference/tmpl/ephy-session.sgml | 84 -- doc/reference/tmpl/ephy-shell.sgml | 129 --- doc/reference/tmpl/ephy-spinner.sgml | 58 -- doc/reference/tmpl/ephy-tab.sgml | 202 ----- doc/reference/tmpl/ephy-window.sgml | 110 --- doc/reference/tmpl/ephy-zoom-control.sgml | 56 -- doc/reference/tmpl/epiphany-unused.sgml | 1043 ----------------------- doc/reference/tmpl/mozilla-embed-event.sgml | 35 - 23 files changed, 13 insertions(+), 3346 deletions(-) commit 82a5da33bdcd8673cbf48de1159ae4f65fec8f64 Author: Xan Lopez Date: Wed Dec 2 21:39:47 2009 +0200 ephy-embed: reimplent EphyEmbedSingle 'handle-content' signal This is used by external download managers like gwget. embed/ephy-embed.c | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-)