commit 3a9ea909f5ccd39cfa5bc6e5be2cd8057bad0091 Author: Xan Lopez Date: Mon Mar 7 23:58:13 2011 +0100 [release] 2.91.91 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ae374ca97044684d6a33bb11ae8bccac06a85b9f Author: Diego Escalante Urrelo Date: Mon Mar 7 16:00:41 2011 -0500 ephy-download-widget: unescape displayed filenames Avoid having %20 and similar things in the widget labels. lib/widgets/ephy-download-widget.c | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit ffd4f4aea7cd38d28c4160162e7c01afeef00b3a Author: Diego Escalante Urrelo Date: Mon Mar 7 15:59:57 2011 -0500 ephy-window: retitle the show-downloads-bar item src/ephy-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6c42b658006e2008fb6bd39b81c5812e6e9b0e52 Author: Xan Lopez Date: Mon Mar 7 21:20:28 2011 +0100 NEWS: update for release NEWS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 7401732bd891a71209e9a05458054be0514c129e Author: Diego Escalante Urrelo Date: Tue Jan 18 13:48:28 2011 -0500 ephy-window: add new downloads UI Downloads are shown per-window, imitating Chromium's bottom bar. If the window being closed has active downloads, a warning dialog will be shown just as when forms have been modified but not sent. An active download is any download that is not yet 100% complete. Bug #618443 data/ui/epiphany-ui.xml | 1 + src/ephy-window.c | 182 +++++++++++++++++++++++++++++++++++++++++++++-- src/ephy-window.h | 3 + 3 files changed, 179 insertions(+), 7 deletions(-) commit 1463005c1bc7e30be973876db0c324021222cd8c Author: Diego Escalante Urrelo Date: Wed Jan 26 16:01:43 2011 -0500 ephy-download-widget: new widget A widget showing the progress of an EphyDownload and offering the default set of actions to take on it: Open, Browse to, Cancel. It keeps a ref to the EphyDownload its showing. Bug #618443 lib/widgets/Makefile.am | 5 + lib/widgets/ephy-download-widget.c | 507 ++++++++++++++++++++++++++++++++++++ lib/widgets/ephy-download-widget.h | 68 +++++ lib/widgets/totem-glow-button.c | 351 +++++++++++++++++++++++++ lib/widgets/totem-glow-button.h | 52 ++++ po/POTFILES.in | 1 + src/Makefile.am | 2 + 7 files changed, 986 insertions(+), 0 deletions(-) commit b9f9bf1a0763492f8bf41b8856bbd1149c5871a9 Author: Diego Escalante Urrelo Date: Tue Jan 18 11:10:11 2011 -0500 ephy-download: add the new EphyDownload object EphyDownload is a wrapper object around WebKitDownload that handles common behavior in downloads: auto-destination, default action for the MIME type. It can be used to wrap a WebKitDownload coming from a WebKitView or to download a url: ephy_download_new_for_uri and ephy_download_new_for_download are provided. Its lifetime is not automagic like EphyEmbedPersist, so you have to unref it when you no longer need it. This new object replaces EphyEmbedPersist and enables us to use a single codepath for downloads in all Epiphany. Bug #618443 data/glade/epiphany.ui | 80 ---- embed/Makefile.am | 6 +- embed/downloader-view.c | 1022 -------------------------------------------- embed/downloader-view.h | 84 ---- embed/ephy-download.c | 965 +++++++++++++++++++++++++++++++++++++++++ embed/ephy-download.h | 115 +++++ embed/ephy-embed-persist.c | 911 --------------------------------------- embed/ephy-embed-persist.h | 132 ------ embed/ephy-embed-shell.c | 144 ++++--- embed/ephy-embed-shell.h | 16 +- embed/ephy-embed.c | 478 +-------------------- lib/ephy-marshal.list | 1 + po/POTFILES.in | 3 +- src/Makefile.am | 4 +- src/ephy-session.c | 21 +- src/ephy-shell.c | 1 - src/ephy-window.c | 1 - src/epiphany.h.in | 1 + src/popup-commands.c | 162 ++++---- src/window-commands.c | 1 - tests/Makefile.am | 6 +- tests/ephy-download.c | 207 +++++++++ tests/ephy-embed-persist.c | 315 -------------- 23 files changed, 1496 insertions(+), 3180 deletions(-) commit 7f7826a163f31bb662247ac4486dca0d01df35f6 Author: Diego Escalante Urrelo Date: Thu Jan 20 01:42:12 2011 -0500 ephy-file-helpers: allow desktop in ephy_file_browse_to Nautilus doesn't draw the desktop as always anymore. It's not visible unless you browse there, so the reason to not allow browse_to desktop is not valid anymore. Bug #618443 lib/ephy-file-helpers.c | 27 +++++++-------------------- 1 files changed, 7 insertions(+), 20 deletions(-) commit fdafabde40eced013ffdcb49e4f080542fbbc402 Author: Diego Escalante Urrelo Date: Mon Nov 1 03:47:54 2010 -0500 ephy-file-helpers: only one downloads_dir function Remove all the ambiguity, we always throw downloads to the same place or the Desktop. Bug #618443 lib/ephy-file-helpers.c | 71 ++-------------------------------------------- lib/ephy-file-helpers.h | 1 - src/prefs-dialog.c | 34 ++-------------------- 3 files changed, 7 insertions(+), 99 deletions(-) commit 07202bf4e9b6f7809b58b0c3e13af0a6de593e28 Author: Xan Lopez Date: Mon Mar 7 15:53:53 2011 +0100 Require GTK+ 3.0.2 A few nasty bugs have been fixed since 3.0.0, I'd rather not have them reported. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 632ac3b3c932742c54d958a0475145da38e85905 Author: Nguyễn Thái Ngọc Duy Date: Mon Mar 7 18:29:07 2011 +0700 po/vi.po: better "Powered by" po/vi.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4bd303882f854a63256df528e322d6ab93ce67f5 Author: Duarte Loreto Date: Sun Mar 6 18:32:22 2011 +0000 Updated Portuguese translation po/pt.po | 2413 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1191 insertions(+), 1222 deletions(-) commit 666a2d88d5777e394fade5ff4ef743afb6100b23 Author: Rudolfs Mazurs Date: Sat Mar 5 15:05:12 2011 +0200 Updated Latvian translation. po/lv.po | 2511 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 1210 insertions(+), 1301 deletions(-) commit 73e78a2119169e0586e282ffab7ddb51b705d69a Author: Xan Lopez Date: Fri Mar 4 22:20:53 2011 +0100 ephy-embed: add a border and a little padding to the status frame Otherwise it blends a bit too effectively into clear backgrounds. embed/ephy-embed.c | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit 5fed4b274d16041d629155c6b246a46917d09fe7 Author: Diego Escalante Urrelo Date: Thu Jan 27 13:48:14 2011 -0500 ephy-window: make construct_confirm_close_dialog reusable Bug #618443 src/ephy-window.c | 28 ++++++++++++++++------------ 1 files changed, 16 insertions(+), 12 deletions(-) commit ae650f34deedaa12fd02e770cda754888055f3c0 Author: Diego Escalante Urrelo Date: Mon Feb 21 17:39:53 2011 -0500 popup-commands: indent fix Bug #618443 src/popup-commands.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 345406743e691845d2e3b0a44303aa4ae5bbe61f Author: Diego Escalante Urrelo Date: Sat Jan 22 13:43:07 2011 -0500 ephy-file-helpers: add uninstalled ui/ in ephy_file Bug #618443 lib/ephy-file-helpers.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 8e769a5363116088ca8394191583cf5fffae39fc Author: Daniel Korostil Date: Fri Mar 4 10:50:29 2011 +0200 Uploaded Ukranian po/uk.po | 2770 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1376 insertions(+), 1394 deletions(-) commit a5eb994a8ba5f05a549ef3358d0913cd4e6635c4 Author: Gil Forcada Date: Thu Mar 3 00:17:12 2011 +0100 [l10n] Updated Catalan translation po/ca.po | 2079 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1026 insertions(+), 1053 deletions(-) commit 1e5e8d6eba53745d279786ce2e7d387dcb5b7aa1 Author: Kristjan SCHMIDT Date: Sun Feb 27 17:13:03 2011 +0100 Updated Esperanto translation po/eo.po | 1972 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 943 insertions(+), 1029 deletions(-) commit d8b93ab1db701c5da60dbf0aac9359205d0d3668 Author: Xan Lopez Date: Sat Feb 26 23:02:11 2011 +0100 Small cleanup in widget's Makefile.am lib/widgets/Makefile.am | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 7ef48a51b5cf0e7b43bbdd080ee04a030ec4adfd Author: Changwoo Ryu Date: Sun Feb 27 04:42:21 2011 +0900 Updated Korean translation po/ko.po | 2455 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 1102 insertions(+), 1353 deletions(-) commit 761aa8a6beb1c9a61e3cd462eb69a8ebb20f6141 Author: Changwoo Ryu Date: Sat Oct 9 03:28:15 2010 +0900 Updated Korean translation po/ko.po | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit ebc582d3f2e7cd7b10fd5893aff5e981d9d8f822 Author: Xan Lopez Date: Sat Feb 26 02:11:03 2011 +0100 Sync with upstream GeditOverlay lib/widgets/Makefile.am | 17 ----------- lib/widgets/gedit-enum-types.c.template | 39 -------------------------- lib/widgets/gedit-enum-types.h.template | 27 ------------------ lib/widgets/gedit-overlay-child.c | 45 ++++++++++++++---------------- 4 files changed, 21 insertions(+), 107 deletions(-) commit 0c799b8e9de67440b1c3bc976fa63685367f295e Author: Diego Escalante Urrelo Date: Thu Feb 24 17:47:48 2011 -0500 prefs-dialog: use GtkBuildable id instead of name Using the widget name is error prone because Glade removes the name property of objects. This makes cookie configuration work again. data/glade/prefs-dialog.ui | 10 +++++----- src/prefs-dialog.c | 19 +++++++------------ 2 files changed, 12 insertions(+), 17 deletions(-) commit 13eac99b2dcd76ad7bfaa13e4c8c4e0bbc5baa2c Author: Bruno Brouard Date: Thu Feb 24 22:30:50 2011 +0100 Updated French translation po/fr.po | 1996 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 985 insertions(+), 1011 deletions(-) commit 7b24139e069c3de30cdafe983cfb6eb90c097362 Author: Sergio Villar Senin Date: Mon Feb 21 18:38:59 2011 +0100 ephy-location-entry: add DNS prefetching Proactively perform DNS lookups when the user sets the cursor over an autocompleted entry in the location bar. This way the prefetching is likely to already have been resolved by the time the user actually clicks on the entry. https://bugzilla.gnome.org/show_bug.cgi?id=606087 lib/widgets/ephy-location-entry.c | 59 +++++++++++++++++++++++++++++++++--- 1 files changed, 54 insertions(+), 5 deletions(-) commit da765e7da76ec0614499023f4ef9945279a19e0c Author: Alexandre Mazari Date: Tue Feb 22 22:30:21 2011 +0100 Remove deprecated gtk_button_pressed/released usage Remove useless calls to gtk_button_release. Those calls had no effect, since they were following calls to gtk_toggle_button_set_active (FALSE) doing implicit release. https://bugzilla.gnome.org/show_bug.cgi?id=628364 src/bookmarks/ephy-bookmark-properties.c | 1 - src/bookmarks/ephy-topic-action.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-)