commit 3c94dd2ac7259216ae32f42888dbedba645aee30 Author: Xan Lopez Date: Mon Aug 10 19:46:14 2009 +0300 NEWS: update for release NEWS | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) commit af92f754e5c8172296d1947193e24149805ba265 Author: Antón Méixome Date: Mon Aug 10 16:47:28 2009 +0200 Updated Galician translation po/gl.po | 1722 +++++++++++++++++--------------------------------------------- 1 files changed, 467 insertions(+), 1255 deletions(-) commit c2325fa0546bb6e41fdce10ca0a560293f468d5d Author: Xan Lopez Date: Mon Aug 10 14:04:01 2009 +0300 ephy-web-view: whitespace fixes embed/ephy-web-view.c | 338 ++++++++++++++++++++++++------------------------ 1 files changed, 169 insertions(+), 169 deletions(-) commit af12311055ac2d9ea29103fbb507a3a1f6798658 Author: Xan Lopez Date: Mon Aug 10 13:55:51 2009 +0300 Move address normalization to the EphyWebView functions. EphyLink is called repeatedly when opening URLs, so normalizing the address there all the time is pointless. Also, we don't go through here in all cases, so we need to add the normalization in the ephy_web_view_load_request function too; this fixes opening URLs like "foo.com" from the command line, for example. embed/ephy-web-view.c | 19 +++++++++++++++---- src/ephy-link.c | 7 +------ 2 files changed, 16 insertions(+), 10 deletions(-) commit 44706a1d0bc863eb6ffd9e14a207c230e9d3a028 Author: Xan Lopez Date: Mon Aug 10 13:38:00 2009 +0300 Move URL normalization into a utility function embed/ephy-embed-utils.c | 15 +++++++++++++++ embed/ephy-embed-utils.h | 5 +++-- src/ephy-link.c | 21 +++++---------------- 3 files changed, 23 insertions(+), 18 deletions(-) commit cc3b8a8703c4ace932dc31680bbb0c3d1ce4829a Author: Xan Lopez Date: Mon Aug 10 11:05:55 2009 +0300 Remove ephy-password-manager leftovers doc/reference/epiphany.types | 2 -- src/Makefile.am | 1 - src/epiphany.h.in | 1 - 3 files changed, 0 insertions(+), 4 deletions(-) commit ed31322a3790105797d56f453aaf220d7812d65a Author: Diego Escalante Urrelo Date: Mon Aug 10 02:36:27 2009 -0500 downloader-view.c: hide the tray icon before unref Apparently due to a GTK+/gnome-panel bug (bug #340110), the status icon space is not freed in the notification area. The best work-around is to hide the icon before unrefing it. Bug #591189 embed/downloader-view.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 893114a0a7b0c8b774b927dbc7de1844fb670ac3 Author: Xan Lopez Date: Mon Aug 10 08:28:40 2009 +0300 Add again the spinner. We need some indication in the UI of network activity when there are no tabs opened and the progress bar hasn't appeared yet in the URL entry. Re-add the spinner for now, we'll think of a better solution later. Bug #585035 lib/widgets/Makefile.am | 2 + lib/widgets/ephy-spinner-tool-item.c | 115 ++++++++++++++++++++++++++++++++++ lib/widgets/ephy-spinner-tool-item.h | 62 ++++++++++++++++++ src/ephy-toolbar.c | 59 ++++++++++++++++- src/ephy-toolbar.h | 3 + src/ephy-window.c | 2 + 6 files changed, 239 insertions(+), 4 deletions(-) commit 3083f20877cb7892a498cdccdfdedc8ee31cf10e Author: Carles Ferrando Date: Sun Aug 9 11:27:33 2009 +0200 Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po | 4275 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4276 insertions(+), 0 deletions(-) commit d1f78bf4247f3d1733d4a5f48b922c1bf9db04d0 Author: Xan Lopez Date: Sun Aug 9 09:24:25 2009 +0300 Forgot to add ephy-password-info.[ch] in previous commit src/ephy-password-info.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++ src/ephy-password-info.h | 49 +++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+), 0 deletions(-) commit 6de62da63409694870bf9c15b6b0a314687a5834 Author: Seán de Búrca Date: Sat Aug 8 21:20:11 2009 -0600 Updated Irish translation po/ga.po | 202 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 104 insertions(+), 98 deletions(-) commit 0c5cf6617f4d5945eb1eecce87ba4f164e4c416c Author: Xan Lopez Date: Sat Aug 8 22:43:46 2009 +0300 ephy-embed.c: sort headers embed/ephy-embed.c | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) commit be0a6c25239a4dd25495b50b4bed22bcbcc00440 Author: Xan Lopez Date: Sat Aug 8 21:31:43 2009 +0300 Re-implement PDM's password viewer. Patch by Holger Freyther, Prit Laes, with fixes from Xan López. Fetches the data from the GNOME keyring, which is where WebKit stores it (when compiled with keyring support). Bug #579217 configure.ac | 2 + embed/Makefile.am | 2 - embed/ephy-embed-single.c | 38 ---- embed/ephy-password-manager.c | 218 ----------------------- embed/ephy-password-manager.h | 101 ----------- src/Makefile.am | 2 + src/pdm-dialog.c | 395 +++++++++++++++++++++++++++-------------- 7 files changed, 266 insertions(+), 492 deletions(-) commit 4aa17a82e3a1914c93720321cb275abc718c8f6a Author: Khaled Hosny Date: Sat Aug 8 18:41:36 2009 +0300 Updated Arabic translation po/ar.po | 2255 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1126 insertions(+), 1129 deletions(-) commit 76e7a26bcb91584bfbac2a065c4ec8b0ed17702d Author: Seán de Búrca Date: Sat Aug 8 06:01:35 2009 -0600 Updated Irish translation po/ga.po | 4151 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 2055 insertions(+), 2096 deletions(-) commit ef9a1019e28b10d5d71208f667dc950d50b10868 Author: Benjamin Otte Date: Fri Aug 7 23:14:19 2009 +0200 Add NULL-check as the returned item can be NULL embed/ephy-web-view.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit be97edc964a415f4737b35fd9569c0e1bd55c633 Author: Diego Escalante Urrelo Date: Sat Jun 20 20:28:23 2009 -0500 ephy-notebook: remove old FIXME src/ephy-notebook.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit 0d92cfabd0c04937121d10cd2019c658bc525813 Author: Priit Laes Date: Tue Aug 4 10:43:53 2009 +0300 embed/ephy-embed.c: Fix mnemonic usage. embed/ephy-embed.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9763a388de2b6e698f238d9a1d40c84f7f200753 Author: Jorge González Date: Tue Aug 4 19:07:32 2009 +0200 Updated Spanish translation po/es.po | 666 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 336 insertions(+), 330 deletions(-) commit 0943b80b637d3db2934c97b9c77b60f1639ab0ec Author: Carlos Garcia Campos Date: Mon Aug 3 17:30:08 2009 +0200 Ignore load status changes after LOAD_FINISHED is emitted This is a workaround for webkit bug https://bugs.webkit.org/show_bug.cgi?id=26409. FIRST_VISUALLY_NON_EMPTY_LAYOUT might be emitted after LOAD_FINISHED, so we just ignore any status change once LOAD_FINISHED has been set embed/ephy-web-view.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 23bdbd4c4889b571a78471b89dc1a680352510d4 Author: Daniel Nylander Date: Mon Aug 3 12:17:38 2009 +0200 Updated Swedish translation po/sv.po | 149 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 77 insertions(+), 72 deletions(-) commit 37285df17e8e08aaeb4a2bddf9914d265a8e5a67 Author: Kjartan Maraas Date: Mon Aug 3 10:29:07 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 174 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 94 insertions(+), 80 deletions(-) commit b3ce064b42dede2552f79bf7e6c4c6eead7f24a0 Author: Benjamin Otte Date: Fri Jul 31 09:42:33 2009 +0200 Use g_hash_table_remove_all() to remove all items src/ephy-window.c | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) commit abfc3054e628d11250160b21a01866b923eb56a6 Author: Benjamin Otte Date: Fri Jul 31 10:06:53 2009 +0200 Code uses math.h so link to libm lib/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0036f89cacb5ad8b84dfc97cdc6a03cccb8dd386 Author: Ivar Smolin Date: Fri Jul 31 10:50:18 2009 +0300 Updating Estonian translation po/et.po | 43 ++++++++++++++++++++++++------------------- 1 files changed, 24 insertions(+), 19 deletions(-) commit 72b49fe58f5feaa36ae4851415a76588793f1510 Author: Vincent Untz Date: Thu Jul 30 12:51:48 2009 +0200 Move default bookmarks to separate rdf file instead of hard-coded values Bug #300190 data/Makefile.am | 15 ++++++++++++++- data/default-bookmarks.rdf.in | 23 +++++++++++++++++++++++ po/POTFILES.in | 1 + src/bookmarks/Makefile.am | 1 + src/bookmarks/ephy-bookmarks.c | 23 +---------------------- 5 files changed, 40 insertions(+), 23 deletions(-) commit 048b02780261819c29de2b43a1c1a18d3cbb066f Author: Julian de Navascues Date: Wed Jul 29 14:22:41 2009 +0200 Comments "about:recover" functionality Because "about:recover:" is not implemented yet, Epiphany cant recover tabs that were loading during a crash. So this patch avoids the attempts to recover these tabs and therefore blank tabs wont be opened. Tabs that were fully loaded are still opened and loaded succesfully. Bug #583953 Signed-off-by: Xan Lopez src/ephy-session.c | 36 ++++++++---------------------------- 1 files changed, 8 insertions(+), 28 deletions(-) commit 00bc21c873c32e476c666a8ed15c634c9889994d Author: Priit Laes Date: Wed Jul 29 13:23:01 2009 +0300 Fix Yoruba translation errors. Signed-off-by: Priit Laes po/yo.po | 103 +++++++++++++++++++++---------------------------------------- 1 files changed, 36 insertions(+), 67 deletions(-) commit fc57712dbb7afbf0112c0ea471a86e0acb5462b7 Author: Priit Laes Date: Wed Jul 29 13:08:26 2009 +0300 Revert "Move Epiphany to solely use GnomeKeyring for password management." This reverts commit f453c807afecdc210410eeb9f389ca50d0764a7c. configure.ac | 2 - embed/Makefile.am | 2 + embed/downloader-view.c | 8 +- embed/ephy-embed-single.c | 38 ++++ embed/ephy-password-manager.c | 218 +++++++++++++++++++++ embed/ephy-password-manager.h | 101 ++++++++++ src/Makefile.am | 2 - src/ephy-password-info.c | 67 ------- src/ephy-password-info.h | 49 ----- src/pdm-dialog.c | 428 +++++++++++++++++++---------------------- 10 files changed, 560 insertions(+), 355 deletions(-) commit a7d3b959e7af9b8fc3e93bdb3082cc1273bbd247 Author: Priit Laes Date: Wed Jul 29 13:08:17 2009 +0300 Revert "Set password column initially as hidden." This reverts commit 4e351b7594260829fa6b38762b3c69927e7d2dc3. src/pdm-dialog.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 5d0f8616724fec4e9131163f86da7fc596c7e049 Author: Priit Laes Date: Wed Jul 29 13:08:09 2009 +0300 Revert "Use correct column from store for deletion." This reverts commit f64c5a8275701a2d9d22d9b9e75288c7fb161700. src/pdm-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 33394f8729de34430b1af7f9e05985e0d5ddb8d2 Author: Priit Laes Date: Wed Jul 29 13:08:01 2009 +0300 Revert "Make pdm_dialog_fill_passwords_list asynchronous." This reverts commit 745f33e3fac9dd57b1da6be26c82a9101adf59cd. src/pdm-dialog.c | 36 +++++++++++++++--------------------- 1 files changed, 15 insertions(+), 21 deletions(-) commit 5f3b345a7c55a6491d3dd60637f304ab746e9656 Author: Priit Laes Date: Wed Jul 29 13:07:48 2009 +0300 Revert "Make password loading/showing asynchronous." This reverts commit dfbf90543edbb12a4c467db02f60214de3d07d83. src/pdm-dialog.c | 109 ++++++++++++++++++----------------------------------- 1 files changed, 37 insertions(+), 72 deletions(-) commit d614cb33983cac3070dff987729eae9b64ee7584 Author: Priit Laes Date: Wed Jul 29 13:07:43 2009 +0300 Revert "Make clear all functionality asynchronous." This reverts commit a75e0d2fc04d9f599edccf572afe78f2e48e2e44. src/pdm-dialog.c | 75 +++++++++++++++-------------------------------------- 1 files changed, 21 insertions(+), 54 deletions(-) commit 249e515bfe808343063735f86e4999813865b56c Author: Priit Laes Date: Wed Jul 29 13:07:22 2009 +0300 Revert "Password removal is now async :)" This reverts commit 689820485d8060c85760cd54d8b370f4e108d6dd. src/pdm-dialog.c | 104 ++++++++++++++++++++++-------------------------------- 1 files changed, 42 insertions(+), 62 deletions(-) commit a957f0f635dcb49afcebfc4a60097a8fca0bbf9f Author: Priit Laes Date: Wed Jul 29 13:06:30 2009 +0300 Revert "Password adding is fully async now." This reverts commit fbccb4712593d16d8bc06ed4cb3d6e27c1053dee. src/pdm-dialog.c | 145 +++++++++++++++++++++++------------------------------- 1 files changed, 62 insertions(+), 83 deletions(-) commit 66818e43ba883d4087dd58db408c9155c6d7d629 Author: Priit Laes Date: Wed Jul 29 12:57:25 2009 +0300 Fix broken Belarusian translation file. Signed-off-by: Priit Laes po/be.po | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) commit fbccb4712593d16d8bc06ed4cb3d6e27c1053dee Author: Priit Laes Date: Wed Jul 29 11:23:41 2009 +0300 Password adding is fully async now. Signed-off-by: Priit Laes src/pdm-dialog.c | 145 +++++++++++++++++++++++++++++++----------------------- 1 files changed, 83 insertions(+), 62 deletions(-) commit 689820485d8060c85760cd54d8b370f4e108d6dd Author: Priit Laes Date: Tue Jul 28 21:59:19 2009 +0300 Password removal is now async :) Signed-off-by: Priit Laes src/pdm-dialog.c | 104 ++++++++++++++++++++++++++++++++---------------------- 1 files changed, 62 insertions(+), 42 deletions(-) commit a75e0d2fc04d9f599edccf572afe78f2e48e2e44 Author: Priit Laes Date: Tue Jul 28 13:21:46 2009 +0300 Make clear all functionality asynchronous. Signed-off-by: Priit Laes src/pdm-dialog.c | 75 ++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 54 insertions(+), 21 deletions(-) commit dfbf90543edbb12a4c467db02f60214de3d07d83 Author: Priit Laes Date: Mon Jul 27 22:45:03 2009 +0300 Make password loading/showing asynchronous. Signed-off-by: Priit Laes src/pdm-dialog.c | 109 +++++++++++++++++++++++++++++++++++------------------ 1 files changed, 72 insertions(+), 37 deletions(-) commit 745f33e3fac9dd57b1da6be26c82a9101adf59cd Author: Priit Laes Date: Fri Jul 24 20:09:32 2009 +0300 Make pdm_dialog_fill_passwords_list asynchronous. Signed-off-by: Priit Laes src/pdm-dialog.c | 36 +++++++++++++++++++++--------------- 1 files changed, 21 insertions(+), 15 deletions(-) commit f64c5a8275701a2d9d22d9b9e75288c7fb161700 Author: Priit Laes Date: Fri Jul 24 19:12:54 2009 +0300 Use correct column from store for deletion. Signed-off-by: Priit Laes src/pdm-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4e351b7594260829fa6b38762b3c69927e7d2dc3 Author: Priit Laes Date: Fri Jul 24 19:07:37 2009 +0300 Set password column initially as hidden. Signed-off-by: Priit Laes src/pdm-dialog.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit f453c807afecdc210410eeb9f389ca50d0764a7c Author: Priit Laes Date: Tue Jul 21 11:47:53 2009 +0300 Move Epiphany to solely use GnomeKeyring for password management. Based on patch by Holger Freyther. Signed-off-by: Priit Laes configure.ac | 2 + embed/Makefile.am | 2 - embed/downloader-view.c | 8 +- embed/ephy-embed-single.c | 38 ---- embed/ephy-password-manager.c | 218 --------------------- embed/ephy-password-manager.h | 101 ---------- src/Makefile.am | 2 + src/ephy-password-info.c | 67 +++++++ src/ephy-password-info.h | 49 +++++ src/pdm-dialog.c | 428 ++++++++++++++++++++++------------------- 10 files changed, 355 insertions(+), 560 deletions(-) commit fce1c56a605ea712cc956537a8566d3b622a892e Author: Xan Lopez Date: Mon Jul 27 21:51:31 2009 +0300 configure.ac: next release is 2.27.90, not 2.27.6 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit aa6ccc4a0104efc04e999d9e7811abf0fdc1f5ab Author: Xan Lopez Date: Mon Jul 27 19:30:02 2009 +0300 configure.ac: post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)