commit 54a475c19c8ad9d80d49366af2498b82e63c5cbb Author: chpe Date: Mon Aug 18 16:46:42 2008 +0000 Update version to 2.23.90. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8426 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit eb45c91d8d9ceb0ea143e27d84bf866cde588e97 Author: yairhr Date: Sun Aug 17 07:51:35 2008 +0000 2008-08-17 Yair Hershkovitz * he.po: Updated Hebrew translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8425 51c929da-ce25-0410-94ab-cff1d2748b70 po/he.po | 1030 +++++++++----------------------------------------------------- 1 files changed, 143 insertions(+), 887 deletions(-) commit 10db55329bad01906f018d16402da6ad37f60537 Author: baptistem Date: Sat Aug 16 19:52:30 2008 +0000 Backport tango style lock icons from TRUNK revision 8325 with chpe agreement fixes bug 547936. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8424 51c929da-ce25-0410-94ab-cff1d2748b70 data/icons/hicolor_status_16x16_lock-broken.png | Bin 693 -> 805 bytes data/icons/hicolor_status_16x16_lock-broken.svg | 413 +++++++++ data/icons/hicolor_status_16x16_lock-insecure.png | Bin 693 -> 640 bytes data/icons/hicolor_status_16x16_lock-insecure.svg | 560 ++++++++++++ .../hicolor_status_16x16_lock-secure-checked.png | Bin 821 -> 831 bytes .../hicolor_status_16x16_lock-secure-checked.svg | 478 ++++++++++ data/icons/hicolor_status_16x16_lock-secure.png | Bin 729 -> 709 bytes data/icons/hicolor_status_16x16_lock-secure.svg | 407 +++++++++ data/icons/hicolor_status_24x24_lock-broken.png | Bin 1554 -> 1081 bytes data/icons/hicolor_status_24x24_lock-broken.svg | 607 +++++++++++++ data/icons/hicolor_status_24x24_lock-insecure.png | Bin 1197 -> 1010 bytes data/icons/hicolor_status_24x24_lock-insecure.svg | 618 +++++++++++++ .../hicolor_status_24x24_lock-secure-checked.png | Bin 1306 -> 1155 bytes .../hicolor_status_24x24_lock-secure-checked.svg | 506 +++++++++++ data/icons/hicolor_status_24x24_lock-secure.png | Bin 1224 -> 961 bytes data/icons/hicolor_status_24x24_lock-secure.svg | 470 ++++++++++ data/icons/hicolor_status_48x48_lock-broken.png | Bin 4310 -> 2922 bytes data/icons/hicolor_status_48x48_lock-broken.svg | 943 +++++++++++++++++++ data/icons/hicolor_status_48x48_lock-insecure.png | Bin 2913 -> 3000 bytes data/icons/hicolor_status_48x48_lock-insecure.svg | 616 +++++++++++++ .../hicolor_status_48x48_lock-secure-checked.png | Bin 3313 -> 3110 bytes .../hicolor_status_48x48_lock-secure-checked.svg | 950 ++++++++++++++++++++ data/icons/hicolor_status_48x48_lock-secure.png | Bin 2978 -> 2849 bytes data/icons/hicolor_status_48x48_lock-secure.svg | 573 ++++++++++++ 24 files changed, 7141 insertions(+), 0 deletions(-) commit 6658758004485f0e552abc800e9a0ab94283083d Author: plaes Date: Sat Aug 16 12:22:49 2008 +0000 2008-08-16 Priit Laes * et.po: Translation updated by Ivar Smolin git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8423 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/et.po | 54 ++++++++++++++++++++++++++++++------------------------ 2 files changed, 34 insertions(+), 24 deletions(-) commit ffd5a6c9f775f6c004ddc3efdd8aa1001affde64 Author: leonardof Date: Sat Aug 16 00:15:52 2008 +0000 2008-08-15 Leonardo Ferreira Fontenelle * pt_BR.po: Brazilian Portuguese translation updated by Fábio Nogueira. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8422 51c929da-ce25-0410-94ab-cff1d2748b70 po/pt_BR.po | 1357 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 682 insertions(+), 675 deletions(-) commit 34adf8c50ba0d52439396838692584d6e971f86b Author: diegoe Date: Thu Aug 14 22:46:37 2008 +0000 Port the location bar to use GRegex. Use a simple regex matching the input text, implements the same behaviour of the current bar, plus: - substring suggestions (closes: #151932) - unicode support (closes: #343906) - diacritics in topic keywords (closes: #328162) - completion on history items titles (closes: #534218) Also, of course, closes: #517960 - port the url bar to GRegex. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8418 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 52 +++++++++++++-- lib/widgets/ephy-location-entry.h | 9 ++- src/ephy-location-action.c | 133 +++++++++++-------------------------- 3 files changed, 91 insertions(+), 103 deletions(-) commit 2fd99ead32147f768ca3dbd80abc2b9911de2a00 Author: chpe Date: Thu Aug 14 19:41:56 2008 +0000 Allow remembering the selected user cert. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8417 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 11 +++++++++++ embed/mozilla/GtkNSSClientAuthDialogs.cpp | 25 ++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletions(-) commit 7d6f414c78163a083d3a65241d4e624b3c25c7c2 Author: diegoe Date: Thu Aug 14 11:42:52 2008 +0000 Remove the sort_func for the location entry. It is not really needed, since the values in comparison are simple numbers that don't need any thought on top. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8415 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 25 +++++-------------------- 1 files changed, 5 insertions(+), 20 deletions(-) commit 7d50bbd74d426ef58d3fa5adc919b76bd6e08e28 Author: diegoe Date: Thu Aug 14 10:49:54 2008 +0000 Make the order in which we name the cols consistent. Just a minor reordering of *_col variables, no code changed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8413 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 8 ++++---- lib/widgets/ephy-location-entry.h | 4 ++-- src/ephy-completion-model.h | 2 +- src/ephy-location-action.c | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) commit fbe2b170dbc557a47b45a10c61f4a4af23bdc583 Author: diegoe Date: Thu Aug 14 10:19:13 2008 +0000 Remove an unneeded cast to pointer. There's an uneeded GUINT_TO_POINTER in gtk_cell_layout_set_cell_data_func for extracell_data_func. We can use the le pointer to get the cols we want. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8411 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit b7f02678b2be45bb46921c4a6c4419fb69cd619c Author: ituohela Date: Wed Aug 13 13:19:33 2008 +0000 Updated Finnish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8410 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/fi.po | 1002 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 510 insertions(+), 496 deletions(-) commit bb07257b2361ec1e9e9a71e2c1d8d5841cd25cec Author: tkaroonb Date: Wed Aug 13 11:20:50 2008 +0000 2008-08-13 Theppitak Karoonboonyanan * th.po: Updated Thai translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8408 51c929da-ce25-0410-94ab-cff1d2748b70 po/th.po | 1004 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 504 insertions(+), 500 deletions(-) commit f381a59d49960ae21e784e14bb0247a5d0b17f13 Author: sprasad Date: Wed Aug 13 06:58:28 2008 +0000 Updated Kannada Translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8407 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/kn.po | 1238 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 629 insertions(+), 613 deletions(-) commit d76a881391c2d9003658a2961e7ef0ba09b58e3a Author: aihana Date: Mon Aug 11 21:47:04 2008 +0000 2008-08-12 Takeshi AIHANA * ja.po: Updated Japanese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8406 51c929da-ce25-0410-94ab-cff1d2748b70 po/ja.po | 1000 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 502 insertions(+), 498 deletions(-) commit 06f129a8b823d26a155ffc686e442030ef66cbb6 Author: gforcada Date: Sun Aug 10 23:09:14 2008 +0000 Minor fix to Catalan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8404 51c929da-ce25-0410-94ab-cff1d2748b70 po/ca.po | 1053 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 527 insertions(+), 526 deletions(-) commit 253feddf63d1c6c6a144af16cf9898f9f65c2371 Author: dnloreto Date: Sun Aug 10 09:25:09 2008 +0000 Updated Portuguese (pt) translation by Duarte Loreto git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8402 51c929da-ce25-0410-94ab-cff1d2748b70 po/pt.po | 996 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 500 insertions(+), 496 deletions(-) commit 6704c0b2470b734504cdf398dbd6d18e3beb7f39 Author: pmkovar Date: Fri Aug 8 19:53:50 2008 +0000 cs.po: Updated Czech translation by Lucas Lommer. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8400 51c929da-ce25-0410-94ab-cff1d2748b70 po/cs.po | 972 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 488 insertions(+), 484 deletions(-) commit 9c82b5daea266f1ef71e5990308c77f968691b17 Author: icq Date: Thu Aug 7 15:52:41 2008 +0000 Updated Galician translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8396 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/gl.po | 990 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 501 insertions(+), 493 deletions(-) commit eb817ff08780528bfe4fabeb54b43fd7c8c26148 Author: yairhr Date: Thu Aug 7 09:49:51 2008 +0000 2008-08-07 Yair Hershkovitz * he.po: Updated Hebrew translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8395 51c929da-ce25-0410-94ab-cff1d2748b70 po/he.po | 991 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 497 insertions(+), 494 deletions(-) commit c9c8a1d0fc02c0f0b208a027dae24be400feb2d3 Author: djihed Date: Wed Aug 6 08:56:52 2008 +0000 Please do as the rest of Gnome modules do it. It was by luck that I noticed this file as I do all of this with scripts. Making epiphany 'special' is making it difficult for us git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8394 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 12758d3d18388aa024edf1e5e2b5da41e43007c2 Author: djihed Date: Wed Aug 6 08:29:49 2008 +0000 Updated Arabic Translation by Khaled Hosny. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8393 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/ar.po | 104 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 56 insertions(+), 52 deletions(-) commit d2062b46db07a464d8a76e4d73d813393556f07c Author: dnylande Date: Tue Aug 5 09:50:20 2008 +0000 Updated sv translation (Daniel Nylander). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8392 51c929da-ce25-0410-94ab-cff1d2748b70 po/sv.po | 1055 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 530 insertions(+), 525 deletions(-) commit 98aa63fff9fa286bbc5e47d7f01e50ca9e512aef Author: reinouts Date: Mon Aug 4 22:58:13 2008 +0000 2008-08-05 Reinout van Schouwen - nl.po: Updated Dutch translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8391 51c929da-ce25-0410-94ab-cff1d2748b70 po/nl.po | 999 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 503 insertions(+), 496 deletions(-) commit eabf3a48aa3e8b25fc2a7e15b075a64d420ad370 Author: chpe Date: Mon Aug 4 18:13:17 2008 +0000 Re-add po/ChangeLog; intltool breaks without it. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8389 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 1f286609a4482ff3fe4001311dd4a313c395d490 Author: chpe Date: Mon Aug 4 18:08:16 2008 +0000 Prepare 2.23.6. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8388 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 61c00276d7ff365bdafa59c5012b2223bf1a176b Author: chpe Date: Mon Aug 4 17:36:18 2008 +0000 Also remove ChangeLog from po/ and help/, and dist the old ones. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8387 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 2 + help/ChangeLog | 362 --- help/ChangeLog.pre-2-23 | 362 +++ po/ChangeLog | 8198 ----------------------------------------------- po/ChangeLog.pre-2-23 | 8198 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 8562 insertions(+), 8560 deletions(-) commit 91736e261d9fd4c400b2f3d8c385e7e0144fec2a Author: diegoe Date: Mon Aug 4 13:23:18 2008 +0000 Fix the keyword search for tabs/windows created from toolbar. Add EPHY_LINK_ALLOW_FIXUP to the flags when openning new tabs and windows from their toolbar buttons so the text is not always treated as an url, closes: #523296. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8383 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-home-action.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 56fe32636ea3c4a965c10cc847fee1e415c1f4fb Author: diegoe Date: Mon Aug 4 13:23:07 2008 +0000 Move libnotify initialization to ephy-main This should fix the crash when libnotify was uninit before the notification was actually shown. Fix suggested by Colin Walters, closes: #536768. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8382 51c929da-ce25-0410-94ab-cff1d2748b70 embed/downloader-view.c | 12 ------------ src/ephy-main.c | 13 +++++++++++++ 2 files changed, 13 insertions(+), 12 deletions(-) commit 569742ffa4657e706bc1de90c23bb411fc533889 Author: chpe Date: Mon Aug 4 13:21:47 2008 +0000 Fix conditional. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8381 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/MozRegisterComponents.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8fec0a061278db2478cf37bc5342a0dedc7567f8 Author: cosimoc Date: Mon Aug 4 13:18:33 2008 +0000 Bug #378165: do not activate the smart bookmark entry after middle-clicking paste text into it. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8378 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 8995d3b7fb0eb9d19561d29a749f4a3e724850a1 Author: chpe Date: Mon Aug 4 13:16:42 2008 +0000 Use NS_ENSURE_TRUE here since this shouldn't ever fail. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8376 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 5f853e780107dc60f08a38755dd7d40d401c2f8a Author: chpe Date: Mon Aug 4 12:48:42 2008 +0000 Bail out if listing the passwords fails or there are no results. Possibly fixes bug #542383. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8375 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 4be2acd957b4ceabb4ceefa9ab17ee0338c3e157 Author: chpe Date: Mon Aug 4 12:48:36 2008 +0000 Also use HAVE_NSIBADCERTLISTENER_H here, instead of HAVE_GECKO_1_9. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8374 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/MozRegisterComponents.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 990909b2bc6be08519eedb701f7416250983bb7d Author: cosimoc Date: Fri Aug 1 14:07:12 2008 +0000 Bug #328710. Re-focus the "Remove" button after the selection has been deleted. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8373 51c929da-ce25-0410-94ab-cff1d2748b70 src/pdm-dialog.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 0c9b09f8f92d05260bf394fba8cd73f6d721d2d4 Author: swkothar Date: Fri Aug 1 11:44:42 2008 +0000 Updated Translation by Sweta Kothari git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8371 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/gu.po | 1022 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 523 insertions(+), 503 deletions(-) commit 43748eebda6056a195ee0d4ca21255ab1c98a542 Author: diegoe Date: Thu Jul 31 01:33:26 2008 +0000 Fix a typo in src/ephy-main.c and remove a FIXME. Patch by Bruce Cowan, closes: #545614. FIXME removed by me. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8369 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b9f6ae47999e0d5898951d01444fff007eb8dbfa Author: diegoe Date: Tue Jul 29 08:13:12 2008 +0000 Fix use of spaces instead of tabs in the canberra fix. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8368 51c929da-ce25-0410-94ab-cff1d2748b70 embed/downloader-view.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit e91e0814ea25e7683903951cba6759dc0b5f09a2 Author: plaes Date: Tue Jul 29 03:45:58 2008 +0000 2008-07-29 Priit Laes * et.po: Translation updated by Ivar Smolin git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8367 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/et.po | 982 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 494 insertions(+), 492 deletions(-) commit 606f0e3cc5ad15312e0f211f894a640719f6b51c Author: djihed Date: Tue Jul 29 01:25:53 2008 +0000 Updated Arabic Translation by Khaled Hosny. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8366 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 1533 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 877 insertions(+), 660 deletions(-) commit 9e92377ca11caf6ffcc7ca14995124b88ca0200a Author: kmaraas Date: Mon Jul 28 18:45:29 2008 +0000 2008-07-28 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8365 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nb.po | 1052 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 530 insertions(+), 526 deletions(-) commit 940684f7da6a0b0d53ebe0bdaf9697cf255a73f4 Author: diegoe Date: Fri Jul 25 18:23:42 2008 +0000 Fix libcanberra check, it was not optional. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8364 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit e7400bd273f1a0e675f846cb25a9f037696b1bfc Author: jorgegonz Date: Thu Jul 24 22:42:42 2008 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8362 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/es.po | 994 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 503 insertions(+), 495 deletions(-) commit bba695debd60264ef8e9821a26ab04952499230f Author: diegoe Date: Thu Jul 24 21:05:35 2008 +0000 Enable complete-download sound with libcanberra. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8361 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 8 ++++++++ embed/downloader-view.c | 10 ++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) commit e74ccc0997f6f36ce378a82dc2b6b1c2ae66b86f Author: diegoe Date: Thu Jul 24 20:49:44 2008 +0000 Simplify init_action_col and init_url_col. The completion model was doing uneeded switch'es. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8360 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-completion-model.c | 47 +++++++++++-------------------------------- 1 files changed, 12 insertions(+), 35 deletions(-) commit 542adc2c4f50810ac8a60674f006a595a1ee1070 Author: diegoe Date: Thu Jul 24 20:42:12 2008 +0000 Regex instead of pointer voodoo in is_base_address. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8359 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-completion-model.c | 23 ++++++----------------- 1 files changed, 6 insertions(+), 17 deletions(-) commit 3c428c675476137b5151d85bd895b5a9f7283faa Author: diegoe Date: Thu Jul 24 20:42:01 2008 +0000 Rewrite the bookmark HTML importer, it now uses GRegex, this is bug #533986. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8358 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmarks-import.c | 130 +++++++++++++++++++-------------- 1 files changed, 74 insertions(+), 56 deletions(-) commit 3f72c5b6349bd20c47f59f50573a428a29c3d7b3 Author: diegoe Date: Tue Jul 22 19:58:27 2008 +0000 Do not do single includes in lib/widgets/, bug #536090 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8357 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-icon-entry.c | 4 +--- lib/widgets/ephy-icon-entry.h | 2 +- lib/widgets/ephy-location-entry.c | 19 +------------------ lib/widgets/ephy-location-entry.h | 5 +---- lib/widgets/ephy-node-view.c | 9 +-------- lib/widgets/ephy-node-view.h | 3 +-- lib/widgets/ephy-search-entry.c | 3 +-- lib/widgets/ephy-spinner.c | 4 +--- lib/widgets/ephy-spinner.h | 3 +-- lib/widgets/ephy-tree-model-node.h | 2 +- lib/widgets/ephy-tree-model-sort.c | 3 +-- lib/widgets/ephy-tree-model-sort.h | 2 +- lib/widgets/ephy-zoom-action.c | 5 +---- lib/widgets/ephy-zoom-action.h | 2 +- lib/widgets/ephy-zoom-control.c | 1 - lib/widgets/ephy-zoom-control.h | 2 +- lib/widgets/testiconentry.c | 1 - 17 files changed, 15 insertions(+), 55 deletions(-) commit 73cda2c4bcfebbb674c339b296ab75a79fcf1e00 Author: diegoe Date: Tue Jul 22 03:35:00 2008 +0000 Do not do single includes in plugins/desktop-file/, bug #536090 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8356 51c929da-ce25-0410-94ab-cff1d2748b70 plugins/desktop-file/plugin.cpp | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 1ad2342f5f7198ccdb2957d2eb1291991de1798a Author: diegoe Date: Tue Jul 22 03:34:49 2008 +0000 Do not do single includes in src/bookmarks/, bug #536090 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8355 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action-group.c | 3 +-- src/bookmarks/ephy-bookmark-action-group.h | 2 +- src/bookmarks/ephy-bookmark-action.c | 13 +------------ src/bookmarks/ephy-bookmark-action.h | 2 +- src/bookmarks/ephy-bookmark-factory-action.c | 2 +- src/bookmarks/ephy-bookmark-factory-action.h | 2 -- src/bookmarks/ephy-bookmark-properties.c | 10 ---------- src/bookmarks/ephy-bookmark-properties.h | 2 +- src/bookmarks/ephy-bookmarks-editor.c | 21 +-------------------- src/bookmarks/ephy-bookmarks-editor.h | 2 +- src/bookmarks/ephy-bookmarks-ui.c | 3 +-- src/bookmarks/ephy-bookmarks.c | 3 +-- src/bookmarks/ephy-bookmarks.h | 2 +- src/bookmarks/ephy-open-tabs-action.c | 2 +- src/bookmarks/ephy-open-tabs-action.h | 2 +- src/bookmarks/ephy-related-action.c | 2 -- src/bookmarks/ephy-related-action.h | 3 +-- src/bookmarks/ephy-topic-action-group.c | 3 +-- src/bookmarks/ephy-topic-action-group.h | 3 +-- src/bookmarks/ephy-topic-action.c | 13 +------------ src/bookmarks/ephy-topic-action.h | 3 +-- src/bookmarks/ephy-topic-factory-action.c | 2 +- src/bookmarks/ephy-topic-factory-action.h | 2 -- src/bookmarks/ephy-topics-entry.c | 4 +--- src/bookmarks/ephy-topics-entry.h | 2 +- src/bookmarks/ephy-topics-palette.c | 2 +- 26 files changed, 22 insertions(+), 88 deletions(-) commit 75d2f349c48fc76395994c7b081d3563f7601ea7 Author: diegoe Date: Tue Jul 22 03:34:32 2008 +0000 Do not do single includes in lib/egg/, bug #536090 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8354 51c929da-ce25-0410-94ab-cff1d2748b70 lib/egg/eel-app-launch-context.c | 5 ++--- lib/egg/eel-app-launch-context.h | 2 +- lib/egg/egg-editable-toolbar.c | 21 +-------------------- lib/egg/egg-editable-toolbar.h | 7 +------ lib/egg/egg-toolbar-editor.c | 8 -------- lib/egg/egg-toolbar-editor.h | 3 +-- lib/egg/eggtreemultidnd.c | 5 +---- lib/egg/eggtreemultidnd.h | 4 +--- lib/ephy-gui.c | 1 + 9 files changed, 9 insertions(+), 47 deletions(-) commit 2d17970f4021c4bcb802aa08fd0a108644da4798 Author: diegoe Date: Tue Jul 22 03:34:12 2008 +0000 Do not do single includes in lib/, bug #536090 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8353 51c929da-ce25-0410-94ab-cff1d2748b70 lib/ephy-debug.c | 2 +- lib/ephy-dialog.c | 11 ++--------- lib/ephy-dialog.h | 2 +- lib/ephy-dnd.c | 3 +-- lib/ephy-dnd.h | 3 +-- lib/ephy-file-chooser.c | 3 +-- lib/ephy-file-chooser.h | 4 +--- lib/ephy-file-helpers.c | 2 +- lib/ephy-file-helpers.h | 2 +- lib/ephy-gui.c | 13 ++----------- lib/ephy-gui.h | 6 +----- lib/ephy-password-dialog.h | 2 +- lib/ephy-print-utils.c | 2 +- lib/ephy-print-utils.h | 3 +-- lib/ephy-state.c | 5 +---- lib/ephy-state.h | 2 +- 16 files changed, 18 insertions(+), 47 deletions(-) commit 93dae1fd20d593ca48fdec166ef15a837723ac40 Author: diegoe Date: Tue Jul 22 03:33:57 2008 +0000 Do not do single includes in embed/, bug #536090 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8352 51c929da-ce25-0410-94ab-cff1d2748b70 embed/downloader-view.c | 17 +---------------- embed/ephy-embed-dialog.h | 2 +- embed/ephy-embed-event.c | 4 ++-- embed/ephy-embed-persist.c | 2 +- embed/ephy-embed-persist.h | 2 +- embed/ephy-embed-shell.c | 3 +-- embed/ephy-embed-shell.h | 3 +-- embed/ephy-embed.h | 2 +- embed/ephy-favicon-cache.c | 2 +- 9 files changed, 10 insertions(+), 27 deletions(-) commit 48bb9468bfa3b832704feb59fcd7a5b72e2bb8df Author: diegoe Date: Tue Jul 22 03:33:42 2008 +0000 Do not do single includes for GTK+, bug #536090 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8351 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-action-helper.h | 2 +- src/ephy-completion-model.h | 2 +- src/ephy-encoding-dialog.c | 7 +------ src/ephy-encoding-menu.c | 5 +---- src/ephy-find-toolbar.c | 11 ----------- src/ephy-find-toolbar.h | 2 +- src/ephy-fullscreen-popup.c | 10 +--------- src/ephy-fullscreen-popup.h | 2 +- src/ephy-go-action.c | 3 +-- src/ephy-history-window.c | 22 +--------------------- src/ephy-history-window.h | 2 +- src/ephy-home-action.c | 3 +-- src/ephy-link-action.c | 5 +---- src/ephy-link-action.h | 3 +-- src/ephy-location-action.c | 8 +------- src/ephy-lockdown.c | 3 +-- src/ephy-main.c | 4 +--- src/ephy-navigation-action.c | 10 +--------- src/ephy-notebook.c | 10 +--------- src/ephy-notebook.h | 2 +- src/ephy-session.c | 10 +--------- src/ephy-session.h | 2 +- src/ephy-shell.c | 2 +- src/ephy-statusbar.c | 8 +------- src/ephy-statusbar.h | 2 +- src/ephy-tabs-menu.c | 8 +------- src/ephy-toolbar-editor.c | 10 +--------- src/ephy-toolbar-editor.h | 2 +- src/ephy-toolbar.c | 7 +------ src/ephy-window.c | 6 ------ src/ephy-window.h | 2 +- src/pdm-dialog.c | 16 +--------------- src/popup-commands.c | 3 +-- src/popup-commands.h | 2 +- src/ppview-toolbar.c | 6 +----- src/ppview-toolbar.h | 2 +- src/prefs-dialog.c | 19 +------------------ src/window-commands.c | 7 +------ src/window-commands.h | 2 +- 39 files changed, 37 insertions(+), 195 deletions(-) commit 98c3deae2ebcaf842b3177b1479d38927f61168f Author: wbolster Date: Mon Jul 21 22:16:41 2008 +0000 Updated NEWS for 2.23.5 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8350 51c929da-ce25-0410-94ab-cff1d2748b70 NEWS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 0742cb7d697045a5c136f3fc90d526f465efdbe6 Author: wbolster Date: Mon Jul 21 22:14:04 2008 +0000 Indentation fixes git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8348 51c929da-ce25-0410-94ab-cff1d2748b70 NEWS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit b480f860d68c5482ebc99a1d98cf603ec21fce0d Author: wbolster Date: Mon Jul 21 22:12:25 2008 +0000 Update news for 2.22.3 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8346 51c929da-ce25-0410-94ab-cff1d2748b70 NEWS | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit a9e980743ccceac6672ee621b9434995022eb82c Author: wbolster Date: Mon Jul 21 22:09:25 2008 +0000 Update branch in configure.ac git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8345 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- doc/reference/tmpl/EphySingle.sgml | 1 - doc/reference/tmpl/ephy-embed.sgml | 3 --- 3 files changed, 1 insertions(+), 5 deletions(-) commit eb27ff734b66fd00ab2e4ec3f5a78c718768982e Author: wbolster Date: Mon Jul 21 22:01:42 2008 +0000 Bump version to 2.23.5 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8344 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 125702d30d1b74ec626dec056a4f56722e662a27 Author: wbolster Date: Mon Jul 21 21:57:03 2008 +0000 Bump intltool req. to 0.40. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8343 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 6 ------ configure.ac | 2 +- 2 files changed, 1 insertions(+), 7 deletions(-) commit 21d2b82bad8a6e1a04307979864fcc85c730b3a6 Author: wbolster Date: Mon Jul 21 21:56:03 2008 +0000 Branch for gnome-2-24 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-24@8342 51c929da-ce25-0410-94ab-cff1d2748b70 commit fcc3c92b45dab03aa690e08fd54358a0cd1afee1 Author: tkaroonb Date: Thu Jul 10 05:12:36 2008 +0000 2008-07-10 Theppitak Karoonboonyanan * th.po: Updated Thai translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8337 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/th.po | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) commit f713e2c7760a1c507c5a6843c186b7e6a1f12dbf Author: cosimoc Date: Wed Jul 2 16:08:55 2008 +0000 Use percentage instead of value when calling gtk_print_settings_set_scale. Patch by Paul Drain. (#541168). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8330 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GeckoPrintService.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1aa0d8bb8b692c2a556b9f32fc0659c6f313d090 Author: chpe Date: Mon Jun 30 18:22:09 2008 +0000 Bug 529634 – ga_client_start() called twice git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8324 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmarks.c | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) commit ccfb8896b85242c4a564098edf3ec96ae7225464 Author: chpe Date: Mon Jun 30 18:22:04 2008 +0000 Check for nsIBadCertListener.h. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8323 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 5 +++++ embed/mozilla/EphyHeaderSniffer.cpp | 4 ++-- embed/mozilla/GtkNSSDialogs.cpp | 10 +++++----- embed/mozilla/GtkNSSDialogs.h | 6 +++--- embed/mozilla/Makefile.am | 9 +++++++-- embed/mozilla/MozDownload.cpp | 4 ++-- 6 files changed, 24 insertions(+), 14 deletions(-) commit 1d01873d5358bcb3d6c00a0eb2f2033bf63a9d92 Author: chpe Date: Mon Jun 30 18:21:59 2008 +0000 Guard against the current filename being NULL. Bug #535483. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8322 51c929da-ce25-0410-94ab-cff1d2748b70 lib/ephy-file-chooser.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit d2f89b5bce23125b867939d0c1be2f333d5611ee Author: chpe Date: Mon Jun 30 18:21:54 2008 +0000 Remove the deprecation flags on the branch, since it breaks building with gtk 2.13. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8321 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d7d20212456b84da365a909fbdb10fe873f72e13 Author: chpe Date: Mon Jun 30 18:21:50 2008 +0000 Support git in the ChangeLog generation rule. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8320 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit de67bb69d09e8d981b5d5931b9c3bd91e0098885 Author: chpe Date: Mon Jun 30 18:21:46 2008 +0000 Bump version. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8319 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d9fabeec031736d555c8d29403c5e5d8cfca7463 Author: chpe Date: Mon Jun 30 18:21:41 2008 +0000 Add emergency NULL-check. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8318 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyBrowser.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 807a636e46750cdf9b00d86c1a73d787f0803330 Author: danilo Date: Thu Jun 26 16:03:02 2008 +0000 Updated Serbian translations. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8289 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sr.po | 1689 +++++++++++++++++++++++++++++++-------------------------- po/sr@Latn.po | 1689 +++++++++++++++++++++++++++++++-------------------------- 3 files changed, 1844 insertions(+), 1538 deletions(-) commit 15691aa61b4886c2025d343705755523844e4b0e Author: jmouette Date: Sat Jun 21 11:25:43 2008 +0000 Fix typos causing passwords not being correctly removed from the password manager when using Gecko 1.9. Patch by Mike Hommey, closes: #539418. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8287 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0dfa70afca4cbb1725e86b171c864e10bc758963 Author: jmouette Date: Sat Jun 21 11:24:43 2008 +0000 Fix the string names to obtain the proxy login prompt when using Gecko 1.9. Thanks Mike Hommey. Closes: #539417. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8286 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyPromptService.cpp | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 38618bbe9ba0ca0ee4f97179a5a405071712a66e Author: diegoe Date: Fri Jun 13 00:36:19 2008 +0000 Fix the build with gecko 1.9 last minute changes. Patch by Josselin Mouette, closes: #535103. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8279 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 571ede83006404ba20ca0c6251ad36a85348a6f9 Author: clyties Date: Thu Jun 5 10:29:32 2008 +0000 Updated Vietnamese translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8273 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/vi.po | 471 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 248 insertions(+), 227 deletions(-) commit b055e212a02dc59d4e7e1b7c286b302048aa8e5c Author: diegoe Date: Fri May 30 19:37:16 2008 +0000 Make the bookmarks editor search in urls and titles, closes: #328489. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8264 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmarks-editor.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 8f874c69b08b02cbed5d71a0317e073cf2b6bf61 Author: chpe Date: Mon May 26 18:07:40 2008 +0000 Update git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8258 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/tmpl/EphySingle.sgml | 1 + doc/reference/tmpl/ephy-embed.sgml | 1 - 2 files changed, 1 insertions(+), 1 deletions(-) commit 2783950f1b6b46a320c9f4a9f2d100097ec11624 Author: chpe Date: Mon May 26 17:56:22 2008 +0000 Don't check only for apps supporting URIs. Bug #534846. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8257 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 62ec40eb725ff013654e65df15346819537c1371 Author: chpe Date: Mon May 26 17:56:17 2008 +0000 Fix compile warning. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8256 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 2de395b98203ba409fb9e3e0f2f1b2857fcff010 Author: chpe Date: Sun May 25 20:02:23 2008 +0000 Plug a mem leak. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8253 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tabs-menu.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit eff610fb17517d578b13f04dfcb26e872408c400 Author: diegoe Date: Sat May 24 12:28:36 2008 +0000 Fix the window title copying status bar's text, closes: #524587. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8251 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-utils.c | 21 ++++++++------------- 1 files changed, 8 insertions(+), 13 deletions(-) commit 894f776f10e16ff3b73ee42818d75e8f3514af8f Author: chpe Date: Fri May 23 22:01:39 2008 +0000 nother try to fix bug #534056. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8248 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 24 +++++++++--------------- 1 files changed, 9 insertions(+), 15 deletions(-) commit 75cfbe3e1b7db5f4639aa29a7f40e6ff5ffb9368 Author: chpe Date: Fri May 23 21:45:02 2008 +0000 Bail out if the --profile directory isn't an absolute path. Bug #518215. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8247 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-main.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 22c0b72b43934d3d808f0ddbe6245e53cdf39e8c Author: chpe Date: Fri May 23 21:12:37 2008 +0000 Remove leading/trailing whitespace from strings in EventContext. Bug #533983. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8246 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EventContext.cpp | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 8acc0aaa0554b2856df75d351ed60238193224e6 Author: chpe Date: Fri May 23 21:03:28 2008 +0000 Version update for 2.22.2. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8245 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8a5443619815a2bec5ec12e83bb72d5798e59e70 Author: chpe Date: Fri May 23 21:03:22 2008 +0000 Try to to fix the build on 1.8. Bug #534056. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8244 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 33 +++++++------------------------ 1 files changed, 8 insertions(+), 25 deletions(-) commit 6a3965eae9a949267ff9954444be552c35f21aff Author: diegoe Date: Tue May 20 06:00:15 2008 +0000 Don't free file_info too soon or the pointer to file_type will be lost. This fixes bookmark imports not working (note that HTML import is not working, only RDF). Patch by Sebastian Keller, closes: #523414. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8240 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmarks-import.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f891dd5b2f50dc5a49287a51223d8f7ddc9ddb5d Author: diegoe Date: Sun May 18 22:36:31 2008 +0000 Fix the check for a valid LSB_DISTRIBUTOR string. Patch by Josselin Mouette, closes: #529778. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8236 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6b5568fc4d1e3fcea56a8d072217a50ae3757572 Author: chpe Date: Sun May 18 21:50:42 2008 +0000 Use sizeof here instead of hardcoding the current size. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8234 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e343eadf08005e4fa76c9a113604fd7c77b20c48 Author: chpe Date: Sun May 18 21:50:36 2008 +0000 Also unload the module if the returned GType is 0 here. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8233 51c929da-ce25-0410-94ab-cff1d2748b70 lib/ephy-module.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 35470be5c74bbf1c2d8dcee5335a599ae793a453 Author: chpe Date: Sun May 18 21:50:31 2008 +0000 Fix bug #453379. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8232 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit f6b53f96150f58a2c8538ff69d602e31a9160dd3 Author: chpe Date: Sun May 18 21:50:26 2008 +0000 Fix crash in PDM when clicking cookie properties button without a selected cookie. Bug #504136, patch by Michael Wolf. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8231 51c929da-ce25-0410-94ab-cff1d2748b70 data/glade/epiphany.glade | 1 + src/pdm-dialog.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit d18182cdf54f1f6e6f58d32732c8bfde08f6c40e Author: chpe Date: Sun May 18 21:50:21 2008 +0000 Fix the build so that we get the "Firefox/3.0" part appended to the UA on xulrunner. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8230 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit aa8eecc9289899ba1bbe10a8e028459885f9a0bd Author: chpe Date: Sun May 18 21:50:13 2008 +0000 Convert and control chars to spaces in the prompt strings. Fixes bug #504519. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8229 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyPromptService.cpp | 7 +++++-- embed/mozilla/EphyUtils.cpp | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) commit 632c76d2e096b3f816cc55e18501216747343262 Author: chpe Date: Sun May 18 21:50:08 2008 +0000 Implement nsIXULAppInfo so we get the "Gecko/DATE" part in the UA right. Use the 2.22.2 release date as the fixed date/build ID. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8228 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 15 +++- embed/mozilla/EphyXULAppInfo.cpp | 130 +++++++++++++++++++++++++++++++ embed/mozilla/EphyXULAppInfo.h | 48 +++++++++++ embed/mozilla/Makefile.am | 7 ++ embed/mozilla/MozRegisterComponents.cpp | 17 ++++- 5 files changed, 211 insertions(+), 6 deletions(-) commit ed098838c3a1e4f453972a02bd47b507220b489f Author: chpe Date: Sun May 18 21:50:02 2008 +0000 Remove debug spew. NULL-proof the pwd entry removal. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8227 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 93 ++++++++++++++++++++++---------- 1 files changed, 64 insertions(+), 29 deletions(-) commit e893793f11b76f8697c129058f012f8b2937e86b Author: chpe Date: Sun May 18 21:49:56 2008 +0000 Implement dummy nsIDownloadHistory interface on GlobalHistory. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8226 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GlobalHistory.cpp | 18 ++++++++++++++++-- embed/mozilla/GlobalHistory.h | 9 +++++++++ embed/mozilla/MozRegisterComponents.cpp | 8 ++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) commit bb057cf2dac759371a1d7336ca3f56be264a03d8 Author: pmkovar Date: Tue May 13 17:37:55 2008 +0000 cs.po: Fixed Czech translation, thanks to Pavel Sefranek and Lucas Lommer (bug #531247). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8220 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 +++ po/cs.po | 78 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 45 insertions(+), 38 deletions(-) commit d4631bd60ef6e83fd7e718fa22dd347007fcafbd Author: frolix68 Date: Sun May 4 20:59:23 2008 +0000 Updated Greek translation by Giannis Katsampirhs git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8215 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit b99993de9191e143fae5f5115ec3fa87824b427c Author: frolix68 Date: Sun May 4 20:57:51 2008 +0000 Updated Greek translation by Giannis Katsampirhs git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8214 51c929da-ce25-0410-94ab-cff1d2748b70 help/el/el.po | 1645 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 823 insertions(+), 822 deletions(-) commit d86493eb085814f80c87fdf5b78e33e57baf0e01 Author: utx Date: Wed Apr 16 13:42:21 2008 +0000 cs.po: Typo fix. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8213 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/cs.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit c0aeac708bf5d2659802498dd34a693f06f7d88e Author: chpe Date: Thu Apr 10 21:55:45 2008 +0000 Set version to 2.22.1.2 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8209 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 93bd28a030b2c6b3448bdf0af39d70808d6bde8a Author: chpe Date: Thu Apr 10 21:24:59 2008 +0000 Fix print preview. Bug #510694. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8208 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GeckoPrintService.cpp | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 529892153cdf210c7478a54510366b319a2c6c13 Author: chpe Date: Wed Apr 9 16:53:23 2008 +0000 Use nsIURIFixup instead of massaging the URI ourself. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8207 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyBrowser.cpp | 24 +++++++++++++----------- embed/mozilla/EphyBrowser.h | 2 ++ 2 files changed, 15 insertions(+), 11 deletions(-) commit 8562195b93f9b79163dead8cbe76e05edd1cd6aa Author: chpe Date: Wed Apr 9 13:45:01 2008 +0000 Cleanup git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8206 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 17 ++++++++++------- embed/mozilla/ContentHandler.h | 3 ++- 2 files changed, 12 insertions(+), 8 deletions(-) commit e58a4188af60eec45c5adf82a4ffeb74a6664bbb Author: chpe Date: Wed Apr 9 13:44:12 2008 +0000 Fix auto-open. Bug #513837. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8205 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b17bff47ce5c17b40fbe045833eb6d321584740c Author: chpe Date: Wed Apr 9 13:43:31 2008 +0000 Add another death grip. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8204 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 5544db0273f44f06ff6d3a42dfd595b4d21e0444 Author: chpe Date: Wed Apr 9 13:32:20 2008 +0000 Add a kung fu death grip to keep us alive. Part of bug #513837 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8203 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit bd0dda42ed880852a2f904a7e76bc633898d41d5 Author: chpe Date: Mon Apr 7 16:42:03 2008 +0000 Post release version bump git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8200 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7e189d426d06901a8047bd36021370e817111cd6 Author: chpe Date: Mon Apr 7 16:34:02 2008 +0000 Release 2.22.1.1 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8198 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- embed/mozilla/Makefile.am | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) commit 07a21a7d9ded655f36d8d7e96b1ab1a218c2edb8 Author: chpe Date: Mon Apr 7 12:18:40 2008 +0000 post release version bump git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8195 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 74c765bf833b555f1abfac4d2135614b5beaee37 Author: chpe Date: Mon Apr 7 12:17:52 2008 +0000 Release 2.22.1 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8193 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 2 +- doc/reference/tmpl/EphySingle.sgml | 1 - doc/reference/tmpl/ephy-embed.sgml | 1 - 3 files changed, 1 insertions(+), 3 deletions(-) commit f7a5474791d94e8adf84007a38d6532ecb2f9fb0 Author: reinouts Date: Sun Apr 6 15:22:29 2008 +0000 * 2008-04-06 Reinout van Schouwen - help/nl/nl.po: Updated Dutch translation - NEWS: update for 2.22.1 release git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8190 51c929da-ce25-0410-94ab-cff1d2748b70 NEWS | 43 + help/ChangeLog | 4 + help/nl/nl.po | 3182 +++++++++++++++++++++++++++++++++++++++---------------- 3 files changed, 2303 insertions(+), 926 deletions(-) commit 9208cd8f3b034a86c159371c497faf06a6e8e78c Author: chpe Date: Sun Apr 6 14:35:57 2008 +0000 Fix mem leak. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8189 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-password-manager.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 6a0ecbf333d9429151a29e68035feffb7507a453 Author: chpe Date: Sun Apr 6 14:35:21 2008 +0000 Use ephy_password_info_new to allocate EphyPasswordInfo, not g_new. Fixes a crash in the PDM passwords tab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8188 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 72 ++++++++++++++++++------------- 1 files changed, 42 insertions(+), 30 deletions(-) commit 190ec1eae336872e8607c379c79cd2c605f2bf67 Author: chpe Date: Fri Apr 4 12:12:59 2008 +0000 Add nsIPromptService2. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8187 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyPromptService.cpp | 20 +++++++++----------- embed/mozilla/EphyPromptService.h | 18 +++++++++--------- 2 files changed, 18 insertions(+), 20 deletions(-) commit b3ebb2260f7920cfd11f63528fc9e6aaed2fa4f9 Author: eskildh Date: Fri Apr 4 12:05:34 2008 +0000 Updated the Norwegian Nynorsk translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8186 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nn.po | 200 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 119 insertions(+), 85 deletions(-) commit 27c73ff1b38723d702e7f64ed9a2e553a9cdf0cd Author: pwithnall Date: Wed Apr 2 19:51:43 2008 +0000 2008-04-02 Philip Withnall * en_GB.po: Fixed British English translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8181 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/en_GB.po | 40 ++++++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 20 deletions(-) commit ec4ef2d7d81fbb84888673b99ae82fa57652ccf4 Author: chpe Date: Tue Apr 1 00:27:59 2008 +0000 Try harder to fix the build with gecko 1.8 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8178 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyBrowser.cpp | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 735aba1747ed3978c554a59b6d5817a3f236bc21 Author: chpe Date: Mon Mar 31 21:55:14 2008 +0000 Try to fix the build with gecko 1.8 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8176 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyBrowser.cpp | 4 ++++ embed/mozilla/EphyBrowser.h | 6 ++++++ 2 files changed, 10 insertions(+), 0 deletions(-) commit 977f111bcbfa2ca2dfe37d702e42eecf5946e9a8 Author: chpe Date: Mon Mar 31 00:03:59 2008 +0000 Make the extra column pack-end so that when we hide it when it's empty, the other column expands. This makes bookmarks take up all the space instead of being truncated at the half. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8174 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e85ed89d05cc9a22a80569516faa840ada52d768 Author: al_shopov Date: Sat Mar 29 18:53:54 2008 +0000 2008-03-29 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8171 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 +++++ po/bg.po | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) commit a0b5d71bf566e0192d6ce2a41e5b63dab8dce0ca Author: al_shopov Date: Sat Mar 29 18:35:17 2008 +0000 2008-03-29 Alexander Shopov * bg.po: Updated Bulgarian translation by Yavor Doganov git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8169 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/bg.po | 1659 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 906 insertions(+), 758 deletions(-) commit b8bcbb6a5369fc47a2dd35ab1df45fe79730c120 Author: yairhr Date: Sat Mar 29 03:57:29 2008 +0000 updated hebrew translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8167 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/he.po | 1039 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 527 insertions(+), 516 deletions(-) commit 5c41f5d0a1f5807d5b1f6b8401807eeb8c53e827 Author: chpe Date: Fri Mar 28 15:10:15 2008 +0000 Do use a 1.9 xpidl for this git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8165 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ephyIAddCertExceptionParams.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 1b21d0031af92a38e828c0740b68c98759e8f3de Author: chpe Date: Fri Mar 28 15:10:06 2008 +0000 Renegerate this with an older xpidl version, so it compiles on xr1.9 beta release git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8164 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ephyIAddCertExceptionParams.h | 38 ++++++++++++-------------- 1 files changed, 18 insertions(+), 20 deletions(-) commit 5b0567a15fe30a4eb4456f3adac10b12b21b9bf7 Author: chpe Date: Fri Mar 28 15:09:57 2008 +0000 Remove the useless "Get me out of here!" button. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8163 51c929da-ce25-0410-94ab-cff1d2748b70 data/chrome/netError.dtd | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit a414665462e53b1c929bfb76dd299ca32253faca Author: chpe Date: Fri Mar 28 15:09:48 2008 +0000 Comment out useless stuff git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8162 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit ac549e10ff9860e4bb02f75b859567799ce15b85 Author: chpe Date: Fri Mar 28 15:09:39 2008 +0000 Next try to get cert exception addition working. This too isn't not working correctly though; it fails to get any properties from my |arguments| object. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8161 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyBrowser.cpp | 274 +++++++++++++++++++++++++ embed/mozilla/EphyBrowser.h | 10 + embed/mozilla/EphyDirectoryProvider.cpp | 2 +- embed/mozilla/Makefile.am | 9 + embed/mozilla/ephyAddCertException.h | 99 --------- embed/mozilla/ephyAddCertException.idl | 8 - embed/mozilla/ephyAddCertException.js | 105 ---------- embed/mozilla/ephyAddCertException.xpt | Bin 211 -> 0 bytes embed/mozilla/ephyIAddCertExceptionParams.h | 123 +++++++++++ embed/mozilla/ephyIAddCertExceptionParams.idl | 8 + embed/mozilla/epiphany.xpt | Bin 0 -> 228 bytes embed/mozilla/mozilla-embed-single.cpp | 2 +- 12 files changed, 426 insertions(+), 214 deletions(-) commit 6d18b4228fd66ca2d6de0cb16af0c3c737ac694c Author: chpe Date: Fri Mar 28 15:09:29 2008 +0000 Add this git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8160 51c929da-ce25-0410-94ab-cff1d2748b70 data/chrome/netError.dtd | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit ef2f92784b7201df972ed16c6401f4ccdb617843 Author: chpe Date: Fri Mar 28 15:09:20 2008 +0000 Fix the build git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8159 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyPromptService.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 16819e460f4e2fb0eaf09db9da498748d09b2aad Author: chpe Date: Fri Mar 28 15:09:10 2008 +0000 Try to fix the build on 1.8. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8158 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyPromptService.cpp | 24 +++++++++++++++++------- embed/mozilla/EphyPromptService.h | 16 ++++++++++++++-- 2 files changed, 31 insertions(+), 9 deletions(-) commit 757afb5903fe70f2afc6d06ae0c407650b2ccd7e Author: chpe Date: Fri Mar 28 15:08:58 2008 +0000 Add a service to open the cert exception dialogue. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8157 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ephyAddCertException.h | 99 ++++++++++++++++++++++++++++++ embed/mozilla/ephyAddCertException.idl | 8 +++ embed/mozilla/ephyAddCertException.js | 105 ++++++++++++++++++++++++++++++++ embed/mozilla/ephyAddCertException.xpt | Bin 0 -> 211 bytes 4 files changed, 212 insertions(+), 0 deletions(-) commit 1e8e99f8fe9051ce43e43196f308c9791e2d3369 Author: chpe Date: Fri Mar 28 15:08:48 2008 +0000 Add netError overrides for the cert exception dialogue. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8156 51c929da-ce25-0410-94ab-cff1d2748b70 data/chrome/Makefile.am | 4 ++++ data/chrome/app-chrome.manifest.in | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) commit 68000ac0340eff055f912fc4db1302deee0c5686 Author: chpe Date: Fri Mar 28 15:08:39 2008 +0000 Fix the build with 1.9b4. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8155 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/FilePicker.cpp | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 67c168ebd94e1d05e3a788f0ec5acfbe83ce19ac Author: chpe Date: Fri Mar 28 15:08:28 2008 +0000 Only build EphyDirectoryProvider on < 1.9; it's unused on 1.9. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8154 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d8f9fd5a2c9ea2eae695a44a3b86081217ea4f47 Author: chpe Date: Fri Mar 28 15:08:18 2008 +0000 Remove the unnecessary setting of the preffered action in the casees that action was going to be the default one anyway. Don't open twice, just let gecko handle opening in the preferred application. Browse-to doesn't seem to work yet. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8153 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 24 ++++++++++++++++-------- embed/mozilla/MozDownload.cpp | 36 ++++++++++++++++-------------------- 2 files changed, 32 insertions(+), 28 deletions(-) commit b333a041d9b9ced8c2a03d67652fe3d8b79e04e4 Author: chpe Date: Fri Mar 28 15:08:09 2008 +0000 Make this inclusion conditionally, since we don't use our directory provider on xr 1.9. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8152 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit e12a1f63b6c98926d065842aeb9ec9babd1524d7 Author: chpe Date: Fri Mar 28 15:07:58 2008 +0000 Typo fix git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8151 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyContentPolicy.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3032a5c65888de0ac4a6b90b3ffefb13d9b2fb8d Author: chpe Date: Fri Mar 28 15:07:49 2008 +0000 Fix the branding bundle registration by providing the app chrome manifest in the right directory, and set that directory as the component directory with gtk_moz_embed_set_comp_path. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8150 51c929da-ce25-0410-94ab-cff1d2748b70 data/chrome/Makefile.am | 2 +- data/chrome/app-chrome.manifest.in | 3 +++ data/chrome/epiphany.manifest.in | 3 --- embed/mozilla/mozilla-embed-single.cpp | 7 +++++-- 4 files changed, 9 insertions(+), 6 deletions(-) commit 70db2c4a029835bd8f9f8f74eb8203a7782a7f7c Author: chpe Date: Fri Mar 28 15:07:39 2008 +0000 Fix multiple crashers in the zeroconf bookmarks. Bug #516008; partially based on a patch by Cosimo Cecchi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8149 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmarks.c | 330 ++++++++++++++++++---------------------- 1 files changed, 151 insertions(+), 179 deletions(-) commit 38aab58ddc585e63bba4dd4b14207d3b9c889bbf Author: chpe Date: Fri Mar 28 15:07:30 2008 +0000 Try again to fix the directory provider for 1.9. Branding still fails though git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8148 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 10 +- embed/mozilla/EphyPromptService.cpp | 228 +++++++++++++++++++++++++++++++- embed/mozilla/EphyPromptService.h | 14 ++- embed/mozilla/MozDownload.cpp | 22 +++- embed/mozilla/MozDownload.h | 2 + embed/mozilla/mozilla-embed-single.cpp | 9 +- 6 files changed, 271 insertions(+), 14 deletions(-) commit 28e4a853e57db39b913ad67cf919787933b7c4d5 Author: chpe Date: Fri Mar 28 15:07:20 2008 +0000 Try to fix the gecko 1.8 backend, and this also might fix the branding bundle not working on 1.9 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8147 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit cccc9e83adc7b7e7a9c63d062e632d5e6b04113f Author: chpe Date: Fri Mar 28 15:07:10 2008 +0000 Use GChecksum to calculate the MD5 of favicons. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8146 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- embed/ephy-favicon-cache.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) commit 34256cb539729ff22d81867dd6ec19567ac80aa6 Author: chpe Date: Fri Mar 28 15:07:01 2008 +0000 Don't use AM_CONDITIONAL conditionally git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8145 51c929da-ce25-0410-94ab-cff1d2748b70 m4/gecko.m4 | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 638434c294724f3dd90d4ab2c7ab5875dbbeff0b Author: chpe Date: Fri Mar 28 15:06:52 2008 +0000 Fix git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8144 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3aaaa3c98b819beb240d35466fdfae5683267eb4 Author: chpe Date: Fri Mar 28 15:06:41 2008 +0000 Try to fix the build with 1.8 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8143 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit d7ac64e7e864e0925890a29baf9008b00d5c578f Author: chpe Date: Fri Mar 28 15:06:31 2008 +0000 Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8142 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 40 +++++- doc/reference/Makefile.am | 4 +- embed/Makefile.am | 1 + embed/ephy-password-manager.c | 4 + embed/ephy-password-manager.h | 5 + embed/mozilla/AutoModalDialog.cpp | 1 - embed/mozilla/EphyBrowser.cpp | 1 + embed/mozilla/GtkNSSDialogs.cpp | 4 +- embed/mozilla/Makefile.am | 8 + embed/mozilla/mozilla-embed-single.cpp | 250 +++++++++++++++++++++++++++++--- m4/gecko.m4 | 141 +++++++++++++++---- plugins/desktop-file/Makefile.am | 7 +- src/Makefile.am | 15 ++ 13 files changed, 424 insertions(+), 57 deletions(-) commit 083eab621b86f24796e37381d49f89612a4a7c87 Author: chpe Date: Fri Mar 28 15:06:20 2008 +0000 Use g_slice for EphyPasswordInfo, EphyPermissionInfo, PixbufCacheEntry. (#521017) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8141 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-favicon-cache.c | 4 ++-- embed/ephy-password-manager.c | 6 +++--- embed/ephy-permission-manager.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) commit ad93570775520ed83cfe22caf728596a78603174 Author: chpe Date: Fri Mar 28 15:06:10 2008 +0000 Use g_slice for EphyCookie allocation. (#520560) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8140 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-cookie-manager.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 36b308b733c6b33dfc3f58fde81f8399d1274db8 Author: diegoe Date: Wed Mar 26 22:08:00 2008 +0000 Fix changelog generation to consider only the current branch. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8133 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 17919bd61d4080aada54794d3b0e1e0e8f5af04b Author: pwithnall Date: Tue Mar 25 22:53:04 2008 +0000 2008-03-25 Philip Withnall * en_GB.po: Updated British English translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8131 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/en_GB.po | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) commit 5c0f6f95cf3f13ec73fbdd9e8282c6d9276b45fb Author: pclouds Date: Sun Mar 23 12:09:06 2008 +0000 2008-03-23 Nguyễn Thái Ngọc Duy * vi.po: Update Vietnamese translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8127 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/vi.po | 2004 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 1028 insertions(+), 980 deletions(-) commit d69aa02f829192082af5fa1af226e210deb8e003 Author: mateju Date: Fri Mar 21 19:06:13 2008 +0000 Updated Slovenian translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8125 51c929da-ce25-0410-94ab-cff1d2748b70 po/sl.po | 118 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 62 insertions(+), 56 deletions(-) commit deffc1e9d4aea9397a31f2ea8f0abdccbd6a7f19 Author: pkst Date: Wed Mar 19 15:38:05 2008 +0000 Updated Greek translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8123 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 72b5df71024a7274ce72b079f8a07dae36a92496 Author: pkst Date: Wed Mar 19 15:28:19 2008 +0000 Updated Greek translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8121 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/el.po | 826 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 568 insertions(+), 262 deletions(-) commit febe9dc3d5e0fc6f3b937fd547fa2fbfaa247358 Author: frolix68 Date: Mon Mar 17 23:21:35 2008 +0000 Updated Greek translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8120 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 4318a2097610ea91fbdc2618b02d268cb13c0641 Author: frolix68 Date: Mon Mar 17 23:20:26 2008 +0000 Updated Greek translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8119 51c929da-ce25-0410-94ab-cff1d2748b70 help/el/el.po | 2119 +++++++++++++++++++++------------------------------------ 1 files changed, 775 insertions(+), 1344 deletions(-) commit 7c6755e94f064fd7197a693b3c090a40c40436a6 Author: diegoe Date: Sun Mar 16 20:56:08 2008 +0000 Revert the bookmark/history item no-dupes patch. It was slowing down ephy. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8112 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-location-action.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) commit 9973c98228f00cebb7e97adf6183b698704827a7 Author: iharh Date: Sun Mar 16 09:57:06 2008 +0000 Fixed an error in Belarusian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8111 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/be.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 89faa56526fd1e052e7356cb48abf5095f0fcbd9 Author: rranjan Date: Mon Mar 10 11:19:24 2008 +0000 hindi update for bug git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8090 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/hi.po | 2245 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 1270 insertions(+), 979 deletions(-) commit 9ededbec7dff2df9ad5a0d46e67e3a3cad1d95a6 Author: chpe Date: Mon Mar 10 09:41:52 2008 +0000 Post release version bump git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8089 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- doc/reference/tmpl/EphySingle.sgml | 2 +- doc/reference/tmpl/ephy-embed.sgml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) commit 5cd7f757cf919988f43c34123fe37a662064035b Author: chpe Date: Mon Mar 10 09:33:03 2008 +0000 Fix make dist git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8087 51c929da-ce25-0410-94ab-cff1d2748b70 embed/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 09e4aaf78a0c59c22b7b0f425e5d1bf0065640fc Author: chpe Date: Mon Mar 10 09:15:02 2008 +0000 Remove this patch that was accidentally committed on the branch instead of on trunk git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8086 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/AutoModalDialog.cpp | 1 + embed/mozilla/GtkNSSDialogs.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) commit 0173d37a2f73a9bb86c8e85a38cef036486bf229 Author: chpe Date: Mon Mar 10 09:10:36 2008 +0000 Remove this patch that was accidentally committed on the branch instead of on trunk git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8085 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyLoginPrompter.cpp | 75 ----------------------------------- embed/mozilla/EphyLoginPrompter.h | 45 --------------------- 2 files changed, 0 insertions(+), 120 deletions(-) commit 8976897a885a1c8e860ed8d7a3f78550b01a393d Author: chpe Date: Mon Mar 10 09:08:36 2008 +0000 Remove this patch that was accidentally committed on the branch instead of on trunk git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8084 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/MozRegisterComponents.cpp | 18 +----------------- 1 files changed, 1 insertions(+), 17 deletions(-) commit 2373c6ef9a7f7df2e2e32be7028861a9c6bba035 Author: reinouts Date: Sun Mar 9 23:48:08 2008 +0000 2008-03-10 Reinout van Schouwen - NEWS: updated for 2.22.0 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8082 51c929da-ce25-0410-94ab-cff1d2748b70 NEWS | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 72 insertions(+), 0 deletions(-) commit 065a2a8083cac618e7faa4e814c3b1df2887164b Author: nshmyrev Date: Sun Mar 9 22:22:13 2008 +0000 2008-03-09 Vasiliy Faronov * ru.po: Updated Russian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8081 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ru.po | 1777 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 1010 insertions(+), 771 deletions(-) commit 85adbc615af009c3d270a5ff655a15382550f53f Author: chpe Date: Sun Mar 9 22:08:17 2008 +0000 Comment the login manager prompter again; probably it's not needed after all. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8079 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/MozRegisterComponents.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit b92cb4545dc60a8a4f0d083456dced94bf3d23de Author: sigurd Date: Sun Mar 9 21:21:34 2008 +0000 2008-03-09 Sigurd Gartmann * nb.po: Fix typo "nettverskproblem" git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8078 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/nb.po | 68 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 40 insertions(+), 32 deletions(-) commit 86e417b2609f3cd9975c82dde1a68d4de9030b20 Author: chpe Date: Sun Mar 9 19:56:42 2008 +0000 Add some checking. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8076 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyLoginPrompter.cpp | 38 +++++++--------------------------- 1 files changed, 8 insertions(+), 30 deletions(-) commit 046820cfc23ba067edcfeb3bd0725bd9d0a795c8 Author: chpe Date: Sun Mar 9 19:48:04 2008 +0000 Add stub impl of nsILoginManagerPrompter. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8075 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyLoginPrompter.cpp | 97 +++++++++++++++++++++++++++++++ embed/mozilla/EphyLoginPrompter.h | 45 ++++++++++++++ embed/mozilla/MozRegisterComponents.cpp | 18 ++++++- 3 files changed, 159 insertions(+), 1 deletions(-) commit 0b59db3d2121299f0683a3d0d99f29595e02c136 Author: chpe Date: Sun Mar 9 18:35:06 2008 +0000 Add ifdef for a function that's unused on gecko 1.9. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8074 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GtkNSSDialogs.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 66c253fcb2f85634c9b1a5b63db080ca2ab58c0b Author: chpe Date: Sun Mar 9 18:09:37 2008 +0000 Remove unused includes. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8073 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/AutoModalDialog.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 0974a6b7e6fd32be7679b65c1b4b2246574cf3f6 Author: kmaraas Date: Sun Mar 9 13:48:44 2008 +0000 2008-03-09 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8072 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nb.po | 1017 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 515 insertions(+), 506 deletions(-) commit 77f3211c79f342b41854f38a13f4e4c1db412c15 Author: aflinta Date: Sun Mar 9 11:11:56 2008 +0000 2008-03-09 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8070 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/pl.po | 4 +++- 2 files changed, 7 insertions(+), 1 deletions(-) commit 5d90029e1df62ec4982e5abc428c59cfbf50122f Author: runab Date: Sun Mar 9 06:43:31 2008 +0000 Added Entry for Bengali India Translation updation by Sankarshan Mukhopadhyay git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8069 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 4ee22ca38f26a6277563addf9385e957a602affd Author: runab Date: Sun Mar 9 06:43:05 2008 +0000 Updated Bengali India Translations by Sankarshan Mukhopadhyay git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8068 51c929da-ce25-0410-94ab-cff1d2748b70 po/bn_IN.po | 2772 +++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 1550 insertions(+), 1222 deletions(-) commit 3652e815abceb82b697d289f8237ca520a568cac Author: chliao Date: Sun Mar 9 00:06:30 2008 +0000 2008-03-09 Chao-Hsiung Liao * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8066 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/zh_HK.po | 1226 ++++++++++++++++++++++++---------------------------------- po/zh_TW.po | 1222 ++++++++++++++++++++++++---------------------------------- 3 files changed, 1029 insertions(+), 1424 deletions(-) commit 200bab70e35c9f004a8a0de53a79e8271dd842b9 Author: wadimd Date: Sat Mar 8 22:02:48 2008 +0000 2008-03-08 Wadim Dziedzic * pl.po: Updated polish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8065 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pl.po | 1019 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 515 insertions(+), 508 deletions(-) commit 911451dfc1eb4069392fdc972e55c1c0bb3d661a Author: djihed Date: Sat Mar 8 18:59:33 2008 +0000 Updated Arabic Translation by Djihed Afifi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8064 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 1493 +++++++++++++++++++++++++-------------------------------- 2 files changed, 659 insertions(+), 838 deletions(-) commit d79f900f06d76725ee13d47d811ee9b2fe19e0e2 Author: kennethn Date: Sat Mar 8 18:48:28 2008 +0000 Updated Danish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8062 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/da.po | 82 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 47 insertions(+), 39 deletions(-) commit 6120a339b690510291aac22cf72255dae2c67eb0 Author: plaes Date: Sat Mar 8 15:43:51 2008 +0000 2008-03-08 Priit Laes * et.po: Translation updated by Ivar Smolin git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8061 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/et.po | 19 +------------------ 2 files changed, 5 insertions(+), 18 deletions(-) commit 9f07fca4662699edfc66db7aebd15aaf25d84625 Author: gintas Date: Fri Mar 7 20:45:04 2008 +0000 2008-03-07 Gintautas Miliauskas * lt.po: Updated Lithuanian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8057 51c929da-ce25-0410-94ab-cff1d2748b70 po/lt.po | 63 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 34 insertions(+), 29 deletions(-) commit d713777793b183305fc4e03fd5bf7cc5ebaeaea0 Author: dnylande Date: Fri Mar 7 19:34:22 2008 +0000 sv.po: Updated Swedish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8056 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/sv.po | 20 ++++++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) commit 75a664373b89026d828b1347780cc1cdbba00a59 Author: hendrikr Date: Fri Mar 7 16:45:19 2008 +0000 2008-03-07 Hendrik Richter * de.po: Updated German translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8052 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/de.po | 759 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 386 insertions(+), 377 deletions(-) commit ec8d70c1ed8245bdec9e8a46a3341e82a16cc3ba Author: arangela Date: Fri Mar 7 15:32:34 2008 +0000 Arangel Angov * mk.po: Updated Macedonian translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8050 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/mk.po | 1019 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 517 insertions(+), 506 deletions(-) commit b70979e1c8ccd4628c53be8931cb5fdd88a607b2 Author: tkaroonb Date: Fri Mar 7 15:30:28 2008 +0000 2008-03-07 Theppitak Karoonboonyanan * th.po: Updated Thai translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8049 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/th.po | 1017 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 515 insertions(+), 506 deletions(-) commit 35ddf672d72bcdce081d64ab798b73c1686f281d Author: mdziumanenko Date: Fri Mar 7 11:59:52 2008 +0000 2008-03-07 Maxim Dziumanenko * Update Ukrainian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8048 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/uk.po | 1040 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 528 insertions(+), 516 deletions(-) commit 1bdbd08ed19888164dfcdcddd8e24f9fd6518068 Author: cwryu Date: Fri Mar 7 09:07:53 2008 +0000 Updated Korean translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8046 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ko.po | 348 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 181 insertions(+), 171 deletions(-) commit c07f5c0b49bef55d9735eb6acb3868bbc28da549 Author: chpe Date: Wed Mar 5 19:00:57 2008 +0000 Updating version on branch git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8043 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 1b42bb8fc3bf34ba1642d15c25e63db463822acc Author: chpe Date: Wed Mar 5 18:55:16 2008 +0000 Branching for 2.22 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/branches/gnome-2-22@8041 51c929da-ce25-0410-94ab-cff1d2748b70 commit 174cfc90a203e1cd5a189a6b75b618dbb6b72732 Author: rahulb Date: Wed Mar 5 13:41:46 2008 +0000 Updated Marathi Translations git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8039 51c929da-ce25-0410-94ab-cff1d2748b70 po/mr.po | 1256 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 669 insertions(+), 587 deletions(-) commit 70904e6cd59e17aa323844b6760f3fea4c5dc913 Author: rahulb Date: Wed Mar 5 13:40:53 2008 +0000 Updated Marathi Translations git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8038 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 34631b00537f917724beef0953329fcc993723a9 Author: plaes Date: Wed Mar 5 11:11:26 2008 +0000 2008-03-05 Priit Laes * et.po: Translation updated by Ivar Smolin git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8037 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/et.po | 1019 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 517 insertions(+), 506 deletions(-) commit dcfdc4143434b9b22b6f920ea2ae69db31bc4623 Author: lferrett Date: Wed Mar 5 09:01:18 2008 +0000 Fixed a typo in my latest commit git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8036 51c929da-ce25-0410-94ab-cff1d2748b70 po/it.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a710f34169ef9a5e20fcb5882848ee94aba10766 Author: ankitp Date: Wed Mar 5 08:59:46 2008 +0000 Updated Translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8035 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/gu.po | 1637 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 914 insertions(+), 727 deletions(-) commit 5e84506a0515d01b302ab9d69020ecbe2755644a Author: lferrett Date: Wed Mar 5 08:55:41 2008 +0000 2008-03-05 Luca Ferretti * it.po: Updated Italian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8034 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/it.po | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) commit 22c19b7bcd774ff3cbc75256b40c025c48d2210b Author: leonardof Date: Wed Mar 5 03:24:11 2008 +0000 Updated Brazilian Portuguese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8033 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pt_BR.po | 1020 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 518 insertions(+), 506 deletions(-) commit 740babf689176ca95a9243a2ab8409514dc278ef Author: reinouts Date: Wed Mar 5 00:59:23 2008 +0000 2008-03-04 Reinout van Schouwen - nl.po: Updated Dutch translation of documentation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8032 51c929da-ce25-0410-94ab-cff1d2748b70 help/nl/nl.po | 2656 +++++++++++++++------------------------------------------ 1 files changed, 698 insertions(+), 1958 deletions(-) commit 0351734d31dd3b2ca51b217a2f0e4538e4110c1c Author: pmkovar Date: Tue Mar 4 22:49:15 2008 +0000 cs.po: Updated Czech translation by Lucas Lommer. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8031 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/cs.po | 80 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 46 insertions(+), 38 deletions(-) commit 206226bfd4ae386273a67f7a5559ce5094e53bb1 Author: wbolster Date: Tue Mar 4 20:21:38 2008 +0000 Fix build with latest glib. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8030 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/tmpl/EphySingle.sgml | 2 +- lib/ephy-file-helpers.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 0ddf8638aa8341844a9c88c73faae310d9183203 Author: dooteo Date: Tue Mar 4 17:27:26 2008 +0000 2008-03-04 Inaki Larranaga Murgoitio * eu.po: Updated Basque translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8029 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/eu.po | 1019 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 517 insertions(+), 506 deletions(-) commit c1fb5630cb3312cbb628bdb1fb8765007c7be2df Author: icq Date: Tue Mar 4 15:22:58 2008 +0000 Updated Galician Translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8028 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/gl.po | 713 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 374 insertions(+), 343 deletions(-) commit 484f7d153cfecacb43fe03ed5cc50d02887120fc Author: aihana Date: Tue Mar 4 14:09:32 2008 +0000 2008-03-04 Takeshi AIHANA * ja.po: Updated Japanese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8027 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/ja.po | 78 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 45 insertions(+), 37 deletions(-) commit b76fd2f2a597a557bdc133daac19e1f683b36cb7 Author: jorgegonz Date: Tue Mar 4 13:52:11 2008 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8026 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 5 +++ help/es/es.po | 39 ++++++++++---------- .../ephy-addressbar-smartbookmark-screenshot.png | Bin 5421 -> 4083 bytes .../ephy-bookmarkbar-smartbookmark-screenshot.png | Bin 2826 -> 2214 bytes help/es/figures/ephy-history-window-screenshot.png | Bin 54277 -> 151659 bytes help/es/figures/ephy-screenshot.png | Bin 80770 -> 80121 bytes 6 files changed, 25 insertions(+), 19 deletions(-) commit 8275d79e50ee97bc24680c0eb35dc080d6202a29 Author: wbolster Date: Tue Mar 4 13:31:05 2008 +0000 2008-03-04 Wouter Bolsterlee * nl.po: Dutch translation updated by Wouter Bolsterlee. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8025 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 364 ++++++++++++++++---------------- po/nl.po | 653 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 514 insertions(+), 503 deletions(-) commit 87ee585904fbb2ba903bd65279cdc3854cc9e90e Author: tjyrinki Date: Tue Mar 4 13:09:57 2008 +0000 update fi.po translations git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8024 51c929da-ce25-0410-94ab-cff1d2748b70 po/fi.po | 647 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 326 insertions(+), 321 deletions(-) commit bee1fe3d49a155beb91b0988461b0436822b38b8 Author: kelemeng Date: Tue Mar 4 11:29:38 2008 +0000 2008-03-04 Gabor Kelemen * hu.po: Translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8023 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/hu.po | 1097 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 567 insertions(+), 534 deletions(-) commit 3dd31e9cf68004054c8a2e1cf78f9c8adb538a97 Author: claudep Date: Tue Mar 4 09:22:04 2008 +0000 2008-03-04 Claude Paroz * fr.po: Updated French translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8022 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/fr.po | 349 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 181 insertions(+), 172 deletions(-) commit 2af79763da41c9cde1fc04e90f3ed122c8d5187c Author: zyang Date: Tue Mar 4 07:58:45 2008 +0000 Updated zh_CN translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8021 51c929da-ce25-0410-94ab-cff1d2748b70 po/zh_CN.po | 1034 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 520 insertions(+), 514 deletions(-) commit 8c0301b3d3ca720800ceda72f3b1233e5357469f Author: dnloreto Date: Tue Mar 4 00:01:18 2008 +0000 2008-03-04 Duarte Loreto * pt.po: Updated Portuguese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8020 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pt.po | 1017 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 515 insertions(+), 506 deletions(-) commit 9442f82086b77bcf431f2cc40c22e4537e816542 Author: gforcada Date: Mon Mar 3 23:34:35 2008 +0000 Updated Catalan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8019 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ca.po | 1017 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 515 insertions(+), 506 deletions(-) commit e96b890683ac5d71294603d3c5fdfc171a4075de Author: frolix68 Date: Mon Mar 3 21:55:48 2008 +0000 Updated Greek translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8018 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/el.po | 1708 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 943 insertions(+), 769 deletions(-) commit 7e41da883aaf8332b281f47d6a8f1bed97a006aa Author: lferrett Date: Mon Mar 3 21:38:14 2008 +0000 2008-03-03 Luca Ferretti * it.po: Updated Italian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8017 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/it.po | 34 +++++++++++++++++++++------------- 2 files changed, 25 insertions(+), 13 deletions(-) commit b48f70fe4f915928e1a9b251095dec27bbb6c2c3 Author: iharh Date: Mon Mar 3 21:35:22 2008 +0000 Updated Belarusian Latin translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8016 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/be@latin.po | 399 ++++++++++++++++++++++++++------------------------------ 2 files changed, 192 insertions(+), 211 deletions(-) commit 8775348b15823494aac1d3c68ef53720afa0f605 Author: pwithnall Date: Mon Mar 3 21:16:30 2008 +0000 2008-03-03 Philip Withnall * en_GB.po: Updated British English translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8015 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/en_GB.po | 18 +++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) commit a09ac1a92df2e01eb6e5c31f80275b38232df029 Author: jorgegonz Date: Mon Mar 3 21:01:42 2008 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8014 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/es.po | 1033 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 525 insertions(+), 512 deletions(-) commit d169294a55aeb0462771ed29437c4da2aa070113 Author: lferrett Date: Mon Mar 3 20:43:13 2008 +0000 Mark "Clear All" string in Personal Data dialog for translation (bug 519908) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8013 51c929da-ce25-0410-94ab-cff1d2748b70 data/glade/epiphany.glade | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d420f8133220f7251a5562f06c99b98a245c8feb Author: pwithnall Date: Mon Mar 3 07:06:07 2008 +0000 2008-03-03 Philip Withnall * en_GB.po: Updated British English translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8012 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/en_GB.po | 2479 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 1565 insertions(+), 918 deletions(-) commit 93dd2a94e0f3f90703123376927825f1c848620f Author: lferrett Date: Sun Mar 2 14:27:07 2008 +0000 2008-03-02 Luca Ferretti * it.po: Updated Italian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8011 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/it.po | 1489 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 789 insertions(+), 704 deletions(-) commit 0f9e0c1964fcb241e2d4ef9f073e00c0969dce17 Author: aasmunds Date: Sun Mar 2 01:01:24 2008 +0000 2008-03-02 Åsmund Skjæveland * nn.po: Updated Norwegian Nynorsk translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8010 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nn.po | 2235 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1231 insertions(+), 1008 deletions(-) commit 770c726c3f2ed6f73b1800b31115cb33100fc8f4 Author: dnylande Date: Sat Mar 1 18:36:28 2008 +0000 sv.po: Updated Swedish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8009 51c929da-ce25-0410-94ab-cff1d2748b70 po/sv.po | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 8e791c48a6cb6a09df493e39f2385b9b0b8a0159 Author: jorgegonz Date: Sat Mar 1 17:11:30 2008 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8008 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/es.po | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) commit 2792b3de4b33873fc4d88027078fb2e8af304f2a Author: dnylande Date: Sat Mar 1 15:59:36 2008 +0000 sv.po: Updated Swedish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8007 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sv.po | 1061 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 535 insertions(+), 530 deletions(-) commit 6c01c3c9c76499e45901574dc0838e2d0c93bfb6 Author: apravi Date: Sat Mar 1 15:52:49 2008 +0000 updated to latest pot file, reviewed and completed translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8006 51c929da-ce25-0410-94ab-cff1d2748b70 po/ml.po | 2766 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1412 insertions(+), 1354 deletions(-) commit 15ea08f22aaf9d328d231111ac27f2a3587391b3 Author: xan Date: Fri Feb 29 17:33:47 2008 +0000 Use g_object_connect for multiple signal connections to the same object. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8005 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.c | 20 ++++++++------------ 1 files changed, 8 insertions(+), 12 deletions(-) commit 4beb23c3ce55df0c1f18232cf51de74b10c711a3 Author: xan Date: Fri Feb 29 17:26:05 2008 +0000 Do not set to NULL private members in init, memory is already zeroed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8004 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit b3a2c5186c3dba0a2065d5506688d8178d41effa Author: tjyrinki Date: Fri Feb 29 15:07:39 2008 +0000 protokolla -> yhteyskäytäntö and small fixes git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8003 51c929da-ce25-0410-94ab-cff1d2748b70 po/fi.po | 38 ++++++++++++++++++++------------------ 1 files changed, 20 insertions(+), 18 deletions(-) commit 6f07165ca0646ea426973a54f1fbb999863394f3 Author: jensg Date: Thu Feb 28 22:13:49 2008 +0000 Strip anchors from URIs before trying to turn them into a GFile, and properly handle get_file_info failing. Fixes a crash when using URLs like file:///path#anchor. Bug #519370. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8002 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 deletions(-) commit c9efa3e063a331012ea938eacea8e8ca159c2544 Author: chpe Date: Thu Feb 28 14:29:22 2008 +0000 Initialise variable. Bug #519173. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8001 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/AutoModalDialog.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 69d937102bf58a65ea980f7f55c64d6f00921369 Author: chpe Date: Thu Feb 28 14:18:16 2008 +0000 updates git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@8000 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/tmpl/ephy-embed.sgml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit d8057b8b3ee8270a67fb208a3055790e76d266df Author: chpe Date: Thu Feb 28 14:17:11 2008 +0000 Fix AutoModalDialog::ShouldShow(). Bug #519173. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7999 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/AutoModalDialog.h | 6 +++--- embed/mozilla/GtkNSSDialogs.h | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) commit bada773516b6dfa073168c435d1b05b0ebb66977 Author: amitakhya Date: Thu Feb 28 11:35:14 2008 +0000 updated assamese translations git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7998 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/as.po | 200 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 104 insertions(+), 100 deletions(-) commit 7d8823fc1d212ff7c7dd73683564848653699c62 Author: kelemeng Date: Thu Feb 28 01:44:11 2008 +0000 2008-02-28 Gabor Kelemen * hu.po: Translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7997 51c929da-ce25-0410-94ab-cff1d2748b70 po/hu.po | 299 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 140 insertions(+), 159 deletions(-) commit b9e6e149102b093474fcea04e58235139ae91651 Author: kelemeng Date: Thu Feb 28 01:43:08 2008 +0000 2008-02-28 Gabor Kelemen * hu.po: Translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7996 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit d04bbe177f39d0624ff3626436598a6d08510b71 Author: xan Date: Wed Feb 27 21:55:16 2008 +0000 Support more preferences in the WebKit backend and add code to easily add support for more (in theory..). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7995 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-prefs.c | 109 +++++++++++++++++++++++++++++++------ 1 files changed, 91 insertions(+), 18 deletions(-) commit 3c56edaeac1c270ab0fc0f76ee612549682e4410 Author: carlosgc Date: Wed Feb 27 19:13:46 2008 +0000 Fix a crash when downloading a file. (Bug #519121) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7994 51c929da-ce25-0410-94ab-cff1d2748b70 embed/downloader-view.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 70908af5ba7610c91661357e12ee2df96a926733 Author: djihed Date: Wed Feb 27 14:38:09 2008 +0000 Updated Arabic Translation by Khaled Hosny. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7993 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/ar.po | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit 57162333315614361b99a0b4844af8e599a5e2de Author: chpe Date: Tue Feb 26 21:25:13 2008 +0000 Fix build git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7992 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 6449b2206ff8ce0fde0b8ae3b90c5d9ad77514fa Author: jensg Date: Tue Feb 26 21:12:46 2008 +0000 Declare variable at the beginning of the function to fix build with compilers that only understand C89. Bug #518890. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7991 51c929da-ce25-0410-94ab-cff1d2748b70 lib/egg/egg-toolbar-editor.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit b438141fb42c9f90843cace29131c75da997f1a1 Author: chpe Date: Tue Feb 26 20:13:24 2008 +0000 Remove cruft git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7990 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 93 +---- data/glade/Makefile.am | 7 +- data/glade/certs-manager.glade | 530 --------------------------- embed/Makefile.am | 10 - embed/ephy-certificate-manager.c | 72 ---- embed/ephy-certificate-manager.h | 68 ---- embed/ephy-x509-cert.c | 53 --- embed/ephy-x509-cert.h | 61 --- embed/mozilla/Makefile.am | 6 - embed/mozilla/mozilla-embed-single.cpp | 158 -------- embed/mozilla/mozilla-x509-cert.cpp | 219 ----------- embed/mozilla/mozilla-x509-cert.h | 63 ---- embed/xulrunner/embed/Makefile.am | 6 - embed/xulrunner/embed/mozilla-x509-cert.cpp | 261 ------------- embed/xulrunner/embed/mozilla-x509-cert.h | 63 ---- po/POTFILES.skip | 2 - src/Makefile.am | 8 - src/ephy-cert-manager-dialog.c | 488 ------------------------ src/ephy-cert-manager-dialog.h | 59 --- src/ephy-window.c | 2 +- src/window-commands.c | 13 +- 21 files changed, 25 insertions(+), 2217 deletions(-) commit a16e4d17f265e3b0c48112ded31b3d0ffb6358bb Author: zygis Date: Tue Feb 26 16:20:26 2008 +0000 Updated Lithuanian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7989 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/lt.po | 1652 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 925 insertions(+), 731 deletions(-) commit a5bb5145edf22ec9d13cea12c9a7bd16ef6d1341 Author: chpe Date: Mon Feb 25 21:16:09 2008 +0000 The cert manager is useless and doesn't build; remove --enable-certificate-manager from distcheck flags. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7987 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 131b72af7be1602853562136ef4fb14a4c95dc52 Author: chpe Date: Mon Feb 25 21:06:48 2008 +0000 Add new types from xr 1.9. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7986 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-adblock.h | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 2c0c43e455cbb7cd571ba5f58e24a80ed944808e Author: chpe Date: Mon Feb 25 21:00:48 2008 +0000 Connect the signal before unreffing the action, just to be absolutely safe. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7985 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action-group.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit d5dba4779753016029102d543851f390574697da Author: chpe Date: Mon Feb 25 20:42:36 2008 +0000 Update for added nsIContentPolicy constants in 1.9. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7984 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyContentPolicy.cpp | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 5043d93c1ef28a025fed10c88b4afcaba34afedd Author: chpe Date: Mon Feb 25 20:41:32 2008 +0000 Remove duplicate bookmarks property update, which is superflous since it was already updated when the node was set into the action on construction. Might fix bug #516008, where for unknown reasons the action seems to be finalised when we get here. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7983 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action-group.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit ac0936f89fae9d833fde68be175d5ddc26a345ed Author: chpe Date: Mon Feb 25 20:38:15 2008 +0000 Accept empty password to unlock a token; and allow empty new password if the requested password quality allows it. Bug #515096, patch by Thomas Wendt. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7982 51c929da-ce25-0410-94ab-cff1d2748b70 lib/ephy-password-dialog.c | 18 +++++------------- 1 files changed, 5 insertions(+), 13 deletions(-) commit bc8f3b6c494df064714589a5953e973231e75d09 Author: chpe Date: Mon Feb 25 19:37:26 2008 +0000 Adapt to gio API change git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7981 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- embed/ephy-history.c | 2 +- src/bookmarks/ephy-bookmark-action.c | 4 ++-- src/bookmarks/ephy-bookmarks-export.c | 4 ++-- src/popup-commands.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) commit 3b8ec353e3d72bb315ed8affb8792178cd7b8892 Author: chpe Date: Mon Feb 25 19:36:48 2008 +0000 Version bump git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7980 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1b80ba06424c26bf88b9d07145c53d96ef91d8da Author: xan Date: Sun Feb 24 20:06:41 2008 +0000 Remove unused struct member. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7979 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed-single.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 8f7d1277efdea26f6ae02600088b11200c27db35 Author: xan Date: Sun Feb 24 09:54:42 2008 +0000 Make epiphany/webkit start in online mode (though there is no difference between online and offline mode at this point). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7978 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-single.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit a1aee3685a731f69c1e3db4a6c7cf5062ac4e7d1 Author: aihana Date: Sun Feb 24 00:44:15 2008 +0000 2008-02-24 Takeshi AIHANA * ja.po: Updated Japanese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7977 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ja.po | 1680 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 939 insertions(+), 745 deletions(-) commit 686c8fbecd894b2ebf20bb74bc32f5f9e334fca2 Author: yairhr Date: Sat Feb 23 11:48:15 2008 +0000 updated hebrew translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7976 51c929da-ce25-0410-94ab-cff1d2748b70 po/he.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 01d043a8db2d183f7f69f58f7220e93c2a1fd4c4 Author: yairhr Date: Sat Feb 23 11:04:00 2008 +0000 updated hebrew translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7975 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/he.po | 532 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 281 insertions(+), 255 deletions(-) commit 0b50c766de63bf68532f2006f9ee934f3966e26d Author: zyang Date: Sat Feb 23 02:05:03 2008 +0000 Updated zh_CN translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7974 51c929da-ce25-0410-94ab-cff1d2748b70 po/zh_CN.po | 69 ++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 38 insertions(+), 31 deletions(-) commit adbbb7078a7dd2de1943d8a670984f08b6420ecd Author: pmkovar Date: Fri Feb 22 23:07:29 2008 +0000 cs.po: Updated Czech translation by Lucas Lommer. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7973 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/cs.po | 2042 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1136 insertions(+), 910 deletions(-) commit 1af5f495c3a71ddcb8b7c8919c66e47621f3a00a Author: xan Date: Wed Feb 20 20:19:50 2008 +0000 Make EphyUtils::FindEmbed return the parent of the mozembed, as it is now contained inside EphyEmbed instead of being its parent class. (#517149) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7972 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyUtils.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5aac05b4f5b8dfee1d5357bd138d40a102d8a161 Author: chpe Date: Wed Feb 20 12:07:10 2008 +0000 Remove obsolete check. Bug #333445 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7971 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 34 ---------------------------------- 1 files changed, 0 insertions(+), 34 deletions(-) commit 6e4207d09bab91dc566dbd90f74eb40111d187f3 Author: ymarcheg Date: Tue Feb 19 22:36:59 2008 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7970 51c929da-ce25-0410-94ab-cff1d2748b70 po/oc.po | 1023 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 521 insertions(+), 502 deletions(-) commit a96de8c257d4e383d27eecb82961ec541a7ccef0 Author: kennethn Date: Tue Feb 19 22:15:52 2008 +0000 Updated Danish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7969 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/da.po | 1598 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 890 insertions(+), 712 deletions(-) commit 4dc9209805259299fc48ef5624af0bc056a9647c Author: mateju Date: Tue Feb 19 13:53:52 2008 +0000 Updated Slovenian translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7968 51c929da-ce25-0410-94ab-cff1d2748b70 po/sl.po | 1427 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 744 insertions(+), 683 deletions(-) commit 5ba4a5d231f1344cb4299c060088ea716003ff77 Author: chpe Date: Mon Feb 18 13:40:59 2008 +0000 Fix prompt service for xr 1.9 wrt. DOM notifications. Bug #504445. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7967 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/tmpl/EphySingle.sgml | 2 +- doc/reference/tmpl/ephy-embed.sgml | 63 +++++---- embed/mozilla/AutoModalDialog.cpp | 182 ++++++++++++++++++++++++ embed/mozilla/AutoModalDialog.h | 70 +++++++++ embed/mozilla/ContentHandler.cpp | 20 +-- embed/mozilla/EphyPromptService.cpp | 14 +-- embed/mozilla/FilePicker.cpp | 17 +-- embed/mozilla/GeckoCookiePromptService.cpp | 23 ++-- embed/mozilla/GeckoFormSigningDialog.cpp | 16 +-- embed/mozilla/GeckoPrintService.cpp | 19 +-- embed/mozilla/GtkNSSClientAuthDialogs.cpp | 22 ++-- embed/mozilla/GtkNSSDialogs.cpp | 155 +++++++++++--------- embed/mozilla/GtkNSSKeyPairDialogs.cpp | 19 +-- embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 28 ++-- embed/mozilla/Makefile.am | 2 + 15 files changed, 449 insertions(+), 203 deletions(-) commit bd92a95f61171b0976d5562bdfb54b739189d8d2 Author: chpe Date: Sun Feb 17 23:29:21 2008 +0000 Fix the docs build. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7965 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 67e7eaea7482466a67ff58113f9545a6c3c21073 Author: xan Date: Sun Feb 17 23:23:36 2008 +0000 Use G_DEFINE_TYPE* where possible in embed/* (#517090) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7964 51c929da-ce25-0410-94ab-cff1d2748b70 embed/downloader-view.c | 34 +----------------- embed/ephy-download.c | 34 +----------------- embed/ephy-embed-dialog.c | 34 +----------------- embed/ephy-embed-persist.c | 34 +----------------- embed/ephy-embed-shell.c | 38 ++------------------ embed/ephy-encodings.c | 34 +----------------- embed/ephy-favicon-cache.c | 36 ++------------------ embed/ephy-history.c | 36 ++------------------ embed/mozilla/mozilla-download.cpp | 34 +----------------- embed/mozilla/mozilla-embed-event.cpp | 47 ++----------------------- embed/mozilla/mozilla-embed-find.cpp | 57 ++++++------------------------ embed/mozilla/mozilla-embed-persist.cpp | 39 +++------------------ embed/mozilla/mozilla-x509-cert.cpp | 56 ++++-------------------------- 13 files changed, 50 insertions(+), 463 deletions(-) commit 328e3e59ba5f0d926aaba64df5a01fae8f9f6a61 Author: chpe Date: Sun Feb 17 21:03:03 2008 +0000 Comment this out; it's unreliable git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7963 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyUtils.cpp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 265819b58940fdcbf45ef8a4a75faa36fde029b3 Author: bcicek Date: Sun Feb 17 20:41:05 2008 +0000 Updated Turkish Translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7962 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/tr.po | 2167 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1208 insertions(+), 963 deletions(-) commit 16aab0af4dc7c2477ab98ab62363bdd005c2d310 Author: xan Date: Sun Feb 17 18:35:45 2008 +0000 Add our own reference to the webkit history item. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7961 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-history-item.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d0730dc4cefa208bc69f32007400239898c5b207 Author: chpe Date: Sun Feb 17 18:23:56 2008 +0000 No need to implement nsIBadCertListener2 here git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7960 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GtkNSSDialogs.cpp | 17 ++--------------- embed/mozilla/GtkNSSDialogs.h | 8 ++------ 2 files changed, 4 insertions(+), 21 deletions(-) commit e9fbba3d5143af8d689e59143b6c6815b054640f Author: xan Date: Sun Feb 17 18:20:39 2008 +0000 Add ephy-embed::new-document-now signal, does the same than old ge-content-change (used by adblock extension). Part of #502283 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7959 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/tmpl/ephy-embed.sgml | 5 +++++ embed/ephy-embed.c | 20 ++++++++++++++++++++ embed/ephy-embed.h | 3 +++ embed/mozilla/mozilla-embed.cpp | 1 + embed/webkit/webkit-embed.c | 4 ++++ 5 files changed, 33 insertions(+), 0 deletions(-) commit c8b715e7b83f6575ab7796b150c06a9740d4ffaf Author: xan Date: Sun Feb 17 18:08:13 2008 +0000 Add EPHY_CHECK_VERSION (#513128) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7958 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 6 ++++++ src/Makefile.am | 1 + src/ephy-version.h.in | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 0 deletions(-) commit 821b70c3390ca5acf3d25bca04389ee6fdb2f8d3 Author: chpe Date: Sun Feb 17 18:05:51 2008 +0000 Add stub for displayProtectedAuth git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7957 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GtkNSSDialogs.cpp | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit d6da9148f167976da63bdb509b00c10cd194a887 Author: chpe Date: Sun Feb 17 17:56:33 2008 +0000 Add translator comment. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7956 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyAboutModule.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e09deee7c1e84f8b62a24f1d23aae8169f3095a4 Author: chpe Date: Sun Feb 17 17:56:19 2008 +0000 Disable about:config warning page. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7955 51c929da-ce25-0410-94ab-cff1d2748b70 data/default-prefs-common.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c775a1327686a4e31828638fae04db4407624792 Author: cwryu Date: Sun Feb 17 16:31:33 2008 +0000 Updated Korean translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7954 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ko.po | 913 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 471 insertions(+), 446 deletions(-) commit d4dbe6831d3327ff52edbd628a3f8636da95f60b Author: pclouds Date: Sun Feb 17 03:36:49 2008 +0000 2008-02-17 Nguyễn Thái Ngọc Duy * vi.po: Updated Vietnamese translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7953 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/vi.po | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) commit e5f30d5e402edb6b3c18441429ba57190bec6b49 Author: iharh Date: Sat Feb 16 21:58:12 2008 +0000 Updated Belarusian Latin translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7952 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/be@latin.po | 894 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 457 insertions(+), 441 deletions(-) commit a679ea718029032d88213ac9c0c315d3704164fa Author: xan Date: Sat Feb 16 11:39:15 2008 +0000 Remove unneeded embed list for prefs. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7951 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-prefs.c | 10 ---------- embed/webkit/webkit-embed-prefs.h | 1 - embed/webkit/webkit-embed.c | 11 ----------- 3 files changed, 0 insertions(+), 22 deletions(-) commit 24a313028863a93d01f76468028a4eb2aac0601d Author: claudep Date: Fri Feb 15 15:56:05 2008 +0000 2008-02-15 Claude Paroz * fr.po: Updated French translation by Robert-André Mauchin and Claude Paroz. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7950 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/fr.po | 1582 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 887 insertions(+), 700 deletions(-) commit dd289f9da9df671470ee1597798f9a5d446c0eee Author: runab Date: Fri Feb 15 13:35:25 2008 +0000 Added Entry for Kannada Translation addition and addition to LINGUAS git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7949 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit fcd3f3b4daec46d99bf3167fd0902705be40f632 Author: runab Date: Fri Feb 15 13:34:43 2008 +0000 Added Kannada (kn) to the List of Languages git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7948 51c929da-ce25-0410-94ab-cff1d2748b70 po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 8211a6a8594f250da9528717f91aa79df585f1a1 Author: runab Date: Fri Feb 15 13:32:38 2008 +0000 Added Kannada Translations by Shankar Prasad git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7947 51c929da-ce25-0410-94ab-cff1d2748b70 po/kn.po | 4523 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 4523 insertions(+), 0 deletions(-) commit 2bd1d787eb7b3805e5b73fc32404dd73f293006f Author: cosimoc Date: Fri Feb 15 10:34:48 2008 +0000 Make Go Up recognize HTML anchors. Bug #335631. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7946 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit c5bd655f6d1b95708bd1ba48b84ebb1fef0050d3 Author: cosimoc Date: Fri Feb 15 01:10:36 2008 +0000 Add Undo/Redo commands to the location entry, both in the context menu and linked to the main window commands. Bug #171179. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7945 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 104 ++++++++++++++++++++++++++++++++---- lib/widgets/ephy-location-entry.h | 6 ++ src/ephy-window.c | 27 +++++++++- src/window-commands.c | 40 ++++++++++---- 4 files changed, 151 insertions(+), 26 deletions(-) commit a9d2a9782368ef3ae533f1bd620dfbccb5d942fe Author: xan Date: Thu Feb 14 20:14:02 2008 +0000 GConf option to disable messagebox about unsubmitted form data. (#516170) Left undocumented on schema because we are in string freeze, will document for 2.24. Patch by Jake Nelson git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7944 51c929da-ce25-0410-94ab-cff1d2748b70 data/epiphany.schemas.in | 11 +++++++++++ lib/ephy-prefs.h | 1 + src/ephy-window.c | 17 +++++++++++------ 3 files changed, 23 insertions(+), 6 deletions(-) commit c101110d6c0fd977a1a27df04b78914cd23ec645 Author: xan Date: Thu Feb 14 19:24:05 2008 +0000 Do not apply prefs to a view more than once. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7943 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-prefs.c | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) commit 64bc4506ac23968d0d4238393fb9d43d19dd3273 Author: xan Date: Thu Feb 14 19:13:40 2008 +0000 Plug leaks in webkit-embed-prefs.c git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7942 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-prefs.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit d0132da24599b2c726f93960edb3504a149a3d9a Author: xan Date: Thu Feb 14 17:15:40 2008 +0000 Remove internal library dependencies from pc file. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7941 51c929da-ce25-0410-94ab-cff1d2748b70 data/epiphany.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4e249173c8bfeabd1d011cdb80607864dbbca364 Author: xan Date: Thu Feb 14 16:48:13 2008 +0000 Initial implementation of WebKit preferences. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7940 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/Makefile.am | 2 + embed/webkit/webkit-embed-prefs.c | 103 ++++++++++++++++++++++++++++++++++++ embed/webkit/webkit-embed-prefs.h | 34 ++++++++++++ embed/webkit/webkit-embed-single.c | 5 ++ embed/webkit/webkit-embed.c | 14 +++++ 5 files changed, 158 insertions(+), 0 deletions(-) commit 4ac1c6d0d1337a447ba608a24d884cbcd1a67736 Author: icq Date: Thu Feb 14 13:18:28 2008 +0000 Updated Galician Translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7939 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/gl.po | 445 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 232 insertions(+), 217 deletions(-) commit 546582b4ef41840cfad2b3b318dbf75f222df38a Author: xan Date: Thu Feb 14 11:58:56 2008 +0000 Update dependencies in epiphany.pc.in, remove bonobo leftovers. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7938 51c929da-ce25-0410-94ab-cff1d2748b70 data/epiphany.pc.in | 2 +- src/ephy-automation.c | 224 ------------------------------------------------- 2 files changed, 1 insertions(+), 225 deletions(-) commit e8a155fffc00e10721e15f426b60ddb90e1e849a Author: xan Date: Thu Feb 14 11:58:47 2008 +0000 Small cleanups in webki-embed-single.c git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7937 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-single.c | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) commit 4afa0187dd8893267d7ec6ad541185c2530279bc Author: pachimho Date: Thu Feb 14 07:59:29 2008 +0000 Updated Nepali Translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7936 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ne.po | 2483 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1385 insertions(+), 1102 deletions(-) commit 687ff77ddbcfd9e32c96367694ba29052b4eb084 Author: ituohela Date: Wed Feb 13 05:45:23 2008 +0000 Updated Finnish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7935 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/fi.po | 1532 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 858 insertions(+), 678 deletions(-) commit 73bae478c19e23cf7cd8eeced32174f01f622b47 Author: reinouts Date: Wed Feb 13 00:48:38 2008 +0000 2008-02-13 Reinout van Schouwen * nl.po: Updated Dutch translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7934 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nl.po | 652 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 337 insertions(+), 319 deletions(-) commit 59d05302bca6147074f3a30380b0287578174c3d Author: reinouts Date: Wed Feb 13 00:10:29 2008 +0000 2008-02-13 Reinout van Schouwen * Add KiBi and cosimoc to about.ini git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7933 51c929da-ce25-0410-94ab-cff1d2748b70 data/about.ini | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c820c361df73fe0e2477ed5ca439e5257d1482b5 Author: xan Date: Tue Feb 12 23:07:11 2008 +0000 Use G_DEFINE_TYPE* macros in src/bookmarks/ when possible. (#516138) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7932 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action.c | 40 +++-------------------- src/bookmarks/ephy-bookmark-factory-action.c | 40 +++++------------------ src/bookmarks/ephy-bookmark-properties.c | 37 ++------------------- src/bookmarks/ephy-bookmarks-editor.c | 42 +++-------------------- src/bookmarks/ephy-related-action.c | 45 +++++++------------------- src/bookmarks/ephy-topic-action.c | 44 ++----------------------- src/bookmarks/ephy-topic-factory-action.c | 40 +++++------------------ src/bookmarks/ephy-topics-entry.c | 41 +++-------------------- src/bookmarks/ephy-topics-palette.c | 37 ++------------------- 9 files changed, 59 insertions(+), 307 deletions(-) commit ba25ba507a593955293eb33f7c3e1b5abada7df3 Author: hendrikr Date: Tue Feb 12 18:05:50 2008 +0000 2008-02-12 Hendrik Richter * de.po: Updated German translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7931 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/de.po | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) commit 10cb985bb644f2c4b10858ea0dbced788cc36c55 Author: hendrikr Date: Tue Feb 12 18:04:05 2008 +0000 Fix #513538, patch by Mart Raudsepp git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7930 51c929da-ce25-0410-94ab-cff1d2748b70 help/de/de.po | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit d510dce009efff2b50c887a829ebbf82a39fa72e Author: hendrikr Date: Tue Feb 12 09:30:52 2008 +0000 2008-02-12 Hendrik Richter * de.po: Updated German translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7929 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/de.po | 1513 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 844 insertions(+), 673 deletions(-) commit 257a79b376b9bacc6f351fd0321245774a4190c9 Author: rahulb Date: Mon Feb 11 14:41:45 2008 +0000 Updated Marathi translations git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7928 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/mr.po | 2744 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 1474 insertions(+), 1274 deletions(-) commit 48a0bdee35fa7b4dab6f19194188ae0a5ab2b8f4 Author: xan Date: Sun Feb 10 18:26:22 2008 +0000 Use G_DEFINE_TYPE* when possible in src/ (#515601) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7927 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-cert-manager-dialog.c | 35 +------- src/ephy-completion-model.c | 45 +-------- src/ephy-dbus.c | 77 +++++---------- src/ephy-encoding-dialog.c | 34 +------ src/ephy-encoding-menu.c | 34 +------ src/ephy-extensions-manager.c | 47 +--------- src/ephy-find-toolbar.c | 38 +------- src/ephy-fullscreen-popup.c | 49 ++-------- src/ephy-go-action.c | 43 ++------- src/ephy-history-window.c | 38 +------- src/ephy-home-action.c | 38 ++------ src/ephy-link-action.c | 94 ++++-------------- src/ephy-link.c | 2 +- src/ephy-location-action.c | 40 +------- src/ephy-lockdown.c | 48 ++-------- src/ephy-navigation-action.c | 36 +------- src/ephy-net-monitor.c | 34 +------ src/ephy-python-extension.c | 205 +++++++++++++++++----------------------- src/ephy-python-loader.c | 43 +-------- src/ephy-session.c | 49 +--------- src/ephy-shell.c | 38 +------- src/ephy-statusbar.c | 31 +------ src/ephy-toolbar-editor.c | 39 +------- src/ephy-toolbar.c | 65 ++++--------- src/ephy-toolbars-model.c | 35 +------ src/pdm-dialog.c | 34 +------ src/ppview-toolbar.c | 34 +------ src/prefs-dialog.c | 34 +------ 28 files changed, 243 insertions(+), 1096 deletions(-) commit c184447360340ca7ff4615436d29761328a3c6fe Author: xan Date: Sun Feb 10 14:52:00 2008 +0000 Do not use history API if we only want to go back or forward, only use it when necessary (ie, when we want to open item in new tab). Bug #515554 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7926 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-navigation-action.c | 16 ++-------------- 1 files changed, 2 insertions(+), 14 deletions(-) commit 68009cf4675339de42b0ac100034734f90fbb385 Author: xan Date: Sat Feb 9 19:21:57 2008 +0000 Cleanups in webkit-embed.c git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7925 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.c | 39 +++++++++++++++------------------------ 1 files changed, 15 insertions(+), 24 deletions(-) commit 5ce9798801a4a92f127eb53c91e86eab9229f4c7 Author: tkaroonb Date: Sat Feb 9 05:47:08 2008 +0000 2008-02-09 Theppitak Karoonboonyanan * th.po: Fix typos. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7924 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/th.po | 124 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 66 insertions(+), 62 deletions(-) commit 081e0c0dacc12415ae8b4ea4f5b9c3477b27e090 Author: gforcada Date: Fri Feb 8 23:57:27 2008 +0000 Updated Catalan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7923 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ca.po | 1457 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 816 insertions(+), 645 deletions(-) commit 21340c76e29553e187c8c0a8cb27058463bdb850 Author: dooteo Date: Fri Feb 8 16:52:34 2008 +0000 2008-02-08 Inaki Larranaga Murgoitio * eu.po: Updated Basque translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7922 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/eu.po | 70 +++++++++++++++++++++++---------------------------------- 2 files changed, 32 insertions(+), 42 deletions(-) commit 59ec32ea474311dfbf1bc84a88a9dbfe99480343 Author: aflinta Date: Thu Feb 7 21:24:17 2008 +0000 2008-02-07 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7921 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pl.po | 1445 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 813 insertions(+), 636 deletions(-) commit 726bc192889a6a60f6aedb58ae192a118a4978e6 Author: plaes Date: Tue Feb 5 19:57:45 2008 +0000 2008-02-05 Priit Laes * et.po: Translation updated by Ivar Smolin git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7920 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/et.po | 54 +++++++++++++++++++++++++++--------------------------- 2 files changed, 31 insertions(+), 27 deletions(-) commit 76ef81deb7db12fca2b31a9dd7e6d9a09ae9191c Author: xan Date: Tue Feb 5 00:17:27 2008 +0000 Fix encoding for webkit-history-item.* git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7919 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-history-item.c | 2 +- embed/webkit/webkit-history-item.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 615b388df50246a736102646cf790ddbb90b223e Author: xan Date: Tue Feb 5 00:08:43 2008 +0000 Implement back and forward history, patch by Jan Alonzo with several cleanups. (#506566) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7918 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/Makefile.am | 4 +- embed/webkit/webkit-embed.c | 82 +++++++++++++++++++++++++++--- embed/webkit/webkit-history-item.c | 97 ++++++++++++++++++++++++++++++++++++ embed/webkit/webkit-history-item.h | 58 +++++++++++++++++++++ 4 files changed, 231 insertions(+), 10 deletions(-) commit 28bcf698be3011a6ba95a8aa07acd2cd64828a59 Author: cosimoc Date: Mon Feb 4 19:05:27 2008 +0000 Fix back button looping through history. Bug #513803. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7917 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-navigation-action.c | 34 +++++++++++++++++++--------------- 1 files changed, 19 insertions(+), 15 deletions(-) commit dfa386fd0d0bbe2079b3912cf0a6c26336be8732 Author: leonardof Date: Mon Feb 4 01:48:19 2008 +0000 2008-02-03 Leonardo Ferreira Fontenelle * pt_BR.po: Minor update by Vladimir Melo. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7916 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 ++++- po/pt_BR.po | 7 +++---- 2 files changed, 7 insertions(+), 5 deletions(-) commit 472ed4e6f254879a58f6fae3d9169fa3584f07ba Author: arangela Date: Sun Feb 3 16:16:26 2008 +0000 Arangel Angov * mk.po: Updated Macedonian Translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7915 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 +++ po/mk.po | 84 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 47 insertions(+), 42 deletions(-) commit fea94b9b91b99b8081cb8458e48385e585c99db3 Author: ymarcheg Date: Sun Feb 3 09:41:54 2008 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7914 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/oc.po | 56 ++++++++++++++++++-------------------------------------- 2 files changed, 22 insertions(+), 38 deletions(-) commit 98fc65e97c7d048bd53797128a9f03a36d2f26c6 Author: dnloreto Date: Sat Feb 2 23:02:23 2008 +0000 2008-02-02 Duarte Loreto * pt.po: Updated Portuguese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7913 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 13 +- po/pt.po | 1452 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 818 insertions(+), 647 deletions(-) commit 6213946e74b5bdf89ba41e24b83935a3ca5a241a Author: ymarcheg Date: Sat Feb 2 21:02:34 2008 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7912 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 +- po/oc.po | 653 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 361 insertions(+), 297 deletions(-) commit 26cf65d6d198fc644afbb52758fe262f3fec2b9b Author: kmaraas Date: Sat Feb 2 20:18:44 2008 +0000 2008-02-02 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7911 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/nb.po | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit b7b924e3a1093e9f815f48ae57131e773b54d2d9 Author: leonardof Date: Sat Feb 2 17:14:37 2008 +0000 2008-02-02 Leonardo Ferreira Fontenelle * pt_BR.po: Brazilian Portuguese translation updated by Vladimir Melo. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7910 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pt_BR.po | 1898 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 868 insertions(+), 1034 deletions(-) commit ab6b09c6f28f2f7d0fe10ee56afd04374462735a Author: tkaroonb Date: Sat Feb 2 10:02:40 2008 +0000 2008-02-02 Theppitak Karoonboonyanan * th.po: Updated Thai translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7909 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/th.po | 1507 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 860 insertions(+), 651 deletions(-) commit 3b54ab8d4b039fd15f32201cce3cdd41b4f4335d Author: cosimoc Date: Sat Feb 2 01:46:47 2008 +0000 Popup the completion dropdown menu when we're focusing the location bar with the cursor at the end of entry and we press down. Bug #340572. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7908 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 9757cc477bee711d30721712179804ceaa9dc03b Author: djihed Date: Sat Feb 2 00:39:13 2008 +0000 Updated Arabic Translation by Khaled Hosny. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7907 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/ar.po | 45 ++++++++++++++++----------------------------- 2 files changed, 20 insertions(+), 29 deletions(-) commit 2b8763bffee326ccdea59faf66bcbbcaa4fe859d Author: chliao Date: Fri Feb 1 14:32:32 2008 +0000 2008-02-01 Chao-Hsiung Liao * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7906 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/zh_HK.po | 1715 +++++++++++++++++++++++++++++++++------------------------- po/zh_TW.po | 1692 +++++++++++++++++++++++++++++++++------------------------ 3 files changed, 1958 insertions(+), 1454 deletions(-) commit e6f44876cf9cd6ca7afe8ee66e4801552a75e04a Author: atoker Date: Fri Feb 1 07:07:26 2008 +0000 Track WebKit r29909 pkg-config rename git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7905 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 605eb4705c997e2dfba69c84524689ea568c7244 Author: amitakhya Date: Fri Feb 1 07:05:03 2008 +0000 updated assamese translations git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7904 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/LINGUAS | 1 + po/as.po | 4473 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 4479 insertions(+), 0 deletions(-) commit 0e230912057f057597cde3d6d4acca60b4b724cb Author: cosimoc Date: Fri Feb 1 00:36:34 2008 +0000 Make middle clicking on Back/Forward toolbar buttons open again in a new tab, as it was in 2.20. Bug #513029. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7903 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-navigation-action.c | 32 +++++++++++++++++++++++++++++--- 1 files changed, 29 insertions(+), 3 deletions(-) commit fb169878e2bc0fa1e00ee152dd6642329608fd8b Author: atoker Date: Fri Feb 1 00:36:27 2008 +0000 Track header location change in WebKit r29898 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7902 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-single.c | 2 +- embed/webkit/webkit-embed.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 97d4ea0a72ca88fa2657aab1d17f3f89f8456ebc Author: dnylande Date: Fri Feb 1 00:23:37 2008 +0000 sv.po: Updated Swedish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7901 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/sv.po | 54 +++++++++++++++++++++++++++--------------------------- 2 files changed, 31 insertions(+), 27 deletions(-) commit fe927945dc9fb5b9c7cfc432cbfc9647bd6971b1 Author: cosimoc Date: Thu Jan 31 18:53:57 2008 +0000 Fix keyboard focus remaining in the location entry after entering the address. Bug #513345. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7900 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit f55167cd885efb539bb9f0476e330ed1712d581c Author: djihed Date: Thu Jan 31 08:18:04 2008 +0000 Updated Arabic Translation by Khaled Hosny. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7899 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/ar.po | 13 +++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) commit 478d8e8fb72c3b763d8c0ce186613dca355e9a6c Author: jorgegonz Date: Tue Jan 29 13:00:50 2008 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7898 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/es.po | 56 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 32 insertions(+), 28 deletions(-) commit e4c7ef458605beff2eb5d161b4aa2789cfb366b6 Author: cosimoc Date: Mon Jan 28 20:43:52 2008 +0000 HIG fixes for menu. Bug #483312, patch by Luca Ferretti. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7897 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5b5e208f4238488ea29c2cf8853b44b8aa32eb4d Author: cosimoc Date: Mon Jan 28 20:37:51 2008 +0000 Fix compilation error with gcc4.3. Patch by Sebastien Bacher, bug #512027. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7896 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyBrowser.h | 2 +- embed/mozilla/mozilla-x509-cert.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 5d8b66b9d563d8c2e61959fd0541464cc5468bdd Author: chpe Date: Mon Jan 28 19:41:22 2008 +0000 Post release version bump git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7895 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b1ac7b01b8eb9740b04f9bf49a0ac5d4189666c6 Author: chpe Date: Mon Jan 28 19:40:47 2008 +0000 Release 2.21.90 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7893 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit d9b1adecd5947eae09538a3f5c5e10bdf4cb5c82 Author: diegoe Date: Mon Jan 28 18:35:41 2008 +0000 Draft for NEWS of 2.21.90. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7892 51c929da-ce25-0410-94ab-cff1d2748b70 NEWS | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) commit a7ef00fcfd56f82413f082564bfb965c5147c962 Author: mdziumanenko Date: Sun Jan 27 21:52:16 2008 +0000 2008-01-27 Maxim Dziumanenko * Update Ukrainian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7891 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/uk.po | 1437 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 809 insertions(+), 632 deletions(-) commit e19e8473ad84e4b10f17504b57e476e505c0630e Author: kmaraas Date: Sun Jan 27 13:38:43 2008 +0000 2008-01-27 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7890 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/nb.po | 78 +++++++++++++++++++++++++++------------------------------ 2 files changed, 41 insertions(+), 41 deletions(-) commit 4856f1383c46d0a5799b1c28b4ab51e4aa3b380a Author: jovanna Date: Sun Jan 27 13:24:24 2008 +0000 2008-01-27 Jovan Naumovski *mk.po: Updated Macedonian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7889 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/mk.po | 1691 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 971 insertions(+), 724 deletions(-) commit 3a764b53e64700307747ab76f9510907d0933c1b Author: cosimoc Date: Thu Jan 24 19:14:16 2008 +0000 Better fix for bug #511759. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7888 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/MozDownload.cpp | 5 ++++- embed/xulrunner/components/MozDownload.cpp | 6 +++++- lib/ephy-file-helpers.c | 6 ++---- lib/ephy-file-helpers.h | 2 +- src/popup-commands.c | 9 +++++++-- 5 files changed, 19 insertions(+), 9 deletions(-) commit c94fe3633e26fc8d83f889657f26ebd860401a9e Author: claudep Date: Thu Jan 24 18:32:49 2008 +0000 2008-01-24 Claude Paroz * fr/fr.po: Updated French translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7887 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 + help/fr/fr.po | 566 +++++++++++++++++++++++++++++++------------------------- 2 files changed, 317 insertions(+), 253 deletions(-) commit fa68e7c87a0fd5dc3a75b09be5c7932c5be8f56d Author: cosimoc Date: Thu Jan 24 16:23:39 2008 +0000 Use g_file_new_for_uri () instead of g_file_new_for_path () in ephy_file_browse_to (). Fix bug #511759. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7886 51c929da-ce25-0410-94ab-cff1d2748b70 lib/ephy-file-helpers.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 02abb7a30afddf650c59b1246af77afdcb9388f7 Author: wbolster Date: Thu Jan 24 16:00:54 2008 +0000 Generated doc files and ignore patterns git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7885 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/tmpl/EphySingle.sgml | 2 +- doc/reference/tmpl/ephy-embed.sgml | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) commit a47a6c425662f238d5dacf505ade79a40c46ed70 Author: wbolster Date: Thu Jan 24 15:53:44 2008 +0000 Make ViewZoomNormal button available from the toolbar editor. (It's not on the default toolbar, though). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7884 51c929da-ce25-0410-94ab-cff1d2748b70 data/ui/epiphany-toolbar.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 00a148e5cdc1151a79ee76e7b2c1eae6c061ce58 Author: wbolster Date: Thu Jan 24 15:31:39 2008 +0000 Updated ignore patterns git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7883 51c929da-ce25-0410-94ab-cff1d2748b70 commit 08ef44768f4325ac4752783e9087ffd8d0213a80 Author: icq Date: Thu Jan 24 11:58:42 2008 +0000 Updated Galician Translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7881 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/gl.po | 846 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 461 insertions(+), 389 deletions(-) commit 61fbad054b0a402b5d3e30b39caa4534d3ef89c5 Author: wbolster Date: Wed Jan 23 20:26:21 2008 +0000 Fix typos in Dutch translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7880 51c929da-ce25-0410-94ab-cff1d2748b70 po/nl.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit da9587cc0fe3c09bb231bd6affbd8e0c217629d0 Author: plaes Date: Wed Jan 23 13:35:54 2008 +0000 2008-01-23 Priit Laes * et.po: Translation updated by Ivar Smolin git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7879 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/et.po | 507 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 265 insertions(+), 246 deletions(-) commit a258be2bab1a16451112798dcba3feace0f9cda7 Author: kmaraas Date: Mon Jan 21 18:58:05 2008 +0000 2008-01-21 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7878 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/nb.po | 40 ++++++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 20 deletions(-) commit d8953fdf90afbbbe79e920504a6a5f620a49e44f Author: djihed Date: Sun Jan 20 23:35:22 2008 +0000 Updated Arabic Translation by Khaled Hosny. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7877 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 1047 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 523 insertions(+), 528 deletions(-) commit 91f592f75e64b4554076e42d742e22987bfb895c Author: zyang Date: Sun Jan 20 07:56:39 2008 +0000 Updated zh_CN translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7876 51c929da-ce25-0410-94ab-cff1d2748b70 po/zh_CN.po | 1419 +++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 795 insertions(+), 624 deletions(-) commit a0ea4a4fcf5988419bbbfe4b91b01048d475ce9c Author: xan Date: Sat Jan 19 14:17:59 2008 +0000 Fix build for builddir != srcdir git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7875 51c929da-ce25-0410-94ab-cff1d2748b70 lib/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3a2866b28432560adbf4dcd9562a9743505ca2cc Author: gforcada Date: Fri Jan 18 20:14:42 2008 +0000 Updated Turkish translation to pass msgfmt -cv git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7874 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/tr.po | 7 +------ 2 files changed, 5 insertions(+), 6 deletions(-) commit fefc738b9b961c770db5939a9e9fb6b42739f4c5 Author: dooteo Date: Fri Jan 18 17:07:58 2008 +0000 2008-01-18 Inaki Larranaga Murgoitio * eu.po: Updated Basque translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7873 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/eu.po | 323 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 179 insertions(+), 148 deletions(-) commit d4150d702c0f99a61767428fde950a2046abff8e Author: atoker Date: Fri Jan 18 03:56:25 2008 +0000 Track upstream API change in WebKit r29550 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7872 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d6cd1c3a4feec479687458591a03b6a94cb9adc1 Author: kelemeng Date: Wed Jan 16 15:08:22 2008 +0000 2008-01-16 Gabor Kelemen * hu.po: Translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7871 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/hu.po | 903 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 522 insertions(+), 385 deletions(-) commit 68bbd51bda435d178a320b9afbe31af129a3aa41 Author: rdejus Date: Tue Jan 15 14:13:58 2008 +0000 Updated Latvian Translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7870 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/lv.po | 96 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 52 insertions(+), 48 deletions(-) commit 4f63c82032f8aa3138593602f2dcca4f04ac835a Author: xan Date: Tue Jan 15 07:56:31 2008 +0000 Fix compilation when debug is enabled. Patch by Joseph Sacco (#509541) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7869 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmarks-export.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1908339dc536992fda1fb4fd3089e9ce05ceb28f Author: chpe Date: Mon Jan 14 23:32:47 2008 +0000 Post release version bump git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7868 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 753b1bcd611281f971f3ae362ccad6408f1184c6 Author: chpe Date: Mon Jan 14 23:30:54 2008 +0000 Release 2.21.5 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7866 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 21 ++++++++++--- doc/reference/tmpl/ephy-embed.sgml | 50 +++--------------------------- doc/reference/tmpl/ephy-shell.sgml | 1 + doc/reference/tmpl/epiphany-unused.sgml | 35 +++++++++++++++++++++ 4 files changed, 57 insertions(+), 50 deletions(-) commit bf1d5aeefc3f96ace835c89662f2e0adbfb1f67b Author: cosimoc Date: Mon Jan 14 20:50:23 2008 +0000 Fix cropped close button on tab labels with gnome-icon-theme 2.21.x. Bug #499983. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7865 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-notebook.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit e415c2fefbc6739ce37a39314ae1110bba54a1a0 Author: cosimoc Date: Mon Jan 14 20:26:23 2008 +0000 Update to new glib 2.15.2 API, bump glib dep and remove a remaining gnome-vfs bit from configure.ac. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7864 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 5 ++--- embed/ephy-base-embed.c | 4 ++-- embed/mozilla/mozilla-embed-single.cpp | 3 ++- embed/xulrunner/embed/mozilla-embed-single.cpp | 3 ++- src/ephy-extensions-manager.c | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) commit 816d31381527b3442c1c45a12297f6f483a69f0d Author: cosimoc Date: Mon Jan 14 19:29:31 2008 +0000 Add #ifdef for Avahi includes in ephy-bookmarks.c. Bug #509325. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7863 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmarks.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 3ab6bb08410600910b620fe8bbccbf0886a6cb1d Author: dnylande Date: Mon Jan 14 17:43:28 2008 +0000 sv.po: Swedish translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7862 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sv.po | 285 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 153 insertions(+), 136 deletions(-) commit c6db3c74336ce5c2bc7237bbaf11ab5088ec9ee9 Author: jorgegonz Date: Mon Jan 14 14:57:41 2008 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7861 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/es.po | 509 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 266 insertions(+), 247 deletions(-) commit a000889dc0a05863da6f773dba7271d0abceff9a Author: kmaraas Date: Mon Jan 14 09:23:53 2008 +0000 2008-01-14 Kjartan Maraas * POTFILES.in: add missing files * nb.po: updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7860 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/POTFILES.in | 2 + po/nb.po | 285 ++++++++++++++++++++++++++++++-------------------------- 3 files changed, 159 insertions(+), 133 deletions(-) commit 6e643e8bec289652f11852e1d488e03ccd54d262 Author: cosimoc Date: Sun Jan 13 20:42:52 2008 +0000 Missing files from last commit. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7859 51c929da-ce25-0410-94ab-cff1d2748b70 lib/egg/eel-app-launch-context.c | 614 ++++++++++++++++++++++++++++++++++++++ lib/egg/eel-app-launch-context.h | 77 +++++ 2 files changed, 691 insertions(+), 0 deletions(-) commit 04e6aa69798884cbd391d9c26770ee382eca0f09 Author: cosimoc Date: Sun Jan 13 20:42:01 2008 +0000 Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7858 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 19 +- embed/downloader-view.c | 5 +- embed/ephy-base-embed.c | 132 ++--- embed/ephy-download.c | 11 +- embed/ephy-favicon-cache.c | 118 +++-- embed/ephy-history.c | 25 +- embed/mozilla/ContentHandler.cpp | 19 +- embed/mozilla/ContentHandler.h | 4 +- embed/mozilla/EphyHeaderSniffer.cpp | 4 +- embed/mozilla/MozDownload.cpp | 16 +- embed/mozilla/MozDownload.h | 2 - embed/mozilla/mozilla-embed-single.cpp | 43 +- embed/webkit/webkit-embed-single.c | 1 - embed/webkit/webkit-embed.c | 2 - embed/xulrunner/components/ContentHandler.cpp | 17 +- embed/xulrunner/components/ContentHandler.h | 2 +- embed/xulrunner/components/MozDownload.cpp | 16 +- embed/xulrunner/embed/EphyHeaderSniffer.cpp | 3 +- embed/xulrunner/embed/mozilla-embed-single.cpp | 38 +- lib/Makefile.am | 1 + lib/egg/Makefile.am | 6 +- lib/ephy-file-chooser.c | 6 +- lib/ephy-file-helpers.c | 708 ++++-------------------- lib/ephy-file-helpers.h | 35 +- lib/ephy-node-db.c | 17 +- lib/ephy-string.c | 240 ++++++++ lib/ephy-string.h | 6 + src/bookmarks/Makefile.am | 9 + src/bookmarks/ephy-bookmark-action.c | 59 ++- src/bookmarks/ephy-bookmarks-export.c | 98 ++-- src/bookmarks/ephy-bookmarks-import.c | 20 +- src/bookmarks/ephy-bookmarks.c | 364 +++++++++---- src/bookmarks/ephy-topic-action.c | 1 - src/ephy-extensions-manager.c | 47 +- src/ephy-main.c | 31 +- src/ephy-session.c | 79 ++-- src/ephy-window.c | 12 +- src/popup-commands.c | 41 +- src/prefs-dialog.c | 17 +- src/window-commands.c | 72 ++- 40 files changed, 1174 insertions(+), 1172 deletions(-) commit df4b79c07c6c7c024e1538dcaae15def5fbf0212 Author: cwryu Date: Sat Jan 12 18:46:36 2008 +0000 Updated Korean translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7857 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ko.po | 786 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 433 insertions(+), 357 deletions(-) commit 1bb043e5eb67c1e53f81ca47066463533c1dca43 Author: cosimoc Date: Thu Jan 10 20:40:35 2008 +0000 Open externally opened link in current tab if it is blank. Fix bug #499613. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7856 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-activation.c | 6 +++++- src/ephy-main.c | 2 +- src/ephy-session.c | 4 ++++ src/ephy-shell.c | 39 +++++++++++++++++++++++++++------------ src/ephy-shell.h | 1 + 5 files changed, 38 insertions(+), 14 deletions(-) commit efadcec55d5d16f3ff3a540c1206a5641aae178f Author: xan Date: Tue Jan 8 21:22:06 2008 +0000 Don't use net-stop signal, it's gone. Switch to notify::load-status git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7855 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-encoding-dialog.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 8433a3d14e74f645e23cb9421e1d5be64b187d78 Author: yairhr Date: Tue Jan 8 12:12:09 2008 +0000 updated hebrew translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7854 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/he.po | 1131 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 643 insertions(+), 492 deletions(-) commit 8c3d3a65e4572295343fd15ea6bf7acd963cfb8f Author: iharh Date: Sun Jan 6 00:07:03 2008 +0000 Updated Belarusian Latin translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7851 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/be@latin.po | 709 +++++++++++++++++++++++++++++++------------------------- 2 files changed, 399 insertions(+), 314 deletions(-) commit e666ad65a595144d5fe521d756f717bd33dc334b Author: xan Date: Fri Jan 4 20:02:23 2008 +0000 Update to new coding guidelines. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7850 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-find.c | 38 ++++++++++++++++++++------------------ 1 files changed, 20 insertions(+), 18 deletions(-) commit c9b7478a2dc02efc14fa3730dcc261339bfa7310 Author: eronahi Date: Fri Jan 4 16:27:37 2008 +0000 Updated Kurdish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7849 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/ku.po | 114 ++++++++++++++++++++++++++------------------------------- 2 files changed, 56 insertions(+), 62 deletions(-) commit 894263eb1ee4ffb287666da0cab52451f0301bc7 Author: clyties Date: Fri Jan 4 13:04:31 2008 +0000 Updated Vietnamese translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7848 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/vi.po | 2042 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 1091 insertions(+), 955 deletions(-) commit ff1ec4e1cdfb61b1ce6d5207a5175adc78533f48 Author: kmaraas Date: Thu Jan 3 20:39:38 2008 +0000 2008-01-03 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7847 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 14 +- po/nb.po | 554 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 308 insertions(+), 260 deletions(-) commit 6b6bd7ea21e3e45180afd6a809dcf4d126e1527b Author: anipeter Date: Thu Jan 3 04:10:42 2008 +0000 Updated Malayalam Translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7846 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 1473e6b9613aa84f8a7cc964aa8257e29c291e51 Author: anipeter Date: Thu Jan 3 04:10:26 2008 +0000 Updated Malayalam Translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7845 51c929da-ce25-0410-94ab-cff1d2748b70 po/ml.po | 3068 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1585 insertions(+), 1483 deletions(-) commit bc757162fc2db1e2f0a07691421ae9931ef5403e Author: dnylande Date: Wed Jan 2 18:17:54 2008 +0000 * sv/sv.po: Updated Swedish translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7844 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 + help/sv/sv.po | 540 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 284 insertions(+), 260 deletions(-) commit 3e30532e2db1e512dc844485c887f3e06c26a1d4 Author: ymarcheg Date: Mon Dec 31 22:13:21 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7842 51c929da-ce25-0410-94ab-cff1d2748b70 help/oc/oc.po | 14 +- po/ChangeLog | 5 +- po/oc.po | 1036 ++++++++++++++++++++++++++++++++------------------------- 3 files changed, 599 insertions(+), 456 deletions(-) commit 672e04ec1a20b985b49e3923f038c07d902e02c9 Author: dooteo Date: Mon Dec 31 14:44:52 2007 +0000 2007-12-31 Inaki Larranaga Murgoitio * eu.po: Updated Basque translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7841 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/eu.po | 1491 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 826 insertions(+), 669 deletions(-) commit 01a260ee837e05f833045e47ad0ce4378ba51a85 Author: jmalonzo Date: Mon Dec 31 13:35:27 2007 +0000 Fix typo when building the back/forward history menu http://bugzilla.gnome.org/show_bug.cgi?id=506563 modified: src/ephy-navigation-action.c git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7840 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-navigation-action.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8c9d14115e6c71fbf0e21574127cf9d579ab9c14 Author: djihed Date: Mon Dec 31 09:11:51 2007 +0000 Updated Arabic Translation by Djihed Afifi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7839 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 1003 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 627 insertions(+), 380 deletions(-) commit 297ff396f0beb900c91a4f7a4af743f5176cbd03 Author: dnylande Date: Sun Dec 30 22:18:37 2007 +0000 sv.po: Swedish translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7838 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sv.po | 995 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 561 insertions(+), 438 deletions(-) commit 989ef95966ac3e6093f1d85da5cda601e1054750 Author: xan Date: Sun Dec 30 00:36:00 2007 +0000 Stub new history interfaces in WebKit until the needed API lands on trunk. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7837 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.c | 67 ++++++++++++++++++++++--------------------- 1 files changed, 34 insertions(+), 33 deletions(-) commit e21d168ce12ba378a804559150eee51a167738d2 Author: xan Date: Sun Dec 30 00:24:40 2007 +0000 Port ephy-window.c to the new API, remove old API. Closes bug #506005 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7836 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 75 --------------------------------------- embed/ephy-embed.h | 22 ----------- embed/mozilla/mozilla-embed.cpp | 59 ++++-------------------------- src/ephy-window.c | 22 ++++++------ src/epiphany.defs | 33 ----------------- src/epiphany.override | 54 ---------------------------- 6 files changed, 19 insertions(+), 246 deletions(-) commit 5c82aaec44fa0c01622def6bb80e4e2e8c486bea Author: xan Date: Sat Dec 29 23:39:23 2007 +0000 Make MozillaHistoryItem create url and title on demand. Adapt code to the API change. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7835 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-history-item.c | 6 ++- embed/ephy-history-item.h | 8 ++-- embed/mozilla/mozilla-embed.cpp | 35 ++++--------- embed/mozilla/mozilla-embed.h | 9 +++ embed/mozilla/mozilla-history-item.cpp | 91 +++++++++++++++++++++++++++----- embed/mozilla/mozilla-history-item.h | 7 ++- src/ephy-navigation-action.c | 11 +++-- 7 files changed, 116 insertions(+), 51 deletions(-) commit ea80a7c9e56be2468da0e5d9421f038c71b509eb Author: xan Date: Sat Dec 29 16:59:25 2007 +0000 Use the new interfaces for backward/forward menus. Store nth data in the HistoryItem itself. Try to use HISTORY_ITEM_DATA_KEY data from object in navigation action before falling back to URL_DATA_KEY. Bug #506005 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7834 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 5 +- embed/mozilla/mozilla-history-item.cpp | 3 +- embed/mozilla/mozilla-history-item.h | 3 +- src/ephy-navigation-action.c | 91 +++++++++++++------------------- 4 files changed, 41 insertions(+), 61 deletions(-) commit 136253dc333d00912248486985af4b5a18c97706 Author: xan Date: Sat Dec 29 16:59:00 2007 +0000 Mozilla implementation of the embed history interfaces. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7833 51c929da-ce25-0410-94ab-cff1d2748b70 embed/Makefile.am | 4 +- embed/mozilla/Makefile.am | 2 + embed/mozilla/mozilla-embed.cpp | 109 +++++++++++++++++++++++++++++++- embed/mozilla/mozilla-history-item.cpp | 69 ++++++++++++++++++++ embed/mozilla/mozilla-history-item.h | 39 +++++++++++ 5 files changed, 219 insertions(+), 4 deletions(-) commit 1ffcace9e83835ad513447fc17655e15f719bdc7 Author: xan Date: Sat Dec 29 16:58:41 2007 +0000 Add new embed history interfaces. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7832 51c929da-ce25-0410-94ab-cff1d2748b70 embed/Makefile.am | 4 +- embed/ephy-embed.c | 79 ++++++++++++++++++++- embed/ephy-embed.h | 171 ++++++++++++++++++++++++--------------------- embed/ephy-history-item.c | 56 +++++++++++++++ embed/ephy-history-item.h | 53 ++++++++++++++ 5 files changed, 282 insertions(+), 81 deletions(-) commit da17937ea374fabd6fcab463d0190c6e3c7fa89a Author: reinouts Date: Thu Dec 27 23:04:45 2007 +0000 2007-12-28 Reinout van Schouwen * nl.po: Updated Dutch translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7831 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nl.po | 622 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 362 insertions(+), 264 deletions(-) commit 79a5422ca28a5afa83ce9abddcab423080488817 Author: plaes Date: Thu Dec 27 20:55:17 2007 +0000 2007-12-27 Priit Laes * et.po: Translation updated by Ivar Smolin git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7830 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 3 + po/et.po | 158 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 97 insertions(+), 64 deletions(-) commit e02785b70969f4d14056533a2ce7bb5d80dfa6b6 Author: xan Date: Wed Dec 26 19:07:03 2007 +0000 If is_blank is TRUE then set title to Blank page without checking whether title was NULL or not. Fixes (again!) empty new tabs. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7829 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a11550e43b03a16e2ad08021cbbc1ed7af120258 Author: diegoe Date: Wed Dec 26 19:00:00 2007 +0000 Catch bookmarks and history in EphyLocationActionPrivate, it's smarter. Fixes bug #505777. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7828 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 5 +++-- lib/widgets/ephy-location-entry.h | 3 ++- src/ephy-location-action.c | 19 ++++++++++--------- 3 files changed, 15 insertions(+), 12 deletions(-) commit 8de2b4c15d73fecedf50a18fb170066af14fa3a0 Author: diegoe Date: Wed Dec 26 18:38:42 2007 +0000 Have the completion func also check the bookmark URLs for matches as it does with history items. Fixes bug #505683. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7827 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-location-action.c | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) commit 910af74fa456e71d6941eaeba2ce0bee991e8529 Author: diegoe Date: Wed Dec 26 18:32:54 2007 +0000 Avoid duplicated history and bookmark entries for the same url in the completion popup. Fixes bug #392979. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7826 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-location-action.c | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) commit ceb2d4c26622eb3d248be087a3c723c6d4c2a7d6 Author: diegoe Date: Wed Dec 26 18:29:52 2007 +0000 Make libnotify optional, completes the previous commit by chpe. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7825 51c929da-ce25-0410-94ab-cff1d2748b70 embed/downloader-view.c | 42 ++++++++++++++++++++++++++++++++++++++---- 1 files changed, 38 insertions(+), 4 deletions(-) commit 24531c1e3acee864efe3841ead175c9a3583aae4 Author: xan Date: Wed Dec 26 18:22:21 2007 +0000 Whitespace fixes. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7824 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit cf6a9d314211a4b2bf112d0f16cf3b16f7d342de Author: chpe Date: Wed Dec 26 18:03:14 2007 +0000 Make libnotify dep optional. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7823 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 6b13a5d75811f9cb6a6cc5f9827d4e19021365a3 Author: diegoe Date: Wed Dec 26 06:48:07 2007 +0000 Remove a trailing whitespace. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7822 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 87b06692c6b87e350e3ebbb35ac02f72c99a550a Author: diegoe Date: Tue Dec 25 23:38:48 2007 +0000 Moves the completion_func from lib/widgets/ephy-location-entry.c to src/ephy-location-action.c. Adds a function to set the completion_func in lib/widgets/ephy-location-entry.c|h. Part of bug #392979. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7821 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 113 ++++--------------------------------- lib/widgets/ephy-location-entry.h | 4 + src/ephy-location-action.c | 105 ++++++++++++++++++++++++++++++++++ 3 files changed, 121 insertions(+), 101 deletions(-) commit e9960b50a41b7effca3a59abd8aa23f8b725a9b2 Author: jorgegonz Date: Tue Dec 25 22:54:31 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7820 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 10 +- help/es/es.po | 522 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 281 insertions(+), 251 deletions(-) commit e751232fdefe2af5ba7aca9b0c6924478db14f26 Author: xan Date: Tue Dec 25 14:23:28 2007 +0000 Implement "select all" for WebKit backend. (#505569) Patch by Luca Bruno. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7819 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 54d52519c5a996221ceecf3cf2e17e78d3931854 Author: cosimoc Date: Mon Dec 24 23:48:02 2007 +0000 Display a single host entry in the History Window also when the same host is visited with different protocols (http and https). Fix bug #313481. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7818 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-history.c | 31 +++++++++++++++++++++---------- 1 files changed, 21 insertions(+), 10 deletions(-) commit 1e37d8eb4081ae4ed194729f85692f31fbf258e4 Author: cosimoc Date: Mon Dec 24 23:42:13 2007 +0000 Fix missing tab title on empty page. Bug #503854. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7817 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 01661d9d01db180e01a9bcd39d2dfca4d6029c73 Author: cosimoc Date: Mon Dec 24 12:58:47 2007 +0000 Add instructions on how to resize the text entry box of a smart bookmark on the toolbar. Bug #415473. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7816 51c929da-ce25-0410-94ab-cff1d2748b70 help/C/epiphany.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit d05ba75dbb393b4223951d87c804c88422059fe5 Author: jorgegonz Date: Mon Dec 24 10:08:39 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7815 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/es.po | 158 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 98 insertions(+), 64 deletions(-) commit bda6248a3223bdb4a9730b0d00f237ddce8605c9 Author: diegoe Date: Mon Dec 24 05:36:13 2007 +0000 Quick fix for a warning produced by my previous update to epiphany.defs, ephy_embed_get_loading_title is actually const-char* not char*. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7814 51c929da-ce25-0410-94ab-cff1d2748b70 src/epiphany.defs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cbfbad07c744facb47e595043ae27101172e4a41 Author: diegoe Date: Mon Dec 24 01:43:56 2007 +0000 Add extra methods to EphyEmbed object: get_go_up_list get_security_level get_zoom get_document_type get_load_percent get_load_status get_navigation_flags get_typed_address get_address get_status_message get_icon get_icon_address get_is_blank get_loading_title get_encoding git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7813 51c929da-ce25-0410-94ab-cff1d2748b70 src/epiphany.defs | 121 +++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 94 insertions(+), 27 deletions(-) commit fc8edaba0b0569e7ee213258737b076eb1c98083 Author: diegoe Date: Mon Dec 24 01:29:11 2007 +0000 Enable multiple selection in download dialog, now you can cancel more than one download at a time. Note that this has no effect over the Pause button, only over Stop. Bug #327734. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7812 51c929da-ce25-0410-94ab-cff1d2748b70 embed/downloader-view.c | 64 +++++++++++++++++++++++++++++++++-------------- 1 files changed, 45 insertions(+), 19 deletions(-) commit 9bbd47ac4601c6847049f8b6bd07bae7bef35c33 Author: chpe Date: Sun Dec 23 22:58:50 2007 +0000 Xr 1.9 fixes. Bug #503657. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7811 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/Makefile.am | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 95a078155c6cfe2b54725ee5c69b75dac3fdfb3c Author: chpe Date: Sun Dec 23 22:56:24 2007 +0000 Xr 1.9 fixes. Bug #503657. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7810 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyAboutModule.cpp | 45 ++++++++++++++++++++++++++++++------ 1 files changed, 37 insertions(+), 8 deletions(-) commit d422abb8fed6b233f86ed3a3c1bf04621bd4117f Author: chpe Date: Sun Dec 23 22:39:56 2007 +0000 Xr 1.9 fixes. Bug #503657. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7809 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyFind.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c1b2c3e8434cf8963b253cf1a5166dd2d209e78e Author: chpe Date: Sun Dec 23 22:38:56 2007 +0000 Xr 1.9 fixes. Bug #503657. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7808 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/MozRegisterComponents.cpp | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) commit a41e8188d26889cb6b5c108a30fa9438ef3739c1 Author: chpe Date: Sun Dec 23 22:35:34 2007 +0000 Xr 1.9 fixes. Bug #503657. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7807 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyHeaderSniffer.cpp | 4 ++++ embed/mozilla/MozDownload.cpp | 6 +++++- 2 files changed, 9 insertions(+), 1 deletions(-) commit 7546ab98751f827afebf3fe3394e6a174a4e5b29 Author: chpe Date: Sun Dec 23 22:33:52 2007 +0000 Xr 1.9 fixes. Bug #503657. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7806 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyUtils.cpp | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit dc8a2c013f5523d10cc90fdd72059ffcbe9e4196 Author: chpe Date: Sun Dec 23 22:31:01 2007 +0000 Fixes for xr 1.9. Bug #503657. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7805 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyDirectoryProvider.cpp | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) commit 492780035a5b55bb585db9e41a848f7d0264381b Author: chpe Date: Sun Dec 23 22:02:02 2007 +0000 Xr 1.9 fixes. Bug #503657. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7804 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GeckoPrintService.cpp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 4cd9159468bf725b81d36fe3d626732f4d55b13b Author: chpe Date: Sun Dec 23 22:00:12 2007 +0000 Add ifdefs for xr 1.9. Part of bug #503657. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7803 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GtkNSSDialogs.cpp | 30 ++++++++++++++++++++++++++---- embed/mozilla/GtkNSSDialogs.h | 18 +++++++++++++++--- 2 files changed, 41 insertions(+), 7 deletions(-) commit 6c6f04e6b9fe57fbbb5a409e7eb75117739b0fd3 Author: diegoe Date: Sun Dec 23 17:36:17 2007 +0000 download-dialog hidden state is now saved to gconf. New downloads started while the dialog is hidden pop-up a notification (as in libnotify). We now require libnotify to build. Fixes bug #311209. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7802 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 + data/epiphany.schemas.in | 12 +++++ data/glade/epiphany.glade | 2 + embed/downloader-view.c | 110 +++++++++++++++++++++++++++++++++++++++----- lib/ephy-prefs.h | 1 + 5 files changed, 114 insertions(+), 13 deletions(-) commit ffff46c5e17e3f92fcb4a34f065b0b365956f270 Author: plaes Date: Sun Dec 23 14:06:44 2007 +0000 2007-12-23 Priit Laes * et.po: Translation updated by Ivar Smolin git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7801 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 3 + po/et.po | 306 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 177 insertions(+), 132 deletions(-) commit 8810948f60f919967eb0d6523da18eed8e2d46e3 Author: djihed Date: Sun Dec 23 13:40:51 2007 +0000 Updated Arabic Translation by Djihed Afifi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7800 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 845 +++++++++++++++++++++++----------------------------------- 2 files changed, 342 insertions(+), 507 deletions(-) commit 31cd8d90de827d73d4a2a5eb8b6d4bc53e3e95e3 Author: jorgegonz Date: Sun Dec 23 12:59:11 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7799 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 + help/es/es.po | 407 ++++++++++++++++++++++++++++++-------------------------- 2 files changed, 224 insertions(+), 187 deletions(-) commit 998d116be65c1e690742eb1d3bd66a79a13217a9 Author: jorgegonz Date: Sun Dec 23 12:39:10 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7798 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/es.po | 180 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 103 insertions(+), 81 deletions(-) commit d9af074e60fc0addfceddfc809edc73645126d83 Author: xan Date: Sat Dec 22 18:26:10 2007 +0000 Also fix parent instance/class for MozillaEmbed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7797 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 1 - embed/mozilla/mozilla-embed.h | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 214a2444ed7679a5e2e7a0cfb4c19f3d55fd8a14 Author: xan Date: Sat Dec 22 02:14:34 2007 +0000 Fix parent class/instance types. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7796 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 15ce7f4b40f43ba4323c0dbfffd1049008b36cb7 Author: xan Date: Sat Dec 22 02:14:19 2007 +0000 Implement clipboard operations for WebKit. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7795 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-command-manager.c | 87 +++++++++++++++++++++++------------------- embed/webkit/webkit-embed.c | 17 ++++++++ 2 files changed, 65 insertions(+), 39 deletions(-) commit 6c5d5ae5dafd043ecaa3646dbb9a8c4549deb393 Author: cosimoc Date: Fri Dec 21 08:55:25 2007 +0000 Adds a "Clear All" dialog to clear all the privacy information, and a help section explaining its usage. Close bug #148314. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7793 51c929da-ce25-0410-94ab-cff1d2748b70 data/glade/epiphany.glade | 226 ++++++++--------------- help/C/epiphany.xml | 15 ++ src/pdm-dialog.c | 446 ++++++++++++++++++++++++++++----------------- src/pdm-dialog.h | 13 ++ src/prefs-dialog.c | 17 +- 5 files changed, 385 insertions(+), 332 deletions(-) commit 8558f4a6fbc2ffaa3d39025bc936529540cb0333 Author: mateju Date: Thu Dec 20 14:01:08 2007 +0000 Updated Slovenian translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7792 51c929da-ce25-0410-94ab-cff1d2748b70 po/sl.po | 192 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 99 insertions(+), 93 deletions(-) commit 3f52ec3ba08da08ebf0cce66d0fa9e47ee22afe1 Author: cosimoc Date: Wed Dec 19 21:46:55 2007 +0000 Middle click on entries in History Window and Bookmark Editor opens the page in a new tab. Close bug #385037. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7791 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmarks-editor.c | 23 +++++++++++++++++++++++ src/ephy-history-window.c | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+), 0 deletions(-) commit d399e73792d3f8e62f8b20cdd3bbede33a6c10e1 Author: kmaraas Date: Wed Dec 19 13:52:31 2007 +0000 2007-12-19 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7790 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/nb.po | 153 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 88 insertions(+), 69 deletions(-) commit d38b1dc1b8eab002313039ea22aaea55dd9769bc Author: cosimoc Date: Tue Dec 18 22:50:00 2007 +0000 Hide the Toolbar Editor, if active, when switching to Fullscreen mode. Bug #163762. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7789 51c929da-ce25-0410-94ab-cff1d2748b70 src/window-commands.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 67614a8ea80898b858069679191b8efc1542a2e1 Author: reinouts Date: Tue Dec 18 21:48:27 2007 +0000 2007-12-18 Reinout van Schouwen * nl.po: Updated Dutch translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7788 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nl.po | 277 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 174 insertions(+), 107 deletions(-) commit 94bd0f7effd4db7ab0be2ead37cebb6474381a0e Author: jorgegonz Date: Tue Dec 18 20:26:54 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7787 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/es.po | 126 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 70 insertions(+), 60 deletions(-) commit afa49bf51c1efe32574c5d9a063a969b61ecffca Author: cosimoc Date: Tue Dec 18 18:45:27 2007 +0000 Readd "Add to Bookmark" entry to the document context menu. Bug #332968. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7786 51c929da-ce25-0410-94ab-cff1d2748b70 data/ui/epiphany-ui.xml | 2 ++ src/ephy-window.c | 5 +++++ 2 files changed, 7 insertions(+), 0 deletions(-) commit d2afc7b40ec098d8cc578f6b50f02e10d0c1b16e Author: cosimoc Date: Tue Dec 18 18:41:48 2007 +0000 Indentation fix for previous commit. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7785 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 917ff5a842c5becf02a6b1c4cfa83d9bd87f67b5 Author: cosimoc Date: Tue Dec 18 18:38:45 2007 +0000 Add middle-click-paste for smart bookmarks, as it is for new tab/window buttons. Close bug #378165. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7784 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action.c | 69 ++++++++++++++++++++++++++++++++++ 1 files changed, 69 insertions(+), 0 deletions(-) commit d94946c5bbf823b876795d53020d017b777da684 Author: plaes Date: Tue Dec 18 09:31:36 2007 +0000 2007-12-18 Priit Laes * et.po: Translation updated by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7783 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/et.po | 67 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 41 insertions(+), 30 deletions(-) commit 3119852495fc0d99d0c512aa615579d4565ea91d Author: atoker Date: Mon Dec 17 23:40:13 2007 +0000 Track WebKit upstream API changes r28817, r28818 This makes current location and page title updates work more consistently. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7782 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.c | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) commit d09855d1bcbbe49602d48af247d40717e656ef4a Author: xan Date: Mon Dec 17 22:58:59 2007 +0000 Constify char* parameter for ephy_base_embed_location_changed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7781 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 2 +- embed/ephy-base-embed.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit f844e4a21f32ec9cfb8e9cf27db1fd917b9f8507 Author: lferrett Date: Mon Dec 17 13:23:08 2007 +0000 2007-12-17 Luca Ferretti * it.po: "Backported" Italian translation from gnome-2-20 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7780 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/it.po | 1532 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 889 insertions(+), 647 deletions(-) commit 618acd2b8ee326cc5806a0374138a6905bea05b3 Author: diegoe Date: Mon Dec 17 00:27:18 2007 +0000 Enable our filechooser by default, now the default builds will have nice image previews in the filechooser. Read: nice previews when uploading pictures. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7779 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 51d74212cdd9a9673ab6558e74a8e036539b7f5d Author: chpe Date: Sun Dec 16 13:28:52 2007 +0000 Post release version bump. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7778 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4915a9c4db87b96d44cb1a80450a559cd19dc76c Author: chpe Date: Sun Dec 16 13:28:09 2007 +0000 Release 2.21.4. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7776 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- doc/reference/epiphany-sections.txt | 26 --- doc/reference/epiphany.types | 2 - doc/reference/tmpl/EphySingle.sgml | 1 + doc/reference/tmpl/ephy-embed.sgml | 51 ++---- doc/reference/tmpl/ephy-shell.sgml | 2 +- doc/reference/tmpl/ephy-window.sgml | 85 -------- doc/reference/tmpl/epiphany-unused.sgml | 326 +++++++++++++++++++++++++++++++ embed/xulrunner/Makefile.am | 2 + 9 files changed, 344 insertions(+), 153 deletions(-) commit 45e70d3753dce0bf35060f6348a59057ef9e0c31 Author: chpe Date: Sun Dec 16 12:55:42 2007 +0000 Add comment. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7775 51c929da-ce25-0410-94ab-cff1d2748b70 data/default-prefs-common.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c5698d731bd9aee3ae25c00791ef49f3529bf110 Author: chpe Date: Sun Dec 16 12:55:20 2007 +0000 Don't store the tabs menu accels in the accel map file. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7774 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tabs-menu.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 4d7765b2016dc28bf3579f9f051510161d4e9a45 Author: chpe Date: Sun Dec 16 12:55:03 2007 +0000 Fix comment. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7773 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GeckoPrintService.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bc3461069e4eaa8da0bfb83696f81a626ea38d69 Author: reinouts Date: Sun Dec 16 01:11:57 2007 +0000 Update NEWS for 2.21.4 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7772 51c929da-ce25-0410-94ab-cff1d2748b70 NEWS | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 81 insertions(+), 6 deletions(-) commit ab8ce86f8dc5652cb0712c14c3c2435e7e710dfb Author: xan Date: Sat Dec 15 23:32:46 2007 +0000 Update NEWS. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7771 51c929da-ce25-0410-94ab-cff1d2748b70 NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 54 insertions(+), 0 deletions(-) commit dfe29663ae9db02a34fcb8c1243e1aa8fcb2e2c0 Author: kmaraas Date: Sat Dec 15 11:17:35 2007 +0000 2007-12-15 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7770 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/nb.po | 67 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 38 insertions(+), 33 deletions(-) commit 38413529b4b2c375c868a053bdf92425d94bef74 Author: xan Date: Sat Dec 15 00:02:06 2007 +0000 Do not call webkit_init() (it's going away soon) and only include . git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7769 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-single.c | 4 +--- embed/webkit/webkit-embed.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) commit 0da45bb2f968448b79be50120857bbd9bce204df Author: leonardof Date: Fri Dec 14 00:03:06 2007 +0000 2007-12-13 Leonardo Ferreira Fontenelle * pt_BR.po: Translation of "status bar" fixed by Rodrigo Flores. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7768 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/pt_BR.po | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) commit ebee69566ecbcf7e1d460191cc0bdf4840eb09d7 Author: mateju Date: Mon Dec 10 15:23:05 2007 +0000 Updated Slovenian translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7766 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sl.po | 360 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 216 insertions(+), 148 deletions(-) commit 349e906533810d2764b8d0623beb6ff98810920f Author: xan Date: Sun Dec 9 23:02:45 2007 +0000 Small cleanup in webkit-embed-persist.c git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7765 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-persist.c | 57 +++++++++++++---------------------- 1 files changed, 21 insertions(+), 36 deletions(-) commit 7640daba3c3fdc18a0fe0e79ee45ef7dfc1b7675 Author: xan Date: Sun Dec 9 22:05:34 2007 +0000 Rename cpp files to c in the WebKit backend; they are pure C. Also fix a couple of compiler warnings. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7764 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/Makefile.am | 8 +- embed/webkit/webkit-embed-find.c | 105 +++++++ embed/webkit/webkit-embed-find.cpp | 105 ------- embed/webkit/webkit-embed-persist.c | 92 ++++++ embed/webkit/webkit-embed-persist.cpp | 90 ------ embed/webkit/webkit-embed-single.c | 361 +++++++++++++++++++++++ embed/webkit/webkit-embed-single.cpp | 361 ----------------------- embed/webkit/webkit-embed.c | 516 +++++++++++++++++++++++++++++++++ embed/webkit/webkit-embed.cpp | 516 --------------------------------- 9 files changed, 1078 insertions(+), 1076 deletions(-) commit 9bb551b4f1f3abd61791896ea849fa4a8e323149 Author: jorgegonz Date: Sun Dec 9 18:56:59 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7763 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/es.po | 64 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 40 insertions(+), 28 deletions(-) commit b314885854eea351b8b90bde0c07e86158c27ed5 Author: cosimoc Date: Sat Dec 8 01:21:52 2007 +0000 Add "node-middle-clicked" signal to EphyNodeView. Part of bug #385037. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7762 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-node-view.c | 37 +++++++++++++++++++++++++++++++++++++ lib/widgets/ephy-node-view.h | 1 + 2 files changed, 38 insertions(+), 0 deletions(-) commit 68b8d90df518bf777686cc427919f0829b7b1305 Author: cosimoc Date: Sat Dec 8 01:17:29 2007 +0000 Add secondary text in confirmation dialogs for "Remove All" items in the PDM. Fix bug #499074. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7761 51c929da-ce25-0410-94ab-cff1d2748b70 src/pdm-dialog.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) commit 73e34e3acca0ec7967d61e2525a831ea742c4e95 Author: diegoe Date: Fri Dec 7 21:46:20 2007 +0000 Remove a FIXME in ephy_file_delete_directory. The function is already implemented. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7760 51c929da-ce25-0410-94ab-cff1d2748b70 lib/ephy-file-helpers.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit a245a264f34ebbdea9f66de2c768e7e0b89f4262 Author: kmaraas Date: Thu Dec 6 18:54:29 2007 +0000 2007-12-06 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7759 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nb.po | 1037 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 470 insertions(+), 571 deletions(-) commit 06d418bb427e8f377ab1c4243f3f0c4e8233c1ab Author: jorgegonz Date: Thu Dec 6 13:15:36 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7758 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/es.po | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit 4abb4192618a71f4d9fa60120a0b0b873e1df0ba Author: nshmyrev Date: Thu Dec 6 08:53:07 2007 +0000 2007-12-06 Vasiliy Faronov * ru.po: Updated Russian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7757 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/ru.po | 41 +++++++++++++++++++++-------------------- 2 files changed, 25 insertions(+), 20 deletions(-) commit 745c6086467e46d69c9d6b818f7320ec5292690c Author: nshmyrev Date: Thu Dec 6 08:38:06 2007 +0000 2007-12-06 Vasiliy Faronov * ru/ru.po: Updated Russian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7756 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 + help/ru/ru.po | 3058 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 1586 insertions(+), 1476 deletions(-) commit d48cd39d863f2c284f6955350f4360cb22e93f12 Author: leonardof Date: Wed Dec 5 22:25:02 2007 +0000 2007-12-05 Leonardo Ferreira Fontenelle * pt_BR.po: Fixes in Brazilian Portugues translation. This version was imported from trunk gnome-2-20. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7755 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/pt_BR.po | 1091 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 729 insertions(+), 367 deletions(-) commit 1bf36c0a4475057baac28b2d6f2581fc3285d5c4 Author: gforcada Date: Tue Dec 4 19:49:42 2007 +0000 Updated Catalan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7753 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 + help/ca/ca.po | 3067 ++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 2190 insertions(+), 881 deletions(-) commit 2031149d27f52418e359f4a42595787d1a677d98 Author: plaes Date: Mon Dec 3 09:26:17 2007 +0000 2007-12-03 Priit Laes * et.po: Translation updated by Priit Laes. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7752 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/et.po | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) commit 6c20b565672522195ea1c93cc3c9d674e0330cac Author: plaes Date: Mon Dec 3 09:17:20 2007 +0000 2007-12-03 Priit Laes * et.po: Translation updated by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7751 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/et.po | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 71 insertions(+), 10 deletions(-) commit ad367d554e8a1246f1491538f61b1b7178a4138e Author: djihed Date: Sun Dec 2 22:18:18 2007 +0000 Updated Arabic Translation by Djihed Afifi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7750 51c929da-ce25-0410-94ab-cff1d2748b70 po/ar.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit aa1a88f2df7066458dccec411653b020e6a75742 Author: djihed Date: Sun Dec 2 22:14:42 2007 +0000 Updated Arabic Translation by Djihed Afifi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7749 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 1348 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 823 insertions(+), 529 deletions(-) commit 05b9a6bb824997c5563383270f98b873490d7b96 Author: jmalonzo Date: Sun Dec 2 21:31:33 2007 +0000 configure.ac: remove leading Xs in conditionals (with 2 exceptions) http://bugzilla.gnome.org/show_bug.cgi?id=501108 modified: configure.ac git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7748 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) commit a2fee664a66a713dc120902353ba39dbc3ea2296 Author: jmalonzo Date: Sun Dec 2 20:19:33 2007 +0000 Fix configure summary output for both mozilla and webkit http://bugzilla.gnome.org/show_bug.cgi?id=478196 modified: configure.ac git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7747 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 36 +++++++++++++++++++++++------------- 1 files changed, 23 insertions(+), 13 deletions(-) commit 3f36051da0962984a281188281f59f8baae11792 Author: cosimoc Date: Sun Dec 2 20:11:21 2007 +0000 Update epiphany.schemas.in according to the changes in bug #380156. Fix bug #132808. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7746 51c929da-ce25-0410-94ab-cff1d2748b70 data/epiphany.schemas.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a4bb92fc8d54b69f1886acb908c0276a2157b1e6 Author: cwryu Date: Sun Dec 2 15:41:52 2007 +0000 Updated Korean translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7745 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ko.po | 1562 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 866 insertions(+), 700 deletions(-) commit addff896beacee64b539b3b0b36539624c4f6467 Author: jmalonzo Date: Sat Dec 1 19:19:07 2007 +0000 Squashed commit of the following: commit 8ee24f8e307d08d90a7caedf570831c1cab9f708 Author: Jan Michael Alonzo Date: Sun Dec 2 06:19:44 2007 +1100 wrap EphyEmbedContainer interface - http://bugzilla.gnome.org/show_bug.cgi?id=500729 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7744 51c929da-ce25-0410-94ab-cff1d2748b70 src/epiphany.defs | 6 ++++++ src/epiphany.override | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) commit 7dc4666b6ee571973509e1a03597c4edfda94058 Author: jorgegonz Date: Sat Dec 1 13:16:35 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7743 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/es.po | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 71 insertions(+), 7 deletions(-) commit 3dc81de8a2c3dcdc2d81ff76969becc0d7899f3b Author: iharh Date: Sat Dec 1 12:49:40 2007 +0000 Updated Belarusian Latin translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7742 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/be@latin.po | 319 ++++++++++++++++++++++++++++++++------------------------ 2 files changed, 188 insertions(+), 135 deletions(-) commit 65e9032b6036b1550a1e1166a6454a09324ece4d Author: icq Date: Sat Dec 1 10:59:24 2007 +0000 2007-12-01 Ignacio Casal Quinteiro * gl.po: Updated Galician Translation. * POTFILES.in: Updated. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7741 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/POTFILES.in | 2 + po/gl.po | 848 +++++++++++++++++++++++++++++++------------------------- 3 files changed, 471 insertions(+), 384 deletions(-) commit a19c0ee05e83789790b8b29e68be386174a5d485 Author: atoker Date: Sat Dec 1 04:50:17 2007 +0000 Match WebKit/GTK+ API changes made in WebKit SVN r28273 http://bugs.webkit.org/show_bug.cgi?id=15691 [GTK] Public API does not follow GTK+ conventions This change is part of the current API stabilization effort. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7740 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-single.cpp | 2 +- embed/webkit/webkit-embed.cpp | 66 +++++++++++++++++----------------- 2 files changed, 34 insertions(+), 34 deletions(-) commit 810e95d30535a19e4b39dbe8cedccdf3f92f47ac Author: chpe Date: Wed Nov 28 20:35:21 2007 +0000 Need to put the parent struct first. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7739 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-container.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 520948071fc1a1e197a938d8003b4c099bf038bd Author: xan Date: Mon Nov 26 19:37:14 2007 +0000 Initialize the title property to "Blank page" in EphyBaseEmbed. Bug #499803 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7732 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b9c6867b9926d82b2d13e7174ec736b8565c83f1 Author: al_shopov Date: Mon Nov 26 06:06:58 2007 +0000 2007-11-26 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7731 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/bg.po | 829 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 434 insertions(+), 400 deletions(-) commit 5686dac508ea804207966d6b6517fa4b6dd097b6 Author: cosimoc Date: Sun Nov 25 13:47:48 2007 +0000 Fix empty line on bookmark tooltip when bookmark has no title. Close bug #499226. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7730 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action.c | 26 +++++++++++++++++++++----- 1 files changed, 21 insertions(+), 5 deletions(-) commit 112c6ac279244a6f64294e8223a604036c8ca872 Author: plaes Date: Sun Nov 25 11:21:00 2007 +0000 2007-11-25 Priit Laes * et.po: Translation updated by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7729 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/et.po | 234 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 123 insertions(+), 115 deletions(-) commit 562a5fd1d068d208fd3ebccd87b7185e126f874e Author: kelemeng Date: Sat Nov 24 19:26:26 2007 +0000 2007-11-24 Gabor Kelemen * hu.po: Translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7728 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/hu.po | 838 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 438 insertions(+), 404 deletions(-) commit 5abd09cc67b6a17450730316f49f6ad542adba58 Author: jorgegonz Date: Fri Nov 23 18:24:04 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7727 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/es.po | 237 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 123 insertions(+), 118 deletions(-) commit 4c7b054e448a660b55cc3578d5b719c7e72a6b3c Author: reinouts Date: Thu Nov 22 23:44:37 2007 +0000 nl.po: U git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7726 51c929da-ce25-0410-94ab-cff1d2748b70 po/nl.po | 839 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 444 insertions(+), 395 deletions(-) commit cbacabfbdd024d4302c5d3df255c9ce569cce771 Author: reinouts Date: Thu Nov 22 21:17:26 2007 +0000 * 2007-11-22 Reinout van Schouwen - bookmarks/ephy-bookmark-action.c: unbreak the build. Use g_strdup_printf. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7725 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8d691c4e7b28324eccd95c2259103ea334e513a3 Author: reinouts Date: Thu Nov 22 20:58:58 2007 +0000 * 2007-11-22 Reinout van Schouwen - bookmarks/ephy-bookmark-action.c: reword tooltip. Followup to http://bugzilla.gnome.org/show_bug.cgi?id=492695 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7724 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 09dd568c652bc6f52988ec8db51fc024c49ea7cb Author: ymarcheg Date: Wed Nov 21 18:38:00 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7723 51c929da-ce25-0410-94ab-cff1d2748b70 help/oc/oc.po | 27 +++++++++++++-------------- po/ChangeLog | 4 ++++ po/oc.po | 15 +++++++-------- 3 files changed, 24 insertions(+), 22 deletions(-) commit 5786ffcd1afba6a197a650683db7dc579722aa7c Author: hendrikr Date: Wed Nov 21 11:51:59 2007 +0000 2007-11-21 Hendrik Richter * de.po: Updated German translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7721 51c929da-ce25-0410-94ab-cff1d2748b70 po/de.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b312997a7253cccca84703421e1769de74f7db50 Author: ymarcheg Date: Tue Nov 20 21:27:11 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7720 51c929da-ce25-0410-94ab-cff1d2748b70 help/oc/oc.po | 58 +++++++++++++++++++++------------------------- po/oc.po | 71 +++++++++++++++++++++++++++----------------------------- 2 files changed, 60 insertions(+), 69 deletions(-) commit fa572a8424f4e1cba0c4fdae0fc94278ea7422a8 Author: cosimoc Date: Sun Nov 18 23:53:16 2007 +0000 Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window and bookmarks editor views use it to display address and title columns. Fix bug #132808. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7719 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-node-view.c | 6 ++++++ lib/widgets/ephy-node-view.h | 3 ++- src/bookmarks/ephy-bookmarks-editor.c | 7 +++++-- src/ephy-history-window.c | 6 ++++-- 4 files changed, 17 insertions(+), 5 deletions(-) commit 98362e0c5547c0d37ee6c5d974bb0e2a50a5ab0f Author: cosimoc Date: Sun Nov 18 23:51:54 2007 +0000 Fix a bug in EphyNodeView which caused weird problems when setting columns as resizable; thanks to Kristian Rietveld for finding out the cause. Make history window columns resizable and bookmarks editor columns resizable and sortable. Part of bug #132808. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7718 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-node-view.c | 5 +++++ src/bookmarks/ephy-bookmarks-editor.c | 11 +++++++++-- src/ephy-history-window.c | 9 ++++++--- 3 files changed, 20 insertions(+), 5 deletions(-) commit 5e2f38e90a8a34572f4a7183ab27980c86284d6a Author: xan Date: Sun Nov 18 01:18:06 2007 +0000 Move EphyNotebook to G_DEFINE_TYPE. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7717 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-notebook.c | 75 +++++++++++++-------------------------------------- 1 files changed, 19 insertions(+), 56 deletions(-) commit dca0ad15cfe97aa910b1e99398e6f9d8f019be2b Author: xan Date: Sat Nov 17 21:10:59 2007 +0000 Use go_back and go_forward methods for navigation. Instead of jumping to -1 and +1 in the history. Less code, and it even works in WebKit :) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7716 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-navigation-action.c | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) commit 7e5755928d26d30658e52bfaefdd536dc4292773 Author: xan Date: Sat Nov 17 20:53:31 2007 +0000 Remove unused variable in WebKitEmbed class_init. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7715 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit b13a1531726201ea4b5c661b6fb76d04ec44b4fb Author: xan Date: Sat Nov 17 20:51:33 2007 +0000 Fix vfunc for get_visibility in EphyEmbed interface. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7714 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f8a47d33dd528c6b38b227f7a795b876e49cb3be Author: xan Date: Sat Nov 17 20:42:46 2007 +0000 Move size-to code to the gecko backend. Last part of bug #490672 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7713 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 137 +++++++++++++++++++++++++++++++++++++++ src/ephy-window.c | 75 +--------------------- 2 files changed, 138 insertions(+), 74 deletions(-) commit 0557538f2239a628b3b67261f80a4b3cee7d8b0c Author: xan Date: Sat Nov 17 17:11:40 2007 +0000 Put visibility property into EphyBaseEmbed, we need it for popups. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7712 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 33 +++++++++++++++++++++++++++++++++ embed/ephy-base-embed.h | 2 ++ embed/ephy-embed.c | 16 ++++++++++++++++ embed/ephy-embed.h | 2 ++ embed/mozilla/mozilla-embed.cpp | 16 +++++++++++++++- src/ephy-window.c | 19 +++++++++++++++++++ 6 files changed, 87 insertions(+), 1 deletions(-) commit cb8587dc214106ea29cb7b3407165e1ed620e6b6 Author: xan Date: Sat Nov 17 13:51:42 2007 +0000 Re-enable popup management code in EphyBaseEmbed. Plus a small bugfix in MozillaEmbed about GtkMozembed vs. EphyEmbed confusion. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7711 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 618 +++++++++++++++++++-------------------- embed/ephy-base-embed.h | 3 + embed/mozilla/mozilla-embed.cpp | 8 +- 3 files changed, 312 insertions(+), 317 deletions(-) commit c85d87802a46e66647afe7671c6f931b154d26d6 Author: xan Date: Fri Nov 16 23:52:33 2007 +0000 Rename EphyEmbedContainer implementations in EphyWindow. Do not use the ephy_window prefix for them, it's confusing. Also, save the function call for get_active_child. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7710 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 71 +++++++++++++++++++++++++++-------------------------- 1 files changed, 36 insertions(+), 35 deletions(-) commit a275dab55ebccc4f4c2ca662bfbde9a4f270beaa Author: xan Date: Fri Nov 16 23:32:41 2007 +0000 Move print-preview property to EphyEmbedContainer interface. Also make it read-only and make the setter in EphyWindow semi-private for now (should be removed eventually, making the window be notified from the embed of the status). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7709 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-container.c | 4 ++ src/ephy-window.c | 103 ++++++++++++++++++++--------------------- src/ephy-window.h | 2 +- src/epiphany.defs | 9 ---- src/ppview-toolbar.c | 2 +- src/window-commands.c | 2 +- 6 files changed, 57 insertions(+), 65 deletions(-) commit a6c07175f1d9f8091531e26ced40ed119857c9c3 Author: chpe Date: Fri Nov 16 19:40:51 2007 +0000 Rename param to "set_active". git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7708 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-container.c | 8 +++++--- embed/ephy-embed-container.h | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) commit f29813f1a66a0eef40758b2234bd507a4396e289 Author: xan Date: Fri Nov 16 19:16:23 2007 +0000 Yes, tabs. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7707 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-container.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 9effe32b446a7c05c1ec5da63a15686a7a5837af Author: xan Date: Fri Nov 16 19:14:38 2007 +0000 Add type checkings in the EmbedContainer interface, not in the implementations. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7706 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-container.c | 47 +++++++++++++++++++++++++++++++++++------ src/ephy-window.c | 25 +-------------------- 2 files changed, 42 insertions(+), 30 deletions(-) commit 6bc25c8c68954737759fc1af5af0bda496ed9b90 Author: xan Date: Fri Nov 16 18:56:49 2007 +0000 Do not change session saving format ;) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7705 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-session.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 584d564989860382278b6f5b86babf1a48f24147 Author: chpe Date: Fri Nov 16 18:54:25 2007 +0000 Return the new tab's position. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7704 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 1c596d28a4173badf7616927f6ec86a898e577c6 Author: xan Date: Fri Nov 16 18:53:41 2007 +0000 Move active-tab property to the embed-container interface. Rename it to active-child and fix a bug in the set_property function in EphyWindow, where the wrong function was being called for this property. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7703 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-container.c | 4 ++++ src/ephy-encoding-dialog.c | 2 +- src/ephy-session.c | 4 ++-- src/ephy-tabs-menu.c | 6 +++--- src/ephy-window.c | 20 +++++++++----------- 5 files changed, 19 insertions(+), 17 deletions(-) commit 83797ca5847d64c48113a1743fdbe7791b7ee22b Author: xan Date: Fri Nov 16 18:53:17 2007 +0000 Unbreak the build... git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7702 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit dcdee879c072f48c57474662831d67d1cffbe0b5 Author: cosimoc Date: Fri Nov 16 18:11:40 2007 +0000 Use right GtkPaned API to pack history window vbox. Fix bug #422947. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7701 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-history-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2641fddc7208b5cc6b5c6ffd13eccc99c9fa3da0 Author: xan Date: Fri Nov 16 18:06:54 2007 +0000 Make EphyEmbedContainer add_child method return the child's new position inside the container. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7700 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-container.c | 5 +++-- embed/ephy-embed-container.h | 4 ++-- src/ephy-window.c | 4 +++- 3 files changed, 8 insertions(+), 5 deletions(-) commit 23a506874b762ba01e2c2d464a829efb34cd02d0 Author: xan Date: Fri Nov 16 15:26:14 2007 +0000 Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_child. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7699 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-container.c | 10 +++++----- embed/ephy-embed-container.h | 8 ++++---- src/ephy-tabs-menu.c | 2 +- src/ephy-window.c | 10 +++++----- src/epiphany.defs | 4 ++-- 5 files changed, 17 insertions(+), 17 deletions(-) commit 64ee42030e004488616c51bc6a319cfd6aa36b4f Author: chpe Date: Fri Nov 16 15:09:30 2007 +0000 Bump API version git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7698 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e5a2088fb491eecb3be3731664fa43e8d23ed20b Author: xan Date: Fri Nov 16 15:05:25 2007 +0000 Do not expose {add,remove}_child methods from EphyEmbedContainer to bindings. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7697 51c929da-ce25-0410-94ab-cff1d2748b70 src/epiphany.defs | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) commit 884b7e4c28f15c4fb50e35b60af35bcde532e4a2 Author: xan Date: Fri Nov 16 15:03:19 2007 +0000 Untabify ephy-embed-container.h git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7696 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-container.h | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 2d6c456311eab5b73c16565b408c3464f6a07486 Author: xan Date: Fri Nov 16 15:03:10 2007 +0000 And port all the callers in src/ git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7695 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-encoding-dialog.c | 4 ++- src/ephy-encoding-menu.c | 9 +++++-- src/ephy-extensions-manager.c | 11 +++++++-- src/ephy-location-action.c | 8 +++++- src/ephy-lockdown.c | 4 ++- src/ephy-navigation-action.c | 12 ++++++---- src/ephy-session.c | 16 +++++++++----- src/ephy-shell.c | 3 +- src/ephy-tabs-menu.c | 12 ++++++---- src/ephy-toolbar.c | 3 +- src/popup-commands.c | 20 +++++++++++------ src/ppview-toolbar.c | 21 +++++++++++------- src/prefs-dialog.c | 5 +++- src/window-commands.c | 46 +++++++++++++++++++++++++--------------- 14 files changed, 113 insertions(+), 61 deletions(-) commit 4e13e39cd45cecbd9202e0a98430b807a1c1149b Author: xan Date: Fri Nov 16 15:03:01 2007 +0000 Change epiphany.defs git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7694 51c929da-ce25-0410-94ab-cff1d2748b70 src/epiphany.defs | 100 ++++++++++++++++++++++++++++------------------------- 1 files changed, 53 insertions(+), 47 deletions(-) commit ae23f3791d30736c999210f474b26eebff4c41f4 Author: xan Date: Fri Nov 16 15:02:54 2007 +0000 Port EphyWindow to the new interface. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7693 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 396 ++++++++++++++++++++++++++--------------------------- src/ephy-window.h | 17 --- 2 files changed, 193 insertions(+), 220 deletions(-) commit 54bc3b4599deaf3b2b440991811dce333deaec04 Author: xan Date: Fri Nov 16 15:02:45 2007 +0000 Add EphyEmbedContainer. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7692 51c929da-ce25-0410-94ab-cff1d2748b70 embed/Makefile.am | 2 + embed/ephy-embed-container.c | 179 ++++++++++++++++++++++++++++++++++++++++++ embed/ephy-embed-container.h | 85 ++++++++++++++++++++ 3 files changed, 266 insertions(+), 0 deletions(-) commit 9155b9af57639895583248ce268b49312bdd2735 Author: xan Date: Fri Nov 16 15:02:36 2007 +0000 Use G_DEFINE_TYPE for EphyWindow. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7691 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 69 +++++++++++----------------------------------------- 1 files changed, 15 insertions(+), 54 deletions(-) commit d3e6230482e9528207543f886d9d086c41b7a842 Author: chpe Date: Thu Nov 15 16:20:29 2007 +0000 Remove EphyTab git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7690 51c929da-ce25-0410-94ab-cff1d2748b70 po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 2cf237eb26d46d9ab80bc794df0734c65766b421 Author: plaes Date: Thu Nov 15 11:59:50 2007 +0000 2007-11-15 Priit Laes * et.po: Translation updated by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7689 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/et.po | 47 +++++++++++------------------------------------ 2 files changed, 15 insertions(+), 36 deletions(-) commit 565bd9e2c4a8bd43152c269a7ee11a0921661d58 Author: jmalonzo Date: Wed Nov 14 10:43:50 2007 +0000 embed/ephy-history.h: build fix, missing comma git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7688 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-history.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6ed0034bcd08460cae013895352b85497ceac4c0 Author: xan Date: Tue Nov 13 23:15:57 2007 +0000 Add icon-updated signal to EphyHistory. Use it to update the bookmarks icon, as it was done in EphyTab before. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7687 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 5 ---- embed/ephy-history.c | 16 +++++++++++++- embed/ephy-history.h | 45 +++++++++++++++++++++------------------ src/bookmarks/ephy-bookmarks.c | 11 +++++++++ 4 files changed, 50 insertions(+), 27 deletions(-) commit a9d076116675bf758cd40ea67c9c99692a972db8 Author: xan Date: Tue Nov 13 22:36:43 2007 +0000 Uncomment icon update for history in EphyBaseEmbed, it works just fine. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7686 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) commit dc93eefb994f41d6fb9fd966d9bcc67a3f47a439 Author: jorgegonz Date: Mon Nov 12 22:32:12 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7685 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/es.po | 23 ++++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-) commit c9cbce168e43f8a62627a05ca27cd5aa6d1c6be0 Author: xan Date: Mon Nov 12 22:06:45 2007 +0000 Remove last remainings of EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7684 51c929da-ce25-0410-94ab-cff1d2748b70 src/Makefile.am | 1 - src/ephy-tab.c | 425 ------------------------------------------------------- 2 files changed, 0 insertions(+), 426 deletions(-) commit 7f8389c826b62583a82032eea77ee37c764da89d Author: jmalonzo Date: Mon Nov 12 22:04:04 2007 +0000 Fix: http being appended to 'about' pages. (Bug #496136) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7683 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 3f7e90515d68d3cca6c3751843b733ea02fabc35 Author: iharh Date: Mon Nov 12 21:55:16 2007 +0000 Updated Belarusian Latin translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7682 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/be@latin.po | 365 ++++++++++++++++++++++++++++++++------------------------ 2 files changed, 212 insertions(+), 157 deletions(-) commit e2eb044eff5b00d8c587dfa9e181cc90d3c82c6f Author: xan Date: Mon Nov 12 21:36:38 2007 +0000 Use load-status instead of net-stop in EphySession. Also added a type check in ephy_session_save for the session object. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7680 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-session.c | 53 +++++++++++++++++++++++++++++---------------------- 1 files changed, 30 insertions(+), 23 deletions(-) commit 8d596076c9836de6d25832895ded5c0ca7169db6 Author: xan Date: Mon Nov 12 20:50:19 2007 +0000 Don't connect to destroy-browser, we do nothing in the cb and it's GtkMozEmbed specific. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7679 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) commit a163fd526d48b73ebf00ceb5358222d1e48dd0d0 Author: xan Date: Mon Nov 12 20:41:16 2007 +0000 Fix backend name for WebKit and update docs in ephy_embed_single_get_backend_name. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7678 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-single.c | 2 +- embed/webkit/webkit-embed-single.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 4744f49d4df71ca456741e48c9a8a8586fef0270 Author: jorgegonz Date: Mon Nov 12 19:43:38 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7677 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/es.po | 119 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 66 insertions(+), 57 deletions(-) commit 63649e0df24c9a3bc790887302990ee0de6aae83 Author: plaes Date: Mon Nov 12 19:20:51 2007 +0000 2007-11-12 Priit Laes * et.po: Translation updated by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7676 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/et.po | 124 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 71 insertions(+), 57 deletions(-) commit 9269e93c3128ac1393af833a267d96808ab4e889 Author: mateju Date: Mon Nov 12 15:05:11 2007 +0000 Updated Slovenian translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7675 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sl.po | 749 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 380 insertions(+), 373 deletions(-) commit 97ab8c18f8be64256f4454644ec1e498919400f7 Author: jmalonzo Date: Mon Nov 12 12:37:41 2007 +0000 Call webkit_init in engine initialization to avoid crashes. (Bug #496114) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7674 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-single.cpp | 4 ++++ embed/webkit/webkit-embed.cpp | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) commit ee875e1d9d1c70556b7d005af695bb47ba1e57f3 Author: reinouts Date: Mon Nov 12 00:45:53 2007 +0000 * 2007-11-12 Reinout van Schouwen - mozilla/EphyAboutModule.cpp: move comment one line down so it shows up in the .po files git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7673 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyAboutModule.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d0b5b5a70c79deef78c4aa01035d38bdcbff2d16 Author: reinouts Date: Mon Nov 12 00:27:32 2007 +0000 * 2007-11-12 Reinout van Schouwen - mozilla/EphyAboutModule.cpp: s/Epiphany/the web browser and add translator comment to indicate that %s means LSB_DISTRIBUTOR git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7671 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyAboutModule.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 47ad334d6b09541d1208027c80e9f74025ad151c Author: cosimoc Date: Mon Nov 12 00:26:36 2007 +0000 Sets page header and footer margins to a reasonable value when printing. Workaround for bug #346110. Patch by Dale Parquette. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7670 51c929da-ce25-0410-94ab-cff1d2748b70 data/default-prefs-common.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit da6685f678c9e73f330fcd32b8c92687f3b01d1c Author: reinouts Date: Sun Nov 11 23:46:59 2007 +0000 * 2007-11-12 Reinout van Schouwen - glade/prefs-dialog.glade: add explanation label to "Only from sites you visit" radio button. Fixes bug 493422. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7669 51c929da-ce25-0410-94ab-cff1d2748b70 data/glade/prefs-dialog.glade | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) commit d84c675b3f55078f643db15b658d228dfcf1515a Author: xan Date: Sun Nov 11 23:22:34 2007 +0000 Implement grab_focus in EphyBaseEmbed. We still need a custom implementation in MozillaEmbed because the child of the embed won't exist until the widget is realized, so there is no point in grabbing focus until then. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7668 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 12 ++++++++++++ embed/mozilla/mozilla-embed.cpp | 32 ++++++++++++++------------------ embed/webkit/webkit-embed.cpp | 7 ------- 3 files changed, 26 insertions(+), 25 deletions(-) commit 991e2545dad2b60b8c0de71a12d05c2da7856927 Author: xan Date: Sun Nov 11 23:19:05 2007 +0000 We don't inherit nothing from GtkMozEmbed anymore. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7667 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.h | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) commit e8050ea99a2456a2037f558a449315b27db614d1 Author: xan Date: Sun Nov 11 23:18:59 2007 +0000 Remove unused ge_content_changed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7666 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 20 -------------------- embed/ephy-embed.h | 2 -- embed/mozilla/mozilla-embed.cpp | 1 - 3 files changed, 0 insertions(+), 23 deletions(-) commit 5cba82f9e8a150ddce557f1dffb9bccfe493efd6 Author: xan Date: Sun Nov 11 23:18:49 2007 +0000 Remove unused ge_net_state and ge_security_change. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7665 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 38 -------------------------------------- embed/ephy-embed.h | 5 ----- embed/mozilla/mozilla-embed.cpp | 2 -- embed/webkit/webkit-embed.cpp | 3 --- 4 files changed, 0 insertions(+), 48 deletions(-) commit 54d9b0d35f82c32471da34a510f39c1b9d27f0c0 Author: xan Date: Sun Nov 11 23:18:40 2007 +0000 Remove unused ge-location signal. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7664 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 21 --------------------- embed/ephy-embed.h | 2 -- embed/mozilla/mozilla-embed.cpp | 1 - 3 files changed, 0 insertions(+), 24 deletions(-) commit d5088c68e66a9f58ccae1f1380c80579accaedad Author: cyrilbois Date: Sun Nov 11 22:37:37 2007 +0000 Hide Back/Forward buttons when disable_history lockdown key is enabled. Make the call to gtk_widget_show() in editable toolbar's create_item_from_action() conditional. Fixes bug #394795. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7663 51c929da-ce25-0410-94ab-cff1d2748b70 lib/egg/egg-editable-toolbar.c | 6 +++++- src/ephy-lockdown.c | 2 ++ 2 files changed, 7 insertions(+), 1 deletions(-) commit 585edf40ace70628e89dc2a3762e80b8d3e91ccb Author: dnylande Date: Sun Nov 11 19:09:06 2007 +0000 sv.po: Updated Swedish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7662 51c929da-ce25-0410-94ab-cff1d2748b70 po/sv.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f4aa598a00c558789faaf31b08a514979092127e Author: jorgegonz Date: Sun Nov 11 12:55:04 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7661 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/es.po | 84 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 59 insertions(+), 29 deletions(-) commit 464916eed553e86ec4e2f89d822ecdba98141447 Author: dnylande Date: Sun Nov 11 10:43:57 2007 +0000 sv.po: Updated Swedish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7660 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sv.po | 712 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 375 insertions(+), 341 deletions(-) commit 10efb492c678ab406003c0e442649de7ed32f43e Author: cyrilbois Date: Sat Nov 10 22:06:43 2007 +0000 Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the last calls to gtk_entry_set_editable, gtk_menu_item_remove_submenu, and gtk_tool_item_set_tooltip to the appropriate replacements in Gtk 2.12. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7659 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 3 +-- src/bookmarks/ephy-bookmark-properties.c | 7 ++++--- src/bookmarks/ephy-topic-action.c | 2 +- src/ephy-find-toolbar.c | 10 ++++------ 4 files changed, 10 insertions(+), 12 deletions(-) commit 1d3737cf08a4651b150d2844180f00bb977619cb Author: xan Date: Sat Nov 10 19:04:08 2007 +0000 Oops, readd missing variable. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7658 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1975bb3759229eb9e74a2398fe17a7c8530ca06c Author: xan Date: Sat Nov 10 19:04:00 2007 +0000 Don't use mozilla-like variable names for parameters. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7657 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 005db9fccb81a956cd2b1ec00c200658c345cdc0 Author: xan Date: Sat Nov 10 18:47:14 2007 +0000 Implement close for WebKitEmbed (simply destroys the widget). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7656 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 09b6575263db091d06adda0dff3909d872da5776 Author: plaes Date: Sat Nov 10 16:03:51 2007 +0000 2007-11-10 Priit Laes * et.po: Translation updated by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7655 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/et.po | 547 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 295 insertions(+), 256 deletions(-) commit ec24555d98d60f553f7d4aa0b770d89e87387e1a Author: xan Date: Sat Nov 10 15:17:16 2007 +0000 ge-search-key-press is in EphyEmbed, not GtkMozEmbed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7654 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 41b8aa0f5b7e1741c5a57bf6393fcb04ab648915 Author: cyrilbois Date: Fri Nov 9 23:46:37 2007 +0000 Add a checkbox to enable case-sensitive search (disabled by default). No longer rely on the presence of uppercase characters to activate case-sensitive search. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7653 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-find-toolbar.c | 92 ++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 84 insertions(+), 8 deletions(-) commit bd2a830d08880cd8dfaf58578dd1684bf6eebb40 Author: cyrilbois Date: Thu Nov 8 23:57:58 2007 +0000 Add a "Remove all" button to the Personal Data Manager for both the cookies and the passwords. A confirmation dialogue is used. Addresses bug #148314. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7652 51c929da-ce25-0410-94ab-cff1d2748b70 data/glade/epiphany.glade | 153 ++++++++++++++++++++++++++++++++++++++++- src/pdm-dialog.c | 170 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 321 insertions(+), 2 deletions(-) commit 3f28df7745aa62f109177dff23e99ca1c1a03591 Author: jorgegonz Date: Thu Nov 8 14:21:35 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7651 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/es.po | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) commit ba5143abf4ffdf3ce177b9b849e9c8e8458e46fb Author: cyrilbois Date: Thu Nov 8 03:23:36 2007 +0000 Add a space to the reload page alert git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7650 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyAboutModule.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7604a15765fe902913ec3d50a1299438a67e5d30 Author: cyrilbois Date: Thu Nov 8 00:09:43 2007 +0000 Trigger the ChangeLog generation during "make dist". git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7649 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 2acf90b171342535326e6b8ffbe19e1e9192c00e Author: cyrilbois Date: Wed Nov 7 22:53:43 2007 +0000 Ship epiphany.{defs,override} regardless of whether python is enabled. Fixes bug #310811 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7648 51c929da-ce25-0410-94ab-cff1d2748b70 src/Makefile.am | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) commit c62bc86f52faaa06151039d5d933cf4bc653ae6f Author: cosimoc Date: Wed Nov 7 19:39:36 2007 +0000 Fix invalid cast and make the find toolbar work again after EphyBaseEmbed transition. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7647 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyFind.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2dc7f6e774465cdc0b61723278e5312a8f071cef Author: jorgegonz Date: Wed Nov 7 08:46:52 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7645 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/es.po | 448 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 221 insertions(+), 231 deletions(-) commit 31776256166194d2b2a708cdc7720a05b71d20e2 Author: cosimoc Date: Tue Nov 6 21:20:11 2007 +0000 Adds a NULL check to avoid passing illegal values to strtol in ephy-session. Patch by Ed Catmur. Fix bug #493148. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7644 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-session.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit dc4803fe3b6f674cb156e2c1926b8dde55d8b06e Author: cyrilbois Date: Tue Nov 6 20:19:12 2007 +0000 Enable a --with-distributor-name configure option, defaulting to Epiphany. Use it on an error page to designate the distributors/developers to contact. Fixes bug #433796. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7643 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 18 ++++++++++++++++++ embed/mozilla/EphyAboutModule.cpp | 7 ++++--- 2 files changed, 22 insertions(+), 3 deletions(-) commit 54835fb05418b8ea330f3d71b157d0bc1f3798dd Author: cosimoc Date: Tue Nov 6 20:15:01 2007 +0000 Make the password dialog use ephy-time-helpers instead of stock strftime. Fix bug #494158. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7642 51c929da-ce25-0410-94ab-cff1d2748b70 src/pdm-dialog.c | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) commit 87cb7bba1c41b800259dc4a1ffc708eeb9db4d50 Author: cosimoc Date: Tue Nov 6 19:56:42 2007 +0000 Adds a column in the history window showing the date and the time of the visit, substitutes radiobuttons with checkboxes in the View menu of the window. Also, adds lib/ephy-time-helpers that contains a strftime() implementation. Fix bug #380156. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7641 51c929da-ce25-0410-94ab-cff1d2748b70 data/ui/epiphany-history-window-ui.xml | 2 +- lib/Makefile.am | 2 + lib/ephy-time-helpers.c | 283 ++++++++++++++++++++++++++++++++ lib/ephy-time-helpers.h | 38 +++++ src/ephy-history-window.c | 190 +++++++++++++++------- 5 files changed, 455 insertions(+), 60 deletions(-) commit 0d9a92741496f59f75301ee282eee7f9cbb139b8 Author: iharh Date: Tue Nov 6 18:48:52 2007 +0000 Fixed a bug in be@latin translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7640 51c929da-ce25-0410-94ab-cff1d2748b70 po/be@latin.po | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 0de5d57bb0fe2250a17f617a61c115b4b1aff7e6 Author: cosimoc Date: Tue Nov 6 18:41:43 2007 +0000 Connect to "hovering-over-link" signal in WebKit to set link_message. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7638 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 493f7f97b607262deb144b0ee95fc8396df58ea6 Author: iharh Date: Tue Nov 6 18:30:42 2007 +0000 Added Belarusian Latin translation by Aleś Navicki. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7637 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/LINGUAS | 1 + po/be@latin.po | 4353 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 4359 insertions(+), 0 deletions(-) commit d9c742c7d1e9a1bc0fd566e1875d7000ea22d035 Author: xan Date: Mon Nov 5 23:01:23 2007 +0000 Make ephy_base_embed_set_{title,address} dup their parameters internally. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7636 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 11 +++++++---- embed/ephy-base-embed.h | 5 +++-- embed/mozilla/mozilla-embed.cpp | 4 +++- embed/webkit/webkit-embed.cpp | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) commit 87dbf20ce7857c106b7e08cd3b1671d98986e40e Author: xan Date: Mon Nov 5 20:26:14 2007 +0000 Fix webkit backend build, and modify indentation to match new style. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7635 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed-single.cpp | 175 +++++++++++++++++----------------- embed/webkit/webkit-embed-single.h | 36 ++++---- embed/webkit/webkit-embed.cpp | 2 +- embed/webkit/webkit-embed.h | 36 ++++---- 4 files changed, 121 insertions(+), 128 deletions(-) commit 0e84ceac960cd155cebf4fe35ac6fd397c939bc9 Author: xan Date: Mon Nov 5 20:11:25 2007 +0000 Modify HACKING file to reflect changes in default indent style. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7634 51c929da-ce25-0410-94ab-cff1d2748b70 HACKING | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 4eb4c641b520ac94588490f987ff1edd7f33f490 Author: xan Date: Mon Nov 5 20:11:20 2007 +0000 Add uncrustify kr-gnome-indent.cfg file. File used to convert source files with uncrustify to new indentation style. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7633 51c929da-ce25-0410-94ab-cff1d2748b70 data/kr-gnome-indent.cfg | 100 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 100 insertions(+), 0 deletions(-) commit 6be9ab898200d3671756c5633b5550f3c716bed5 Author: xan Date: Mon Nov 5 19:55:27 2007 +0000 Use ephy_embed_utils_address_has_web_scheme instead of our own copy. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7632 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 22 ++-------------------- 1 files changed, 2 insertions(+), 20 deletions(-) commit a989fd6a44b148a8f6b0cd7b551261e50aba63c0 Author: xan Date: Mon Nov 5 19:55:20 2007 +0000 Use K&R (pseudo) indentation style for new files. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7631 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 821 +++++++++++++++++++++-------------------------- embed/ephy-base-embed.h | 32 ++- 2 files changed, 391 insertions(+), 462 deletions(-) commit 456b86b3068c20ce49be2c70857a97672b5d4521 Author: xan Date: Mon Nov 5 19:55:13 2007 +0000 Update the WebKit backend to use EphyBaseEmbed. The way both backends track progress seem to be very different, so I've exported the set_load_percent to get this going for now. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7630 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 2 +- embed/ephy-base-embed.h | 2 + embed/webkit/webkit-embed.cpp | 459 +++-------------------------------------- 3 files changed, 32 insertions(+), 431 deletions(-) commit 62acf8ed527ed347a168810953fd7a98a10362aa Author: xan Date: Mon Nov 5 19:55:05 2007 +0000 Put size_allocate hack in MozillaEmbed now. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7629 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit 95a825360661d5f5692cb0825232fab786007c5a Author: xan Date: Mon Nov 5 19:54:57 2007 +0000 Move all common functionality from MozillaEmbed to EphyBaseEmbed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7628 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 1438 ++++++++++++++++++++++++++++++++++++- embed/ephy-base-embed.h | 28 +- embed/mozilla/mozilla-embed.cpp | 1531 +-------------------------------------- 3 files changed, 1460 insertions(+), 1537 deletions(-) commit 222da945db4020d4fe8cd372d4112df195e90c11 Author: xan Date: Mon Nov 5 19:54:49 2007 +0000 Put the properties in EphyBaseEmbed rather than in the interface. Backends still override them completely at this point. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7627 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-base-embed.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++- embed/ephy-embed.c | 102 ------------------------------ 2 files changed, 159 insertions(+), 103 deletions(-) commit 82e8a2b6e68feab0d2e2b80118eb976c481c6a69 Author: xan Date: Mon Nov 5 19:54:41 2007 +0000 Create EphyBaseEmbed, make MozillaEmbed a subclass of it. EphyBaseEmbed is an abstract class that will implement the generic bits common to any Epiphany backend. In this first commit it does nothing but serve as the parent class for the mozilla embedding widget. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7626 51c929da-ce25-0410-94ab-cff1d2748b70 embed/Makefile.am | 2 + embed/ephy-base-embed.c | 114 +++++++++++++++++++++++++++++++++++++++ embed/ephy-base-embed.h | 34 ++++++++++++ embed/mozilla/EphyBrowser.cpp | 6 +- embed/mozilla/EphyBrowser.h | 2 +- embed/mozilla/mozilla-embed.cpp | 110 ++++++++++++++++++++++---------------- 6 files changed, 218 insertions(+), 50 deletions(-) commit 939d8ed9ee1f0787f98615a6da9fb93caea2dc8b Author: cyrilbois Date: Mon Nov 5 18:40:44 2007 +0000 Get rid of the AM_CHECK_PYMOD underquoted definition warning git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7625 51c929da-ce25-0410-94ab-cff1d2748b70 m4/python.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9130c6114305f2bd27e69fcc6a6542ca6f167af4 Author: jmas Date: Mon Nov 5 10:42:12 2007 +0000 Fixes to Catalan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7624 51c929da-ce25-0410-94ab-cff1d2748b70 help/ca/ca.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 8d74d50b4248fa87207badbdbbba210d71af2910 Author: cosimoc Date: Sun Nov 4 23:35:28 2007 +0000 Add remove_all_passwords method to EphyPasswordManager and implement it in Mozilla and XulRunner backends. Bug #476411. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7623 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-password-manager.c | 13 ++++++++ embed/ephy-password-manager.h | 3 ++ embed/mozilla/mozilla-embed-single.cpp | 40 ++++++++++++++++++++++++ embed/webkit/webkit-embed-single.cpp | 6 +++ embed/xulrunner/embed/mozilla-embed-single.cpp | 19 +++++++++++ 5 files changed, 81 insertions(+), 0 deletions(-) commit 7c40e5c79a7a7456737d36b23b0a2d721a5cbcf8 Author: cosimoc Date: Sun Nov 4 23:00:35 2007 +0000 Move "address_has_web_scheme" to ephy-embed-utils. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7622 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-utils.c | 17 +++++++++++++++++ embed/ephy-embed-utils.h | 1 + src/ephy-window.c | 22 ++-------------------- 3 files changed, 20 insertions(+), 20 deletions(-) commit f20fa6e92edbd19817a3b9c67810abb65036e0b6 Author: cosimoc Date: Sun Nov 4 22:48:27 2007 +0000 Moved dom_mouse_click from EphyTab to EphyWindow. This also makes Modifiers+Click shortcuts work again. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7621 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tab.c | 175 --------------------------------------------- src/ephy-window.c | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 205 insertions(+), 175 deletions(-) commit 6fb6533c520d27a466bc291540724458f9d70dcd Author: plaes Date: Sun Nov 4 11:21:51 2007 +0000 2007-11-04 Priit Laes * et.po: Translation updated by Priit Laes. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7620 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/et.po | 427 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 220 insertions(+), 211 deletions(-) commit 0bb52ff4669334d37be460436d201b587c542cd9 Author: friemann Date: Sat Nov 3 22:20:59 2007 +0000 Update to latest EggToolbarEditor code. This supports changing the editor's model during runtime and tries to avoid some possibly leaking signal handlers. Fixes bug #493149. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7619 51c929da-ce25-0410-94ab-cff1d2748b70 lib/egg/egg-toolbar-editor.c | 70 ++++++++++++++++++++++++++++++++++++------ lib/egg/egg-toolbar-editor.h | 2 + 2 files changed, 62 insertions(+), 10 deletions(-) commit 5c411a390f27017d4aa512045773cfdce30cd6f9 Author: jorgegonz Date: Sat Nov 3 12:46:35 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7618 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/es.po | 423 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 218 insertions(+), 209 deletions(-) commit 5023e8e569303bf2f1dd3a9c4eb41072901767f5 Author: icq Date: Sat Nov 3 11:34:35 2007 +0000 Updated Galician Translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7617 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/gl.po | 661 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 351 insertions(+), 314 deletions(-) commit 1dc671bd2107d9509d47ac83651dab1877cd05a8 Author: cosimoc Date: Sat Nov 3 01:23:19 2007 +0000 Display "Javascript scriptlet" string as tooltip for bookmark action instead of the whole javascript code when bookmarking a scriptlet. Fix bug #492695. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7616 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-action.c | 32 +++++++++++++++++++------------- 1 files changed, 19 insertions(+), 13 deletions(-) commit 593328473a8bd8a4d8c4fd8086cc1cca9a0f9fa1 Author: cosimoc Date: Thu Nov 1 23:46:11 2007 +0000 Store the engine in the .pc file. Bug #463956, patch by Cyril Brulebois. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7615 51c929da-ce25-0410-94ab-cff1d2748b70 data/epiphany.pc.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 362571f681b63fbffa1c743c335db118b25f2172 Author: xan Date: Thu Nov 1 00:24:27 2007 +0000 Remove trailing whitespace, patch by Cyril Brulebois. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7614 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 58 ++++++++++++++++++++-------------------- 1 files changed, 29 insertions(+), 29 deletions(-) commit da41f1f715e762606eacccae523d150908354dc6 Author: chpe Date: Mon Oct 29 15:44:50 2007 +0000 These files shouldn't be in POTFILES.in yet git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7613 51c929da-ce25-0410-94ab-cff1d2748b70 po/POTFILES.in | 13 ------------- po/POTFILES.skip | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) commit 28ff6ba61945dea45955fb777a48be58fba33d0c Author: kmaraas Date: Mon Oct 29 14:55:46 2007 +0000 2007-10-29 Kjartan Maraas * POTFILES.in: Add a whole bunch of new files. * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7612 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/POTFILES.in | 16 +++ po/nb.po | 345 ++++++++++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 304 insertions(+), 62 deletions(-) commit ae57cab4ce44b249f3831423d1cd9cb6e4e0ca70 Author: xan Date: Sun Oct 28 22:17:59 2007 +0000 Update title property on title-changed signal from webkit. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7611 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 61800412e9c386e1c854cb57b2a5ecb365829623 Author: xan Date: Sun Oct 28 22:17:40 2007 +0000 Add dummy popup management properties to the webkit backend. Also, untabify. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7610 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 84 +++++++++++++++++++++++----------------- 1 files changed, 48 insertions(+), 36 deletions(-) commit a4cbeb10e930c2f753047072b36fa5a0c398c811 Author: chpe Date: Sun Oct 28 14:30:43 2007 +0000 Use -1 as tab size here git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7609 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a98ec6a2a34667cfa9fcdf3f347eadb9e8b26dd3 Author: chpe Date: Sun Oct 28 14:18:11 2007 +0000 Can't use an interface type in signal registration git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7608 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-notebook.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cff0e7a871758a1fada23ddb921fb7990bb82bab Author: chpe Date: Sun Oct 28 14:17:29 2007 +0000 Can't use an interface type in property registration git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7607 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b0d0ca36fc0bf9b6a7a2fa23d57fbc1715644411 Author: chpe Date: Sun Oct 28 14:16:50 2007 +0000 Can't use an interface type in signal registration git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7606 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-link.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3e3f38a03808448b46c10fd6016133a7699abdfa Author: chpe Date: Sun Oct 28 14:13:31 2007 +0000 Remove EphyTab git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7605 51c929da-ce25-0410-94ab-cff1d2748b70 src/epiphany.defs | 84 +++++++------------------------------------------ src/epiphany.override | 13 ------- 2 files changed, 12 insertions(+), 85 deletions(-) commit d2244099c9786ec5e2558f9a9c031627e6ddf62c Author: chpe Date: Sun Oct 28 14:11:44 2007 +0000 Remove EphyTab git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7604 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-python-extension.c | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) commit b5ee2b589319d959300eaa94df652e9bc06157d3 Author: chpe Date: Sun Oct 28 14:10:17 2007 +0000 Remove EphyTab git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7603 51c929da-ce25-0410-94ab-cff1d2748b70 src/window-commands.c | 56 +++++++++++++++++++----------------------------- 1 files changed, 22 insertions(+), 34 deletions(-) commit 40ac3dafba24e65c6a92c53ae0ce518d1eaaf93a Author: chpe Date: Sun Oct 28 14:07:43 2007 +0000 Remove EphyTab git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7602 51c929da-ce25-0410-94ab-cff1d2748b70 src/ppview-toolbar.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 2daa894af0f80f74f7e344c79fb47ae45b53ac47 Author: chpe Date: Sun Oct 28 14:06:49 2007 +0000 Remove EphyTab git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7601 51c929da-ce25-0410-94ab-cff1d2748b70 src/prefs-dialog.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 7977bc5d4e2eceded9c184664bc64235129d27fe Author: chpe Date: Sun Oct 28 14:06:02 2007 +0000 Remove EphyTab git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7600 51c929da-ce25-0410-94ab-cff1d2748b70 src/popup-commands.c | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit da4f7cedebf4031ca9c0ab24c701a2c1dde74c20 Author: chpe Date: Sun Oct 28 14:04:14 2007 +0000 Remove EphyTab git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7599 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-session.c | 39 +++++++++++++++++++-------------------- 1 files changed, 19 insertions(+), 20 deletions(-) commit 3bb0b0fe76840f19172e1effd4fd72d8eafebb44 Author: chpe Date: Sun Oct 28 14:02:06 2007 +0000 Remove EPhyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7598 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-navigation-action.c | 24 ++++++++---------------- 1 files changed, 8 insertions(+), 16 deletions(-) commit 399a8e0d984dcf059f7f2fc8e69c3d1c21fc3194 Author: chpe Date: Sun Oct 28 13:59:20 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7597 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-lockdown.c | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) commit f9c67a4ac816ecb245408a27cc0f2b4012f4f2b0 Author: chpe Date: Sun Oct 28 13:58:23 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7596 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-location-action.c | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) commit 85f88a94491db847866fdbdb17a9332459c1f056 Author: chpe Date: Sun Oct 28 13:57:04 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7595 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-encoding-menu.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 2ffac2d0eac9db88ff8ec8a7086e4602b98919d3 Author: chpe Date: Sun Oct 28 13:56:14 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7594 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-encoding-dialog.c | 2 +- src/ephy-tab.c | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) commit 9155b718e64eab3a468375515f4f5833a147c3d6 Author: chpe Date: Sun Oct 28 13:54:32 2007 +0000 Remove Ephytab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7593 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-open-tabs-action.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit bd7fc256d10e0beb7bcc2af207942c89dd121421 Author: chpe Date: Sun Oct 28 13:53:29 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7592 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-related-action.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 48a0e23f58f3eac8811a94e3b4dd26167a6b7210 Author: chpe Date: Sun Oct 28 13:52:44 2007 +0000 Remove EPhyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7591 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmarks-editor.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 9640253604a25d5a6489e87444442edfc59947a8 Author: chpe Date: Sun Oct 28 13:49:01 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7590 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 297 ++++++++++++++++++++++------------------------------- 1 files changed, 121 insertions(+), 176 deletions(-) commit 00f00dd8f529addf1210c950291211ba72c4eabc Author: chpe Date: Sun Oct 28 13:48:11 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7589 51c929da-ce25-0410-94ab-cff1d2748b70 src/Makefile.am | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 7b944c2762f0ecd2afe5be4d14d99716ca2b503e Author: chpe Date: Sun Oct 28 13:26:42 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7588 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-toolbar.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 891025fd1df2f0b388f4ca0d55d66da295e79945 Author: chpe Date: Sun Oct 28 13:25:28 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7587 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-notebook.c | 67 ++++++++++++++++++++++++-------------------------- src/ephy-notebook.h | 8 +++--- 2 files changed, 36 insertions(+), 39 deletions(-) commit 783d06399d49bf30ec6ecb385675176f866b5bdb Author: chpe Date: Sun Oct 28 13:24:23 2007 +0000 Remove EphYTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7586 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-link.c | 20 ++++++++++---------- src/ephy-link.h | 15 ++++++++------- 2 files changed, 18 insertions(+), 17 deletions(-) commit 954832b247cd8655180de21ef4397f8ea2db43b9 Author: chpe Date: Sun Oct 28 13:16:18 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7585 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tabs-menu.c | 52 +++++++++++++++++++++++++------------------------- 1 files changed, 26 insertions(+), 26 deletions(-) commit 209c63d222660b48d0302bd332552a88d7dc4a58 Author: chpe Date: Sun Oct 28 13:10:04 2007 +0000 Renamed ephy_tab_get_active_embed to _tab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7584 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9d0c35320777771879747e0085a155478832747b Author: chpe Date: Sun Oct 28 13:08:16 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7583 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-extensions-manager.c | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit d7e2e49d119cd280aec79ff07ff3081580bd6956 Author: chpe Date: Sun Oct 28 13:04:07 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7582 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.h | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) commit 0be316151f4837b8236f89778c1e07edb34aeaf7 Author: chpe Date: Sun Oct 28 13:03:54 2007 +0000 Remove EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7581 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-extension.c | 8 ++++---- src/ephy-extension.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) commit e628327b56829ec24389330e7de7784db7de5f45 Author: chpe Date: Sun Oct 28 13:02:28 2007 +0000 Remove EphyTab use. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7580 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-shell.c | 47 ++++++++++++++++++++--------------------------- src/ephy-shell.h | 10 +++++----- 2 files changed, 25 insertions(+), 32 deletions(-) commit b8a6722f82e1ee9f3683149babc768899ddcfcfe Author: chpe Date: Sun Oct 28 13:02:13 2007 +0000 Remove ephy-tab.h. This breaks the build; we'll fix it step by step. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7579 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tab.h | 73 -------------------------------------------------------- 1 files changed, 0 insertions(+), 73 deletions(-) commit 693f5a04be15194b033671c9f935dfa8e0c2d6fa Author: chpe Date: Sun Oct 28 12:08:33 2007 +0000 Move tab ID from EphyTab to EphyTabsMenu which is the only user of it. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7578 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tab.c | 59 ------------------------------ src/ephy-tab.h | 3 -- src/ephy-tabs-menu.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 89 insertions(+), 69 deletions(-) commit 4ded6641ede711aedaede144f1eea82fc0c9cad4 Author: chpe Date: Sat Oct 27 18:43:57 2007 +0000 Use G_DEFINE_TYPE. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7577 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tabs-menu.c | 31 +++---------------------------- src/ephy-tabs-menu.h | 2 -- 2 files changed, 3 insertions(+), 30 deletions(-) commit 7f8f83f28fc876d5ed49b06babdb531b1aa69e1d Author: chpe Date: Sat Oct 27 18:43:36 2007 +0000 Fix the build with --enable-debug. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7576 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 552d8bc4a74a91c3b92c57e36611d0f47e82feb1 Author: xan Date: Sat Oct 27 15:40:04 2007 +0000 Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed. Popup management is non-working now, see bug #490672 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7575 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 15 ++ embed/mozilla/mozilla-embed.cpp | 351 ++++++++++++++++++++++++++++++++- src/ephy-tab.c | 414 --------------------------------------- src/ephy-window.c | 29 ++-- 4 files changed, 376 insertions(+), 433 deletions(-) commit 559145c9f620d074bc2806acbbc30c55f3085a37 Author: kmaraas Date: Sat Oct 27 15:24:25 2007 +0000 2007-10-27 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7574 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nb.po | 724 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 362 insertions(+), 366 deletions(-) commit 27036102ee47f23d369a54f596c9df143805a02e Author: xan Date: Fri Oct 26 18:58:50 2007 +0000 Add placeholders for all the new properties in embed. The backend now compiles and runs. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7573 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 207 ++++++++++++++++++++++++++++++++++++++--- 1 files changed, 192 insertions(+), 15 deletions(-) commit 0bdc20d53494f6aefb234cd323ec9806469f100f Author: xan Date: Fri Oct 26 18:55:13 2007 +0000 Remove non-existing functions in the embed interface from the _init function. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7572 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 4749f427a97cbe906b249a53e5c4227d00c6c438 Author: xan Date: Fri Oct 26 18:54:34 2007 +0000 get_link_message returns const char * now. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7571 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4211f068a1177541cd49ca5a0747c65a20c83df7 Author: xan Date: Thu Oct 25 22:55:17 2007 +0000 get_title returns const char * now. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7570 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f35274de2ed416fb83a8922649acdf43d5e9ff12 Author: xan Date: Thu Oct 25 20:02:08 2007 +0000 Tabify modified files. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7569 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 52 ++++---- embed/ephy-embed.h | 22 ++-- embed/mozilla/mozilla-embed.cpp | 258 +++++++++++++++++++------------------- 3 files changed, 166 insertions(+), 166 deletions(-) commit e2c91de64cc101423394b363f9725d2cc86ce43f Author: xan Date: Thu Oct 25 20:01:58 2007 +0000 Bump configure.ac version to 2.21.1 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7568 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit e3f18aeb28a5ab6dc422116a275fc311f8d17db7 Author: xan Date: Thu Oct 25 20:01:48 2007 +0000 Add config.h in ephy-embed-utils.c git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7567 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-utils.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 10ae2246f36433fec0c33f230b2c6cd102cc03d5 Author: xan Date: Thu Oct 25 20:01:42 2007 +0000 Fix more issues left with the refactoring. Fix double free in link_message property. Fix title by connecting to embed and not to tab in EphyWindow. Fix progress by passing the correct parameter to update_embed_from_net_state. Also use the link_message parsing function in utils. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7566 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-utils.c | 2 +- embed/mozilla/mozilla-embed.cpp | 69 ++++++++++---------------------------- src/ephy-window.c | 2 +- 3 files changed, 20 insertions(+), 53 deletions(-) commit a9d0bf2045706918525c98ac03ca624622677572 Author: xan Date: Thu Oct 25 20:01:31 2007 +0000 Fix the remaining breakage. Implement get_icon and get_icon_address. Fix status-message canonical name. Properly assign private pointer in MozillaEmbed (...) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7565 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 4 +++- embed/mozilla/mozilla-embed.cpp | 27 ++++++++++++++++++++++++--- src/ephy-window.c | 2 +- 3 files changed, 28 insertions(+), 5 deletions(-) commit c852f3daba3eb324c0cc89799ed1d976e51473b7 Author: xan Date: Thu Oct 25 20:01:20 2007 +0000 Port src/ to the new properties in EphyEmbed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7564 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-location-action.c | 2 +- src/ephy-notebook.c | 4 +- src/ephy-session.c | 2 +- src/ephy-tab.h | 19 ----------- src/ephy-tabs-menu.c | 3 +- src/ephy-window.c | 73 ++++++++++++++++++++++--------------------- src/epiphany.defs | 63 +------------------------------------- src/prefs-dialog.c | 2 +- src/window-commands.c | 10 +++--- 9 files changed, 50 insertions(+), 128 deletions(-) commit bce3bb859df1233d5184fb8ac6c0c4f326363e83 Author: xan Date: Thu Oct 25 20:01:09 2007 +0000 Move file_monitor_cancel on dispose from EphyTab to EphyEmbed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7563 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 11 +++++++++++ src/ephy-tab.c | 2 -- 2 files changed, 11 insertions(+), 2 deletions(-) commit f27e563332a8da9fd88e488fefd8016cd9ce21e5 Author: xan Date: Thu Oct 25 20:01:00 2007 +0000 Move title/address update on open-uri signal to EphyEmbed. Also refactor some common code in ephy-embed-utils.c git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7562 51c929da-ce25-0410-94ab-cff1d2748b70 embed/Makefile.am | 2 + embed/ephy-embed-utils.c | 119 +++++++++++++++++++++++++++++++++++++++ embed/ephy-embed-utils.h | 37 ++++++++++++ embed/ephy-embed.c | 21 +++++++ embed/ephy-embed.h | 8 ++- embed/mozilla/mozilla-embed.cpp | 44 ++++++++++++++ src/ephy-tab.c | 64 --------------------- 7 files changed, 230 insertions(+), 65 deletions(-) commit 5efd6d1153066e8a0c084fbf98cdefc7083e8398 Author: xan Date: Thu Oct 25 20:00:48 2007 +0000 Move icon and icon-address to EphyEmbed. There's a snippet that needs to be moved elsewhere I think: eb = ephy_shell_get_bookmarks (ephy_shell); ephy_bookmarks_set_icon (eb, priv->address, priv->icon_address); It's done in mozilla_embed_set_icon_address. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7561 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 44 +++++++++++ embed/ephy-embed.h | 7 ++ embed/mozilla/mozilla-embed.cpp | 145 +++++++++++++++++++++++++++++++--- src/ephy-tab.c | 164 --------------------------------------- 4 files changed, 184 insertions(+), 176 deletions(-) commit 24599ee7373b9973ee4f291c1900feda89275627 Author: xan Date: Thu Oct 25 20:00:34 2007 +0000 Move status-message and logic of link-message to EphyEmbed. Create a property for link-message in EphyEmbed too. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7560 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 37 ++++- embed/ephy-embed.h | 8 +- embed/mozilla/mozilla-embed.cpp | 322 ++++++++++++++++++++++++++++++++++- src/ephy-tab.c | 362 --------------------------------------- 4 files changed, 357 insertions(+), 372 deletions(-) commit b34f2baa1127e3938a725f4713e6dcdc9f93a211 Author: xan Date: Thu Oct 25 20:00:20 2007 +0000 Change ephy_embed_get_title to return const char*. Also replace all ephy_tab_get_title by ephy_embed_get_title. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7559 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 2 +- embed/ephy-embed.h | 4 ++-- embed/mozilla/mozilla-embed.cpp | 4 ++-- src/ephy-location-action.c | 2 +- src/ephy-notebook.c | 2 +- src/ephy-session.c | 2 +- src/ephy-tab.h | 2 -- src/ephy-tabs-menu.c | 2 +- src/ephy-window.c | 2 +- src/epiphany.defs | 8 +------- src/window-commands.c | 2 +- 11 files changed, 12 insertions(+), 20 deletions(-) commit 660f5ede2e47b3347fedec385d4752b33bba2d42 Author: xan Date: Thu Oct 25 20:00:01 2007 +0000 Move title from EphyTab to EphyEmbed. EphyTab still borken. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7558 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 159 +++++++---------- embed/ephy-embed.h | 12 +- embed/mozilla/mozilla-embed.cpp | 346 +++++++++++++++++++++++++++++++++++-- src/ephy-tab.c | 358 +-------------------------------------- 4 files changed, 400 insertions(+), 475 deletions(-) commit 0e111780fa8ac81edbe1d3feaa62727b5bad71c5 Author: xan Date: Thu Oct 25 19:59:36 2007 +0000 Move address and typed-address from EphyTab to EphyEmbed ephy-tab.c is totally broken now, will fix in next patches. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7557 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 75 +++++++++++++++++++- embed/ephy-embed.h | 22 ++++++ embed/mozilla/mozilla-embed.cpp | 110 ++++++++++++++++++++++++++-- src/ephy-lockdown.c | 4 +- src/ephy-shell.c | 4 +- src/ephy-tab.c | 154 +-------------------------------------- src/ephy-tab.h | 19 ----- src/ephy-toolbar.c | 4 +- src/epiphany.defs | 28 ++++---- 9 files changed, 221 insertions(+), 199 deletions(-) commit b9b88e7f1484bb510b36e9d7984fbc728b354532 Author: plaes Date: Thu Oct 25 15:27:52 2007 +0000 2007-10-25 Priit Laes * et.po: Translation updated by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7556 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/et.po | 489 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 256 insertions(+), 237 deletions(-) commit ef55433b5105fb23386379603a78b987761f86ed Author: djihed Date: Wed Oct 24 20:20:01 2007 +0000 Updated Arabic Translation by Djihed Afifi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7555 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 590 +++++++++++++++++++--------------------------------------- 2 files changed, 200 insertions(+), 394 deletions(-) commit 7260836b1ee5f33a74fc5618eab8456b2eac5ce1 Author: cosimoc Date: Tue Oct 23 23:33:16 2007 +0000 Adds a check for NULL pointer in ephy-session.c, fixing wrong behaviour when restoring Epiphany in some cases. Fix for bug #488718, patch by Leonardo Boshell. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7553 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-session.c | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) commit 19dcaa6f6e6ab838236bdbb80c4446a4c8643b54 Author: djihed Date: Tue Oct 23 20:51:16 2007 +0000 Updated Arabic Translation by Djihed Afifi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7552 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 982 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 609 insertions(+), 377 deletions(-) commit a89eccc120f0bab0d56fd6eeb998af07a2aea418 Author: cosimoc Date: Mon Oct 22 17:46:22 2007 +0000 Update WebKit backend to EphyEmbed and EphyTab changes, and implements load progress for WebKit. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7551 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 209 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 203 insertions(+), 6 deletions(-) commit e5e84b615967ac84e88d4f7da6f73740359e047f Author: mateju Date: Mon Oct 22 14:07:31 2007 +0000 Updated Slovenian translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7550 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +- po/sl.po | 1060 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 574 insertions(+), 490 deletions(-) commit 11f8a84ae18e3096a88d0daa62052b2b81e76161 Author: xan Date: Sun Oct 21 22:23:35 2007 +0000 Move navigation property from EphyTab to EphyEmbed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7549 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 30 ++++++++++++++++- embed/ephy-embed.h | 18 +++++++++- embed/mozilla/mozilla-embed.cpp | 45 ++++++++++++++++++++++++++ src/ephy-tab.c | 67 ++------------------------------------- src/ephy-tab.h | 9 ----- src/ephy-window.c | 30 +++++++---------- src/epiphany.defs | 38 +++++++++------------- 7 files changed, 121 insertions(+), 116 deletions(-) commit 3be13b7c1e4f131a903dd38a56dd971fa2faf8ee Author: xan Date: Sun Oct 21 19:22:57 2007 +0000 Move load-status from EphyTab to EphyEmbed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7547 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 35 ++++++++++++++++++- embed/ephy-embed.h | 10 ++++-- embed/mozilla/mozilla-embed.cpp | 37 ++++++++++++++++++++ src/ephy-notebook.c | 10 +++--- src/ephy-session.c | 2 +- src/ephy-tab.c | 73 ++++++++++---------------------------- src/ephy-window.c | 22 ++++++------ src/epiphany.defs | 6 --- 8 files changed, 114 insertions(+), 81 deletions(-) commit 475b9f77b57d8c980dcd1156d62c6537564f7c59 Author: xan Date: Sun Oct 21 18:09:44 2007 +0000 Use correct property enum. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7545 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 89d9d763dbe18d65da65c3e1f00714a923231a44 Author: xan Date: Sun Oct 21 18:09:23 2007 +0000 Move load-progress from EphyTab to EphyEmbed git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7544 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 38 ++++++++++++++++++++++++ embed/ephy-embed.h | 8 ++++- embed/mozilla/mozilla-embed.cpp | 31 ++++++++++++++++++++ src/ephy-tab.c | 61 ++------------------------------------- src/ephy-window.c | 20 ++++++------ src/epiphany.defs | 6 ---- 6 files changed, 89 insertions(+), 75 deletions(-) commit 462ba6f73514d99f07f426eb19bc7abc71c25f50 Author: djihed Date: Sun Oct 21 16:42:19 2007 +0000 Updated Arabic Translation by Djihed Afifi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7543 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit b93b75bf5b3429c04007e9452e896adda8a8d8fa Author: xan Date: Sun Oct 21 15:43:49 2007 +0000 Move zoom from EphyTab to EphyEmbed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7542 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 9 +++ embed/mozilla/mozilla-embed.cpp | 112 ++++++++++++++++++++++++++++++++++++- src/ephy-tab.c | 119 +-------------------------------------- src/ephy-window.c | 26 ++++---- src/epiphany.defs | 8 --- 5 files changed, 134 insertions(+), 140 deletions(-) commit 0a8d43ecc08a31586c5ca527e27a185917965c7d Author: xan Date: Sun Oct 21 15:43:38 2007 +0000 Move document-type property from EphyTab to EphyEmbed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7541 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 23 ++++++++++++++++++ embed/ephy-embed.h | 32 ++++++++++++++----------- embed/mozilla/mozilla-embed.cpp | 47 ++++++++++++++++++++++++++++++++++---- src/ephy-tab.c | 48 --------------------------------------- src/ephy-tab.h | 2 - src/ephy-window.c | 31 +++++++++++++----------- src/epiphany.defs | 6 ----- 7 files changed, 100 insertions(+), 89 deletions(-) commit ec78d3eab44e8db8db3973d3b482565f75995b74 Author: xan Date: Sun Oct 21 15:43:28 2007 +0000 Tabify mozilla-embed.cpp and make it use G_DEFINE_*. Also, remove one extra ephy_tab_get_embed from EphyWindow. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7540 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 249 ++++++++++++++++----------------------- src/ephy-window.c | 2 - 2 files changed, 102 insertions(+), 149 deletions(-) commit ee32fd58341cd395b7c79769a0a5ff30bf630700 Author: xan Date: Sun Oct 21 15:43:19 2007 +0000 Add security-level property to embed and fix EphyWindow. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7539 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/mozilla-embed.cpp | 69 +++++++++++++++++++++++++++++++++++++- src/ephy-window.c | 21 ++++++------ 2 files changed, 78 insertions(+), 12 deletions(-) commit 372e7f69d6c4218d6084c36e9c002b2a15a9ae23 Author: xan Date: Sun Oct 21 15:43:01 2007 +0000 Remove security data from EphyTab. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7538 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed.c | 8 +++++++ src/ephy-tab.c | 55 ---------------------------------------------------- src/epiphany.defs | 6 ----- 3 files changed, 8 insertions(+), 61 deletions(-) commit 2aa7a4a0568b314bb0594956a7e128b41a3897fc Author: xan Date: Sat Oct 20 15:39:26 2007 +0000 Completely remove usage of visibility signal from src/ git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7537 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tab.c | 54 ----------------------------------------------------- src/ephy-tab.h | 2 - src/ephy-window.c | 33 -------------------------------- src/epiphany.defs | 6 ----- 4 files changed, 0 insertions(+), 95 deletions(-) commit f89af970bc07a3fc64670cd40cbb52ec4cacef74 Author: cosimoc Date: Thu Oct 18 19:15:05 2007 +0000 Updates to new NetworkManager API signals for status monitoring. Patch by Matthias Clasen, fix for bug #486881. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7535 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-net-monitor.c | 14 ++------------ 1 files changed, 2 insertions(+), 12 deletions(-) commit 505c73e3b8ad2f83e8490a0f47c621887b2343fb Author: jorgegonz Date: Tue Oct 16 11:53:24 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7534 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/es.po | 188 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 98 insertions(+), 94 deletions(-) commit c945a45cd682164eb2bae7a7a34b3396fb951e49 Author: yairhr Date: Mon Oct 15 23:04:26 2007 +0000 updated hebrew translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7533 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/he.po | 601 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 325 insertions(+), 280 deletions(-) commit 4e22c40a9d8020d2071c8fb1826c13826f8a599c Author: claudep Date: Mon Oct 15 19:32:57 2007 +0000 2007-10-15 Claude Paroz * fr.po: Accelerator correction. Fixes bug #484780. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7530 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/fr.po | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 4ea786b16217021647505192d470905585ab9a92 Author: chpe Date: Thu Oct 11 10:45:50 2007 +0000 Take the page orientation from the page setup, not from the print settings. Bug #485670 (see also gtk+ bug #485685). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7527 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GeckoPrintService.cpp | 3 ++- embed/xulrunner/components/GeckoPrintService.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) commit 651b23e8de514517369f9f4c315784b8767c8de6 Author: chpe Date: Mon Oct 8 18:36:17 2007 +0000 Also check for libxul-1.9.pc, which exists in ubuntu's xulrunner-1.9-dev. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7526 51c929da-ce25-0410-94ab-cff1d2748b70 m4/libxul.m4 | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit ca5e51433cee90062f1334770b863d4e50791cc5 Author: chpe Date: Mon Oct 8 18:36:07 2007 +0000 Make sure PRBool only contains PR_FALSE or PR_TRUE. Bug moz#398599. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7525 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/src/EmbedContentListener.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e789789c7e568596a31aa2eabbad109a2ad23bc3 Author: chpe Date: Mon Oct 8 18:35:57 2007 +0000 Add application.ini file. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7524 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 4 ++++ configure.ac | 6 ++++++ xulapp/application.ini.in | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) commit e3e84b40b9dfd4e68412b2f6e51c30ba7ab0597c Author: chpe Date: Mon Oct 8 18:35:47 2007 +0000 Fix code style. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7523 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/utils/ggeAutoModalDialog.cpp | 17 ++++++++--------- embed/xulrunner/utils/ggeAutoModalDialog.h | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) commit ff86cb653c5bfeeb392aeb691f478ed31f686f16 Author: diegoe Date: Sun Oct 7 14:19:01 2007 +0000 * window-commands.c: Makes the Go button behaviour consistent with the "Enter" behaviour. Both actions search for keywords or load the url. Fixes #484178. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7521 51c929da-ce25-0410-94ab-cff1d2748b70 src/window-commands.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit edef95a2565b25078675ad579e266b17fb2da5f1 Author: xan Date: Sun Oct 7 14:06:19 2007 +0000 Update HACKING file with new indentation style. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7520 51c929da-ce25-0410-94ab-cff1d2748b70 HACKING | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit af2ba7422cf267f9eb1972c80b00241bce0d838d Author: friemann Date: Sun Oct 7 10:28:11 2007 +0000 Remove unneeded marshallers. Fixes bug #484060. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7519 51c929da-ce25-0410-94ab-cff1d2748b70 lib/egg/eggmarshalers.list | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) commit 45f45de09e94ee718864e9931fc881a1c2f10a25 Author: xan Date: Sat Oct 6 19:46:44 2007 +0000 Do not bother emitting signal we don't have. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7518 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit ba48d2385c61c5a4db819b22224d619d9e561b26 Author: xan Date: Sat Oct 6 19:21:14 2007 +0000 Implement several missing methods. Based on the patch by Cosimo Cecchi. This adds the stubs for proper net status notification, implements get_title, get_location and workarounds the bug in webkit that will make pages not load images if the protocol is not specified in the url (it will only work for http though). Fixes bug #461652 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7517 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 178 ++++++++++++++++++++++++++++------------- 1 files changed, 123 insertions(+), 55 deletions(-) commit 18ea6b21a34fb53e6ef6b1e71c0571a5d46bf85b Author: cosimoc Date: Fri Oct 5 08:34:00 2007 +0000 Remove ellipses from View -> Page Security Information, as it does not require further user interaction to complete. Fix for bug #483312. One-liner by Michael Monreal. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7516 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8d1b84a1e2c490192e513d747e461c535c96d278 Author: cosimoc Date: Thu Oct 4 14:39:04 2007 +0000 Fixes wrong use of EphySearchEntry in the history window. Bug #483150. Initial patch by Diego Escalante Urrelo. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7515 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-history-window.c | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) commit b0b73213e6a8361fbe9aed4d1936c3a828e3c2bf Author: atoker Date: Wed Oct 3 17:44:21 2007 +0000 Match the WebKit/Gtk+ API changes made in WebKit SVN r26022 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7514 51c929da-ce25-0410-94ab-cff1d2748b70 embed/webkit/webkit-embed.cpp | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) commit 8fe377f0a9b2a7f856f2ea04c27aa5b8731a39b6 Author: ymarcheg Date: Wed Oct 3 16:54:25 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7513 51c929da-ce25-0410-94ab-cff1d2748b70 po/oc.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 35b95518882c6530ed1728022ba33032634a38c5 Author: reinouts Date: Tue Oct 2 20:42:42 2007 +0000 2007-10-02 Reinout van Schouwen * nl.po: Updated Dutch translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7512 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/nl.po | 132 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 73 insertions(+), 63 deletions(-) commit 31c2650574172eb87696840a78c9af3cbe579c75 Author: cosimoc Date: Tue Oct 2 12:45:02 2007 +0000 Make "Up" button dropdown menu show titles instead of URLs for already visited pages. Fix for bug #323764. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7511 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-navigation-action.c | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit e1496ed7da86415b5de867be12716e418132826e Author: cosimoc Date: Sun Sep 30 21:50:03 2007 +0000 Change the "Powered by" name in the About dialog according to the used backend. Patch by Nicholas E. Manley. Fix for bug #478196. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7510 51c929da-ce25-0410-94ab-cff1d2748b70 src/window-commands.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 478d5285bb302370f3f3d14c843d3be25d4a36bb Author: diegoe Date: Sun Sep 30 13:18:16 2007 +0000 Changes g_value_set_string to g_value_take_string to avoid a leak. Also add the g_value_unset calls for text and visible vars on extracell_data_func. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7509 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 2f0ef9007877c85e247af2023fe5bf5c7624c842 Author: diegoe Date: Sun Sep 30 12:58:24 2007 +0000 Make the location entry completion cells smarter, now bookmarks take the full width of the popup. Also make the extracell (titles of history entries) align to the left so it's less messy and easier to browse a lot of entries with similar titles. Almost-fixes bug #419475. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7508 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 38 ++++++++++++++++++++++++++++++++++-- src/ephy-completion-model.c | 5 +++- 2 files changed, 39 insertions(+), 4 deletions(-) commit 24129b6bcfe88275d8cded0eae3eead6b859d080 Author: xan Date: Sun Sep 30 11:51:32 2007 +0000 Implement size_request for EphyTab. Fixes bug #476120 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7507 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tab.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit 03669c351b99dd2c6e2cc445a39ea70550f5e7c7 Author: diegoe Date: Fri Sep 28 21:45:48 2007 +0000 Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so private instances of Epiphany remove the profile dir on exit. Note that the profile dir won't be deleted if it's a custom path. Fixes bug #329680. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7506 51c929da-ce25-0410-94ab-cff1d2748b70 lib/ephy-file-helpers.c | 32 ++++++++++++++++++++++++++++---- src/ephy-main.c | 2 +- 2 files changed, 29 insertions(+), 5 deletions(-) commit ff7f5cf04d7605d2277ec7245ec0b09a9cde1758 Author: chpe Date: Fri Sep 28 15:17:48 2007 +0000 Make it build. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7505 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/utils/Makefile.am | 2 + embed/xulrunner/utils/ggeAutoModalDialog.cpp | 35 ++++++++++++++----------- embed/xulrunner/utils/ggeAutoModalDialog.h | 6 ++-- 3 files changed, 25 insertions(+), 18 deletions(-) commit 9b2bab5d545bfab26b526bf6a33f243e2ec16f0a Author: chpe Date: Fri Sep 28 15:17:35 2007 +0000 A new class designed to handle everything we need to run a modal dialogue. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7504 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/utils/ggeAutoModalDialog.cpp | 185 ++++++++++++++++++++++++++ embed/xulrunner/utils/ggeAutoModalDialog.h | 70 ++++++++++ 2 files changed, 255 insertions(+), 0 deletions(-) commit b92f4f959e7edca8f85ed4e1a7ad9389c36033a5 Author: chpe Date: Fri Sep 28 15:17:21 2007 +0000 Add app lifecycle helper class. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7503 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/utils/Makefile.am | 2 + embed/xulrunner/utils/ggeAutoSurvivalArea.cpp | 42 +++++++++++++++++++++++ embed/xulrunner/utils/ggeAutoSurvivalArea.h | 44 +++++++++++++++++++++++++ 3 files changed, 88 insertions(+), 0 deletions(-) commit 6a1a2303d8fc9ecef06a0331c172ac48afbe85dc Author: diegoe Date: Fri Sep 28 04:59:47 2007 +0000 * lib/ephy-file-chooser.c: Add a preview for the FileChooser. The default size is 150x150. Fixes bug #440859. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7502 51c929da-ce25-0410-94ab-cff1d2748b70 lib/ephy-file-chooser.c | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) commit 9b410093f725a390694249a6ead8e2918bb2ca8e Author: cosimoc Date: Thu Sep 27 17:15:15 2007 +0000 Use g_idle to call embed_find_find_again, to give the time to the embed to sync with the size change due to toolbar being shown. Fixes bug #415074 and part of bug #333661. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7500 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-find-toolbar.c | 74 ++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 64 insertions(+), 10 deletions(-) commit 578908df168eaa54e71a8572d1d2882c9369fe75 Author: jmouette Date: Thu Sep 27 12:42:57 2007 +0000 EphyContentPolicy::ShouldLoad: use the same content policy for http and https, allowing adblock to work on https. Patch reviewed by Christian Persch, fixes bug#471583. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7498 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/EphyContentPolicy.cpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit a3d0becceca5610d99ab3c7d74e68f0bcd5ba151 Author: jorgegonz Date: Thu Sep 27 10:22:45 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7497 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/es.po | 155 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 86 insertions(+), 73 deletions(-) commit cc03f810a6807311770740b677af25fe76fb2a33 Author: diegoe Date: Wed Sep 26 23:55:40 2007 +0000 * embed/xulrunner/components/FilePicker.cpp: * embed/mozilla/FilePicker.cpp: Fix the build of the custom GTK+ filepicker so we can add nice previews and other stuff. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7496 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/FilePicker.cpp | 55 ++++------------------------ embed/xulrunner/components/FilePicker.cpp | 55 ++++------------------------ 2 files changed, 16 insertions(+), 94 deletions(-) commit 553c0a308cb9da16f67b0d4397f652897916035a Author: cosimoc Date: Tue Sep 25 22:59:55 2007 +0000 Make Epiphany properly remember the last saved location in the FileChooser. Fix for bug #336251. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7494 51c929da-ce25-0410-94ab-cff1d2748b70 lib/ephy-file-chooser.c | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) commit 0390c3fcb6e6e829138614ac2a7c5c11394ea4ca Author: frolix68 Date: Tue Sep 25 16:45:26 2007 +0000 Updated Greek tranlation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7493 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/el.po | 1422 +++++++++++++++++++++++++--------------------------------- 2 files changed, 616 insertions(+), 810 deletions(-) commit 468a93964274c89d6c4b544fbe7c3b3f2d5eb145 Author: chpe Date: Tue Sep 25 15:14:00 2007 +0000 Fix the icon name to use EPHY_STOCK_EPHY git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7490 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/GeckoCookiePromptService.cpp | 3 ++- .../components/GeckoCookiePromptService.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) commit 3271cc705fe0e52d107eaa6f8c4a51f4a365705f Author: chpe Date: Tue Sep 25 14:43:07 2007 +0000 Add more mime types git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7488 51c929da-ce25-0410-94ab-cff1d2748b70 data/mime-types-permissions.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6ed27fd992ed511f0985eedb714f0fdcd2513681 Author: cosimoc Date: Mon Sep 24 18:22:16 2007 +0000 Rename WebKitGdk to WebKitGtk to follow upstream change and fix build against WebKit. Fixes bug #479852. One-liner by Cyril Brulebois. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7485 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6b310ac726bb2b084fc8e0e34c6657250e705f11 Author: chpe Date: Mon Sep 24 14:19:09 2007 +0000 Add LIBXUL_VERSION defines, and support using libxul-embedding instead of libxul. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7484 51c929da-ce25-0410-94ab-cff1d2748b70 m4/libxul.m4 | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) commit 6f14dd7fa97983d171d1dc87d36c64d335c1a588 Author: cosimoc Date: Sun Sep 23 17:59:09 2007 +0000 Change the hint of the bookmarking properties dialog to DIALOG, instead of NORMAL. Make bookmarking work in fullscreen mode and does not put bookmark properties windows in the taskbar. Fixes bug #478928. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7482 51c929da-ce25-0410-94ab-cff1d2748b70 src/bookmarks/ephy-bookmark-properties.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cfaca4f4ac2fe5b4769043f145c9e50e812c0441 Author: ituohela Date: Sun Sep 23 06:00:27 2007 +0000 Updated Finnish translation (fix for bug #479242) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7481 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/fi.po | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) commit 007ac72675cb80088af09ade3335d355fb7d6514 Author: chpe Date: Wed Sep 19 18:07:53 2007 +0000 Add defines for major/minor/micro version. Add SVN branch name, and use it in the ChangeLog generation rule. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7477 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 4 ++-- configure.ac | 23 +++++++++++++++++++---- 2 files changed, 21 insertions(+), 6 deletions(-) commit 2a4b1461af404e7971ce81405c0da7404975457d Author: chpe Date: Wed Sep 19 12:11:50 2007 +0000 Add ChangeLog.README to explain the ChangeLog policy git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7476 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog.README | 28 ++++++++++++++++++++++++++++ HACKING | 26 +++----------------------- 2 files changed, 31 insertions(+), 23 deletions(-) commit 96a72bbfa169e17327c86ac906ac6cffa9d8f03f Author: diegoe Date: Wed Sep 19 02:06:39 2007 +0000 2007-09-18 Diego Escalante Urrelo * lib/widgets/ephy-location-entry.c: Add a somewhat tricky fix for url titles not visible on the completion popup of the location entry when using a dark theme (like Darkilouche). We are using GTK_STATE_INSENSITIVE, rationale on the bug report. Fixes bug #446898. Also replaced some spaces for tabs. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7474 51c929da-ce25-0410-94ab-cff1d2748b70 lib/widgets/ephy-location-entry.c | 67 ++++++++++++++++++++---------------- 1 files changed, 37 insertions(+), 30 deletions(-) commit c7d55175cf57b1b9d97fcf4f1b8d1660f2b66510 Author: djihed Date: Mon Sep 17 10:53:42 2007 +0000 Updated Arabic Translation by Djihed Afifi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7469 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 214 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 113 insertions(+), 105 deletions(-) commit 564a22652b27d36b30197e3dd8aeae248895f39e Author: kennethn Date: Sun Sep 16 20:48:56 2007 +0000 Updated Danish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7466 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/da.po | 210 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 123 insertions(+), 91 deletions(-) commit 6d19c15e07e4a0068d44e9648c96a62861e417bd Author: dnylande Date: Sun Sep 16 18:27:11 2007 +0000 sv.po: Updated Swedish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7464 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog |14780 +++++++++++++++++++++++++++++----------------------------- po/sv.po | 125 +- 2 files changed, 7458 insertions(+), 7447 deletions(-) commit eb594ba3a0d74bf3a7b71ba4715c4fc4d7e327c8 Author: gforcada Date: Sun Sep 16 17:04:28 2007 +0000 Updated Catalan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7463 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ca.po | 207 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 118 insertions(+), 93 deletions(-) commit 347b9aa4a2bad46bc629fd4af7b7aa5625d00b66 Author: ituohela Date: Sun Sep 16 14:40:17 2007 +0000 Updated Finnish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7460 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/fi.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 03293fc77555c4b70dc3ba6e2aa090a82a1eb8cd Author: al_shopov Date: Sun Sep 16 14:10:24 2007 +0000 2007-09-16 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7459 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/bg.po | 994 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 542 insertions(+), 457 deletions(-) commit 4e9a7347f3fe7c340dc646a75468d355dd25553b Author: chpe Date: Sun Sep 16 12:49:15 2007 +0000 Mark ChangeLog rule as PHONY. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7455 51c929da-ce25-0410-94ab-cff1d2748b70 Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 76109e840945df2bd35298e169fc96017da1b17d Author: chpe Date: Sun Sep 16 12:46:49 2007 +0000 Make PromptService QI to nsIPromptService2 (not implemented yet, though). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7454 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/components/GeckoPromptService.cpp | 41 ++++++++++++++++----- embed/xulrunner/components/GeckoPromptService.h | 13 ++----- 2 files changed, 36 insertions(+), 18 deletions(-) commit aa899359d505250b745242ffa9aeefca0a0a0638 Author: chpe Date: Sun Sep 16 12:46:36 2007 +0000 Build ChangeLog from SVN history at dist time. XSL copied from gnucash and modified to output UTF-8. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7453 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 3 - Makefile.am | 10 ++ svn2cl.xsl | 295 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 305 insertions(+), 3 deletions(-) commit 0e309e7763a47c77533ddff34aa85aace8cc04b5 Author: cosimoc Date: Sun Sep 16 12:10:34 2007 +0000 Use friendly display for mailto: links; shows a nice text in status bar when hovering a mailto: link. Initial patch by Diego Escalante Urrelo, fixes bug #339161. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7452 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-tab.c | 41 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 40 insertions(+), 1 deletions(-) commit 88d89e8f70ab333a5e7979d93f075e00ee0d0afc Author: ymarcheg Date: Sun Sep 16 09:24:46 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7451 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 ++ help/oc/oc.po | 16 ++++----- po/ChangeLog | 4 ++ po/oc.po | 94 +++++++++++++++++++++++++++---------------------------- 4 files changed, 61 insertions(+), 57 deletions(-) commit 8f5c1cfc581a7515bc9fd12d4a03d5701060f49a Author: ituohela Date: Sun Sep 16 08:30:00 2007 +0000 Updated Finnish translation (spellchecked) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7449 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/fi.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 6821f542ab35c6271d381eb2becae6d8c99598ae Author: chpe Date: Sat Sep 15 19:17:44 2007 +0000 Add gvfs check. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7447 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit eab1b2bce4d7b862efddb1e545729a9911d7684c Author: chpe Date: Sat Sep 15 19:17:34 2007 +0000 Consistent spacing. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7446 51c929da-ce25-0410-94ab-cff1d2748b70 data/glade/epiphany.glade | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a51956eeca6fd112e9cf461435c2c4c1e6058f37 Author: chpe Date: Sat Sep 15 18:26:36 2007 +0000 Use nsILoginManager. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7445 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/mozilla-embed-single.cpp | 112 +++++++++++------------- 1 files changed, 50 insertions(+), 62 deletions(-) commit 9f0c2c0a89acd9d2b9bd7c5285d9bca28a3d1ada Author: aflinta Date: Sat Sep 15 14:52:07 2007 +0000 2007-09-15 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7443 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pl.po | 185 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 108 insertions(+), 81 deletions(-) commit 7305f6843a65740e8e9359cc5e4a5765270e4564 Author: chpe Date: Fri Sep 14 19:04:24 2007 +0000 Link to the XPCOM glue and set GRE_HOME on startup, until I can figure out what's our linking story wrt. XPCOM glue. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7440 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/Makefile.am | 1 + embed/xulrunner/embed/mozilla-embed-single.cpp | 3 +++ src/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 1 deletions(-) commit a8a14603cfd8df6b2c07d5f513d229b430736927 Author: chpe Date: Fri Sep 14 19:04:13 2007 +0000 Fix missing symbol on link. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7439 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/components/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit cdbd7100578627de6944d48888592a384507fee2 Author: chpe Date: Fri Sep 14 19:04:02 2007 +0000 Add libephyxulrunnerembed.la so LDADD. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7438 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/components/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit daa2b75941faa7a2fcfd988eab0393df42a64626 Author: chpe Date: Fri Sep 14 19:03:48 2007 +0000 Move EphyHistoryListener from embed/ to components/ since it's only used by GlobalHistory code. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7437 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/components/EphyHistoryListener.cpp | 170 ++++++++++++++++++++ embed/xulrunner/components/EphyHistoryListener.h | 49 ++++++ embed/xulrunner/components/Makefile.am | 2 + embed/xulrunner/embed/EphyHistoryListener.cpp | 170 -------------------- embed/xulrunner/embed/EphyHistoryListener.h | 49 ------ embed/xulrunner/embed/Makefile.am | 2 - 6 files changed, 221 insertions(+), 221 deletions(-) commit 2fa660bf1028198bd5d8b75a89d2173d2db465da Author: clyties Date: Fri Sep 14 12:07:13 2007 +0000 2007-09-14 vi.po Updated Vietnamese translation Clytie Siddall git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7436 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit ef073b36be6b9f43a156c2c3eff4d8a8c0d85671 Author: djihed Date: Thu Sep 13 22:33:36 2007 +0000 Updated Arabic Translation by Youssef Chahibi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7435 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ar.po | 1102 ++++++++++++++++++++++++---------------------------------- 2 files changed, 467 insertions(+), 639 deletions(-) commit 0d1f8387bf2795d044acc797b093c2b8a464fc69 Author: chpe Date: Thu Sep 13 20:36:04 2007 +0000 Move EphyUtils and GeckoUtils to utils/. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7434 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/EphyUtils.cpp | 207 ---------------------------------- embed/xulrunner/embed/EphyUtils.h | 66 ----------- embed/xulrunner/embed/Makefile.am | 2 - embed/xulrunner/src/GeckoUtils.cpp | 87 -------------- embed/xulrunner/src/GeckoUtils.h | 34 ------ embed/xulrunner/src/Makefile.am | 2 - embed/xulrunner/utils/EphyUtils.cpp | 203 +++++++++++++++++++++++++++++++++ embed/xulrunner/utils/EphyUtils.h | 66 +++++++++++ embed/xulrunner/utils/GeckoUtils.cpp | 87 ++++++++++++++ embed/xulrunner/utils/GeckoUtils.h | 34 ++++++ embed/xulrunner/utils/Makefile.am | 5 + 11 files changed, 395 insertions(+), 398 deletions(-) commit d7aa739e450b30ddae9247e3aada7c36f8422c18 Author: chpe Date: Thu Sep 13 20:35:53 2007 +0000 Add utils to LDADD to try to fix the linking. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7433 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/components/Makefile.am | 1 + embed/xulrunner/embed/Makefile.am | 1 + src/Makefile.am | 4 +++- 3 files changed, 5 insertions(+), 1 deletions(-) commit d5319e93cec19eeb7fbb972d224850ffcf39d140 Author: chpe Date: Thu Sep 13 20:35:44 2007 +0000 Add separate pkg config checks for some modules. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7432 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit a57db610923f5530db84f59680855e7ccf9eb199 Author: chpe Date: Thu Sep 13 20:35:29 2007 +0000 Move components from embed/ to components/ and fix the build. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7431 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/Makefile.am | 2 +- embed/xulrunner/components/ContentHandler.cpp | 480 ++++++ embed/xulrunner/components/ContentHandler.h | 81 + embed/xulrunner/components/EphyAboutModule.cpp | 724 +++++++++ embed/xulrunner/components/EphyAboutModule.h | 65 + embed/xulrunner/components/EphyContentPolicy.cpp | 244 +++ embed/xulrunner/components/EphyContentPolicy.h | 76 + embed/xulrunner/components/EphyRedirectChannel.cpp | 32 + embed/xulrunner/components/EphyRedirectChannel.h | 50 + embed/xulrunner/components/EphySidebar.cpp | 161 ++ embed/xulrunner/components/EphySidebar.h | 66 + embed/xulrunner/components/FilePicker.cpp | 492 ++++++ embed/xulrunner/components/FilePicker.h | 62 + .../components/GeckoCookiePromptService.cpp | 159 ++ .../components/GeckoCookiePromptService.h | 43 + .../components/GeckoFormSigningDialog.cpp | 158 ++ .../xulrunner/components/GeckoFormSigningDialog.h | 42 + embed/xulrunner/components/GeckoPrintService.cpp | 713 ++++++++ embed/xulrunner/components/GeckoPrintService.h | 54 + embed/xulrunner/components/GeckoPrintSession.cpp | 629 ++++++++ embed/xulrunner/components/GeckoPrintSession.h | 94 ++ .../xulrunner/components/GeckoSpellCheckEngine.cpp | 200 +++ embed/xulrunner/components/GeckoSpellCheckEngine.h | 52 + embed/xulrunner/components/GlobalHistory.cpp | 221 +++ embed/xulrunner/components/GlobalHistory.h | 68 + .../components/GtkNSSClientAuthDialogs.cpp | 284 ++++ .../xulrunner/components/GtkNSSClientAuthDialogs.h | 45 + embed/xulrunner/components/GtkNSSDialogs.cpp | 1695 ++++++++++++++++++++ embed/xulrunner/components/GtkNSSDialogs.h | 61 + .../xulrunner/components/GtkNSSKeyPairDialogs.cpp | 216 +++ embed/xulrunner/components/GtkNSSKeyPairDialogs.h | 45 + .../components/GtkNSSSecurityWarningDialogs.cpp | 285 ++++ .../components/GtkNSSSecurityWarningDialogs.h | 83 + embed/xulrunner/components/Makefile.am | 73 +- embed/xulrunner/components/MozDownload.cpp | 812 ++++++++++ embed/xulrunner/components/MozDownload.h | 153 ++ .../xulrunner/components/MozRegisterComponents.cpp | 330 ++++ embed/xulrunner/components/MozRegisterComponents.h | 28 + embed/xulrunner/embed/ContentHandler.cpp | 480 ------ embed/xulrunner/embed/ContentHandler.h | 81 - embed/xulrunner/embed/EphyAboutModule.cpp | 724 --------- embed/xulrunner/embed/EphyAboutModule.h | 65 - embed/xulrunner/embed/EphyBadCertRejector.cpp | 68 - embed/xulrunner/embed/EphyBadCertRejector.h | 36 - embed/xulrunner/embed/EphyContentPolicy.cpp | 244 --- embed/xulrunner/embed/EphyContentPolicy.h | 76 - embed/xulrunner/embed/EphyRedirectChannel.cpp | 32 - embed/xulrunner/embed/EphyRedirectChannel.h | 50 - embed/xulrunner/embed/EphySidebar.cpp | 161 -- embed/xulrunner/embed/EphySidebar.h | 66 - embed/xulrunner/embed/FilePicker.cpp | 492 ------ embed/xulrunner/embed/FilePicker.h | 62 - embed/xulrunner/embed/GeckoCookiePromptService.cpp | 159 -- embed/xulrunner/embed/GeckoCookiePromptService.h | 43 - embed/xulrunner/embed/GeckoFormSigningDialog.cpp | 158 -- embed/xulrunner/embed/GeckoFormSigningDialog.h | 42 - embed/xulrunner/embed/GeckoPrintService.cpp | 713 -------- embed/xulrunner/embed/GeckoPrintService.h | 54 - embed/xulrunner/embed/GeckoPrintSession.cpp | 629 -------- embed/xulrunner/embed/GeckoPrintSession.h | 94 -- embed/xulrunner/embed/GeckoSpellCheckEngine.cpp | 200 --- embed/xulrunner/embed/GeckoSpellCheckEngine.h | 52 - embed/xulrunner/embed/GlobalHistory.cpp | 221 --- embed/xulrunner/embed/GlobalHistory.h | 68 - embed/xulrunner/embed/GtkNSSClientAuthDialogs.cpp | 284 ---- embed/xulrunner/embed/GtkNSSClientAuthDialogs.h | 45 - embed/xulrunner/embed/GtkNSSDialogs.cpp | 1695 -------------------- embed/xulrunner/embed/GtkNSSDialogs.h | 61 - embed/xulrunner/embed/GtkNSSKeyPairDialogs.cpp | 216 --- embed/xulrunner/embed/GtkNSSKeyPairDialogs.h | 45 - .../embed/GtkNSSSecurityWarningDialogs.cpp | 285 ---- .../xulrunner/embed/GtkNSSSecurityWarningDialogs.h | 83 - embed/xulrunner/embed/Makefile.am | 52 +- embed/xulrunner/embed/MozDownload.cpp | 812 ---------- embed/xulrunner/embed/MozDownload.h | 153 -- embed/xulrunner/embed/MozRegisterComponents.cpp | 330 ---- embed/xulrunner/embed/MozRegisterComponents.h | 28 - embed/xulrunner/utils/EphyBadCertRejector.cpp | 68 + embed/xulrunner/utils/EphyBadCertRejector.h | 36 + embed/xulrunner/utils/Makefile.am | 10 +- 80 files changed, 9186 insertions(+), 9165 deletions(-) commit 1cd79a9b2727e8e0df272811039528f8f447e65a Author: chpe Date: Thu Sep 13 20:35:11 2007 +0000 Fix the build. We don't need to manually add the window to the window group, since set_transient_for does that for us since gtk 2.10. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7430 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/components/GeckoPromptService.cpp | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit f4679611b1615aed6cf2e9a9d766234454691e84 Author: chpe Date: Thu Sep 13 20:34:59 2007 +0000 Fix for move of GeckoPromptService. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7429 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/src/gecko-init.cpp | 26 +++----------------------- 1 files changed, 3 insertions(+), 23 deletions(-) commit c096f0e1230666fa827ea1984aa502180a1b1a49 Author: chpe Date: Thu Sep 13 13:25:50 2007 +0000 Move prompt service implementation to components/ and remove the duplicate implementations in src/ and embed/. Doesn't build yet. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7427 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/COPYRIGHT | 3 + embed/xulrunner/Makefile.am | 2 +- embed/xulrunner/components/GeckoPromptService.cpp | 885 ++++++++++++++++++++ embed/xulrunner/components/GeckoPromptService.h | 53 ++ embed/xulrunner/components/Makefile.am | 30 + embed/xulrunner/embed/EphyPromptService.cpp | 888 -------------------- embed/xulrunner/embed/EphyPromptService.h | 53 -- embed/xulrunner/embed/Makefile.am | 2 - embed/xulrunner/src/GeckoPromptService.cpp | 891 --------------------- embed/xulrunner/src/GeckoPromptService.h | 53 -- embed/xulrunner/src/Makefile.am | 2 - 11 files changed, 972 insertions(+), 1890 deletions(-) commit e76c6138a1ff02432d9950c2cd7ffac7f55973ed Author: chpe Date: Thu Sep 13 13:18:57 2007 +0000 Revert the change from r7406; see bug #476540. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7426 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/AutoJSContextStack.cpp | 2 +- embed/mozilla/AutoWindowModalState.cpp | 2 +- embed/mozilla/ContentHandler.cpp | 2 +- embed/mozilla/EphyAboutModule.cpp | 2 +- embed/mozilla/EphyBadCertRejector.cpp | 2 +- embed/mozilla/EphyBrowser.cpp | 2 +- embed/mozilla/EphyContentPolicy.cpp | 2 +- embed/mozilla/EphyDirectoryProvider.cpp | 2 +- embed/mozilla/EphyFind.cpp | 2 +- embed/mozilla/EphyHeaderSniffer.cpp | 2 +- embed/mozilla/EphyHistoryListener.cpp | 2 +- embed/mozilla/EphyPromptService.cpp | 2 +- embed/mozilla/EphyRedirectChannel.cpp | 2 +- embed/mozilla/EphySidebar.cpp | 2 +- embed/mozilla/EphySingle.cpp | 2 +- embed/mozilla/EphyUtils.cpp | 2 +- embed/mozilla/EventContext.cpp | 2 +- embed/mozilla/FilePicker.cpp | 2 +- embed/mozilla/GeckoCookiePromptService.cpp | 2 +- embed/mozilla/GeckoFormSigningDialog.cpp | 2 +- embed/mozilla/GeckoPrintService.cpp | 2 +- embed/mozilla/GeckoPrintSession.cpp | 2 +- embed/mozilla/GeckoSpellCheckEngine.cpp | 2 +- embed/mozilla/GlobalHistory.cpp | 2 +- embed/mozilla/GtkNSSClientAuthDialogs.cpp | 2 +- embed/mozilla/GtkNSSDialogs.cpp | 2 +- embed/mozilla/GtkNSSKeyPairDialogs.cpp | 2 +- embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 2 +- embed/mozilla/MozDownload.cpp | 2 +- embed/mozilla/MozRegisterComponents.cpp | 2 +- embed/mozilla/mozilla-download.cpp | 2 +- embed/mozilla/mozilla-embed-event.cpp | 2 +- embed/mozilla/mozilla-embed-find.cpp | 2 +- embed/mozilla/mozilla-embed-persist.cpp | 2 +- embed/mozilla/mozilla-embed-single.cpp | 2 +- embed/mozilla/mozilla-embed.cpp | 2 +- embed/mozilla/mozilla-notifiers.cpp | 2 +- embed/mozilla/mozilla-x509-cert.cpp | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) commit 5d991607e2e2e2ccc2e232615cd7ab55b29b6e6d Author: chpe Date: Thu Sep 13 13:17:58 2007 +0000 Revert the change from r7407; see bug #476540. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7425 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 2 +- embed/mozilla/EphyBrowser.cpp | 2 +- embed/mozilla/EphyContentPolicy.cpp | 2 +- embed/mozilla/EphyDirectoryProvider.cpp | 2 +- embed/mozilla/EphyFind.cpp | 2 +- embed/mozilla/EphyHeaderSniffer.cpp | 2 +- embed/mozilla/EphyHistoryListener.cpp | 2 +- embed/mozilla/EphyPromptService.cpp | 2 +- embed/mozilla/EphySidebar.cpp | 2 +- embed/mozilla/EphySingle.cpp | 2 +- embed/mozilla/EphyUtils.cpp | 2 +- embed/mozilla/EventContext.cpp | 2 +- embed/mozilla/FilePicker.cpp | 2 +- embed/mozilla/GeckoCookiePromptService.cpp | 2 +- embed/mozilla/GeckoFormSigningDialog.cpp | 2 +- embed/mozilla/GeckoPrintService.cpp | 2 +- embed/mozilla/GeckoPrintSession.cpp | 2 +- embed/mozilla/GeckoSpellCheckEngine.cpp | 2 +- embed/mozilla/GlobalHistory.cpp | 2 +- embed/mozilla/GtkNSSClientAuthDialogs.cpp | 2 +- embed/mozilla/GtkNSSDialogs.cpp | 2 +- embed/mozilla/MozDownload.cpp | 2 +- embed/mozilla/MozRegisterComponents.cpp | 2 +- embed/mozilla/mozilla-download.cpp | 2 +- embed/mozilla/mozilla-embed-persist.cpp | 2 +- embed/mozilla/mozilla-embed-single.cpp | 2 +- embed/mozilla/mozilla-embed.cpp | 2 +- embed/mozilla/mozilla-x509-cert.cpp | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) commit 6e8423d939081c1208ee8df54d8a1ff31e05a5ad Author: chpe Date: Thu Sep 13 13:09:13 2007 +0000 Move AutoJSContextStack and AutoWindowModalState helpers to embed/xulrunner/utils instead of having two copies of it in src and embed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7424 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/AutoJSContextStack.cpp | 47 ----------------------- embed/xulrunner/embed/AutoJSContextStack.h | 41 -------------------- embed/xulrunner/embed/AutoWindowModalState.cpp | 43 --------------------- embed/xulrunner/embed/AutoWindowModalState.h | 38 ------------------- embed/xulrunner/embed/Makefile.am | 5 +-- embed/xulrunner/src/AutoJSContextStack.cpp | 48 ------------------------ embed/xulrunner/src/AutoJSContextStack.h | 41 -------------------- embed/xulrunner/src/AutoWindowModalState.cpp | 39 ------------------- embed/xulrunner/src/AutoWindowModalState.h | 38 ------------------- embed/xulrunner/src/Makefile.am | 5 +-- embed/xulrunner/utils/AutoJSContextStack.cpp | 48 ++++++++++++++++++++++++ embed/xulrunner/utils/AutoJSContextStack.h | 41 ++++++++++++++++++++ embed/xulrunner/utils/AutoWindowModalState.cpp | 43 +++++++++++++++++++++ embed/xulrunner/utils/AutoWindowModalState.h | 38 +++++++++++++++++++ embed/xulrunner/utils/Makefile.am | 32 ++++++++++++++++ 15 files changed, 204 insertions(+), 343 deletions(-) commit 5a5928b90160b82ca1158a0d85f7d2619e01dc7a Author: chpe Date: Thu Sep 13 13:05:35 2007 +0000 Create Makefiles for embed/xulrunner/utils and components. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7423 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit fa7eeeb03ee26401a877447aae5227e5376e17ae Author: chpe Date: Thu Sep 13 13:00:45 2007 +0000 Add utils/ and components/ directories. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7422 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d62ae05c8576f7f48343934e1ea3f36d5ab20c9c Author: chpe Date: Thu Sep 13 12:58:09 2007 +0000 More build fixes for the xulrunner backend. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7421 51c929da-ce25-0410-94ab-cff1d2748b70 embed/Makefile.am | 7 +++++-- src/Makefile.am | 9 +++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) commit 40e8deecf1f40cebdb5407b99038c4c1224dc9b8 Author: chpe Date: Thu Sep 13 12:57:54 2007 +0000 Assert that constructing the single succeeded. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7420 51c929da-ce25-0410-94ab-cff1d2748b70 embed/ephy-embed-shell.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d1c026b10bba8a2b7b820dd56f4c4f6e6e71adf6 Author: chpe Date: Thu Sep 13 12:57:15 2007 +0000 Define WITH_XULRUNNER_ENGINE. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7419 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 954af24f7294a37543d7fd2dc3fe906029a197d0 Author: chpe Date: Thu Sep 13 12:56:15 2007 +0000 Build libgnomegeckoembed.la as noinst_LTLIBRARIES for now. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7418 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/Makefile.am | 2 +- embed/xulrunner/src/Makefile.am | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) commit 7cd3cdb1f718223d42210e59bb6d4320f25c2ae5 Author: chpe Date: Thu Sep 13 12:52:15 2007 +0000 Add visibility stuff from mozilla configure, and try to fix the libdir. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7417 51c929da-ce25-0410-94ab-cff1d2748b70 m4/libxul.m4 | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 140 insertions(+), 9 deletions(-) commit 14e01870e71c17106561b5ce583dbdef1f028373 Author: kelemeng Date: Thu Sep 13 12:39:37 2007 +0000 2007-09-13 Gabor Kelemen * hu.po: Translation updated. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7416 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/hu.po | 205 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 116 insertions(+), 93 deletions(-) commit 24a67ef1dea216a310c903e12b742d2e3e2ec140 Author: chpe Date: Thu Sep 13 12:32:50 2007 +0000 Use G_DEFINE_TYPE. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7414 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/mozilla-embed-single.cpp | 114 +++++------------------ 1 files changed, 25 insertions(+), 89 deletions(-) commit c7f17865f874ee54a60b46190d04febf3e19a89d Author: dnloreto Date: Thu Sep 13 08:21:08 2007 +0000 2007-09-13 Duarte Loreto * pt.po: Updated Portuguese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7411 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pt.po | 188 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 106 insertions(+), 86 deletions(-) commit 1d4eee574b20a56d9f23052fd001aa403f40ca53 Author: chpe Date: Wed Sep 12 21:02:16 2007 +0000 Port to frozen string API by using nsINetUtil git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7410 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/EphyAboutModule.cpp | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) commit 0c3caf8bc33c2d6b5dff63622c0673c38415cdf5 Author: chpe Date: Wed Sep 12 20:50:11 2007 +0000 Remove check for MOZILLA_INTERNAL_API git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7409 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/EphyUtils.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit 8298d55489f93cff00e7adadf3a4afc75755bd6e Author: chpe Date: Wed Sep 12 20:47:12 2007 +0000 Add embed directory git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7408 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3c186c06a41a1410bf81c9d0716158a3063db6f4 Author: chpe Date: Wed Sep 12 20:41:48 2007 +0000 Include nsStringGlue.h instead of nsStringAPI.h git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7407 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/ContentHandler.cpp | 2 +- embed/mozilla/EphyBrowser.cpp | 2 +- embed/mozilla/EphyContentPolicy.cpp | 2 +- embed/mozilla/EphyDirectoryProvider.cpp | 2 +- embed/mozilla/EphyFind.cpp | 2 +- embed/mozilla/EphyHeaderSniffer.cpp | 2 +- embed/mozilla/EphyHistoryListener.cpp | 2 +- embed/mozilla/EphyPromptService.cpp | 2 +- embed/mozilla/EphySidebar.cpp | 2 +- embed/mozilla/EphySingle.cpp | 2 +- embed/mozilla/EphyUtils.cpp | 2 +- embed/mozilla/EventContext.cpp | 2 +- embed/mozilla/FilePicker.cpp | 2 +- embed/mozilla/GeckoCookiePromptService.cpp | 2 +- embed/mozilla/GeckoFormSigningDialog.cpp | 2 +- embed/mozilla/GeckoPrintService.cpp | 2 +- embed/mozilla/GeckoPrintSession.cpp | 2 +- embed/mozilla/GeckoSpellCheckEngine.cpp | 2 +- embed/mozilla/GlobalHistory.cpp | 2 +- embed/mozilla/GtkNSSClientAuthDialogs.cpp | 2 +- embed/mozilla/GtkNSSDialogs.cpp | 2 +- embed/mozilla/MozDownload.cpp | 2 +- embed/mozilla/MozRegisterComponents.cpp | 2 +- embed/mozilla/mozilla-download.cpp | 2 +- embed/mozilla/mozilla-embed-persist.cpp | 2 +- embed/mozilla/mozilla-embed-single.cpp | 2 +- embed/mozilla/mozilla-embed.cpp | 2 +- embed/mozilla/mozilla-x509-cert.cpp | 2 +- embed/xulrunner/embed/ContentHandler.cpp | 2 +- embed/xulrunner/embed/EphyBrowser.cpp | 2 +- embed/xulrunner/embed/EphyContentPolicy.cpp | 2 +- embed/xulrunner/embed/EphyFind.cpp | 2 +- embed/xulrunner/embed/EphyHeaderSniffer.cpp | 2 +- embed/xulrunner/embed/EphyHistoryListener.cpp | 2 +- embed/xulrunner/embed/EphyPromptService.cpp | 2 +- embed/xulrunner/embed/EphySidebar.cpp | 2 +- embed/xulrunner/embed/EphySingle.cpp | 2 +- embed/xulrunner/embed/EphyUtils.cpp | 2 +- embed/xulrunner/embed/EventContext.cpp | 2 +- embed/xulrunner/embed/FilePicker.cpp | 2 +- embed/xulrunner/embed/GeckoCookiePromptService.cpp | 2 +- embed/xulrunner/embed/GeckoFormSigningDialog.cpp | 2 +- embed/xulrunner/embed/GeckoPrintService.cpp | 2 +- embed/xulrunner/embed/GeckoPrintSession.cpp | 2 +- embed/xulrunner/embed/GeckoSpellCheckEngine.cpp | 2 +- embed/xulrunner/embed/GlobalHistory.cpp | 2 +- embed/xulrunner/embed/GtkNSSClientAuthDialogs.cpp | 2 +- embed/xulrunner/embed/GtkNSSDialogs.cpp | 2 +- embed/xulrunner/embed/MozDownload.cpp | 2 +- embed/xulrunner/embed/MozRegisterComponents.cpp | 2 +- embed/xulrunner/embed/mozilla-download.cpp | 2 +- embed/xulrunner/embed/mozilla-embed-persist.cpp | 2 +- embed/xulrunner/embed/mozilla-embed-single.cpp | 2 +- embed/xulrunner/embed/mozilla-embed.cpp | 2 +- embed/xulrunner/embed/mozilla-x509-cert.cpp | 2 +- embed/xulrunner/src/GeckoPromptService.cpp | 2 +- embed/xulrunner/tests/testgeckoembed.cpp | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) commit 30fd1a3938540009918be08e1c017d836237bf3e Author: chpe Date: Wed Sep 12 20:40:13 2007 +0000 Include xpcom-config.h, not mozilla-config.h git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7406 51c929da-ce25-0410-94ab-cff1d2748b70 embed/mozilla/AutoJSContextStack.cpp | 2 +- embed/mozilla/AutoWindowModalState.cpp | 2 +- embed/mozilla/ContentHandler.cpp | 2 +- embed/mozilla/EphyAboutModule.cpp | 2 +- embed/mozilla/EphyBadCertRejector.cpp | 2 +- embed/mozilla/EphyBrowser.cpp | 2 +- embed/mozilla/EphyContentPolicy.cpp | 2 +- embed/mozilla/EphyDirectoryProvider.cpp | 2 +- embed/mozilla/EphyFind.cpp | 2 +- embed/mozilla/EphyHeaderSniffer.cpp | 2 +- embed/mozilla/EphyHistoryListener.cpp | 2 +- embed/mozilla/EphyPromptService.cpp | 2 +- embed/mozilla/EphyRedirectChannel.cpp | 2 +- embed/mozilla/EphySidebar.cpp | 2 +- embed/mozilla/EphySingle.cpp | 2 +- embed/mozilla/EphyUtils.cpp | 2 +- embed/mozilla/EventContext.cpp | 2 +- embed/mozilla/FilePicker.cpp | 2 +- embed/mozilla/GeckoCookiePromptService.cpp | 2 +- embed/mozilla/GeckoFormSigningDialog.cpp | 2 +- embed/mozilla/GeckoPrintService.cpp | 2 +- embed/mozilla/GeckoPrintSession.cpp | 2 +- embed/mozilla/GeckoSpellCheckEngine.cpp | 2 +- embed/mozilla/GlobalHistory.cpp | 2 +- embed/mozilla/GtkNSSClientAuthDialogs.cpp | 2 +- embed/mozilla/GtkNSSDialogs.cpp | 2 +- embed/mozilla/GtkNSSKeyPairDialogs.cpp | 2 +- embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 2 +- embed/mozilla/MozDownload.cpp | 2 +- embed/mozilla/MozRegisterComponents.cpp | 2 +- embed/mozilla/mozilla-download.cpp | 2 +- embed/mozilla/mozilla-embed-event.cpp | 2 +- embed/mozilla/mozilla-embed-find.cpp | 2 +- embed/mozilla/mozilla-embed-persist.cpp | 2 +- embed/mozilla/mozilla-embed-single.cpp | 2 +- embed/mozilla/mozilla-embed.cpp | 2 +- embed/mozilla/mozilla-notifiers.cpp | 2 +- embed/mozilla/mozilla-x509-cert.cpp | 2 +- embed/xulrunner/embed/AutoJSContextStack.cpp | 2 +- embed/xulrunner/embed/AutoWindowModalState.cpp | 2 +- embed/xulrunner/embed/ContentHandler.cpp | 2 +- embed/xulrunner/embed/EphyAboutModule.cpp | 2 +- embed/xulrunner/embed/EphyBadCertRejector.cpp | 2 +- embed/xulrunner/embed/EphyBrowser.cpp | 2 +- embed/xulrunner/embed/EphyContentPolicy.cpp | 2 +- embed/xulrunner/embed/EphyDirectoryProvider.cpp | 2 +- embed/xulrunner/embed/EphyFind.cpp | 2 +- embed/xulrunner/embed/EphyHeaderSniffer.cpp | 2 +- embed/xulrunner/embed/EphyHistoryListener.cpp | 2 +- embed/xulrunner/embed/EphyPromptService.cpp | 2 +- embed/xulrunner/embed/EphyRedirectChannel.cpp | 2 +- embed/xulrunner/embed/EphySidebar.cpp | 2 +- embed/xulrunner/embed/EphySingle.cpp | 2 +- embed/xulrunner/embed/EphyUtils.cpp | 2 +- embed/xulrunner/embed/EventContext.cpp | 2 +- embed/xulrunner/embed/FilePicker.cpp | 2 +- embed/xulrunner/embed/GeckoCookiePromptService.cpp | 2 +- embed/xulrunner/embed/GeckoFormSigningDialog.cpp | 2 +- embed/xulrunner/embed/GeckoPrintService.cpp | 2 +- embed/xulrunner/embed/GeckoPrintSession.cpp | 2 +- embed/xulrunner/embed/GeckoSpellCheckEngine.cpp | 2 +- embed/xulrunner/embed/GlobalHistory.cpp | 2 +- embed/xulrunner/embed/GtkNSSClientAuthDialogs.cpp | 2 +- embed/xulrunner/embed/GtkNSSDialogs.cpp | 2 +- embed/xulrunner/embed/GtkNSSKeyPairDialogs.cpp | 2 +- .../embed/GtkNSSSecurityWarningDialogs.cpp | 2 +- embed/xulrunner/embed/MozDownload.cpp | 2 +- embed/xulrunner/embed/MozRegisterComponents.cpp | 2 +- embed/xulrunner/embed/mozilla-download.cpp | 2 +- embed/xulrunner/embed/mozilla-embed-event.cpp | 2 +- embed/xulrunner/embed/mozilla-embed-find.cpp | 2 +- embed/xulrunner/embed/mozilla-embed-persist.cpp | 2 +- embed/xulrunner/embed/mozilla-embed-single.cpp | 2 +- embed/xulrunner/embed/mozilla-embed.cpp | 2 +- embed/xulrunner/embed/mozilla-notifiers.cpp | 2 +- embed/xulrunner/embed/mozilla-x509-cert.cpp | 2 +- embed/xulrunner/src/AutoJSContextStack.cpp | 2 +- embed/xulrunner/src/AutoWindowModalState.cpp | 2 +- embed/xulrunner/src/EmbedContentListener.cpp | 2 +- embed/xulrunner/src/EmbedEventListener.cpp | 2 +- embed/xulrunner/src/EmbedProgress.cpp | 2 +- embed/xulrunner/src/EmbedStream.cpp | 2 +- embed/xulrunner/src/EmbedWindow.cpp | 2 +- embed/xulrunner/src/EmbedWindowCreator.cpp | 2 +- embed/xulrunner/src/GeckoBrowser.cpp | 2 +- embed/xulrunner/src/GeckoPromptService.cpp | 2 +- embed/xulrunner/src/GeckoSingle.cpp | 2 +- embed/xulrunner/src/GeckoUtils.cpp | 2 +- embed/xulrunner/src/gecko-dom-event.cpp | 2 +- embed/xulrunner/src/gecko-embed-single.cpp | 2 +- embed/xulrunner/src/gecko-embed.cpp | 2 +- embed/xulrunner/src/gecko-init.cpp | 2 +- embed/xulrunner/tests/testgeckoembed.cpp | 2 +- m4/libxul.m4 | 2 +- plugins/desktop-file/plugin.cpp | 2 +- 95 files changed, 95 insertions(+), 95 deletions(-) commit 1d4d931fb21afea50ccdc536a64125a3499f5b5c Author: chpe Date: Wed Sep 12 20:33:52 2007 +0000 We know we do have gecko 1.9, so remove all HAVE_GECKO_* defines. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7405 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/AutoWindowModalState.cpp | 18 --------- embed/xulrunner/embed/EphyAboutModule.cpp | 2 - embed/xulrunner/embed/EphyBrowser.cpp | 2 - embed/xulrunner/embed/EphyFind.cpp | 39 +------------------- embed/xulrunner/embed/EphySidebar.cpp | 4 -- embed/xulrunner/embed/EphySingle.cpp | 2 - embed/xulrunner/embed/EphyUtils.cpp | 19 ++------- embed/xulrunner/embed/GeckoPrintService.cpp | 46 +---------------------- embed/xulrunner/embed/GeckoSpellCheckEngine.cpp | 5 -- embed/xulrunner/embed/GlobalHistory.cpp | 6 +-- embed/xulrunner/embed/MozDownload.cpp | 2 - embed/xulrunner/embed/mozilla-embed-single.cpp | 2 +- embed/xulrunner/embed/mozilla-embed.cpp | 2 - embed/xulrunner/src/AutoWindowModalState.cpp | 4 -- 14 files changed, 9 insertions(+), 144 deletions(-) commit fc872073951f1810b823578ec830d7b377d066aa Author: chpe Date: Wed Sep 12 19:53:17 2007 +0000 More xulrunner build fixes git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7404 51c929da-ce25-0410-94ab-cff1d2748b70 m4/libxul.m4 | 3 ++- src/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) commit a6a1b12ce67a2a5230e061bf208ca06e2122ade8 Author: chpe Date: Wed Sep 12 19:52:56 2007 +0000 Disable tests directory for now. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7403 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 80493efbe29d07bb06466d3d8dfa72d54ee182f6 Author: chpe Date: Wed Sep 12 19:35:36 2007 +0000 Make the xulrunner backend build: change C/CXX/LDFLAGS, comment out some code that isn't ported to gecko 1.9 yet. Doesn't link yet! git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7402 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/bindings/Makefile.am | 8 ++- embed/xulrunner/bindings/python/Makefile.am | 13 ++-- embed/xulrunner/data/Makefile.am | 1 - embed/xulrunner/embed/ContentHandler.cpp | 3 +- embed/xulrunner/embed/EphyDirectoryProvider.cpp | 7 +-- embed/xulrunner/embed/EphyFind.cpp | 10 +--- embed/xulrunner/embed/EphySidebar.cpp | 5 +- embed/xulrunner/embed/GeckoPrintService.cpp | 1 - embed/xulrunner/embed/GtkNSSDialogs.cpp | 1 + embed/xulrunner/embed/Makefile.am | 77 ++++++----------------- embed/xulrunner/embed/MozDownload.cpp | 3 +- embed/xulrunner/embed/MozRegisterComponents.cpp | 5 +- embed/xulrunner/embed/mozilla-embed-single.cpp | 17 ++---- embed/xulrunner/src/Makefile.am | 42 ++---------- embed/xulrunner/tests/Makefile.am | 39 +++++------- 15 files changed, 68 insertions(+), 164 deletions(-) commit 2dc254c9cddd287321887bfe5937393c614bc90e Author: chpe Date: Wed Sep 12 19:25:58 2007 +0000 Move ChangeLog git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7401 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/ChangeLog | 545 ------------------------------------ embed/xulrunner/ChangeLog-preEphy | 548 +++++++++++++++++++++++++++++++++++++ 2 files changed, 548 insertions(+), 545 deletions(-) commit 06d9a79a2ad3aa1868a421e38e2c215f6b54dcce Author: chpe Date: Wed Sep 12 19:07:32 2007 +0000 Update version and API version to 2.21 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7398 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 4 ++-- src/ephy-notebook.c | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) commit 76661f4444e04d377fa83f47be0fe8ec6f62ce52 Author: chpe Date: Wed Sep 12 19:06:42 2007 +0000 Add ChangeLog stub pointing to HACKING file for policy git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7397 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit f4a14aba1334d931256fd5641449d19c6c2d14f9 Author: chpe Date: Wed Sep 12 19:06:24 2007 +0000 Style fixes git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7396 51c929da-ce25-0410-94ab-cff1d2748b70 HACKING | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 98696a31836f42b662e95aa809c898861842247f Author: chpe Date: Wed Sep 12 18:44:22 2007 +0000 Fix the LIBXUL_INCLUDES variable git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7395 51c929da-ce25-0410-94ab-cff1d2748b70 m4/libxul.m4 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9087461c8d1968bb50e6287d12329ea2763617ad Author: chpe Date: Wed Sep 12 18:42:57 2007 +0000 Move old ChangeLog to ChangeLog-20070912, and dist it. Update HACKING file for no-ChangeLog policy. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7394 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 2251 ---------------------------------------------------- ChangeLog-20070912 | 2251 ++++++++++++++++++++++++++++++++++++++++++++++++++++ HACKING | 38 +- Makefile.am | 10 +- 4 files changed, 2279 insertions(+), 2271 deletions(-) commit 0737e21116d8889d5563e1449e843e1faf32b288 Author: cosimoc Date: Wed Sep 12 17:36:53 2007 +0000 2007-09-12 Cosimo Cecchi * src/ephy-session.c: (write_active_tab), (write_ephy_window), (ephy_session_load): Make session recovery focus work properly and remember the active tab. Fixes bug #317272. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7393 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ src/ephy-session.c | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 1 deletions(-) commit f3ed7f7bafe62855da29de5e647740ec23a2576f Author: cosimoc Date: Wed Sep 12 15:30:03 2007 +0000 2007-09-12 Cosimo Cecchi * src/ephy-lockdown.c: (update_window): Fix disable_toolbar_editing lockdown not respected for Remove and Move actions on toolbar buttons. Bug #475641. Patch by Cyril Brulebois. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7392 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ src/ephy-lockdown.c | 27 +++++++++++++++++++-------- 2 files changed, 26 insertions(+), 8 deletions(-) commit 7b768a7dbe9a9aad3d142f41eb1e183cbcc04019 Author: cosimoc Date: Wed Sep 12 15:24:21 2007 +0000 2007-09-12 Cosimo Cecchi * src/ephy-history-window.c: (search_entry_clear_cb), (build_search_box): Adapt EphyHistoryWindow to the iconified EphySearchEntry and adds a cleaner button in its search entry, like in Bookmarks Editor. Fixes bug #476179. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7391 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 9 +++++++++ src/ephy-history-window.c | 40 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 47 insertions(+), 2 deletions(-) commit 79a1fd19fdf460aea6429a168b2184b5ec2fb0cd Author: cosimoc Date: Wed Sep 12 14:50:34 2007 +0000 2007-09-12 Cosimo Cecchi * src/ephy-find-toolbar.c: (ephy_find_toolbar_open): Find toolbar now remembers last pattern searched also when opened with GDK_slash or GDK_apostrophe. Fixes bug #343337. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7390 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ src/ephy-find-toolbar.c | 10 +--------- 2 files changed, 8 insertions(+), 9 deletions(-) commit 753f2b7e7042d6e26b6246a551bbeef2e00b02db Author: zyang Date: Wed Sep 12 13:02:10 2007 +0000 Updated zh_CN translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7389 51c929da-ce25-0410-94ab-cff1d2748b70 po/zh_CN.po | 62 +++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 39 insertions(+), 23 deletions(-) commit e47308150005675dc07fd007b92a168161b16230 Author: stephaner Date: Wed Sep 12 00:41:41 2007 +0000 Updated French translation by Cyril Brulebois and Robert-André Mauchin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7386 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/fr.po | 294 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 167 insertions(+), 132 deletions(-) commit 2f82be57085d3143dbeb544574b8cd7dfde69f6e Author: jwendell Date: Tue Sep 11 12:48:17 2007 +0000 2007-09-11 Jonh Wendell * pt_BR.po: Updated Brazilian Portuguese translation by Og Maciel. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7384 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pt_BR.po | 854 ++++++++++++++++++---------------------------------------- 2 files changed, 263 insertions(+), 595 deletions(-) commit b01ab351fecb9caf816db45dfda41a380fd11c1f Author: cosimoc Date: Mon Sep 10 22:46:48 2007 +0000 2007-09-11 Cosimo Cecchi * src/ephy-home-action.c: (action_name_association), (ephy_home_action_activate), (home_action_drag_data_received_cb), (connect_proxy), (disconnect_proxy), (ephy_home_action_class_init): Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in the toolbar. Fixes bug #382383. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7382 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 9 +++ src/ephy-home-action.c | 161 +++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 156 insertions(+), 14 deletions(-) commit 36d9ac1f1fdf1554dabcf97cd4d2c296972a7651 Author: reinouts Date: Mon Sep 10 20:44:28 2007 +0000 2007-09-10 Reinout van Schouwen * nl.po: Updated Dutch translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7381 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 7425 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- po/nl.po | 303 ++-- 2 files changed, 7552 insertions(+), 176 deletions(-) commit 3b95934716dc41ce06434281ed2951f0cdfe4311 Author: chpe Date: Mon Sep 10 19:42:07 2007 +0000 2007-09-10 Christian Persch * m4/gecko.m4: Make sure the gecko version is set to 0 if we're not compiling with the gecko backend. Bug #475461, patch by Cyril Brulebois. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7379 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ m4/gecko.m4 | 4 ++++ 2 files changed, 11 insertions(+), 0 deletions(-) commit f2c629536c904d104b765286345525ff9a05f4f8 Author: chpe Date: Mon Sep 10 19:37:33 2007 +0000 2007-09-10 Christian Persch * configure.ac: Error out if the C++ compiler wasn't found. Bug #475360. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7378 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 6 ++++++ configure.ac | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletions(-) commit 8218851d7db639ed66635e60fd6db63b7eb83ee7 Author: jorgegonz Date: Mon Sep 10 16:11:26 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7376 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/es.po | 302 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 161 insertions(+), 145 deletions(-) commit f6fbabf0d6ee6a4155fb78717eb5ed6948925bb5 Author: plaes Date: Mon Sep 10 14:12:53 2007 +0000 2007-09-10 Priit Laes * et.po: Updated Estonian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7373 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/et.po | 14 +++++++++++++- 2 files changed, 17 insertions(+), 1 deletions(-) commit 9f2671c1d92599bdc1dd16909a1af6f35a6f5f04 Author: mdziumanenko Date: Mon Sep 10 09:44:30 2007 +0000 2007-09-10 Maxim Dziumanenko * Update Ukrainian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7369 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/uk.po | 819 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 460 insertions(+), 363 deletions(-) commit 1e50f007d4818d77ea588f6a1142d68c41d862e8 Author: hendrikr Date: Mon Sep 10 09:40:58 2007 +0000 2007-09-10 Hendrik Richter * de.po: Updated German translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7368 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/de.po | 145 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 84 insertions(+), 65 deletions(-) commit dcbed8ae76754dfdb1cc6b6dfd5cc8fb25d2bbf9 Author: ituohela Date: Mon Sep 10 03:40:03 2007 +0000 Updated Finnish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7366 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/fi.po | 137 +++++++++++++++++++++++++++++++++------------------------ 2 files changed, 83 insertions(+), 58 deletions(-) commit 8c4c471a1ac5e43a79b94ea0796708a8735eb6aa Author: cosimoc Date: Sun Sep 9 22:43:58 2007 +0000 2007-09-10 Cosimo Cecchi * src/ephy-toolbar.c: (ephy_toolbar_set_navigation_tooltips): * src/ephy-toolbar.h: * src/ephy-window.c: (sync_tab_navigation): Makes tooltips for Back and Forward buttons display the titles of relative pages. Fixes bug #341400. Patch by Cyril Brulebois. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7364 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 9 +++++++++ src/ephy-toolbar.c | 20 ++++++++++++++++++++ src/ephy-toolbar.h | 4 ++++ src/ephy-window.c | 30 ++++++++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 0 deletions(-) commit 1c0a5a7bb1e62fa58e2995535526f6c3b6c68c65 Author: cosimoc Date: Sun Sep 9 22:36:29 2007 +0000 2007-09-10 Cosimo Cecchi * src/ppview-toolbar.c: (ppview_toolbar_set_window): Forces the display of "Close print preview" on the relative toolbar button in the print preview window. See bug #109063. Patch by Cyril Brulebois. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7363 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ src/ppview-toolbar.c | 24 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 0 deletions(-) commit a38f1069477e1674eea63085934331d99591d4c5 Author: dnylande Date: Sun Sep 9 22:34:17 2007 +0000 sv.po: Updated Swedish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7361 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sv.po | 341 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 182 insertions(+), 163 deletions(-) commit 0176a3b9e0233f7c67ea590edc44896d554bb08e Author: chpe Date: Sun Sep 9 21:11:39 2007 +0000 2007-09-09 Christian Persch * configure.ac: * embed/Makefile.am: * embed/ephy-embed-factory.c: (ephy_embed_factory_new_object): * m4/gecko.m4: A m4/libxul.m4: * src/Makefile.am: Integrate the "xulrunner" backend with configure. Not building yet. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7359 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 10 + configure.ac | 67 ++++++- embed/Makefile.am | 14 ++- embed/ephy-embed-factory.c | 23 ++- m4/gecko.m4 | 24 ++- m4/libxul.m4 | 417 ++++++++++++++++++++++++++++++++++++++++++++ src/Makefile.am | 12 ++- 7 files changed, 541 insertions(+), 26 deletions(-) commit 303149426da9366595be99d225e7578c77d25006 Author: cosimoc Date: Sun Sep 9 17:49:34 2007 +0000 2007-09-09 Cosimo Cecchi * lib/widgets/ephy-search-entry.c: (ephy_search_entry_get_type), (ephy_search_entry_timeout_cb), (ephy_search_entry_changed_cb), (ephy_search_entry_init), (ephy_search_entry_clear): * lib/widgets/ephy-search-entry.h: * src/bookmarks/ephy-bookmarks-editor.c: (search_entry_clear_cb), (build_search_box): Modifies the EphySearchEntry to inherit from EphyIconEntry instead of GtkEntry, to have icons on it. Adds a cleaner icon in the search entry of Bookmarks Editor. Fixes bug #463469. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7358 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 13 ++++++++++ lib/widgets/ephy-search-entry.c | 18 ++++++++++---- lib/widgets/ephy-search-entry.h | 6 ++-- src/bookmarks/ephy-bookmarks-editor.c | 40 ++++++++++++++++++++++++++++++++- 4 files changed, 68 insertions(+), 9 deletions(-) commit 77616759ab9f6ccb7abc6cd1cd7f20dda2580fdc Author: cosimoc Date: Sun Sep 9 12:45:20 2007 +0000 2007-09-09 Cosimo Cecchi * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor): Marks as translatable some toolbar editor strings and removes references to old Control Center gettext domain. Fixes bug #474429. Patch by Cyril Brulebois. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7357 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ src/ephy-toolbar-editor.c | 21 +++++---------------- 2 files changed, 13 insertions(+), 16 deletions(-) commit c2c253cc106d9c8034531d386624963251286432 Author: cosimoc Date: Sun Sep 9 12:37:41 2007 +0000 2007-09-09 Cosimo Cecchi * lib/widgets/ephy-zoom-action.c: (connect_proxy): Fixes bad state syncing when adding zoom controls to the toolbar. Fixes bug #338005. Patch by Cyril Brulebois. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7355 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ lib/widgets/ephy-zoom-action.c | 4 ++++ 2 files changed, 11 insertions(+), 0 deletions(-) commit f072eb191ce2772de4d981dfb90652fb3344845e Author: cosimoc Date: Sat Sep 8 23:27:43 2007 +0000 2007-09-09 Cosimo Cecchi * src/ephy-find-toolbar.c: (set_status_notfound_cb), (set_status), (ephy_find_toolbar_dispose): Make 'Not found' on find toolbar temporairly bold and fires gtk_widget_error_bell () when searching on a page and no results are found. Fixes bug #363004. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7354 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 9 +++++++++ src/ephy-find-toolbar.c | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 45 insertions(+), 1 deletions(-) commit c79d37f3b8e6a274008f7a248aa4010b65164857 Author: cosimoc Date: Fri Sep 7 23:33:54 2007 +0000 2007-09-08 Cosimo Cecchi * embed/downloader-view.c: (downloader_view_finalize), (update_buttons_timeout_cb), (downloader_view_add_download): Fix runtime warnings when downloading small files, due to bad handling of g_timeout in DownloaderView. Fixes bug #473566. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7351 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ embed/downloader-view.c | 12 ++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) commit 172a0ac408500b8674b2936b8be59dc70bd53d8c Author: clyties Date: Fri Sep 7 12:27:08 2007 +0000 2007-09-07 vi.po Updated Vietnamese translation Clytie Siddall git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7350 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/vi.po | 916 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 462 insertions(+), 458 deletions(-) commit 952100c3e132c14777cfe01756f4a31b39ad1572 Author: grakic Date: Fri Sep 7 08:02:38 2007 +0000 Updated Serbian translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7348 51c929da-ce25-0410-94ab-cff1d2748b70 po/sr.po | 4 ++-- po/sr@Latn.po | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 9808c67bf588d54bde643f6ea9847b22cce20338 Author: grakic Date: Fri Sep 7 07:39:48 2007 +0000 Updated Serbian translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7347 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 6 +- po/sr.po | 724 ++++++++++++++++++++++++++++-------------------------- po/sr@Latn.po | 761 +++++++++++++++++++++++++++++++-------------------------- 3 files changed, 793 insertions(+), 698 deletions(-) commit 98abcb8c8cefd4163a9ed38201dbdf51c7fcdc2c Author: hendrikr Date: Thu Sep 6 06:43:47 2007 +0000 2007-09-06 Hendrik Richter * de.po: Updated German translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7344 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/de.po | 12 +++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) commit 5d81a76eef25340959898f2a263935fc75dcf3e6 Author: jap Date: Thu Sep 6 01:16:45 2007 +0000 2007-09-06 Jan Arne Petersen * Makefile.am: * de/de.po: Added German translation from 2.20 branch. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7343 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 5 + help/Makefile.am | 2 +- help/de/de.po | 2846 ++++++++++++++++++++ .../ephy-addressbar-smartbookmark-screenshot.png | Bin 0 -> 3278 bytes .../ephy-bookmarkbar-smartbookmark-screenshot.png | Bin 0 -> 1994 bytes help/de/figures/ephy-history-window-screenshot.png | Bin 0 -> 37216 bytes help/de/figures/ephy-screenshot.png | Bin 0 -> 73939 bytes 7 files changed, 2852 insertions(+), 1 deletions(-) commit 219557b58738ed59d5f9c04be5f082c5a868a7f4 Author: icq Date: Wed Sep 5 20:03:09 2007 +0000 Updated Galician Translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7341 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 7341 +--------------------------------------------------------- po/gl.po | 723 +++--- 2 files changed, 369 insertions(+), 7695 deletions(-) commit 27682cb2f425ea460d69936753eee28f66c6075a Author: hendrikr Date: Wed Sep 5 10:54:06 2007 +0000 2007-09-05 Hendrik Richter * de.po: Updated German translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7339 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/de.po | 158 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 83 insertions(+), 79 deletions(-) commit 2e31a7a7b59721ccf935c682cae75a7cba97e70d Author: clyties Date: Sun Sep 2 12:40:37 2007 +0000 2007-09-02 vi.po Updated Vietnamese translation Clytie Siddall git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7334 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 2 +- po/vi.po | 688 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 383 insertions(+), 307 deletions(-) commit 1f8095ae50bee9aba640d31f507851d119634fee Author: aflinta Date: Sun Sep 2 12:24:14 2007 +0000 2007-09-02 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7333 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/pl.po | 36 +++++++++++++++++------------------- 2 files changed, 21 insertions(+), 19 deletions(-) commit 6b30aec1fab5c80deb1e6bef9be53ac1d9009f58 Author: fwang Date: Sun Sep 2 08:30:36 2007 +0000 Updated epiphany trunk translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7330 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/zh_CN.po | 742 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 400 insertions(+), 346 deletions(-) commit eb91333997babb6028453ff3d3fbe52f676f3275 Author: ymarcheg Date: Sat Sep 1 20:07:05 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7329 51c929da-ce25-0410-94ab-cff1d2748b70 po/oc.po | 48 ++++++++++++++++++++++++++---------------------- 1 files changed, 26 insertions(+), 22 deletions(-) commit 2d2bb9de42b9b31e2097b4d6e6da8d34b0df5a8b Author: gforcada Date: Sat Sep 1 17:25:31 2007 +0000 Updated catalan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7327 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ca.po | 725 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 374 insertions(+), 355 deletions(-) commit ff428c1fec4fa2bf58124e39062c08af9ec6874a Author: chpe Date: Wed Aug 29 18:13:45 2007 +0000 2007-08-28 Christian Persch * data/mime-types-permissions.xml: More mime types. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7324 51c929da-ce25-0410-94ab-cff1d2748b70 data/mime-types-permissions.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c1fee05a5c5dbf456dcd9a100e3ed3bd7ae49a6c Author: ituohela Date: Wed Aug 29 04:37:05 2007 +0000 Updated Finnish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7319 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/fi.po | 412 +++++++++++---------------------------------------------- 2 files changed, 84 insertions(+), 332 deletions(-) commit 144afa0c0940220339afc521967cca26864d12eb Author: chpe Date: Tue Aug 28 18:56:44 2007 +0000 2007-08-28 Christian Persch * data/mime-types-permissions.xml: More mime types. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7316 51c929da-ce25-0410-94ab-cff1d2748b70 data/mime-types-permissions.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f0493ea9dd5c5118ba263905f348eb842e5a1485 Author: chpe Date: Tue Aug 28 18:43:44 2007 +0000 2007-08-28 Christian Persch * data/mime-types-permissions.xml: More mime types. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7314 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 6 ++++++ data/mime-types-permissions.xml | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) commit 0c6bf145b1bed0b090529eb6334f729eb3db3554 Author: zygis Date: Tue Aug 28 14:16:40 2007 +0000 Small fix. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7313 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/lt.po | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) commit 4683b1217366965a30ec23a17a0c8621406be297 Author: zygis Date: Tue Aug 28 14:10:13 2007 +0000 Updated Lithuanian translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7312 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/lt.po | 535 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 271 insertions(+), 268 deletions(-) commit c88eaa193162fa44f48609cac92966ea97c59b71 Author: claudep Date: Mon Aug 27 20:48:14 2007 +0000 2007-08-27 Claude Paroz * fr/fr.po: Updated French translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7310 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 + help/fr/fr.po | 396 +++++++++++++++++++++++++++---------------------------- 2 files changed, 198 insertions(+), 202 deletions(-) commit 855c733fa3e8b9b07e164195333a6ffa8a38b174 Author: chpe Date: Mon Aug 27 20:36:58 2007 +0000 Bump version, but not API version yet (wait until e-e is branched too) git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7309 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 1902c48d9a8bbadb0aab55f5e8a19b7203f33cb3 Author: chpe Date: Mon Aug 27 20:26:33 2007 +0000 Merged from embed/mozilla git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7306 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/embed/MozDownload.cpp | 36 ++++++++++++++++++++++++++++---- embed/xulrunner/embed/MozDownload.h | 1 + 2 files changed, 32 insertions(+), 5 deletions(-) commit dab53c374ba02d6ffd6f5f3e219a2f2fb0ae8bb2 Author: dnloreto Date: Sun Aug 26 23:15:14 2007 +0000 2007-08-27 Duarte Loreto * pt.po: Updated Portuguese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7302 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pt.po | 765 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 418 insertions(+), 351 deletions(-) commit c19c74ca0d8936673940e25ceeafae08c0c0c77d Author: diegoe Date: Sun Aug 26 21:57:37 2007 +0000 2007-08-26 Diego Escalante Urrelo * src/ephy-go-action.c: Fix the Go button signal handler so it doesn't stop the propagation of the event due to a bad signal handler. Fixes bug #469845. Patch by Cosimo Cecchi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7301 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ src/ephy-go-action.c | 4 +++- 2 files changed, 11 insertions(+), 1 deletions(-) commit 8258b831224446ae60bb2500bfe988b4b5b1da5b Author: diegoe Date: Sun Aug 26 21:49:58 2007 +0000 2007-08-26 Diego Escalante Urrelo * lib/ephy-file-helpers.c: * lib/ephy-file-helpers.h: * embed/mozilla/MozDownload.h: * embed/mozilla/MozDownload.cpp: Add saved files to the GtkRecent list, gnome-panel is broken so don't expect to see the effects of this working there, you can use it on the GtkFileChooser dialog however. Fixes Bug #148401. Original patch by Christian Persch, updated by Cosimo Cecchi. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7300 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 12 ++++++++++++ embed/mozilla/MozDownload.cpp | 36 +++++++++++++++++++++++++++++++----- embed/mozilla/MozDownload.h | 1 + lib/ephy-file-helpers.c | 12 ++++++++++++ lib/ephy-file-helpers.h | 3 +++ 5 files changed, 59 insertions(+), 5 deletions(-) commit 204067984c199e24236cf10f551ae5101d48caa5 Author: kelemeng Date: Sun Aug 26 20:15:20 2007 +0000 2007-08-26 Gabor Kelemen * hu.po: Translation updated. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7299 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/hu.po | 250 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 131 insertions(+), 123 deletions(-) commit ae6306b104ab1d069863add3b0fa4ed71dda7059 Author: chpe Date: Sun Aug 26 19:32:08 2007 +0000 Skip these files git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7298 51c929da-ce25-0410-94ab-cff1d2748b70 po/POTFILES.skip | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit cd38b69142d58c6f5da9b2365fa0cc7a6edfde38 Author: chpe Date: Sat Aug 25 20:59:04 2007 +0000 Initial checkin: merged embed/gecko from xulrunner branch to embed/xulrunner, and svn copied embed/mozilla to embed/xulrunner/embed. Not integreated with the build yet. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7297 51c929da-ce25-0410-94ab-cff1d2748b70 embed/xulrunner/AUTHORS | 2 + embed/xulrunner/COPYRIGHT | 3 + embed/xulrunner/ChangeLog | 545 +++++++ embed/xulrunner/HACKING | 10 + embed/xulrunner/MAINTAINERS | 2 + embed/xulrunner/Makefile.am | 9 + embed/xulrunner/PLAN | 26 + embed/xulrunner/STATUS | 2 + embed/xulrunner/TODO | 1 + embed/xulrunner/bindings/Makefile.am | 5 + embed/xulrunner/bindings/python/Makefile.am | 63 + .../xulrunner/bindings/python/gnomegeckoembed.defs | 294 ++++ .../bindings/python/gnomegeckoembed.override | 19 + .../bindings/python/gnomegeckoembedmodule.c | 29 + embed/xulrunner/bindings/python/test.py | 32 + embed/xulrunner/data/Makefile.am | 3 + embed/xulrunner/data/gnome-gecko-embed.pc.in | 11 + embed/xulrunner/embed/AutoJSContextStack.cpp | 47 + embed/xulrunner/embed/AutoJSContextStack.h | 41 + embed/xulrunner/embed/AutoWindowModalState.cpp | 61 + embed/xulrunner/embed/AutoWindowModalState.h | 38 + embed/xulrunner/embed/ContentHandler.cpp | 479 ++++++ embed/xulrunner/embed/ContentHandler.h | 81 + embed/xulrunner/embed/EphyAboutModule.cpp | 725 +++++++++ embed/xulrunner/embed/EphyAboutModule.h | 65 + embed/xulrunner/embed/EphyBadCertRejector.cpp | 68 + embed/xulrunner/embed/EphyBadCertRejector.h | 36 + embed/xulrunner/embed/EphyBrowser.cpp | 1614 +++++++++++++++++++ embed/xulrunner/embed/EphyBrowser.h | 223 +++ embed/xulrunner/embed/EphyContentPolicy.cpp | 244 +++ embed/xulrunner/embed/EphyContentPolicy.h | 76 + embed/xulrunner/embed/EphyDirectoryProvider.cpp | 106 ++ embed/xulrunner/embed/EphyDirectoryProvider.h | 37 + embed/xulrunner/embed/EphyFind.cpp | 267 +++ embed/xulrunner/embed/EphyFind.h | 60 + embed/xulrunner/embed/EphyHeaderSniffer.cpp | 442 +++++ embed/xulrunner/embed/EphyHeaderSniffer.h | 95 ++ embed/xulrunner/embed/EphyHistoryListener.cpp | 170 ++ embed/xulrunner/embed/EphyHistoryListener.h | 49 + embed/xulrunner/embed/EphyPromptService.cpp | 888 ++++++++++ embed/xulrunner/embed/EphyPromptService.h | 53 + embed/xulrunner/embed/EphyRedirectChannel.cpp | 32 + embed/xulrunner/embed/EphyRedirectChannel.h | 50 + embed/xulrunner/embed/EphySidebar.cpp | 168 ++ embed/xulrunner/embed/EphySidebar.h | 66 + embed/xulrunner/embed/EphySingle.cpp | 396 +++++ embed/xulrunner/embed/EphySingle.h | 67 + embed/xulrunner/embed/EphyUtils.cpp | 218 +++ embed/xulrunner/embed/EphyUtils.h | 71 + embed/xulrunner/embed/EventContext.cpp | 1105 +++++++++++++ embed/xulrunner/embed/EventContext.h | 78 + embed/xulrunner/embed/FilePicker.cpp | 492 ++++++ embed/xulrunner/embed/FilePicker.h | 62 + embed/xulrunner/embed/GeckoCookiePromptService.cpp | 159 ++ embed/xulrunner/embed/GeckoCookiePromptService.h | 43 + embed/xulrunner/embed/GeckoFormSigningDialog.cpp | 158 ++ embed/xulrunner/embed/GeckoFormSigningDialog.h | 42 + embed/xulrunner/embed/GeckoPrintService.cpp | 756 +++++++++ embed/xulrunner/embed/GeckoPrintService.h | 54 + embed/xulrunner/embed/GeckoPrintSession.cpp | 629 ++++++++ embed/xulrunner/embed/GeckoPrintSession.h | 94 ++ embed/xulrunner/embed/GeckoSpellCheckEngine.cpp | 205 +++ embed/xulrunner/embed/GeckoSpellCheckEngine.h | 52 + embed/xulrunner/embed/GlobalHistory.cpp | 225 +++ embed/xulrunner/embed/GlobalHistory.h | 68 + embed/xulrunner/embed/GtkNSSClientAuthDialogs.cpp | 284 ++++ embed/xulrunner/embed/GtkNSSClientAuthDialogs.h | 45 + embed/xulrunner/embed/GtkNSSDialogs.cpp | 1694 ++++++++++++++++++++ embed/xulrunner/embed/GtkNSSDialogs.h | 61 + embed/xulrunner/embed/GtkNSSKeyPairDialogs.cpp | 216 +++ embed/xulrunner/embed/GtkNSSKeyPairDialogs.h | 45 + .../embed/GtkNSSSecurityWarningDialogs.cpp | 285 ++++ .../xulrunner/embed/GtkNSSSecurityWarningDialogs.h | 83 + embed/xulrunner/embed/Makefile.am | 159 ++ embed/xulrunner/embed/MozDownload.cpp | 787 +++++++++ embed/xulrunner/embed/MozDownload.h | 152 ++ embed/xulrunner/embed/MozRegisterComponents.cpp | 333 ++++ embed/xulrunner/embed/MozRegisterComponents.h | 28 + embed/xulrunner/embed/mozilla-download.cpp | 313 ++++ embed/xulrunner/embed/mozilla-download.h | 61 + embed/xulrunner/embed/mozilla-embed-event.cpp | 221 +++ embed/xulrunner/embed/mozilla-embed-event.h | 74 + embed/xulrunner/embed/mozilla-embed-find.cpp | 198 +++ embed/xulrunner/embed/mozilla-embed-find.h | 57 + embed/xulrunner/embed/mozilla-embed-persist.cpp | 416 +++++ embed/xulrunner/embed/mozilla-embed-persist.h | 63 + embed/xulrunner/embed/mozilla-embed-single.cpp | 1445 +++++++++++++++++ embed/xulrunner/embed/mozilla-embed-single.h | 57 + embed/xulrunner/embed/mozilla-embed.cpp | 1273 +++++++++++++++ embed/xulrunner/embed/mozilla-embed.h | 66 + embed/xulrunner/embed/mozilla-notifiers.cpp | 1257 +++++++++++++++ embed/xulrunner/embed/mozilla-notifiers.h | 58 + embed/xulrunner/embed/mozilla-x509-cert.cpp | 261 +++ embed/xulrunner/embed/mozilla-x509-cert.h | 63 + embed/xulrunner/src/AutoJSContextStack.cpp | 48 + embed/xulrunner/src/AutoJSContextStack.h | 41 + embed/xulrunner/src/AutoWindowModalState.cpp | 43 + embed/xulrunner/src/AutoWindowModalState.h | 38 + embed/xulrunner/src/EmbedContentListener.cpp | 159 ++ embed/xulrunner/src/EmbedContentListener.h | 63 + embed/xulrunner/src/EmbedEventListener.cpp | 183 +++ embed/xulrunner/src/EmbedEventListener.h | 102 ++ embed/xulrunner/src/EmbedProgress.cpp | 224 +++ embed/xulrunner/src/EmbedProgress.h | 63 + embed/xulrunner/src/EmbedStream.cpp | 311 ++++ embed/xulrunner/src/EmbedStream.h | 79 + embed/xulrunner/src/EmbedWindow.cpp | 467 ++++++ embed/xulrunner/src/EmbedWindow.h | 97 ++ embed/xulrunner/src/EmbedWindowCreator.cpp | 108 ++ embed/xulrunner/src/EmbedWindowCreator.h | 51 + embed/xulrunner/src/GeckoBrowser.cpp | 676 ++++++++ embed/xulrunner/src/GeckoBrowser.h | 159 ++ embed/xulrunner/src/GeckoPromptService.cpp | 891 ++++++++++ embed/xulrunner/src/GeckoPromptService.h | 53 + embed/xulrunner/src/GeckoSingle.cpp | 122 ++ embed/xulrunner/src/GeckoSingle.h | 97 ++ embed/xulrunner/src/GeckoUtils.cpp | 87 + embed/xulrunner/src/GeckoUtils.h | 34 + embed/xulrunner/src/Makefile.am | 167 ++ embed/xulrunner/src/gecko-dom-event-internal.h | 28 + embed/xulrunner/src/gecko-dom-event-private.h | 38 + embed/xulrunner/src/gecko-dom-event.cpp | 78 + embed/xulrunner/src/gecko-dom-event.h | 40 + embed/xulrunner/src/gecko-embed-marshal.list | 10 + embed/xulrunner/src/gecko-embed-private.h | 54 + embed/xulrunner/src/gecko-embed-signals.h | 82 + embed/xulrunner/src/gecko-embed-single-private.h | 59 + embed/xulrunner/src/gecko-embed-single.cpp | 182 +++ embed/xulrunner/src/gecko-embed-single.h | 88 + embed/xulrunner/src/gecko-embed-types.h | 118 ++ embed/xulrunner/src/gecko-embed.cpp | 1029 ++++++++++++ embed/xulrunner/src/gecko-embed.h | 151 ++ embed/xulrunner/src/gecko-init-internal.h | 30 + embed/xulrunner/src/gecko-init-private.h | 33 + embed/xulrunner/src/gecko-init.cpp | 392 +++++ embed/xulrunner/src/gecko-init.h | 35 + embed/xulrunner/tests/Makefile.am | 35 + embed/xulrunner/tests/TestGtkEmbedNotebook.cpp | 49 + embed/xulrunner/tests/testgeckoembed.cpp | 1145 +++++++++++++ 139 files changed, 30405 insertions(+), 0 deletions(-) commit 4e4dfd697a0fc5cf55d485df5cfd1023f6d21d85 Author: chpe Date: Sat Aug 25 20:28:37 2007 +0000 2007-08-25 Christian Persch * data/mime-types-permissions.xml: More mime types. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7296 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 6 ++++++ data/mime-types-permissions.xml | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) commit 79af0beb08cfc00446684863a8f271e6cd72399d Author: chpe Date: Wed Aug 22 19:54:35 2007 +0000 2007-08-22 Christian Persch * embed/mozilla/GeckoPrintService.cpp: Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7295 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ embed/mozilla/GeckoPrintService.cpp | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 01325860be18f76b4736d883f387a7ba6096ef79 Author: ssato Date: Tue Aug 21 21:11:55 2007 +0000 Fixed a invalid XML tagging in help/ja/ja.po. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7294 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 ++++ help/ja/ja.po | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) commit 2db2264b9cc7afbfd184aea075b04224adb8c480 Author: ymarcheg Date: Tue Aug 21 19:20:23 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7293 51c929da-ce25-0410-94ab-cff1d2748b70 help/oc/oc.po | 2517 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2517 insertions(+), 0 deletions(-) commit 50396b8d53f52f1c93ffff3de27d83aa7c0f0f85 Author: ymarcheg Date: Tue Aug 21 19:20:00 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7292 51c929da-ce25-0410-94ab-cff1d2748b70 commit 738a56d582ac6fd060f7bb16ba18fd2c8dc69790 Author: ymarcheg Date: Tue Aug 21 19:19:53 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7291 51c929da-ce25-0410-94ab-cff1d2748b70 help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 61a531f46b714bdb7b8e7d3ab915443718b46b9b Author: ymarcheg Date: Tue Aug 21 10:50:45 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7290 51c929da-ce25-0410-94ab-cff1d2748b70 po/oc.po | 788 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 390 insertions(+), 398 deletions(-) commit ec3c16c2ec727271e0b2fdc1418ebd05f4c929cb Author: raphaelh Date: Tue Aug 21 03:11:45 2007 +0000 Updated Brazilian Portuguese translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7289 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 ++ po/pt_BR.po | 211 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 111 insertions(+), 105 deletions(-) commit 190fcf54b5cda6758e034653380477059886195b Author: dnylande Date: Mon Aug 20 19:45:07 2007 +0000 * sv/figures/*png: Updated screenshot. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7288 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 ++++ help/sv/figures/ephy-screenshot.png | Bin 86783 -> 74258 bytes 2 files changed, 4 insertions(+), 0 deletions(-) commit 8bd582500f4ed9a3579888d746df3debd23cffd2 Author: stephaner Date: Mon Aug 20 10:07:06 2007 +0000 Updated French translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7287 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/fr.po | 141 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 96 insertions(+), 49 deletions(-) commit c463ed472d1677c1284d2d589e54ca7a1d993b69 Author: kennethn Date: Sun Aug 19 21:31:34 2007 +0000 Updated Danish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7286 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/da.po | 818 +++++++++++++++++++++------------------------------------- 2 files changed, 299 insertions(+), 523 deletions(-) commit 14f5704d4084cd3ac09801ba78aeebfa0c24e97b Author: chpe Date: Sun Aug 19 20:54:36 2007 +0000 Remove cruft git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7285 51c929da-ce25-0410-94ab-cff1d2748b70 src/ephy-notebook.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 0cd6f6e33324ea25da9585a8d706998e0fcde662 Author: aflinta Date: Sun Aug 19 14:38:51 2007 +0000 2007-08-19 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7284 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/pl.po | 432 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 228 insertions(+), 208 deletions(-) commit 1ab825367aabdd3c9849474c92327aa8d86f29f9 Author: diegoe Date: Sun Aug 19 07:43:17 2007 +0000 2007-08-19 Diego Escalante Urrelo * lib/widgets/ephy-location-entry.c: Make cursor be at the end of the URL when selecting entries from the completion popup. Fixes bug #466344. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7283 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ lib/widgets/ephy-location-entry.c | 1 + 2 files changed, 8 insertions(+), 0 deletions(-) commit ef21167a2ab0a625b09efcffd4e86d93a2b358a5 Author: ymarcheg Date: Fri Aug 17 15:17:43 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7282 51c929da-ce25-0410-94ab-cff1d2748b70 po/oc.po | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) commit 89fb1dc0504ecc762e08f339d5a71a4bc34330f0 Author: xan Date: Thu Aug 16 20:46:43 2007 +0000 Implement reload. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7281 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 4 ++++ embed/webkit/webkit-embed.cpp | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) commit 76b5492384d6dde69cff87b2e242f016a96ff728 Author: plaes Date: Thu Aug 16 09:50:00 2007 +0000 2007-08-16 Priit Laes * et.po: Estonian translation update by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7280 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/et.po | 227 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 116 insertions(+), 115 deletions(-) commit 67622d18999ef6b34ab3cabcf19da12b5842b7a0 Author: carlosgc Date: Thu Aug 16 08:15:30 2007 +0000 2007-08-16 Carlos Garcia Campos * lib/egg/egg-toolbar-editor.c: (set_drag_cursor): * lib/egg/egg-editable-toolbar.c: (configure_item_cursor), (new_pixbuf_from_widget): Fix multihead problems in toolbar editor. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7279 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ lib/egg/egg-editable-toolbar.c | 13 ++++++++++--- lib/egg/egg-toolbar-editor.c | 8 +++++--- 3 files changed, 23 insertions(+), 6 deletions(-) commit 8a1f64aac6a51a784cc6c9e40c4934aa0d8da485 Author: adamw Date: Wed Aug 15 20:37:39 2007 +0000 2007-08-15 Adam Weinberger * en_CA.po: Updated Canadian English translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7278 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/en_CA.po | 2553 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1407 insertions(+), 1150 deletions(-) commit 9aed3bbae2f3c84f60e321e82a4182bb5ffead10 Author: stephaner Date: Wed Aug 15 19:52:29 2007 +0000 Updated French translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7277 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/fr.po | 808 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 390 insertions(+), 422 deletions(-) commit c7301d74c9453a3c296f6712d2e871274431d076 Author: diegoe Date: Wed Aug 15 08:14:59 2007 +0000 2007-08-15 Diego Escalante Urrelo * embed/downloader-view.c: Fix download-icon toolip updates, patch by Cosimo Cecchi. Fixes bug #343238. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7276 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ embed/downloader-view.c | 12 +++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) commit 7ecb07491155fec4023b09ef10c8d85c4d6fe207 Author: diegoe Date: Wed Aug 15 08:04:05 2007 +0000 2007-08-15 Diego Escalante Urrelo * embed/mozilla/GtkNSSDialogs.cpp: Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. Fixes bug #163379. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7275 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ embed/mozilla/GtkNSSDialogs.cpp | 11 +++++------ 2 files changed, 12 insertions(+), 6 deletions(-) commit 2a26f4063859d73990480d0781f444141115ce37 Author: diegoe Date: Wed Aug 15 07:46:04 2007 +0000 2007-08-15 Diego Escalante Urrelo * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/MozDownload.cpp: Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 years GNOME!. Fixes bug #433173. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7274 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 9 +++++++++ embed/mozilla/EphyHeaderSniffer.cpp | 6 ++++-- embed/mozilla/EphyUtils.cpp | 3 ++- embed/mozilla/MozDownload.cpp | 4 +++- 4 files changed, 18 insertions(+), 4 deletions(-) commit c3d935b8b3e027b2a07099f7b7505f8dcc2abcce Author: ssato Date: Tue Aug 14 15:49:18 2007 +0000 Corrected Japanese help translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7273 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 ++++ help/ja/ja.po | 33 +++++++++++++++++---------------- 2 files changed, 21 insertions(+), 16 deletions(-) commit f14524a93f5f9af469132dbebb8b45457ce8ec4b Author: hendrikr Date: Tue Aug 14 14:30:50 2007 +0000 2007-08-14 Hendrik Richter * de.po: Updated German translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7272 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/de.po | 55 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 33 insertions(+), 26 deletions(-) commit 2b1096bd23a876593ea00d01bf46f322826ddc6b Author: hendrikr Date: Tue Aug 14 13:50:14 2007 +0000 2007-08-14 Hendrik Richter * de.po: intltool-update de git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7271 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/de.po | 565 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 299 insertions(+), 270 deletions(-) commit c401b734b7689939ce6cd4c8bef09fb07d0c34e9 Author: ifelix Date: Tue Aug 14 08:54:10 2007 +0000 updated ta translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7270 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ta.po | 798 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 499 insertions(+), 303 deletions(-) commit 279458b6862c8769d43f3c36ab9889d844a0cdff Author: chpe Date: Mon Aug 13 21:11:55 2007 +0000 Post release version bump git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7269 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0a9d3cbbe100504072d8cd61d037710be83b0159 Author: chpe Date: Mon Aug 13 21:06:17 2007 +0000 2007-08-13 Christian Persch === Release 2.19.90 === * Makefile.am: git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7267 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ Makefile.am | 3 +++ 2 files changed, 11 insertions(+), 0 deletions(-) commit c9ce9c87b6f4c5f0b926a18a1cea13a2493ca78b Author: ssato Date: Mon Aug 13 17:26:57 2007 +0000 Moved a wrongly added log in po/ChangeLog to help/ChangeLog. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7266 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 ++++ po/ChangeLog | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) commit 55943d49b04ae063202faca2b02f4cb488ae3c1c Author: ssato Date: Mon Aug 13 17:25:37 2007 +0000 Updated Japanese help translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7265 51c929da-ce25-0410-94ab-cff1d2748b70 help/ja/ja.po | 2622 ++++++++++++++++++++++++++++++++------------------------- po/ChangeLog | 4 + 2 files changed, 1478 insertions(+), 1148 deletions(-) commit 1ab8e9b0876c2a68ae24ebf68af871af4c49bdc1 Author: claudep Date: Mon Aug 13 14:21:24 2007 +0000 2007-08-13 Claude Paroz * ms.po: Corrected Malay translation, on behalf of Hasbullah Bin Pit . Fixes #167405. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7264 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/ms.po | 4988 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 3239 insertions(+), 1754 deletions(-) commit 1ccf6354a6223225650d85e60201a91974c56f4d Author: chpe Date: Sun Aug 12 20:58:27 2007 +0000 2007-08-12 Christian Persch * data/icons/Makefile.am: Add low contrast app icon. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7263 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 6 ++++++ ...rastLargePrint_apps_48x48_gnome-web-browser.png | Bin 0 -> 3335 bytes data/icons/Makefile.am | 2 ++ 3 files changed, 8 insertions(+), 0 deletions(-) commit cecd6e9a5659fb10dd173122086de0b50af4c3fb Author: dooteo Date: Sat Aug 11 15:32:14 2007 +0000 2007-08-11 Inaki Larranaga Murgoitio * eu.po: Updated Basque translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7262 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/eu.po | 210 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 121 insertions(+), 93 deletions(-) commit fca62153c16d484965a800edcfee13833363b6c1 Author: dnylande Date: Sat Aug 11 10:55:53 2007 +0000 sv.po: Swedish translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7261 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 ++++ help/sv/sv.po | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) commit b2c352726e82463d28e3d77b2efe727b53427406 Author: chpe Date: Thu Aug 9 20:28:44 2007 +0000 2007-08-09 Christian Persch * data/icons/Makefile.am: Fix icons install paths. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7260 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 6 +++++ data/icons/Makefile.am | 51 ++++++++++++++++++++++++++++++++--------------- 2 files changed, 41 insertions(+), 16 deletions(-) commit 7bada00d98c319446ecab102a1f07ae84fb32b27 Author: ituohela Date: Thu Aug 9 04:50:46 2007 +0000 Updated Finnish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7259 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/fi.po | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 728894e3f61bed9f5f3fb45a38d066b19382d030 Author: chpe Date: Wed Aug 8 23:08:46 2007 +0000 2007-08-09 Christian Persch * data/icons/Makefile.am: Fix icon cache update command. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7258 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 6 ++++++ data/icons/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit ae880d28f857de93e8057cbbfb5cb451b0129c0c Author: chpe Date: Wed Aug 8 22:38:32 2007 +0000 2007-08-09 Christian Persch * data/icons/Makefile.am: * data/icons/HighColorLargePrint{,Inverse}_apps_48x48_gnome-web-browser.png: Add a11y theme icons for our apps icon. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7257 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ ...gePrintInverse_apps_48x48_gnome-web-browser.png | Bin 0 -> 2749 bytes ...rastLargePrint_apps_48x48_gnome-web-browser.png | Bin 0 -> 2715 bytes data/icons/Makefile.am | 4 ++++ 4 files changed, 11 insertions(+), 0 deletions(-) commit 9c8ce65b2a5180ca18c8d169dc908d32a7347869 Author: chpe Date: Wed Aug 8 22:33:14 2007 +0000 2007-08-09 Christian Persch * configure.ac: A data/icons/*: R data/icons/*/*/*: Reorganise icons. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7256 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 + configure.ac | 27 +- data/icons/16x16/Makefile.am | 5 - data/icons/16x16/actions/Makefile.am | 18 - data/icons/16x16/actions/bookmark-view.png | Bin 474 -> 0 bytes data/icons/16x16/actions/bookmark-view.xcf | Bin 1969 -> 0 bytes data/icons/16x16/actions/history-view.png | Bin 842 -> 0 bytes data/icons/16x16/actions/history-view.svg | 153 --- data/icons/16x16/actions/location-entry.png | Bin 540 -> 0 bytes data/icons/16x16/apps/Makefile.am | 15 - data/icons/16x16/apps/gnome-web-browser.png | Bin 982 -> 0 bytes data/icons/16x16/apps/gnome-web-browser.svg | 853 --------------- data/icons/16x16/places/Makefile.am | 15 - data/icons/16x16/places/bookmark-web.png | Bin 576 -> 0 bytes data/icons/16x16/places/bookmark-web.svg | 121 --- data/icons/16x16/status/Makefile.am | 19 - data/icons/16x16/status/lock-broken.png | Bin 693 -> 0 bytes data/icons/16x16/status/lock-insecure.png | Bin 693 -> 0 bytes data/icons/16x16/status/lock-secure-checked.png | Bin 821 -> 0 bytes data/icons/16x16/status/lock-secure.png | Bin 729 -> 0 bytes data/icons/16x16/status/popup-hidden.png | Bin 327 -> 0 bytes data/icons/16x16/status/popup-hidden.xcf | Bin 2282 -> 0 bytes data/icons/22x22/Makefile.am | 5 - data/icons/22x22/actions/Makefile.am | 18 - data/icons/22x22/actions/bookmark-view.png | Bin 595 -> 0 bytes data/icons/22x22/actions/bookmark-view.xcf | Bin 2461 -> 0 bytes data/icons/22x22/actions/history-view.png | Bin 1498 -> 0 bytes data/icons/22x22/actions/history-view.svg | 255 ----- data/icons/22x22/actions/location-entry.png | Bin 814 -> 0 bytes data/icons/22x22/apps/Makefile.am | 15 - data/icons/22x22/apps/gnome-web-browser.png | Bin 1585 -> 0 bytes data/icons/22x22/apps/gnome-web-browser.svg | 1069 ------------------- data/icons/22x22/places/Makefile.am | 15 - data/icons/22x22/places/bookmark-web.png | Bin 989 -> 0 bytes data/icons/22x22/places/bookmark-web.svg | 134 --- data/icons/22x22/status/Makefile.am | 15 - data/icons/22x22/status/popup-hidden.png | Bin 325 -> 0 bytes data/icons/22x22/status/popup-hidden.xcf | Bin 2879 -> 0 bytes data/icons/24x24/Makefile.am | 5 - data/icons/24x24/actions/Makefile.am | 14 - data/icons/24x24/actions/README | 13 - data/icons/24x24/actions/bookmark-view.png | Bin 585 -> 0 bytes data/icons/24x24/actions/history-view.png | Bin 1511 -> 0 bytes data/icons/24x24/actions/location-entry.png | Bin 877 -> 0 bytes data/icons/24x24/apps/Makefile.am | 14 - data/icons/24x24/apps/gnome-web-browser.png | Bin 1601 -> 0 bytes data/icons/24x24/places/Makefile.am | 14 - data/icons/24x24/places/bookmark-web.png | Bin 1025 -> 0 bytes data/icons/24x24/status/Makefile.am | 14 - data/icons/24x24/status/lock-broken.png | Bin 1554 -> 0 bytes data/icons/24x24/status/lock-insecure.png | Bin 1197 -> 0 bytes data/icons/24x24/status/lock-secure-checked.png | Bin 1306 -> 0 bytes data/icons/24x24/status/lock-secure.png | Bin 1224 -> 0 bytes data/icons/24x24/status/popup-hidden.png | Bin 378 -> 0 bytes data/icons/32x32/Makefile.am | 4 - data/icons/32x32/actions/Makefile.am | 19 - data/icons/32x32/actions/bookmark-view.png | Bin 934 -> 0 bytes data/icons/32x32/actions/bookmark-view.svg | 299 ------ data/icons/32x32/actions/history-view.png | Bin 2426 -> 0 bytes data/icons/32x32/actions/history-view.svg | 266 ----- data/icons/32x32/actions/location-entry.png | Bin 1591 -> 0 bytes data/icons/32x32/actions/location-entry.svg | 1024 ------------------ data/icons/32x32/apps/Makefile.am | 15 - data/icons/32x32/apps/gnome-web-browser.png | Bin 2645 -> 0 bytes data/icons/32x32/apps/gnome-web-browser.svg | 1082 -------------------- data/icons/32x32/status/Makefile.am | 15 - data/icons/32x32/status/popup-hidden.png | Bin 1028 -> 0 bytes data/icons/32x32/status/popup-hidden.svg | 372 ------- data/icons/48x48/Makefile.am | 2 - data/icons/48x48/status/Makefile.am | 15 - data/icons/48x48/status/lock-broken.png | Bin 4310 -> 0 bytes data/icons/48x48/status/lock-insecure.png | Bin 2913 -> 0 bytes data/icons/48x48/status/lock-secure-checked.png | Bin 3313 -> 0 bytes data/icons/48x48/status/lock-secure.png | Bin 2978 -> 0 bytes data/icons/Makefile.am | 113 ++- data/icons/README | 13 + data/icons/hicolor_actions_16x16_bookmark-view.png | Bin 0 -> 474 bytes data/icons/hicolor_actions_16x16_bookmark-view.xcf | Bin 0 -> 1969 bytes data/icons/hicolor_actions_16x16_history-view.png | Bin 0 -> 842 bytes data/icons/hicolor_actions_16x16_history-view.svg | 153 +++ .../icons/hicolor_actions_16x16_location-entry.png | Bin 0 -> 540 bytes data/icons/hicolor_actions_22x22_bookmark-view.png | Bin 0 -> 595 bytes data/icons/hicolor_actions_22x22_bookmark-view.xcf | Bin 0 -> 2461 bytes data/icons/hicolor_actions_22x22_history-view.png | Bin 0 -> 1498 bytes data/icons/hicolor_actions_22x22_history-view.svg | 255 +++++ .../icons/hicolor_actions_22x22_location-entry.png | Bin 0 -> 814 bytes data/icons/hicolor_actions_24x24_bookmark-view.png | Bin 0 -> 585 bytes data/icons/hicolor_actions_24x24_history-view.png | Bin 0 -> 1511 bytes .../icons/hicolor_actions_24x24_location-entry.png | Bin 0 -> 877 bytes data/icons/hicolor_actions_32x32_bookmark-view.png | Bin 0 -> 934 bytes data/icons/hicolor_actions_32x32_bookmark-view.svg | 299 ++++++ data/icons/hicolor_actions_32x32_history-view.png | Bin 0 -> 2426 bytes data/icons/hicolor_actions_32x32_history-view.svg | 266 +++++ .../icons/hicolor_actions_32x32_location-entry.png | Bin 0 -> 1591 bytes .../icons/hicolor_actions_32x32_location-entry.svg | 1024 ++++++++++++++++++ .../hicolor_actions_scalable_bookmark-view.svg | 355 +++++++ .../hicolor_actions_scalable_history-view.svg | 299 ++++++ .../hicolor_actions_scalable_location-entry.svg | 1050 +++++++++++++++++++ .../icons/hicolor_apps_16x16_gnome-web-browser.png | Bin 0 -> 982 bytes .../icons/hicolor_apps_16x16_gnome-web-browser.svg | 853 +++++++++++++++ .../icons/hicolor_apps_22x22_gnome-web-browser.png | Bin 0 -> 1585 bytes .../icons/hicolor_apps_22x22_gnome-web-browser.svg | 1069 +++++++++++++++++++ .../icons/hicolor_apps_24x24_gnome-web-browser.png | Bin 0 -> 1601 bytes .../icons/hicolor_apps_32x32_gnome-web-browser.png | Bin 0 -> 2645 bytes .../icons/hicolor_apps_32x32_gnome-web-browser.svg | 1082 ++++++++++++++++++++ .../hicolor_apps_scalable_gnome-web-browser.svg | 917 +++++++++++++++++ data/icons/hicolor_places_16x16_bookmark-web.png | Bin 0 -> 576 bytes data/icons/hicolor_places_16x16_bookmark-web.svg | 121 +++ data/icons/hicolor_places_22x22_bookmark-web.png | Bin 0 -> 989 bytes data/icons/hicolor_places_22x22_bookmark-web.svg | 134 +++ data/icons/hicolor_places_24x24_bookmark-web.png | Bin 0 -> 1025 bytes data/icons/hicolor_status_16x16_lock-broken.png | Bin 0 -> 693 bytes data/icons/hicolor_status_16x16_lock-insecure.png | Bin 0 -> 693 bytes .../hicolor_status_16x16_lock-secure-checked.png | Bin 0 -> 821 bytes data/icons/hicolor_status_16x16_lock-secure.png | Bin 0 -> 729 bytes data/icons/hicolor_status_16x16_popup-hidden.png | Bin 0 -> 327 bytes data/icons/hicolor_status_16x16_popup-hidden.xcf | Bin 0 -> 2282 bytes data/icons/hicolor_status_22x22_popup-hidden.png | Bin 0 -> 325 bytes data/icons/hicolor_status_22x22_popup-hidden.xcf | Bin 0 -> 2879 bytes data/icons/hicolor_status_24x24_lock-broken.png | Bin 0 -> 1554 bytes data/icons/hicolor_status_24x24_lock-insecure.png | Bin 0 -> 1197 bytes .../hicolor_status_24x24_lock-secure-checked.png | Bin 0 -> 1306 bytes data/icons/hicolor_status_24x24_lock-secure.png | Bin 0 -> 1224 bytes data/icons/hicolor_status_24x24_popup-hidden.png | Bin 0 -> 378 bytes data/icons/hicolor_status_32x32_popup-hidden.png | Bin 0 -> 1028 bytes data/icons/hicolor_status_32x32_popup-hidden.svg | 372 +++++++ data/icons/hicolor_status_48x48_lock-broken.png | Bin 0 -> 4310 bytes data/icons/hicolor_status_48x48_lock-insecure.png | Bin 0 -> 2913 bytes .../hicolor_status_48x48_lock-secure-checked.png | Bin 0 -> 3313 bytes data/icons/hicolor_status_48x48_lock-secure.png | Bin 0 -> 2978 bytes .../icons/hicolor_status_scalable_popup-hidden.svg | 367 +++++++ data/icons/scalable/Makefile.am | 4 - data/icons/scalable/actions/Makefile.am | 13 - data/icons/scalable/actions/bookmark-view.svg | 355 ------- data/icons/scalable/actions/history-view.svg | 299 ------ data/icons/scalable/actions/location-entry.svg | 1050 ------------------- data/icons/scalable/apps/Makefile.am | 14 - data/icons/scalable/apps/gnome-web-browser.svg | 917 ----------------- data/icons/scalable/status/Makefile.am | 11 - data/icons/scalable/status/popup-hidden.svg | 367 ------- 140 files changed, 8740 insertions(+), 8979 deletions(-) commit abec6c22ddbc9dfd9bdf5b198dc814219e0d6141 Author: chpe Date: Wed Aug 8 20:56:26 2007 +0000 Update git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7255 51c929da-ce25-0410-94ab-cff1d2748b70 MAINTAINERS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7e09c6b51d79211f6608b57b8844d0b0069013e3 Author: ankitp Date: Tue Aug 7 11:53:01 2007 +0000 Updated Translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7253 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/gu.po | 134 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 69 insertions(+), 69 deletions(-) commit 86060537aef4045d3a6bd006f0c9f1bf5551984e Author: jorgegonz Date: Tue Aug 7 10:23:21 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7252 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 ++++ help/es/es.po | 21 +++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) commit 9156b773015c4475c52f5af1c0caee539ff22ced Author: chpe Date: Mon Aug 6 21:44:43 2007 +0000 2007-08-06 Christian Persch * data/bme.desktop.in.in: * data/epiphany.desktop.in.in: Direct bugs coming in from bb to their own Component, for easy filtering. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7251 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ data/bme.desktop.in.in | 2 +- data/epiphany.desktop.in.in | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) commit c9d905e4896a9a80fff058c4aa4ecb9fea95663a Author: reinouts Date: Mon Aug 6 19:20:53 2007 +0000 2007-08-06 Reinout van Schouwen * help/nl/nl.po: updated Dutch translation. * help/C/epiphany.xml: update revision number git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7250 51c929da-ce25-0410-94ab-cff1d2748b70 help/C/epiphany.xml | 6 +- help/ChangeLog | 4 + help/nl/nl.po | 1246 ++++++++++++++++++++++++++------------------------- 3 files changed, 634 insertions(+), 622 deletions(-) commit 6925b8fbc74643947abcae7ab91f38a2608c8d50 Author: smohan Date: Mon Aug 6 18:10:16 2007 +0000 2007-08-06 Sunil Mohan Adapa * te.po: Updated Telugu translation done by Pramod git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7249 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 + po/te.po | 4308 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 2471 insertions(+), 1842 deletions(-) commit 0c81bd06b8dce56e55e91d5833fadc16ec77ac1b Author: ituohela Date: Mon Aug 6 13:41:25 2007 +0000 Updated Finnish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7248 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/fi.po | 295 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 160 insertions(+), 139 deletions(-) commit 60b206934e469b719eaafe1e7f0a8ebe1c8151a2 Author: snavin Date: Mon Aug 6 10:11:55 2007 +0000 Added si entries for sinhala git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7247 51c929da-ce25-0410-94ab-cff1d2748b70 po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6108d0e04f05f1cb1bac0c3c1cfa1f449ff55e8e Author: snavin Date: Mon Aug 6 10:10:31 2007 +0000 Added Changelog entries for sinhala git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7246 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 3e551dc8cf4d83f860b7eaac1bdf1c92f586cda9 Author: snavin Date: Mon Aug 6 10:09:10 2007 +0000 si.po updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7245 51c929da-ce25-0410-94ab-cff1d2748b70 po/si.po | 4260 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 4260 insertions(+), 0 deletions(-) commit e7f59a0ae2d4405fd4362c089aab7f8a4b908fa3 Author: diegoe Date: Mon Aug 6 09:16:45 2007 +0000 2007-08-06 Diego Escalante Urrelo * embed/ephy-history.c: * embed/ephy-history.h: Make ephy_history_set_enabled actually disable history and not delete it. Also make it public. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7244 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 +++++++ embed/ephy-history.c | 56 +++++++++++++++++++++++++++++++++---------------- embed/ephy-history.h | 3 ++ 3 files changed, 49 insertions(+), 18 deletions(-) commit f64554707baf827852b36b1f95637dace03c13b3 Author: leonardof Date: Sun Aug 5 22:03:10 2007 +0000 Same as last commit, but this time done right. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7243 51c929da-ce25-0410-94ab-cff1d2748b70 po/pt_BR.po | 648 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 356 insertions(+), 292 deletions(-) commit 2c999041883e01509386f5fb2c0bd91157c24483 Author: leonardof Date: Sun Aug 5 19:58:46 2007 +0000 2007-08-05 Leonardo Ferreira Fontenelle * pt_BR.po: s/_Conteúdo/S_umário; see bug #461308. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7242 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/pt_BR.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit dd60a594dfba15955f9e5d38bc0f0d53f5be15e2 Author: aihana Date: Sat Aug 4 16:36:10 2007 +0000 2007-08-04 Takeshi AIHANA * ja.po: Updated Japanese translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7241 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/ja.po | 273 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 142 insertions(+), 135 deletions(-) commit 9fe3735d2cf3152b5dcd3dd9e84712c50ccc81fa Author: reinouts Date: Sat Aug 4 00:11:53 2007 +0000 2007-08-04 Reinout van Schouwen * help/nl/nl.po: updated Dutch translation. * po/nl.po: updated Dutch translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7240 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 ++ help/nl/nl.po | 117 +++++++++++++++++++++++++------------------- po/ChangeLog | 4 ++ po/nl.po | 150 +++++++++++++++++++++++++++++--------------------------- 4 files changed, 152 insertions(+), 123 deletions(-) commit 25600f362f81e7c1be1794a71319bb7b4893a29f Author: diegoe Date: Thu Aug 2 19:39:24 2007 +0000 2007-08-02 Diego Escalante Urrelo * data/ui/epiphany-ui.xml: * src/ephy-window.c: * src/ephy-lockdown.c: Remove "Add bookmark" and "Save as" from the document context menu. Patch by Cosimo Cecchi. Part of bug #332968. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7239 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 9 +++++++++ data/ui/epiphany-ui.xml | 3 --- src/ephy-lockdown.c | 2 -- src/ephy-window.c | 5 ----- 4 files changed, 9 insertions(+), 10 deletions(-) commit dceeb5193c436f52864d9c4773ee63ac3aa904ac Author: dnylande Date: Wed Aug 1 19:47:33 2007 +0000 sv.po: Swedish translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7238 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 4 + help/sv/sv.po | 2009 ++++++++++++-------------------------------------------- 2 files changed, 436 insertions(+), 1577 deletions(-) commit 268abde38a17052ee28ef3c50a7a48f0bf73440c Author: dnylande Date: Wed Aug 1 17:29:52 2007 +0000 sv.po: Swedish translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7237 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/sv.po | 35 ++++++++++++++++++++--------------- 2 files changed, 24 insertions(+), 15 deletions(-) commit f3111841402e525b318d7fec10b78af76013eb97 Author: kmaraas Date: Wed Aug 1 13:19:12 2007 +0000 2007-08-01 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7236 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/nb.po | 251 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 133 insertions(+), 122 deletions(-) commit 5c989928f6ece16e4068f25df99a8365849ac9a0 Author: ankitp Date: Wed Aug 1 13:18:37 2007 +0000 Updated Translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7235 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/gu.po | 199 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 109 insertions(+), 94 deletions(-) commit d86364230e646eda8a67e5f9e1450f1570a7bdb6 Author: jorgegonz Date: Wed Aug 1 13:08:53 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7234 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 6 +++- po/es.po | 98 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 53 insertions(+), 51 deletions(-) commit 274d6a94b14592eb39cfbd41777cf6dc1751db9e Author: diegoe Date: Wed Aug 1 12:31:43 2007 +0000 2007-08-01 Diego Escalante Urrelo * src/ephy-completion-model.c: * embed/ephy-history.c: Fix completion model to show icons for history items too, istory/bookmarks/favicon_cache service objects are now stored in the completion priv. Patch by Imran Patel. Fixes bug #459811. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7233 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 9 +++++++++ embed/ephy-history.c | 11 ++++++++--- src/ephy-completion-model.c | 42 ++++++++++++++++++++++++++---------------- 3 files changed, 43 insertions(+), 19 deletions(-) commit 2e31d3bada39172180b711f74b1a0b758bab8384 Author: jorgegonz Date: Wed Aug 1 12:27:58 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7232 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 6 ++++- help/es/es.po | 57 ++++++++++++++++++++++++++++++------------------------- 2 files changed, 36 insertions(+), 27 deletions(-) commit 3d8011a5358e9ea7aabf39ef3762753522ce03d3 Author: diegoe Date: Wed Aug 1 12:19:55 2007 +0000 2007-08-01 Diego Escalante Urrelo * data/epiphany-lockdown.schemas.in: Remove misleading text from hide menu bar lockdown. Fixes bug #321989. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7231 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 6 ++++++ data/epiphany-lockdown.schemas.in | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) commit d2a2ff4fff13a1d1144b131303053576f3f7979d Author: plaes Date: Wed Aug 1 07:09:23 2007 +0000 2007-08-01 Priit Laes * et.po: Estonian translation update by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7230 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/et.po | 84 +++++++++++++++++++++++++++------------------------------- 2 files changed, 43 insertions(+), 45 deletions(-) commit 8d647b1cdc514ffb4546a7e06e7bba767b33964b Author: reinouts Date: Tue Jul 31 23:43:19 2007 +0000 * 2007-08-01 Reinout van Schouwen - don't forget to update the ChangeLog... git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7229 51c929da-ce25-0410-94ab-cff1d2748b70 help/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 6c953f07ae964850466e894f42695dd0ae14b4eb Author: reinouts Date: Tue Jul 31 23:41:06 2007 +0000 * 2007-08-01 Reinout van Schouwen - minor documentation update - updated Dutch documentation translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7228 51c929da-ce25-0410-94ab-cff1d2748b70 help/C/epiphany.xml | 12 ++-- help/nl/nl.po | 136 ++++++++++++++++++++++----------------------------- 2 files changed, 65 insertions(+), 83 deletions(-) commit c2edcf6f66901495a84755684051124620cc7333 Author: diegoe Date: Tue Jul 31 03:48:08 2007 +0000 2007-07-30 Diego Escalante Urrelo * embed/ephy-embed.c: Add a missing space in ge_content_change description. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7227 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 6 ++++++ embed/ephy-embed.c | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit ec07f22ffc8f61e57300003995976d2dade6c310 Author: diegoe Date: Mon Jul 30 23:52:26 2007 +0000 2007-07-30 Diego Escalante Urrelo * lib/ephy-file-helpers.c: Remove an unused variable. One-liner by Cosimo Cecchi. Part of Bug #433173. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7226 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ lib/ephy-file-helpers.c | 1 - 2 files changed, 7 insertions(+), 1 deletions(-) commit d89b6e61bd71dc9f5c8ad7662dc29bd8eda3be36 Author: xan Date: Mon Jul 30 21:50:44 2007 +0000 2007-07-31 Xan Lopez * embed/mozilla/mozilla-embed-single.cpp: * embed/webkit/webkit-embed-single.cpp: Do not use #ifdef inside macros, ancient compilers don't like it git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7225 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ embed/mozilla/mozilla-embed-single.cpp | 17 +++++++++++++++-- embed/webkit/webkit-embed-single.cpp | 16 ++++++++++++++-- 3 files changed, 37 insertions(+), 4 deletions(-) commit a4c38084e6a3d9ca38132900b98472e8bd0ec5d5 Author: chpe Date: Mon Jul 30 20:55:39 2007 +0000 Release marker git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7224 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7e0a2b78e63b81069e9b86f52c4735c2aa7d8809 Author: chpe Date: Mon Jul 30 20:55:08 2007 +0000 post-release version bump git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7223 51c929da-ce25-0410-94ab-cff1d2748b70 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8c044eabed72fb412a8628f8b573470519b2bcf1 Author: chpe Date: Mon Jul 30 20:54:06 2007 +0000 update git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7221 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/tmpl/ephy-embed.sgml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 72995d849b6ee4bb49738a830dd62b2901697142 Author: chpe Date: Mon Jul 30 20:43:23 2007 +0000 And make it link, too git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7220 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/Makefile.am | 40 +++++++++++++++++++++++----------------- 1 files changed, 23 insertions(+), 17 deletions(-) commit e3e1ad82604e8c3c6787ad77c4e856bca54a45a7 Author: chpe Date: Mon Jul 30 20:37:55 2007 +0000 Trying to fix the docs build git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7219 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/Makefile.am | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 19e4d44135b28db4605b0bad3f69392047a542d3 Author: reinouts Date: Mon Jul 30 19:56:36 2007 +0000 * 2007-07-30 Reinout van Schouwen - Update NEWS for 2.19.6 git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7218 51c929da-ce25-0410-94ab-cff1d2748b70 NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) commit cc00bd43fc5d9c119ff24b18e0912b52a78243d7 Author: plaes Date: Mon Jul 30 19:15:12 2007 +0000 2007-07-30 Priit Laes * et.po: Estonian translation update by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7217 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/et.po | 129 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 75 insertions(+), 58 deletions(-) commit 07ec00f35ffc22eee477f84abfa215290bd7d60f Author: diegoe Date: Mon Jul 30 07:40:49 2007 +0000 2007-07-30 Diego Escalante Urrelo * embed/webkit/webkit-embed.cpp: can_go methods now work, WebKit was missing the implementations for those functions, it's fixed now so we can use can_go methods. Note that they are useless without the ge_location signal being emitted (dummy code included, commented). Part of Bug #461652. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7216 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 11 +++++++++++ embed/webkit/webkit-embed.cpp | 29 +++++++++++++++++++++++++---- 2 files changed, 36 insertions(+), 4 deletions(-) commit d5c1193f0518a236941c5dbf281096516ac3404d Author: xan Date: Mon Jul 30 07:16:01 2007 +0000 2007-07-30 Xan Lopez * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed.cpp: Add returns where needed, remove unnecessary variables. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7215 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ embed/webkit/webkit-embed-persist.cpp | 1 + embed/webkit/webkit-embed.cpp | 10 ++++------ 3 files changed, 12 insertions(+), 6 deletions(-) commit 865e145b57683d5782f61b7bf015f13aaf4e1a3e Author: diegoe Date: Mon Jul 30 06:58:32 2007 +0000 2007-07-30 Diego Escalante Urrelo * embed/webkit/webkit-embed-single.cpp: * embed/webkit/webkit-embed.cpp: * embed/webkit/webkit-embed-find.h: * embed/webkit/webkit-embed-single.h: * embed/webkit/webkit-embed.h: * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed-persist.h: * embed/webkit/webkit-embed-find.cpp: Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bug #461689. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7214 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 14 +++++++++++ embed/webkit/webkit-embed-find.cpp | 12 +++++----- embed/webkit/webkit-embed-find.h | 18 +++++++------- embed/webkit/webkit-embed-persist.cpp | 18 +++++++------- embed/webkit/webkit-embed-persist.h | 20 ++++++++-------- embed/webkit/webkit-embed-single.cpp | 16 ++++++------ embed/webkit/webkit-embed-single.h | 18 +++++++------- embed/webkit/webkit-embed.cpp | 40 ++++++++++++++++---------------- embed/webkit/webkit-embed.h | 18 +++++++------- 9 files changed, 94 insertions(+), 80 deletions(-) commit fca44d6acfbd5ad82ced579b64c1392f67e2a9cb Author: diegoe Date: Mon Jul 30 05:13:42 2007 +0000 2007-07-30 Diego Escalante Urrelo * lib/ephy-password-dialog.c: Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7213 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ lib/ephy-password-dialog.c | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) commit 5f43e77e402490689886d31fe069a899ee401491 Author: carlosgc Date: Sun Jul 29 16:38:40 2007 +0000 2007-07-29 Carlos Garcia Campos * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_dispose): Fix memory leak. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7212 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 6 ++++++ lib/egg/egg-editable-toolbar.c | 3 +++ 2 files changed, 9 insertions(+), 0 deletions(-) commit 64ee00a6a1c7bf2b68b4f04f700ce6d5187ec7b5 Author: ymarcheg Date: Sun Jul 29 07:42:29 2007 +0000 Updated Occitan translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7211 51c929da-ce25-0410-94ab-cff1d2748b70 po/oc.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 445a4f2dd8b0bba853338b8874e51d8232cd19c6 Author: dooteo Date: Sat Jul 28 13:49:40 2007 +0000 2007-07-28 Inaki Larranaga Murgoitio * eu.po: Updated Basque translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7210 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/eu.po | 1682 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 866 insertions(+), 820 deletions(-) commit 16ee21212b62742fa53c2a57c337d7cf8dda9a38 Author: xan Date: Fri Jul 27 21:48:58 2007 +0000 2007-07-28 Xan Lopez * embed/webkit/webkit-embed.cpp: Implement stop loading method, for some reason can_go methods will fail to link. * src/epiphany.override: Remove mozilla include. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7209 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 11 +++++++++++ embed/webkit/webkit-embed.cpp | 3 +++ src/epiphany.override | 3 --- 3 files changed, 14 insertions(+), 3 deletions(-) commit 57b9e296dd131b5f9034248677f2cf1bc283e831 Author: xan Date: Fri Jul 27 20:27:56 2007 +0000 2007-07-27 Xan Lopez * Makefile.am: * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-factory.c: (ephy_embed_factory_new_object): * embed/ephy-embed-persist.c: * embed/ephy-embed-shell.c: * embed/ephy-embed.c: * embed/webkit/Makefile.am: * embed/webkit/webkit-embed-find.cpp: * embed/webkit/webkit-embed-find.h: * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed-persist.h: * embed/webkit/webkit-embed-single.cpp: * embed/webkit/webkit-embed-single.h: * embed/webkit/webkit-embed.cpp: * embed/webkit/webkit-embed.h: * src/Makefile.am: Add support for the WebKit engine, compile with --with-engine=webkit to activate. * embed/mozilla/mozilla-embed-single.cpp: Move to the G_DEFINE_TYPE_WITH_CODE macro. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7208 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 28 ++ Makefile.am | 2 +- configure.ac | 62 ++++- doc/reference/Makefile.am | 24 ++- embed/Makefile.am | 12 +- embed/ephy-embed-factory.c | 23 ++ embed/ephy-embed-persist.c | 1 - embed/ephy-embed-shell.c | 1 - embed/ephy-embed.c | 2 - embed/mozilla/mozilla-embed-single.cpp | 103 +------- embed/webkit/Makefile.am | 23 ++ embed/webkit/webkit-embed-find.cpp | 105 ++++++++ embed/webkit/webkit-embed-find.h | 57 ++++ embed/webkit/webkit-embed-persist.cpp | 89 +++++++ embed/webkit/webkit-embed-persist.h | 60 +++++ embed/webkit/webkit-embed-single.cpp | 342 +++++++++++++++++++++++++ embed/webkit/webkit-embed-single.h | 57 ++++ embed/webkit/webkit-embed.cpp | 441 ++++++++++++++++++++++++++++++++ embed/webkit/webkit-embed.h | 59 +++++ src/Makefile.am | 38 +++- 20 files changed, 1407 insertions(+), 122 deletions(-) commit 3c0aa8cc74940ec7255997a5d95103049d433697 Author: jorgegonz Date: Fri Jul 27 11:45:28 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7207 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/es.po | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) commit 1ab9e78a2da4be26c896a03aeec6e0590895d761 Author: dnylande Date: Fri Jul 27 07:08:01 2007 +0000 sv.po: Swedish translation updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7206 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sv.po | 1045 ++++++++++++++++------------------------------------------ 2 files changed, 295 insertions(+), 754 deletions(-) commit 08dd23810d562e227bff112d4338238d9c29dca1 Author: diegoe Date: Fri Jul 27 04:57:59 2007 +0000 2007-07-26 Diego Escalante Urrelo * src/ephy-window.c: Make "Customise toolbars" insensitive when toolbars are hidden. Patch by René Stadler. Fixes bug #164227. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7205 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ src/ephy-window.c | 12 +++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) commit 4c3b9725edaf77929df2488ad08ddcb4a685f32c Author: tkaroonb Date: Fri Jul 27 01:22:06 2007 +0000 * th.po: Updated Thai translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7204 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/th.po | 74 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 34 deletions(-) commit 6f9b62e9bfe2ee21b9635ba771bfb35f93e77c3c Author: reinouts Date: Thu Jul 26 20:58:43 2007 +0000 2007-06-26 Reinout van Schouwen * nl.po: Updated Dutch translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7203 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/nl.po | 121 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 71 insertions(+), 54 deletions(-) commit 5909504c6e4695c867b11351cbdce746fa01e4f9 Author: reinouts Date: Thu Jul 26 20:56:17 2007 +0000 2007-07-26 Reinout van Schouwen * embed/mozilla/EphyAboutModule.cpp: Don't mention 'Epiphany' in the message introduced in the patch for bug #459552. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7202 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ embed/mozilla/EphyAboutModule.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) commit 30cdfc9bbc5c4e76b50a4e44fd1a6d3048d84d12 Author: jorgegonz Date: Thu Jul 26 09:11:18 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7201 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++ po/es.po | 126 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 74 insertions(+), 56 deletions(-) commit 0cfb5e4c6ee9261da8709cdb658cdbeb2d6f2408 Author: tkaroonb Date: Thu Jul 26 08:15:42 2007 +0000 * th.po: Updated Thai translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7200 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/th.po | 184 ++++++++++++++++++++++++++------------------------------- 2 files changed, 88 insertions(+), 100 deletions(-) commit 3fb2fb82bafcfebcf9018fa2fc97a8edc4b5be14 Author: diegoe Date: Thu Jul 26 07:55:50 2007 +0000 2007-07-26 Diego Escalante Urrelo * embed/mozilla/EphyAboutModule.cpp: Improve the restricted ports message, patch by Cosimo Cecchi. Fixes bug #459552. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7199 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ embed/mozilla/EphyAboutModule.cpp | 16 +++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) commit 793e8784dc2390aac54cb76ae67ecf066001eb1d Author: diegoe Date: Thu Jul 26 04:14:07 2007 +0000 2007-07-25 Diego Escalante Urrelo * embed/downloader-view.c: Make the status icon clickable so it shows/hides the download window, works across workspaces. Patch by Kraai. Fixes bug #448610. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7198 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ embed/downloader-view.c | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletions(-) commit 191f5937315dab49cdedb21a5cfcce6470cc1ad8 Author: diegoe Date: Wed Jul 25 21:04:10 2007 +0000 2007-07-25 Diego Escalante Urrelo * src/ephy-tab.c: Update tab title when the statusbar text is updated, so we don't have out of sync messages (like "Loading "). Fixes bug #318947. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7197 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ src/ephy-tab.c | 3 +++ 2 files changed, 11 insertions(+), 0 deletions(-) commit 977204e033e5080e2bda0d8359173689b59118dd Author: diegoe Date: Wed Jul 25 20:46:37 2007 +0000 2007-07-25 Diego Escalante Urrelo * src/ephy-notebook.c: Checks that if we are dragging an element of type EPHY_DND_URI_LIST_TYPE we don't reuse an already existing tab to open the first element of the list. Fixes bug #313636. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7196 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 8 ++++++++ src/ephy-notebook.c | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit fe59e7d32b42bdfc6abf56bd35a0d86f51a925b1 Author: diegoe Date: Wed Jul 25 20:34:25 2007 +0000 2007-07-25 Diego Escalante Urrelo * src/prefs-dialog.c: * data/glade/prefs-dialog.glade: Added a checkbox for smooth scrolling. Fixes bug #162489. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7195 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ data/glade/prefs-dialog.glade | 20 ++++++++++++++++++++ src/prefs-dialog.c | 2 ++ 3 files changed, 29 insertions(+), 0 deletions(-) commit ebf183d56638697c51a9799ba66f8ddf93041b3f Author: plaes Date: Tue Jul 24 09:20:51 2007 +0000 2007-07-24 Priit Laes * et.po: Estonian translation update by Ivar Smolin. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7194 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/et.po | 28 ++++++++++++++++------------ 2 files changed, 20 insertions(+), 12 deletions(-) commit 5c67f04add44b3d670fa75a6b154f6e5c155f0e1 Author: kelemeng Date: Sat Jul 21 19:48:17 2007 +0000 2007-07-21 Gabor Kelemen * hu.po: Translation updated. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7193 51c929da-ce25-0410-94ab-cff1d2748b70 po/hu.po | 103 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 51 insertions(+), 52 deletions(-) commit 050fdebaab5d9960b999f533893a47c86ca59032 Author: kelemeng Date: Sat Jul 21 19:15:02 2007 +0000 2007-07-21 Gabor Kelemen * hu.po: Translation updated. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7192 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 39d271e6c09b4195cd97dbb412aa58f91fe5df25 Author: wbolster Date: Sat Jul 21 13:36:40 2007 +0000 2007-07-21 Wouter Bolsterlee * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-window.c: Remove some icons from the context menu, and use better ones for some menu items. Reported by Andreas Nilsson. Patch by Cosimo Cecchi. Fixes bug #410223. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7191 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 10 ++++++++++ lib/ephy-stock-icons.c | 1 + lib/ephy-stock-icons.h | 9 +++++---- src/ephy-window.c | 10 +++++----- 4 files changed, 21 insertions(+), 9 deletions(-) commit 29f8fa25914e0ff86457d1090a5304ced6188629 Author: tkaroonb Date: Sat Jul 21 12:48:17 2007 +0000 * th.po: Updated Thai translation. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7190 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/th.po | 73 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 42 insertions(+), 35 deletions(-) commit b78504a3127882e22c92656d54102f6735dcef9e Author: wbolster Date: Wed Jul 18 16:48:10 2007 +0000 2007-07-18 Wouter Bolsterlee * nl.po: Translation updated by Wouter Bolsterlee. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7187 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 6 +++++- po/nl.po | 46 ++++++++++++++++++++++++++-------------------- 2 files changed, 31 insertions(+), 21 deletions(-) commit 51e08bd2fb555f7b3b639c507548dae4fa4e277c Author: dnylande Date: Tue Jul 17 15:16:37 2007 +0000 sv.po: Updated Swedish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7177 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 + po/sv.po | 972 +++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 725 insertions(+), 251 deletions(-) commit 6fac2006e61b55f5c5fcf9ec7379c1a34144d390 Author: jorgegonz Date: Tue Jul 17 10:31:10 2007 +0000 Updated Spanish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7176 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 ++++ po/es.po | 22 ++++++++++------------ 2 files changed, 14 insertions(+), 12 deletions(-) commit fbe914277fd3ad070d0c8bd3eec2bc2eae3af449 Author: wbolster Date: Mon Jul 16 20:22:51 2007 +0000 2007-07-16 Wouter Bolsterlee * src/bookmarks/ephy-bookmark-factory-action.c: (ephy_bookmark_factory_action_new): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init), (ephy_bookmarks_get_topic_uri): * src/bookmarks/ephy-topic-factory-action.c: (ephy_topic_factory_action_new): String changes based on user feedback: - "Local sites" -> "Nearby sites" (because it is a better description) - Drop the "Quick" prefix from Topic/Bookmark items in toolbar editor, because it has no function besides confusing users. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7175 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 38 ++++++++++++++++++------- src/bookmarks/ephy-bookmark-factory-action.c | 2 +- src/bookmarks/ephy-bookmarks.c | 3 +- src/bookmarks/ephy-topic-factory-action.c | 2 +- 4 files changed, 31 insertions(+), 14 deletions(-) commit 735cc2c54fcc9f660c7a3552e524cb17d2ee612e Author: chpe Date: Mon Jul 16 20:12:58 2007 +0000 2007-07-16 Christian Persch * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * plugins/desktop-file/Makefile.am: * src/Makefile.am: s/MOZILLA/GECKO/g for consistency with gge. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7173 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 11 +++++++++++ configure.ac | 24 ++++++++++++------------ doc/reference/Makefile.am | 10 +++++----- embed/Makefile.am | 4 ++-- embed/mozilla/Makefile.am | 6 +++--- plugins/desktop-file/Makefile.am | 4 ++-- src/Makefile.am | 6 +++--- 7 files changed, 38 insertions(+), 27 deletions(-) commit 1c66ba022147f2f317a1c21da66464397eee846a Author: wbolster Date: Mon Jul 16 16:48:33 2007 +0000 2007-07-16 Wouter Bolsterlee * nl.po: Translation updated by Wouter Bolsterlee. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7172 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 34 +++++++++++++++------------ po/nl.po | 73 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 55 insertions(+), 52 deletions(-) commit 52276935c032d8e2f1dfb9a8879c3464ab816fe9 Author: ituohela Date: Mon Jul 16 16:07:29 2007 +0000 Updated Finnish translation git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7171 51c929da-ce25-0410-94ab-cff1d2748b70 po/ChangeLog | 4 +++ po/fi.po | 65 +++++++++++++++++++++++++++------------------------------ 2 files changed, 35 insertions(+), 34 deletions(-) commit 883b987afb6f88d6527f5725e5473614226cfd5e Author: chpe Date: Mon Jul 16 15:30:58 2007 +0000 updated git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7168 51c929da-ce25-0410-94ab-cff1d2748b70 doc/reference/tmpl/ephy-embed.sgml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 02a8fb3f248d595efb5469b87c2f58d760fe47e1 Author: chpe Date: Mon Jul 16 15:30:51 2007 +0000 Remove FIXME git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7167 51c929da-ce25-0410-94ab-cff1d2748b70 src/popup-commands.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 58648ea31985c0c5fbce887199b6a8f5ff40be33 Author: chpe Date: Sun Jul 15 10:19:27 2007 +0000 2007-07-15 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHistoryListener.cpp: * embed/mozilla/EphyPromptService.cpp: * embed/mozilla/GeckoFormSigningDialog.cpp: * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GeckoPrintSession.cpp: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed.cpp: * plugins/desktop-file/plugin.cpp: Use C++ casts. Script from bmo#348748. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7166 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 15 +++++++++++++++ embed/mozilla/EphyBrowser.cpp | 2 +- embed/mozilla/EphyHeaderSniffer.cpp | 2 +- embed/mozilla/EphyHistoryListener.cpp | 2 +- embed/mozilla/EphyPromptService.cpp | 4 ++-- embed/mozilla/GeckoFormSigningDialog.cpp | 2 +- embed/mozilla/GeckoPrintService.cpp | 2 +- embed/mozilla/GeckoPrintSession.cpp | 2 +- embed/mozilla/mozilla-embed-event.cpp | 2 +- embed/mozilla/mozilla-embed.cpp | 2 +- plugins/desktop-file/plugin.cpp | 2 +- 11 files changed, 26 insertions(+), 11 deletions(-) commit 3be72f0318458374457dbad8c05840ad5b56dcf5 Author: chpe Date: Sat Jul 14 22:43:55 2007 +0000 2007-07-15 Christian Persch * embed/mozilla/mozilla-embed-single.cpp: Make sure postscript printing is enabled, and the printer list empty (so we only get the PostScript/default printer). git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7165 51c929da-ce25-0410-94ab-cff1d2748b70 ChangeLog | 7 +++++++ embed/mozilla/mozilla-embed-single.cpp | 3 +++ 2 files changed, 10 insertions(+), 0 deletions(-) commit 6c1ff724ca3c5b4017bb3cb8ac4fad88015eb05d Author: chpe Date: Sat Jul 14 22:42:57 2007 +0000 More prefs fixes git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7164 51c929da-ce25-0410-94ab-cff1d2748b70 data/default-prefs-common.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 29c08551368b6bfe0ddba866077e1a353812f30b Author: chpe Date: Sat Jul 14 22:38:41 2007 +0000 2007-07-15 Christian Persch * data/chrome/about.xhtml: * data/epiphany.desktop.in.in: * data/icons/16x16/apps/Makefile.am: * data/icons/22x22/apps/Makefile.am: * data/icons/24x24/apps/Makefile.am: * data/icons/32x32/apps/Makefile.am: * data/icons/scalable/apps/Makefile.am: * lib/ephy-stock-icons.h: Use the right icon name. Bug #385872. git-svn-id: svn+ssh://svn.gnome.org/svn/epiphany/trunk@7163 51c929da-ce25-0410-94ab-cff1d2748b70 data/chrome/about.xhtml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6130c24ef3296c15f864ba5d9236ff0e588c231f Author: chpe Date: Sat Jul 14 22:37:25 2007 +0000 2007-07-15 Christian Persch * data/chrome/about.xhtml: * data/epiphany.desktop.in.in: * data/icons/16x16/apps/Makefile.am: * data/icons/22x22/apps/Makefile.am: * data/icons/24x24/apps/Makefile.am: * data/icons/32x32/apps/Makefile.am: * data/icons/sc