commit 4815e57ccc6e88b9a1e80e4400473413122df5dd Author: Xan Lopez Date: Mon Dec 19 17:40:22 2011 +0100 POTFILES.in: update po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b1cd68562f3ceaf17a803f0f9161c28fdc5ba766 Author: Claudio Saavedra Date: Thu Dec 15 18:27:35 2011 +0200 Combine the Reload and Stop toolbar buttons into one Add a combined action that toggles itself between the two states and instantiate it from the window. Replace the Reload and Stop buttons with the combined one in the default toolbar description. https://bugzilla.gnome.org/show_bug.cgi?id=657655 data/ui/epiphany-ui.xml | 3 +- src/Makefile.am | 2 + src/ephy-combined-stop-reload-action.c | 162 ++++++++++++++++++++++++++++++++ src/ephy-combined-stop-reload-action.h | 61 ++++++++++++ src/ephy-window.c | 14 +++ 5 files changed, 240 insertions(+), 2 deletions(-) commit 33cb922f3c7135a8f4e696f4637d1a6878b93b62 Author: Claudio Saavedra Date: Fri Dec 16 14:39:15 2011 +0200 EphyEmbed: do not show the progressbar for about:blank Now that we've placed a timeout, about:blank shows an annoying complete progressbar shortly. We don't need it. embed/ephy-embed.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 8fad1a68ef1649601b1cde4fb5830d0e34023aba Author: Claudio Saavedra Date: Fri Dec 16 14:38:05 2011 +0200 EphyEmbed: Hide the statusbar in a timeout handler To allow it being displayed for a short while once it's complete. embed/ephy-embed.c | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) commit b0772af83253244ab94f8842d35ea3bda830bd27 Author: Claudio Saavedra Date: Thu Dec 15 20:23:27 2011 +0200 EphyEmbed: reset the alignment of the statusbar when hidden So that it shows to the left by default. The double get_parent() is ugly and we should probably hide the implementation details of the statusbar in a separate class. embed/ephy-embed.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 7754542318967d984b563975110a5c3b7873db2e Author: Xan Lopez Date: Thu Dec 15 01:07:27 2011 +0100 ephy-web-view: plug leak ==16675== 83 (64 direct, 19 indirect) bytes in 1 blocks are definitely lost in loss record 10,060 of 13,509 ==16675== at 0x4A074CD: malloc (vg_replace_malloc.c:236) ==16675== by 0x70C6F17: standard_malloc (gmem.c:85) ==16675== by 0x70C6FA0: g_malloc (gmem.c:159) ==16675== by 0x70DE86C: g_slice_alloc (gslice.c:1003) ==16675== by 0x70DE8AB: g_slice_alloc0 (gslice.c:1029) ==16675== by 0x6E2873D: soup_uri_new_with_base (soup-uri.c:177) ==16675== by 0x6E29468: soup_uri_new (soup-uri.c:398) ==16675== by 0x47D70F: load_status_cb (ephy-web-view.c:1906) embed/ephy-web-view.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 15a693dd485ebdf6098387b4729174fab2055c99 Author: Xan Lopez Date: Thu Dec 15 00:17:49 2011 +0100 ephy-session: do not store "ephy-about" URIs Store them as "about:" instead, which is the proper kind for loading. https://bugzilla.gnome.org/show_bug.cgi?id=666206 src/ephy-session.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 505632ebe9d4fc2e7aeea56c84928bc99ac6e956 Author: Xan Lopez Date: Thu Dec 15 00:07:26 2011 +0100 ephy-session: reorder includes src/ephy-session.c | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) commit 073198241b457925f4d2cc26787f0023aaa0a42c Author: Xan Lopez Date: Thu Dec 15 00:04:24 2011 +0100 about.css: make memory table a bit wider Otherwise big memory usage numbers are easily cut off. data/pages/about.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 24708366757a5c2b5c0696d3000b58a1401ff383 Author: Xan Lopez Date: Wed Dec 14 23:23:31 2011 +0100 window-commands: reorder includes src/window-commands.c | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) commit c543977b4083498f1226376d3a826e146a13b298 Author: Xan Lopez Date: Wed Dec 14 23:20:01 2011 +0100 ephy-notebook: reorder includes src/ephy-notebook.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 9891c072a2cd3bc99a788bcdc2f278ce47989786 Author: Kjartan Maraas Date: Wed Dec 14 23:14:09 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 1197 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 564 insertions(+), 633 deletions(-) commit 6cda3809f6fdfb4bb6044543a221eb0c98d187f2 Author: Xan Lopez Date: Wed Dec 14 23:11:23 2011 +0100 ephy-shell: correct bogus logic in warning message We were warning in way too many more cases than intended. src/ephy-shell.c | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) commit 87e1c9f28e0ce26b2cf04772bdcba94239fac96e Author: Xan Lopez Date: Wed Dec 14 22:30:40 2011 +0100 ephy-topic-action: another tiny leftover src/bookmarks/ephy-topic-action.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit aaa9b65277ae5afd60da4af29acf2034eba4c81a Author: Xan Lopez Date: Wed Dec 14 22:26:43 2011 +0100 ephy-bookmark-action: kill unused code related to toolbar items src/bookmarks/ephy-bookmark-action.c | 404 ++-------------------------------- 1 files changed, 19 insertions(+), 385 deletions(-) commit f61d7dfbcbfbfbc6b4ff4448333b72f0189a8f0c Author: Xan Lopez Date: Wed Dec 14 22:20:22 2011 +0100 ephy-topic-action: kill unused code related to toolbar items src/bookmarks/ephy-topic-action.c | 230 +------------------------------------ 1 files changed, 2 insertions(+), 228 deletions(-) commit 95c05041ab35d2ff4b13b7f86140c6d2665c9582 Author: Xan Lopez Date: Wed Dec 14 22:02:39 2011 +0100 ephy-link-action: small cleanups src/ephy-link-action.c | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) commit 29d0621fbce678f035eb4fbe1c03db7cd73a9e2d Author: Xan Lopez Date: Wed Dec 14 21:57:01 2011 +0100 epiphany.types: remove more obsolete stuff doc/reference/epiphany.types | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit c218a84b8152ec27d33a7bedcc55ad856fc9a1a3 Author: Xan Lopez Date: Wed Dec 14 21:54:19 2011 +0100 Remove traces of EphyZoomControl doc/reference/epiphany-docs.sgml | 1 - doc/reference/epiphany.types | 2 - doc/reference/tmpl/ephy-zoom-control.sgml | 58 ----------------------------- 3 files changed, 0 insertions(+), 61 deletions(-) commit e05bf02b0d642e5a9b239cd87fef986b0af336a2 Author: Xan Lopez Date: Wed Dec 14 21:52:33 2011 +0100 POTFILES.in: update po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 295a4214cdaf10889d26a1d6a3ab8d5319295a5c Author: Xan Lopez Date: Wed Dec 14 21:52:18 2011 +0100 data/ui/Makefile.am: fix typo data/ui/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a9397985aaf2dd1f4279b7b355de0c14f628f814 Author: Xan Lopez Date: Wed Dec 14 21:45:43 2011 +0100 ephy-zoom-control: remove, there are no zoom toolbar items anymore lib/widgets/Makefile.am | 4 +- lib/widgets/ephy-zoom-action.c | 44 +------ lib/widgets/ephy-zoom-control.c | 265 --------------------------------------- lib/widgets/ephy-zoom-control.h | 66 ---------- tests/Makefile.am | 6 +- tests/ephy-zoom-control.c | 78 ------------ 6 files changed, 5 insertions(+), 458 deletions(-) commit f60cd7fc43d25855cafaab84e655e0f2b99c95ee Author: Xan Lopez Date: Wed Dec 14 21:24:21 2011 +0100 Move GtkBuilder files to data/ui There's not much point in having two UI files (glade/ and ui/), and besides the files were not actually in glade format anymore. configure.ac | 1 - data/Makefile.am | 2 +- data/glade/Makefile.am | 10 - data/glade/certificate-dialogs.ui | 865 ------------------------ data/glade/epiphany.ui | 667 ------------------ data/glade/form-signing-dialog.ui | 200 ------ data/glade/prefs-dialog.ui | 1352 ------------------------------------- data/glade/print.ui | 363 ---------- data/ui/Makefile.am | 11 +- data/ui/certificate-dialogs.ui | 865 ++++++++++++++++++++++++ data/ui/epiphany.ui | 667 ++++++++++++++++++ data/ui/form-signing-dialog.ui | 200 ++++++ data/ui/prefs-dialog.ui | 1352 +++++++++++++++++++++++++++++++++++++ data/ui/print.ui | 363 ++++++++++ po/POTFILES.in | 10 +- 15 files changed, 3463 insertions(+), 3465 deletions(-) commit 049e9612e7676c87ac0f011ec56340614e513cab Author: Xan Lopez Date: Wed Dec 14 18:24:39 2011 +0100 ephy-related-action: remove, it's unused po/POTFILES.in | 1 - src/bookmarks/Makefile.am | 2 - src/bookmarks/ephy-bookmarks-ui.c | 1 - src/bookmarks/ephy-related-action.c | 162 ----------------------------------- src/bookmarks/ephy-related-action.h | 61 ------------- 5 files changed, 0 insertions(+), 227 deletions(-) commit 44d48795f34bd60cb8f8146e8cc3ed62c893d3ac Author: Xan Lopez Date: Wed Dec 14 18:05:55 2011 +0100 epiphany-bookmark-editor-ui.xml: ShowOnToolbar was nuked data/ui/epiphany-bookmark-editor-ui.xml | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 0d6d3ad4469d5fb7ff14d617aace6f6a41b357ba Author: Xan Lopez Date: Wed Dec 14 18:02:14 2011 +0100 POTFILES.in: update po/POTFILES.in | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 3295288a7292a74d14c6a5a20e41e2afe010f34e Author: Xan Lopez Date: Wed Dec 14 18:01:14 2011 +0100 Remove last traces of the EggToolbar code lib/egg/Makefile.am | 6 - lib/egg/egg-editable-toolbar.c | 1932 ------------------------------------- lib/egg/egg-editable-toolbar.h | 95 -- lib/egg/egg-toolbar-editor.c | 677 ------------- lib/egg/egg-toolbar-editor.h | 63 -- lib/egg/egg-toolbars-model.c | 1001 ------------------- lib/egg/egg-toolbars-model.h | 190 ---- lib/widgets/ephy-location-entry.c | 27 - po/POTFILES.in | 4 - src/Makefile.am | 31 +- src/bookmarks/ephy-bookmarks-ui.h | 3 +- src/ephy-shell.c | 60 -- src/ephy-shell.h | 3 - src/ephy-toolbars-model.c | 292 ------ src/ephy-toolbars-model.h | 65 -- 15 files changed, 4 insertions(+), 4445 deletions(-) commit 2db47fb32732e9613e5338d8c165ed5f771e819a Author: Xan Lopez Date: Wed Dec 14 17:48:09 2011 +0100 ephy-bookmark-action: remove unused includes src/bookmarks/ephy-bookmark-action.c | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) commit 9fa3bd65a81f430b2c7ab8446f1eccb773d8845a Author: Xan Lopez Date: Wed Dec 14 17:43:42 2011 +0100 Remove the topic/bookmark factory actions They are unused now. src/bookmarks/Makefile.am | 4 - src/bookmarks/ephy-bookmark-factory-action.c | 303 -------------------------- src/bookmarks/ephy-bookmark-factory-action.h | 56 ----- src/bookmarks/ephy-bookmarks-ui.c | 2 - src/bookmarks/ephy-topic-factory-action.c | 302 ------------------------- src/bookmarks/ephy-topic-factory-action.h | 56 ----- 6 files changed, 0 insertions(+), 723 deletions(-) commit 2b63143ef7d712e62347536b363a16ad4953ad0c Author: Xan Lopez Date: Wed Dec 14 17:37:54 2011 +0100 Remove code to support bookmark/topic toolbar src/bookmarks/ephy-bookmarks-editor.c | 179 ++------------- src/bookmarks/ephy-bookmarks-ui.c | 397 ++------------------------------- src/bookmarks/ephy-bookmarks-ui.h | 4 - src/ephy-shell.c | 3 - 4 files changed, 45 insertions(+), 538 deletions(-) commit a74877f7f28f105369acef053b339ceefce33c92 Author: Xan Lopez Date: Tue Dec 13 17:16:23 2011 +0100 Remove ephy_window_get_toolbar The only use in window-commands.c is not superfluous. doc/reference/epiphany-sections.txt | 1 - doc/reference/tmpl/ephy-window.sgml | 9 --------- src/ephy-window.c | 16 ---------------- src/ephy-window.h | 2 -- src/window-commands.c | 3 --- 5 files changed, 0 insertions(+), 31 deletions(-) commit c1c74c929c1e773d1f79d1b3bd0cf10bb572f8f9 Author: Xan Lopez Date: Tue Dec 13 16:45:10 2011 +0100 Remove custom EphyToolbar in favor of a vanilla GtkToolbar This allows us to stop using EggEditableToolbar here, we just load a normal toolbar from GtkUIManager in EphyWindow. The special toolbar actions and methods have been moved to EphyWindow too, mostly in a mechanical fashion (probably some simplifications are possible). The code in the bookmarks UI that depended on EphyToolbar has been #if zeroed instead of porting it, since it will go away in the near future too. https://bugzilla.gnome.org/show_bug.cgi?id=664483 data/ui/Makefile.am | 2 - data/ui/epiphany-fs-toolbar.xml | 10 - data/ui/epiphany-toolbar.xml | 36 -- data/ui/epiphany-ui.xml | 14 +- po/POTFILES.in | 1 - src/Makefile.am | 4 - src/bookmarks/ephy-bookmarks-ui.c | 12 + src/ephy-lockdown.c | 5 +- src/ephy-shell.c | 9 +- src/ephy-toolbar.c | 765 ------------------------------------- src/ephy-toolbar.h | 106 ----- src/ephy-window.c | 504 +++++++++++++++++++++--- src/ephy-window.h | 4 +- src/window-commands.c | 5 +- 14 files changed, 467 insertions(+), 1010 deletions(-) commit 1ce161d56a3db3c436e5fbf888472c1f864cebb8 Author: Claudio Saavedra Date: Wed Dec 14 17:08:40 2011 +0200 Some indentation fixes. Sorry 'bout that. embed/ephy-embed.c | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) commit 2ea50ae6ef77b6346ccb859448513884510fcadd Author: Claudio Saavedra Date: Mon Dec 5 19:05:25 2011 +0100 Use an overlay progress bar for the loading progress. The theming was done by Lapo Calamandrei. https://bugzilla.gnome.org/show_bug.cgi?id=665470 data/ui/epiphany.css | 28 ++++++++++++++++++++ embed/ephy-embed.c | 33 +++++++++++++++++++++++- src/ephy-window.c | 70 -------------------------------------------------- 3 files changed, 60 insertions(+), 71 deletions(-) commit 762a30c569efd36510f7b418a0c11aee84320a6c Author: Claudio Saavedra Date: Sun Dec 4 19:27:50 2011 +0100 Use a GtkOverlay for the statusbar instead of shipping GeditOverlay Instead of escaping the cursor, we align the overlay at the opposite side of the window. This is consistent with nautilus. https://bugzilla.gnome.org/show_bug.cgi?id=653996 embed/ephy-embed.c | 37 ++- lib/widgets/Makefile.am | 8 +- lib/widgets/ephy-overlay-escaping-child.c | 314 ----------------- lib/widgets/ephy-overlay-escaping-child.h | 56 --- lib/widgets/gedit-overlay-child.c | 362 ------------------- lib/widgets/gedit-overlay-child.h | 89 ----- lib/widgets/gedit-overlay.c | 542 ----------------------------- lib/widgets/gedit-overlay.h | 70 ---- 8 files changed, 28 insertions(+), 1450 deletions(-) commit b370ee25bcc3c464b57e4c090ce8adc6677f8f96 Author: Xan Lopez Date: Sun Dec 11 22:31:44 2011 +0100 ephy-shell: add warning message about incorrect usage of ephy_shell_new_tab_full src/ephy-shell.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 41b6a04b3e147adebfad65b634f4f54a15328064 Author: Xan Lopez Date: Sun Dec 11 22:29:26 2011 +0100 ephy-shell: fix weird spacing in LOG messages src/ephy-shell.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit d53300503bb6613c00a7124d429aa9250fea74cd Author: Xan Lopez Date: Sun Dec 11 22:26:38 2011 +0100 ephy-window: append new windows opened as tabs after current tab To be consistent with our new default behavior, which is to append new tabs after their parent. src/ephy-window.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 3f14045eff423852cd09b47f18fa57b0475d3b00 Author: Xan Lopez Date: Sat Dec 10 19:49:07 2011 +0100 ephy-embed: small cleanups embed/ephy-embed.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit f805f696bc61573e1683c5ebfd9a6cd8d3257639 Author: Xan Lopez Date: Sat Dec 10 16:59:24 2011 +0100 epiphany.css: kill left/right padding in the main toolbar That way buttons can be used at the edge of the screen when ephy is maximized. https://bugzilla.gnome.org/show_bug.cgi?id=665518 data/ui/epiphany.css | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit a365c1e01f4fc421d7156b862e9c1386d5b6749c Author: Xan Lopez Date: Sat Dec 10 16:49:32 2011 +0100 ephy-window: remove superfluous headers src/ephy-window.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 4159a768981b7033a40714411ff43fc07e3904dc Author: Xan Lopez Date: Sat Dec 10 14:04:43 2011 +0100 configure.ac: kill ancient spellchecker am define configure.ac | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 8dd71d0199b5b935f78d90525c9719bec25670e6 Author: Xan Lopez Date: Sat Dec 10 13:57:28 2011 +0100 configure.ac: we don't use gdbus-codegen anymore configure.ac | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 92e9105cd42c298bf0c8b2bf6aca89b6e59f913d Author: Xan Lopez Date: Sat Dec 10 13:18:53 2011 +0100 configure.ac: we can safely assume GCC 3.4 these days, I think configure.ac | 26 +------------------------- 1 files changed, 1 insertions(+), 25 deletions(-) commit 7c8add0f5a81cee4b04c64360102e723c5405f76 Author: Martin Robinson Date: Sun Aug 7 01:25:38 2011 +0200 preferences: turn on new-windows-in-tabs by default It's consistent with what every other browser is doing and with our future design. https://bugzilla.gnome.org/show_bug.cgi?id=656091 data/org.gnome.epiphany.gschema.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dca2b30f867a173453a43eab979c3301058faeda Author: Yaron Shahrabani Date: Sat Dec 10 10:47:40 2011 +0200 Updated Hebrew translation. po/he.po | 718 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 344 insertions(+), 374 deletions(-) commit 8bd9df39c44addacd4c8fecb965fe69d2e17cd8b Author: Xan Lopez Date: Mon Dec 5 17:20:58 2011 +0100 ephy-toolbar: reorder headers src/ephy-toolbar.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 38833990073ddafd2b513f47da380631b1e5467b Author: Xan Lopez Date: Mon Dec 5 16:19:38 2011 +0100 ephy-window: remove obsolete comment src/ephy-window.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 31f4a3cbedf71ade0ed877bdc2f5c3c57826b167 Author: Xan Lopez Date: Mon Dec 5 15:58:41 2011 +0100 ephy-window: add global bindings for GoHistory and GoLocation src/ephy-window.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit c4a16be389b7ceb17745e510d4c3ef57abcc5f9d Author: Xan Lopez Date: Mon Dec 5 15:28:41 2011 +0100 Remove "Go" menu Last of the toplevel menus without equivalent in the new design. data/ui/epiphany-ui.xml | 12 ------------ src/ephy-window.c | 1 - 2 files changed, 0 insertions(+), 13 deletions(-) commit d32a5ddaeb8e21c1e1b04584b6a6513aea2af48f Author: Xan Lopez Date: Mon Dec 5 15:22:56 2011 +0100 configure.ac: remove old configure output configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit b6256fd0e48a3ec6769662ddfd1cadf4cf0b8d99 Author: Xan Lopez Date: Mon Dec 5 15:17:46 2011 +0100 Remove last traces of dummy certificate manager There was no implementation, so it was just polluting the codebase. In the future we probably want a non-optional implementation in the "Page details" section, using the soup/glib-network APIs. data/ui/epiphany-ui.xml | 1 - embed/ephy-embed-single.c | 49 --------------------------------------------- src/ephy-window.c | 15 ------------- src/window-commands.c | 8 ------- src/window-commands.h | 3 -- 5 files changed, 0 insertions(+), 76 deletions(-) commit 142d053dd3d7e6155c8f4891620178474469c42e Author: Xan Lopez Date: Mon Dec 5 11:43:00 2011 +0100 ephy-window: fix accidentally reversed tab bindings src/ephy-window.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit a574b6c7d190aa35dc00a05db382e8ad70cfa363 Author: Piotr Drąg Date: Mon Dec 5 01:50:51 2011 +0100 Updated POTFILES.in po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit fdf7054db6d84b554b3ea52ed60d065f211765e0 Author: Xan Lopez Date: Mon Dec 5 00:21:40 2011 +0100 ephy-window: remove the tabs menu It is not present in the new design. The Alt+ accelerators are dying with it, but it will be pretty easy to bring them back if needed. data/ui/epiphany-ui.xml | 14 -- src/Makefile.am | 2 - src/ephy-tabs-menu.c | 486 ----------------------------------------------- src/ephy-tabs-menu.h | 61 ------ src/ephy-window.c | 73 +------- 5 files changed, 7 insertions(+), 629 deletions(-) commit ebbb1c48197f53b98575b0cb4f6d9fa1e4535abc Author: Xan Lopez Date: Sun Dec 4 22:28:50 2011 +0100 Remove history dropdown menus from action buttons They are not commonly used and are not present in the new design, so we can get rid of them. src/ephy-navigation-action.c | 138 +----------------------- src/ephy-navigation-action.h | 7 - src/ephy-navigation-history-action.c | 202 ---------------------------------- src/ephy-navigation-up-action.c | 73 ------------ src/ephy-toolbar.c | 12 -- 5 files changed, 2 insertions(+), 430 deletions(-) commit d5216f2d4cebd894c79d124d583304fd044fa96a Author: Xan Lopez Date: Sat Dec 3 17:21:06 2011 +0100 prefs-dialog: fix compiler warnings src/prefs-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bea26fc30ac9ff3def2d18d237509a18b3829e27 Author: Xan Lopez Date: Sat Dec 3 17:08:37 2011 +0100 Remove homepage preference from GSettings Hardcode it to be "about:blank". The final step could be completely remove the rest of the code, but it might be useful for the future Overview page (if we consider it the new "homepage"). https://bugzilla.gnome.org/show_bug.cgi?id=665469 data/org.gnome.epiphany.gschema.xml.in | 5 ----- embed/ephy-web-view.c | 21 ++++----------------- embed/ephy-web-view.h | 2 +- lib/ephy-prefs.h | 1 - src/ephy-home-action.c | 7 +------ src/ephy-shell.c | 3 ++- 6 files changed, 8 insertions(+), 31 deletions(-) commit 0caf7b0f44349cbfd072cb49dbdc609de317a971 Author: Xan Lopez Date: Sat Dec 3 16:55:49 2011 +0100 Remove UI to define a homepage Later we can remove all the internals to implement the feature. https://bugzilla.gnome.org/show_bug.cgi?id=665469 data/glade/prefs-dialog.ui | 156 ++++++------------------------------------- src/prefs-dialog.c | 75 +++------------------ 2 files changed, 33 insertions(+), 198 deletions(-) commit 6efd39db328bd1f7e568db119a6ff12844a51160 Author: Piotr Drąg Date: Sat Dec 3 17:04:46 2011 +0100 Updated POTFILES.in po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit aec912b5fc328171d989963421a6ceed0d8c6f03 Author: Xan Lopez Date: Thu Nov 17 16:57:42 2011 +0100 Remove toolbar editor The UI is gone, but the infrastructure still persists (EggToolbarModel, etc). Further cleanups are possible. https://bugzilla.gnome.org/show_bug.cgi?id=664260 data/ui/epiphany-ui.xml | 4 - lib/ephy-prefs.h | 1 - src/Makefile.am | 2 - src/ephy-lockdown.c | 13 -- src/ephy-toolbar-editor.c | 371 --------------------------------------------- src/ephy-toolbar-editor.h | 63 -------- src/ephy-window.c | 17 -- src/window-commands.c | 8 - 8 files changed, 0 insertions(+), 479 deletions(-) commit 77ec3ecef9ac6d3d298b6ddd2f38bfebe3da7174 Author: Xan Lopez Date: Thu Dec 1 11:01:36 2011 +0100 ephy-window: small cleanups, mostly code reorg. src/ephy-window.c | 266 ++++++++++++++++++++++++++--------------------------- 1 files changed, 129 insertions(+), 137 deletions(-) commit 9a6c740d24b1d4a7deb846d0a1548c5419e0080e Author: Tom Tryfonidis Date: Tue Nov 29 22:14:47 2011 +0200 Redesign of about:pages The patch changes the design of about:plugins/memory pages making them similar to about:applications. https://bugzilla.gnome.org/show_bug.cgi?id=665136 data/pages/about.css | 105 +++++++++++++++++++++++++------------------- embed/ephy-request-about.c | 3 +- 2 files changed, 62 insertions(+), 46 deletions(-) commit 901c1cc5fa13111f5593ed6f3ab14ea3654b3fdd Author: Saleem Abdulrasool Date: Tue Nov 29 19:19:59 2011 -0800 web view: fix icon names The GTK+ 3.0 themes have a different name for the dialog icons (dialog-{information,error}) rather than the stock GTK+ icon names (gtk-dialog-{info,error}). Use the proper names. Additionally, ensure that icon_info is not NULL when performing the lookup, which will fail. This part of the change is to avoid a possible crash/segfault caused by the lookup without a valid icon_info. Bug: 665170 Signed-Off-By: Saleem Abdulrasool embed/ephy-web-view.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 819cc7dea0676deb2dc6b422683780ab2a1ed8c0 Author: Claudio Saavedra Date: Wed Nov 30 20:04:36 2011 +0100 ephy-request-about: fix a potential crasher if the css file is missing And prevent the corresponding GError from leaking. embed/ephy-request-about.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 3dca36516253cf3332627861efda6ec4f6d79a8c Author: Claudio Saavedra Date: Wed Nov 30 18:42:01 2011 +0100 webapps: ensure the webapps are shown in the shell Make sure the applications directory in XDG_DATA_HOME exists before creating a symlink for the application desktop file. https://bugzilla.gnome.org/show_bug.cgi?id=664751 embed/ephy-web-app-utils.c | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) commit 4bd76258dfb086976c7daf1d854aab852c422c85 Author: Xan Lopez Date: Wed Nov 30 12:55:27 2011 +0100 ephy-embed: disconnect statusbar timeout on dispose Otherwise we'll crash when we close windows/tabs too fast. embed/ephy-embed.c | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) commit 1455bc2e97d8d1d2fe071b7fba99abb3abefb6e6 Author: Dan Winship Date: Wed Nov 30 10:20:40 2011 +0100 Use SoupSession:ssl-use-system-ca-file property Rather than copying glib-networking's logic for finding the system trusted CA file and then telling libsoup to use it, just use the new ssl-use-system-ca-file property. https://bugzilla.gnome.org/show_bug.cgi?id=633109 configure.ac | 35 +---------------------------------- embed/ephy-embed-single.c | 16 ++++------------ embed/ephy-web-view.c | 4 ---- 3 files changed, 5 insertions(+), 50 deletions(-) commit d1d329e512877f34d2109e65a267c883e0c87b06 Author: Martin Robinson Date: Sun Nov 27 11:34:07 2011 +0100 Delay hiding the statusbar overlay when the status text changes. Delaying the statusbar hide prevents the overlay from flickering when moving the cursor over a series of links. embed/ephy-embed.c | 25 +++++++++++++++++++++++-- 1 files changed, 23 insertions(+), 2 deletions(-) commit af225d4e73650098b5e2b860ba3747ee421ea52e Author: Priit Laes Date: Sat Nov 26 15:01:45 2011 +0200 [l10n] Updated Estonian translation po/et.po | 386 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 250 insertions(+), 136 deletions(-) commit 3122a059ab67b2460ef6679ea4992351c0415eda Author: Matej Urbančič Date: Fri Nov 25 21:22:27 2011 +0100 Updated Slovenian translation po/sl.po | 59 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 29 insertions(+), 30 deletions(-) commit dafa348a604c8736b3b33848865cf84ce799cbdd Author: Xan Lopez Date: Wed Nov 23 18:12:40 2011 +0100 configure.ac: require glib 2.31.2 for GNetworkMonitor configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 13592e1c5b788c8739ff251d98aa8f6ae8e6ad96 Author: Claudio Saavedra Date: Wed Nov 23 12:44:51 2011 +0100 Don't ever show tabs when in application mode https://bugzilla.gnome.org/show_bug.cgi?id=663668 src/ephy-notebook.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit 842a3b2b7f1c73b72ab847f2d99dbc9c74fa4e08 Author: Claudio Saavedra Date: Wed Nov 23 10:56:46 2011 +0100 Properties dialog layout fixes In the languages tab, replace the GtkTable with a GtkGrid and allow the languages treeview to expand vertically. https://bugzilla.gnome.org/show_bug.cgi?id=662252 data/glade/prefs-dialog.ui | 190 +++++++++++++++++++++----------------------- 1 files changed, 91 insertions(+), 99 deletions(-)