commit 88c9a965ef7c30b8c0e07f24a39b3cfc31eb56fd Author: Fran Diéguez Date: Mon Feb 6 11:41:17 2012 +0100 Updated Galician translations po/gl.po | 1494 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 691 insertions(+), 803 deletions(-) commit 9c3264e61f72694b2481d6fcf2f36881a0f31ae7 Author: Wouter Bolsterlee Date: Sat Feb 4 15:31:49 2012 +0100 Updated Dutch translation po/nl.po | 2738 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1286 insertions(+), 1452 deletions(-) commit 98ad801a50d8a7f470678bdb86f9eb57dd009ee5 Author: Martin Robinson Date: Thu Feb 2 11:47:34 2012 -0800 Allow toggling WebGL as a runtime GSettings switch If WebGL is enabled in WebKitGTK+, this new GSettings switch disables and enables WebGL settings at runtime. WebGL is disabled by default currently because Epiphany may use Clutter in the future. data/org.gnome.epiphany.gschema.xml.in | 5 +++++ embed/ephy-embed-prefs.c | 4 ++++ lib/ephy-prefs.h | 1 + 3 files changed, 10 insertions(+), 0 deletions(-) commit 9ead439a12282b6182da3e7c81f4df46a3a6270d Author: Diego Escalante Urrelo Date: Thu Jan 26 21:10:37 2012 -0500 ephy-window: restore alt+# accels to switch tabs Create 10 fixed GtkActions that react to the alt+# accelerators. Based on code from gedit-window.c. https://bugzilla.gnome.org/show_bug.cgi?id=668702 src/ephy-window.c | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 84 insertions(+), 0 deletions(-) commit 87b92272f962e04d16c7f156dc736fb421593218 Author: Diego Escalante Urrelo Date: Thu Jan 26 11:53:45 2012 -0500 tests: ephy-download: missing ephy_download_start https://bugzilla.gnome.org/show_bug.cgi?id=668758 tests/ephy-download.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 9228a79428da8525f1cf937737128be46c7faf57 Author: Diego Escalante Urrelo Date: Mon Jan 30 14:08:11 2012 -0500 tests/ephy-download: remove embed-persist mention tests/ephy-download.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5fd01e8495dc80438591332df9794ea321d8102e Author: Xan Lopez Date: Mon Jan 30 15:42:17 2012 +0100 ephy-window: do not duplicate tons of code in sync_tab_is_blank src/ephy-window.c | 72 +++++++++------------------------------------------- 1 files changed, 13 insertions(+), 59 deletions(-) commit 4220f80676712492175b64cc1eeaef9541b9d8c6 Author: Chao-Hsiung Liao Date: Sun Jan 29 23:11:49 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1686 +++++++++++++++++------------------------------------------ po/zh_TW.po | 1686 +++++++++++++++++------------------------------------------ 2 files changed, 974 insertions(+), 2398 deletions(-) commit bc97f90ebc099a702dcfc8260b902a399550ad7b Author: Matej Urbančič Date: Sat Jan 28 20:29:38 2012 +0100 Updated Slovenian translation po/sl.po | 1070 +++++++++++++++++++++----------------------------------------- 1 files changed, 367 insertions(+), 703 deletions(-) commit a7640b9b6db190717ce2c75c603c1c7e86a23a5c Author: Xan Lopez Date: Fri Jan 27 23:01:59 2012 +0100 ephy-window: correct thinko in action sensitivity handling src/ephy-window.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 224bb2418135604c08e0918c2757bd6b52882acb Author: Xan Lopez Date: Fri Jan 27 22:49:51 2012 +0100 ephy-window: simplify handling of back/forward sensitivity Back/Forward sensitivity only depends on one factor (whether you can actually go back or forward), so there is no need to use the ephy action helper method. This allows to simplify the code quite a bit. src/ephy-window.c | 36 ++++++------------------------------ 1 files changed, 6 insertions(+), 30 deletions(-) commit 772d1af3f02e309e9772e88a37e11d5ab426c4db Author: Yaron Shahrabani Date: Fri Jan 27 16:01:30 2012 +0200 Updated Hebrew translation. po/he.po | 1656 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 752 insertions(+), 904 deletions(-) commit fce5ae3afbf15c5ba9b229aaa3b6f45733c42dd6 Author: Xan Lopez Date: Fri Jan 27 11:46:51 2012 +0100 ephy-notebook: remove dnd-enabled property It does not seem to do anything. src/ephy-notebook.c | 27 --------------------------- src/ephy-notebook.h | 3 --- src/ephy-window.c | 1 - 3 files changed, 0 insertions(+), 31 deletions(-) commit f0523c794b447b1720a2bf3153bae195910fe5d2 Author: Xan Lopez Date: Fri Jan 27 11:20:11 2012 +0100 ephy-main: tidy up indentation src/ephy-main.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit b503cf31550e1efebe0b7cc920f1395f31c6e97b Author: Xan Lopez Date: Fri Jan 27 11:18:11 2012 +0100 Get rid of EPHY_STOCK_EPHY In 99% of the cases we were using it for gtk_window_set_icon_name, which does nothing in GNOME 3. In the couple of valid use cases, just use "web-browser" directly. embed/ephy-embed.c | 1 - lib/Makefile.am | 1 - lib/ephy-file-chooser.c | 3 --- lib/ephy-gui.c | 3 --- lib/ephy-stock-icons.h | 33 --------------------------------- lib/widgets/ephy-location-entry.c | 1 - lib/widgets/ephy-tree-model-node.c | 1 - src/bookmarks/ephy-bookmark-action.c | 1 - src/bookmarks/ephy-bookmarks-ui.c | 1 - src/bookmarks/ephy-bookmarks.c | 2 -- src/ephy-history-window.c | 3 --- src/ephy-main.c | 5 +---- src/ephy-session.c | 2 -- src/ephy-window.c | 3 --- src/pdm-dialog.c | 3 --- src/window-commands.c | 3 +-- tests/ephy-embed-single.c | 1 - 17 files changed, 2 insertions(+), 65 deletions(-) commit 6bda078417b917696fef7d8fe028391837ad5966 Author: Xan Lopez Date: Fri Jan 27 10:32:45 2012 +0100 Remove the Bookmarks Editor desktop file There's really no much point in shipping it as a separate "application". configure.ac | 2 -- data/Makefile.am | 4 ++-- data/art/Makefile.am | 19 ------------------- data/art/epiphany-bookmarks.png | Bin 1287 -> 0 bytes data/bme.desktop.in.in | 14 -------------- po/POTFILES.in | 1 - 6 files changed, 2 insertions(+), 38 deletions(-) commit 407813deb5700a3adcbf050e7d865ee705214c1f Author: Xan Lopez Date: Fri Jan 27 10:16:29 2012 +0100 POTFILES.in: remove reference to ephy-stock-icons.c po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 3b93e5e27d62c41c3726eeef610e9add622cc8aa Author: Xan Lopez Date: Fri Jan 27 10:14:28 2012 +0100 configure.ac: remove reference to icons Makefile configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 17ef6d1c777e63fdbbb11cf2afb21bbe5c1acfa4 Author: Xan Lopez Date: Fri Jan 27 10:12:22 2012 +0100 And remove the last stock icon, bookmarks We can kill data/icons now. data/Makefile.am | 2 +- data/icons/Makefile.am | 45 --- data/icons/README | 13 - data/icons/hicolor_actions_16x16_bookmark-view.png | Bin 474 -> 0 bytes data/icons/hicolor_actions_16x16_bookmark-view.xcf | Bin 1969 -> 0 bytes data/icons/hicolor_actions_22x22_bookmark-view.png | Bin 595 -> 0 bytes data/icons/hicolor_actions_22x22_bookmark-view.xcf | Bin 2461 -> 0 bytes data/icons/hicolor_actions_24x24_bookmark-view.png | Bin 585 -> 0 bytes data/icons/hicolor_actions_32x32_bookmark-view.png | Bin 934 -> 0 bytes data/icons/hicolor_actions_32x32_bookmark-view.svg | 299 ---------------- .../hicolor_actions_scalable_bookmark-view.svg | 355 -------------------- lib/Makefile.am | 1 - lib/ephy-stock-icons.c | 66 ---- lib/ephy-stock-icons.h | 5 - src/bookmarks/ephy-bookmarks-editor.c | 2 - src/ephy-main.c | 1 - 16 files changed, 1 insertions(+), 788 deletions(-) commit 86a17ef48fd7a3e549b5d0cd9dc57a59ad233332 Author: Xan Lopez Date: Fri Jan 27 09:52:26 2012 +0100 Remove the history stock icon data/icons/Makefile.am | 8 - data/icons/hicolor_actions_16x16_history-view.png | Bin 842 -> 0 bytes data/icons/hicolor_actions_16x16_history-view.svg | 153 ---------- data/icons/hicolor_actions_22x22_history-view.png | Bin 1498 -> 0 bytes data/icons/hicolor_actions_22x22_history-view.svg | 255 ----------------- data/icons/hicolor_actions_24x24_history-view.png | Bin 1511 -> 0 bytes data/icons/hicolor_actions_32x32_history-view.png | Bin 2426 -> 0 bytes data/icons/hicolor_actions_32x32_history-view.svg | 266 ----------------- .../hicolor_actions_scalable_history-view.svg | 299 -------------------- lib/ephy-stock-icons.c | 1 - lib/ephy-stock-icons.h | 1 - src/ephy-history-window.c | 1 - 12 files changed, 0 insertions(+), 984 deletions(-) commit 9af155fcc487ea8e75541c8c93707e1c5aa30f58 Author: Xan Lopez Date: Fri Jan 27 01:06:45 2012 +0100 Remove EPHY_STOCK_BOOKMARK Use the symbolic icon for the completion entry, I'm sure Lapo will approve. data/icons/Makefile.am | 5 - data/icons/hicolor_places_16x16_bookmark-web.png | Bin 576 -> 0 bytes data/icons/hicolor_places_16x16_bookmark-web.svg | 121 ------------------- data/icons/hicolor_places_22x22_bookmark-web.png | Bin 989 -> 0 bytes data/icons/hicolor_places_22x22_bookmark-web.svg | 134 ---------------------- data/icons/hicolor_places_24x24_bookmark-web.png | Bin 1025 -> 0 bytes lib/ephy-stock-icons.c | 1 - lib/ephy-stock-icons.h | 1 - lib/widgets/ephy-location-entry.c | 2 +- src/bookmarks/ephy-bookmark-properties.c | 2 - 10 files changed, 1 insertions(+), 265 deletions(-) commit 518eb4b4c4c088d709d80b7d2d98cbd68c960e2c Author: Xan Lopez Date: Fri Jan 27 00:42:12 2012 +0100 Remove more unused stock icons data/icons/Makefile.am | 8 - data/icons/hicolor_status_16x16_popup-hidden.png | Bin 327 -> 0 bytes data/icons/hicolor_status_16x16_popup-hidden.xcf | Bin 2282 -> 0 bytes data/icons/hicolor_status_22x22_popup-hidden.png | Bin 325 -> 0 bytes data/icons/hicolor_status_22x22_popup-hidden.xcf | Bin 2879 -> 0 bytes data/icons/hicolor_status_24x24_popup-hidden.png | Bin 378 -> 0 bytes data/icons/hicolor_status_32x32_popup-hidden.png | Bin 1028 -> 0 bytes data/icons/hicolor_status_32x32_popup-hidden.svg | 372 -------------------- .../icons/hicolor_status_scalable_popup-hidden.svg | 367 ------------------- lib/ephy-stock-icons.c | 21 -- lib/ephy-stock-icons.h | 8 +- 11 files changed, 1 insertions(+), 775 deletions(-) commit fbf16f5664a88f9dae9bb0f0983cdc24f93be226 Author: Xan Lopez Date: Fri Jan 27 00:38:58 2012 +0100 ephy-window: remove stock icons from two more GtkActions src/ephy-window.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 4184f9cb8e46fd8e0eea8b46861ad91cda59078a Author: Xan Lopez Date: Fri Jan 27 00:37:19 2012 +0100 Also remove stock icons in the history and bookmarks editors src/bookmarks/ephy-bookmarks-editor.c | 24 ++++++++++++------------ src/ephy-history-window.c | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) commit 0591d068028d52c2636e277721a1d9030d83adbc Author: Xan Lopez Date: Fri Jan 27 00:34:10 2012 +0100 ephy-window: do not define stock icons for the GtkActions We are not using them. src/ephy-window.c | 54 ++++++++++++++++++++++++++-------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) commit 62b676c7d9eba221bb5ebbe0a9c85c981131cdf6 Author: Xan Lopez Date: Fri Jan 27 00:29:09 2012 +0100 Remove all the lock stock icons At this point we were only using the #defines in EphyLocationEntry to decide which symbolic icon to use, so keep that and delete everything else. data/icons/Makefile.am | 12 - data/icons/hicolor_status_16x16_lock-broken.png | Bin 805 -> 0 bytes data/icons/hicolor_status_16x16_lock-broken.svg | 413 --------- data/icons/hicolor_status_16x16_lock-insecure.png | Bin 640 -> 0 bytes data/icons/hicolor_status_16x16_lock-insecure.svg | 560 ------------ .../hicolor_status_16x16_lock-secure-checked.png | Bin 831 -> 0 bytes .../hicolor_status_16x16_lock-secure-checked.svg | 478 ---------- data/icons/hicolor_status_16x16_lock-secure.png | Bin 709 -> 0 bytes data/icons/hicolor_status_16x16_lock-secure.svg | 407 --------- data/icons/hicolor_status_24x24_lock-broken.png | Bin 1081 -> 0 bytes data/icons/hicolor_status_24x24_lock-broken.svg | 607 ------------- data/icons/hicolor_status_24x24_lock-insecure.png | Bin 1010 -> 0 bytes data/icons/hicolor_status_24x24_lock-insecure.svg | 618 ------------- .../hicolor_status_24x24_lock-secure-checked.png | Bin 1155 -> 0 bytes .../hicolor_status_24x24_lock-secure-checked.svg | 506 ----------- data/icons/hicolor_status_24x24_lock-secure.png | Bin 961 -> 0 bytes data/icons/hicolor_status_24x24_lock-secure.svg | 470 ---------- data/icons/hicolor_status_48x48_lock-broken.png | Bin 2922 -> 0 bytes data/icons/hicolor_status_48x48_lock-broken.svg | 943 ------------------- data/icons/hicolor_status_48x48_lock-insecure.png | Bin 3000 -> 0 bytes data/icons/hicolor_status_48x48_lock-insecure.svg | 616 ------------- .../hicolor_status_48x48_lock-secure-checked.png | Bin 3110 -> 0 bytes .../hicolor_status_48x48_lock-secure-checked.svg | 950 -------------------- data/icons/hicolor_status_48x48_lock-secure.png | Bin 2849 -> 0 bytes data/icons/hicolor_status_48x48_lock-secure.svg | 573 ------------ lib/ephy-stock-icons.c | 5 +- lib/ephy-stock-icons.h | 3 - lib/widgets/ephy-location-entry.h | 4 + 28 files changed, 5 insertions(+), 7160 deletions(-) commit a9792256c80e46bf9f0c237b2f6fb29b3b38c699 Author: Xan Lopez Date: Fri Jan 27 00:18:30 2012 +0100 Remove unused stock icons Both the icons themselves and the names in the header file. This just removes those without absolutely any reference to them in the entire source tree, but I suspect we can remove most of them since they are not actually used. data/icons/Makefile.am | 6 - .../icons/hicolor_actions_16x16_location-entry.png | Bin 540 -> 0 bytes .../icons/hicolor_actions_22x22_location-entry.png | Bin 814 -> 0 bytes .../icons/hicolor_actions_24x24_location-entry.png | Bin 877 -> 0 bytes .../icons/hicolor_actions_32x32_location-entry.png | Bin 1591 -> 0 bytes .../icons/hicolor_actions_32x32_location-entry.svg | 1024 ------------------- .../hicolor_actions_scalable_location-entry.svg | 1050 -------------------- lib/ephy-stock-icons.c | 5 - lib/ephy-stock-icons.h | 5 - 9 files changed, 0 insertions(+), 2090 deletions(-) commit bc048aafffe516805284603356bb3d0bed0c310e Author: Timo Jyrinki Date: Thu Jan 26 17:59:43 2012 +0200 Updated Finnish translation po/fi.po | 1743 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1087 insertions(+), 656 deletions(-) commit fff73fe327620192d8fc7992427413dae1d044d2 Author: Xan Lopez Date: Thu Jan 26 13:45:37 2012 +0100 ephy-download: comment broken tests I'm sure Diego will fix them. tests/ephy-download.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 3cd5b69810e6d590e0427c9af22f71a0f39b7515 Author: Xan Lopez Date: Thu Jan 26 13:37:16 2012 +0100 tests: run all the tests on 'make check' Which tells us that test-ephy-download is broken. tests/Makefile.am | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 71 insertions(+), 0 deletions(-) commit b7425ebaedc757048c40f0087bfcb200e5781074 Author: Xan Lopez Date: Thu Jan 26 10:42:36 2012 +0100 The accel for Help should be F1, not Ctrl+h data/ui/epiphany-application-menu.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6ef033c1ed5f1626ce565f72664e258f8ef3cc79 Author: Xan Lopez Date: Thu Jan 26 10:34:23 2012 +0100 Adapt to the new format form global menus This requires a GTK+ newer than eed30771. configure.ac | 2 +- data/ui/epiphany-application-menu.ui | 53 ++++++++++++++++++++++++++------- 2 files changed, 42 insertions(+), 13 deletions(-) commit 6697ac29a87afd06c2755d2fb4d87069cad6cf68 Author: Daniel Mustieles Date: Wed Jan 25 12:01:49 2012 +0100 Updated Spanish translation po/es.po | 1032 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 463 insertions(+), 569 deletions(-) commit 0a204c251480fefdd39cbd016a2045ed16fac369 Author: Kjartan Maraas Date: Wed Jan 25 11:21:52 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 734 ++++++++++++++------------------------------------------------ 1 files changed, 161 insertions(+), 573 deletions(-) commit 5bcbe1bec4751bec10e086a74564475ee9d1533e Author: Xan Lopez Date: Tue Jan 24 20:33:02 2012 +0100 ephy-embed-utils: load again stuff like 'localhost:3000" https://bugzilla.gnome.org/show_bug.cgi?id=668593 embed/ephy-embed-utils.c | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) commit 22f2e807d040d2d0f51e53e1f022a40d82fc1a24 Author: Xan Lopez Date: Tue Jan 24 15:01:06 2012 +0100 Make EphyWindow responsible for its own destruction when the last tab is gone EphyNotebook was destroying its toplevel when the last tab was destroyed. I think this is really weird, so move the responsibility to the window. This will probably break something, I'm sure. src/ephy-notebook.c | 6 ------ src/ephy-window.c | 7 +++++++ 2 files changed, 7 insertions(+), 6 deletions(-) commit fe562478cc9fc4e2fc53edb44f39c33f0a063685 Author: Xan Lopez Date: Tue Jan 24 14:49:32 2012 +0100 ephy-notebook: remove full title tooltip on each tab It's pretty annoying and hardly useful. src/ephy-notebook.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit 626e9018a9f23bfe380cbe237c0f4dc9345d9395 Author: Xan Lopez Date: Tue Jan 24 14:43:53 2012 +0100 ephy-location-controller: lose lock tooltip property src/ephy-location-controller.c | 37 ------------------------------------- 1 files changed, 0 insertions(+), 37 deletions(-) commit 763f79be56699288d83cf623eeea34b325ef31af Author: Xan Lopez Date: Tue Jan 24 14:42:08 2012 +0100 ephy-window: lose security state tooltips src/ephy-window.c | 33 ++++----------------------------- 1 files changed, 4 insertions(+), 29 deletions(-) commit 69ac211bfb86bef8ba432b495eaefd8354e5faaa Author: Xan Lopez Date: Tue Jan 24 14:30:30 2012 +0100 ephy-window: we don't do tooltips anymore, remove support code for that src/ephy-window.c | 252 +++++++++-------------------------------------------- 1 files changed, 40 insertions(+), 212 deletions(-) commit eb1c43c071359ee3c8685dbb1387502a66b9dd42 Author: Xan Lopez Date: Tue Jan 24 14:18:17 2012 +0100 ephy-window: remove toplevel actions that do not exist anymore src/ephy-window.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit eeeaa0edabfb5fab3cfbdb233ff16a92166e76bb Author: Xan Lopez Date: Tue Jan 24 13:45:28 2012 +0100 Never append "http://" to an address with a scheme It does not make sense. Fixes opening about: pages after normalizing all URLs again (and not only those without a scheme!). embed/ephy-embed-utils.c | 7 ++++++- embed/ephy-web-view.c | 2 -- 2 files changed, 6 insertions(+), 3 deletions(-) commit 5efccdb2132bbc33ac4907db2c1cdfc638eeac9f Author: Xan Lopez Date: Tue Jan 24 13:44:57 2012 +0100 ephy-embed-utils: consider 'ephy-about' as a web scheme Otherwise we'll fail to open about: pages in our policy decision mechanism. embed/ephy-embed-utils.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 24313f4641d13a535be726330825dae09c16d0b0 Author: Xan Lopez Date: Tue Jan 24 12:26:41 2012 +0100 ephy-web-view: remove unused variable embed/ephy-web-view.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit 2434fbfa4df95702de8e19e2484b23937113a8cd Author: Xan Lopez Date: Tue Jan 24 12:04:10 2012 +0100 ephy-web-view: dismiss the "Remember password?" infobar on navigation Does not make much sense to keep it when the context for the action is gone. embed/ephy-web-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 420b059e482fbef1250b8f19b60985aab7c593fd Author: Jon McCann Date: Mon Jan 23 16:06:50 2012 -0500 Make the user visible name Web in more places https://bugzilla.gnome.org/show_bug.cgi?id=666587 src/ephy-main.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 93e152c7c58006bbdcd6fcaa43d96fc10b0496f4 Author: Xan Lopez Date: Mon Jan 23 20:57:42 2012 +0100 ephy-window: remove unneeded include src/ephy-window.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit f77a13a41e0b481cbfd02b54f11759fc1cd2fed3 Author: Diego Escalante Urrelo Date: Mon Jan 23 12:27:47 2012 -0500 ephy-window: call sync_tab_is_blank on new tabs src/ephy-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7511ee0b55d81858cb62c798854df29b135b517f Author: Diego Escalante Urrelo Date: Sun Jan 22 18:41:47 2012 -0500 ephy-window: sync page actions with is-blank property Add ::is-blank property to EphyWebView and update EphyWindow to sync some of the page menu actions with it. There's no point in enabling save/reload/bookmark/etc on about:blank. https://bugzilla.gnome.org/show_bug.cgi?id=668105 embed/ephy-web-view.c | 45 +++++++++++++++++++++- src/ephy-window.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 139 insertions(+), 4 deletions(-) commit d626c6f1b880beabd1631f10891562067d287e28 Author: Diego Escalante Urrelo Date: Fri Jan 20 12:57:37 2012 -0500 ephy-web-view: remove uneeded is_blank calls https://bugzilla.gnome.org/show_bug.cgi?id=668105 embed/ephy-web-view.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 205a2920e2366de15bdbd4d983e103193c9da1f2 Author: Diego Escalante Urrelo Date: Mon Jan 23 11:30:48 2012 -0500 ephy-web-view: only autosearch input without scheme Create an autosearch from the user input only when it has no scheme at all. https://bugzilla.gnome.org/show_bug.cgi?id=551857 embed/ephy-web-view.c | 29 ++++++++++++++++++----------- 1 files changed, 18 insertions(+), 11 deletions(-) commit 607017e7381f71968f64d7a464b2d94826db0dad Author: Diego Escalante Urrelo Date: Wed Jan 20 17:00:04 2010 -0500 ephy-window: pass non-web schemas to gtk_show_uri Handle every non-web scheme in policy_decision_required_cb with gtk_show_uri. This enables xmpp:, apt: and similar links to work. https://bugzilla.gnome.org/show_bug.cgi?id=551857 src/ephy-window.c | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) commit 0e7ecc4b8f43ac53c3c1ab7a1281a4a959f86c5c Author: Diego Escalante Urrelo Date: Mon Jan 23 10:40:46 2012 -0500 ephy-embed-utils: mailto is not a web scheme https://bugzilla.gnome.org/show_bug.cgi?id=551857 embed/ephy-embed-utils.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 0257e7153ecbe593a0b13cca3ec90f9db03705e7 Author: Diego Escalante Urrelo Date: Mon Jan 23 10:04:48 2012 -0500 ephy-action-helper: document flags API https://bugzilla.gnome.org/show_bug.cgi?id=668510 src/ephy-action-helper.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 0caf6e516601a5167b4e3f18593dcb75d85b8452 Author: Xan Lopez Date: Mon Jan 23 16:52:59 2012 +0100 ephy-window: remove leftover from the editable toolbar ancient past src/ephy-window.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit 638dcf1c151204035900146ac41072dcdc82bf72 Author: Xan Lopez Date: Mon Jan 23 16:50:16 2012 +0100 ephy-window: remove leftovers from when EphyWindow managed the progress bar src/ephy-window.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit f9d3e0df1d982cd511af088ba12384d9fdca8ba8 Author: Xan Lopez Date: Mon Jan 23 14:38:42 2012 +0100 Remove the "Open Frame" functionality It's been #if 0-ed and broken forever too. If someone really wants it it should probably go into an extension. data/ui/epiphany-ui.xml | 2 -- src/ephy-window.c | 22 +++------------------- src/popup-commands.c | 17 ----------------- src/popup-commands.h | 3 --- 4 files changed, 3 insertions(+), 41 deletions(-) commit 512d7d577d2c869b86c655b4e235760990c2b6ba Author: Jiro Matsuzawa Date: Mon Jan 23 13:09:44 2012 +0900 [l10n] Update Japanese translation po/ja.po | 894 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 414 insertions(+), 480 deletions(-) commit c515aa701d3320fb996297030a00ddfd3336db99 Author: Xan Lopez Date: Sun Jan 22 21:35:31 2012 +0100 HACKING: small update HACKING | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) commit 01ca6d25a22e2deee130c2fe3723c27b7a41c2e1 Author: Xan Lopez Date: Sun Jan 22 21:29:18 2012 +0100 ephy-embed: reorder includes embed/ephy-embed.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 57376c8471fbe1b18aae995e7074a24ed6b38680 Author: Xan Lopez Date: Sun Jan 22 21:27:39 2012 +0100 ephy-embed: move the other statusbar id to the .c file It's not used anywhere else. embed/ephy-embed.c | 2 ++ embed/ephy-embed.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) commit b7b80c09ae988ffd6725fde6cb6fe082978cedd6 Author: Xan Lopez Date: Sun Jan 22 16:51:34 2012 +0100 ephy-embed: remove unused define embed/ephy-embed.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 44f5cfe296ae446aee7a2678ee845a2a2f4c2be3 Author: Xan Lopez Date: Sun Jan 22 16:50:46 2012 +0100 ephy-embed: the method to set the statusbar label can be private too embed/ephy-embed.c | 30 +++++++++++++++--------------- embed/ephy-embed.h | 2 -- 2 files changed, 15 insertions(+), 17 deletions(-) commit f217a3f328a5ca1aa01ac59c72967e419d70e6a1 Author: Xan Lopez Date: Sun Jan 22 15:16:09 2012 +0100 ephy-embed: we can now make the statusbar methods private embed/ephy-embed.c | 230 ++++++++++++++++++++++++++-------------------------- embed/ephy-embed.h | 8 -- 2 files changed, 116 insertions(+), 122 deletions(-) commit f88cd6dc3b5027bb2cde61eaf04886e2b6852fc2 Author: Xan Lopez Date: Sun Jan 22 14:09:06 2012 +0100 ephy-window: remove unused code src/ephy-window.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 953042c0c733c5d72a039941fb1dc4f44cd613b2 Author: Xan Lopez Date: Sun Jan 22 14:07:31 2012 +0100 ephy-window: also remove the statusbar tips for tool items src/ephy-window.c | 135 ----------------------------------------------------- 1 files changed, 0 insertions(+), 135 deletions(-) commit 9d8acc22c843f9309e9f90ae23a58eeb4c064bde Author: Xan Lopez Date: Sun Jan 22 13:32:55 2012 +0100 ephy-window: remove menu statusbar helper messages They are not that helpful and are a bit distracting. https://bugzilla.gnome.org/show_bug.cgi?id=668191 src/ephy-window.c | 47 ++--------------------------------------------- 1 files changed, 2 insertions(+), 45 deletions(-) commit 7cdfd66e04647967f8c92fa1aa3d75fb489fd475 Author: Xan Lopez Date: Sun Jan 22 13:04:24 2012 +0100 Remove mailto: specific menus They have been dead/#if zeroed for a long time without any bugs opened about it, so I can guess they were not used a lot in their day. data/ui/epiphany-ui.xml | 14 -------------- src/ephy-window.c | 34 ---------------------------------- src/popup-commands.c | 9 --------- 3 files changed, 0 insertions(+), 57 deletions(-) commit eea8808a15effed06b1470e1bf5c9690280abb5a Author: Xan Lopez Date: Sun Jan 22 12:54:12 2012 +0100 ephy-window: we don't have a menu anymore, so the menudock widget is not needed src/ephy-window.c | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) commit b0ef246be84b2a3d2ac353a504d33dac1af9baed Author: Xan Lopez Date: Sun Jan 22 12:50:33 2012 +0100 ephy-window: update comments a bit in window actions In particular, don't mention the menus anymore, since they do not exist. src/ephy-window.c | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) commit d8a976f0e3f809917ff3c97263d23168bf850af3 Author: Xan Lopez Date: Sun Jan 22 12:48:28 2012 +0100 window-commands.h: remove duplicate and obsolete stuff, reformat a bit src/window-commands.h | 194 ++++++++++++++++++++---------------------------- 1 files changed, 81 insertions(+), 113 deletions(-) commit 383823d0aed5e18a8537c4461feb99e0f5c0f9b5 Author: Matej Urbančič Date: Sat Jan 21 21:38:15 2012 +0100 Updated Slovenian translation po/sl.po | 1379 ++++++++++++++++++++------------------------------------------ 1 files changed, 450 insertions(+), 929 deletions(-) commit f204b359a163c95825c7da7661a572c97642503e Author: Kasia Bondarava Date: Sat Jan 21 20:46:45 2012 +0300 Updated Belarusian translation. po/be.po | 4881 +++++++++++++++++++++----------------------------------------- 1 files changed, 1632 insertions(+), 3249 deletions(-) commit d4dcc52b3800df19a884dbc654da4a1b13f637b9 Author: Xan Lopez Date: Fri Jan 20 20:39:31 2012 +0100 ephy-window: make ephy_window_get_find_toolbar private Surely this is not interesting for anyone outside Epiphany? It's not used in extensions. doc/reference/epiphany-sections.txt | 1 - doc/reference/tmpl/ephy-window.sgml | 9 --------- src/ephy-private.h | 2 ++ src/ephy-window.h | 2 -- src/window-commands.c | 1 + 5 files changed, 3 insertions(+), 12 deletions(-) commit 1bd50c7c0b96ff320f6265ca62f682f7d15755d6 Author: Xan Lopez Date: Fri Jan 20 20:32:37 2012 +0100 Make ephy_window_get_ui_manager return a GtkUIManager, not a GObject No clue why it was doing that, but seems pointless. I wish I could make it private but it's used all over the place. src/bookmarks/ephy-bookmarks-ui.c | 8 ++++---- src/ephy-encoding-menu.c | 14 +++++++------- src/ephy-page-menu-action.c | 2 +- src/ephy-window.c | 4 ++-- src/ephy-window.h | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) commit 85fa7b675ce68eff3326483b579acd8d3ae1c360 Author: Priit Laes Date: Fri Jan 20 20:31:34 2012 +0200 Drop unused gtkbuilder files Signed-off-by: Xan Lopez data/ui/Makefile.am | 5 +- data/ui/certificate-dialogs.ui | 865 ---------------------------------------- data/ui/form-signing-dialog.ui | 200 --------- data/ui/print.ui | 363 ----------------- po/POTFILES.in | 3 - 5 files changed, 1 insertions(+), 1435 deletions(-) commit 75f90a8df1d718247a71ce64e6e5af5320316fdd Author: Xan Lopez Date: Fri Jan 20 20:22:26 2012 +0100 ephy-window: remove "add-widget" callback from GtkUIManager We don't add widgets to our UI directly from the UI manager, so it's useless. src/ephy-window.c | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) commit 6f14b118fb152df1fcad486d607493f8a4bc3f99 Author: Xan Lopez Date: Fri Jan 20 19:26:36 2012 +0100 ephy-window: make ephy_window_set_location private Setting the EphyWindow's location string directly is the kind of crack that has to be private. src/ephy-private.h | 5 ++++- src/ephy-window.h | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) commit 9762c640696f3d6beaf58702258a9f4fe4e15823 Author: Priit Laes Date: Fri Jan 20 13:23:53 2012 +0200 [l10n] No need to translate dummy text Signed-off-by: Diego Escalante Urrelo data/ui/epiphany.ui | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit b7db069532878791e07eb53561ad08b01750fbab Author: Xan Lopez Date: Fri Jan 20 14:55:06 2012 +0100 Be a bit more strict about header includes src/ephy-extension.h | 1 + src/ephy-find-toolbar.h | 1 + src/ephy-private.h | 1 + src/ephy-window.h | 2 +- 4 files changed, 4 insertions(+), 1 deletions(-) commit 4d2c47ec31e4351666d414bfe975d0230c79185d Author: Priit Laes Date: Fri Jan 20 14:10:25 2012 +0200 [l10n] Updated Estonian translation po/et.po | 849 ++++++-------------------------------------------------------- 1 files changed, 80 insertions(+), 769 deletions(-) commit edc2139a00f57a18ccd8ad8ae82fc49a3f08da0e Author: Xan Lopez Date: Fri Jan 20 13:06:20 2012 +0100 ephy-window: do not include just for strcmp src/ephy-window.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 4d8bef5ee9efcf82a133afed7635240216afbf69 Author: Xan Lopez Date: Fri Jan 20 13:04:14 2012 +0100 ephy-window: and remove three more forward declarations The remaining one kinda makes sense, so leave it alone. src/ephy-window.c | 357 ++++++++++++++++++++++++++--------------------------- 1 files changed, 174 insertions(+), 183 deletions(-) commit f65d4d9fe6b007c69fd821ebbd40bc24b1b3bc25 Author: Xan Lopez Date: Fri Jan 20 12:59:12 2012 +0100 ephy-window: remove unused include src/ephy-window.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit db1c2d65bd80996db19e3b180bb16e60017a31f8 Author: Xan Lopez Date: Fri Jan 20 12:50:49 2012 +0100 ephy-window: reorder a few methods to get rid of forward declarations src/ephy-window.c | 276 ++++++++++++++++++++++++++--------------------------- 1 files changed, 134 insertions(+), 142 deletions(-) commit 16271c95a5cbf5d797f1f5bf2b1016398b9fa0c9 Author: Xan Lopez Date: Fri Jan 20 12:45:31 2012 +0100 ephy-window: remove duplicated method ephy_window_set_location and _ephy_window_set_location were identical. Remove the latter. src/ephy-window.c | 17 ++--------------- 1 files changed, 2 insertions(+), 15 deletions(-) commit 408de86398e94e17f163d7844599840157cc0a10 Author: Xan Lopez Date: Fri Jan 20 12:36:21 2012 +0100 More private method cleanups Move another method to ephy-private.h, and stop exporting another one that is only used internally in EphyWindow. src/ephy-private.h | 2 ++ src/ephy-window.c | 20 ++++++++++---------- src/ephy-window.h | 5 ----- src/popup-commands.c | 13 +++++++------ 4 files changed, 19 insertions(+), 21 deletions(-) commit 27bf25693a91b5ab978c949c79320c46d4dc4875 Author: Xan Lopez Date: Fri Jan 20 11:59:24 2012 +0100 doc: fix distcheck doc/reference/epiphany.types | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 92946fbb88977b544903982c3bb19f5423e3bdbd Author: Xan Lopez Date: Fri Jan 20 11:57:36 2012 +0100 Add a ephy-private.h header This should hold methods needed by Epiphany internally but that we do not want to export. Only a couple of them so far, but we should probably add a lot more. src/Makefile.am | 1 + src/ephy-lockdown.c | 10 +++++----- src/ephy-private.h | 40 ++++++++++++++++++++++++++++++++++++++++ src/ephy-toolbar.c | 1 + src/ephy-window.c | 1 + src/ephy-window.h | 4 ---- 6 files changed, 48 insertions(+), 9 deletions(-) commit c204b24e6014a42498fa710fa8b47df7a6990fd6 Author: Xan Lopez Date: Fri Jan 20 11:36:12 2012 +0100 ephy-window: remove redundant includes src/ephy-window.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 2af96e1767cd624da54a1171382860e61fe7ec6e Author: Xan Lopez Date: Fri Jan 20 10:40:26 2012 +0100 ephy-window: missing annotation src/ephy-window.c | 8 ++++++++ src/ephy-window.h | 1 + 2 files changed, 9 insertions(+), 0 deletions(-) commit 5ffe2e765aeb632d8811a8e1dbafc228ba23ee73 Author: Cosimo Cecchi Date: Thu Jan 19 17:13:07 2012 -0500 location-controller: remove references to "proxy" We're not a GtkAction anymore, so referencing "proxy" in the code is a bit misleading. https://bugzilla.gnome.org/show_bug.cgi?id=668305 src/ephy-location-controller.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 64d49d6ab067acf67500632f1e9ad681bd97b682 Author: Cosimo Cecchi Date: Thu Jan 19 17:07:16 2012 -0500 location-controller: use the right signal data to unblock signal We were using priv->proxy, which is a leftover from when this was a GtkAction, and is actually always NULL. Use the right pointer instead. Fix location entry failing to properly update the address when switching tabs. https://bugzilla.gnome.org/show_bug.cgi?id=668305 src/ephy-location-controller.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 1d566cf039d77514d57f458dbb5942199db4480e Author: Diego Escalante Urrelo Date: Tue Jan 17 15:15:22 2012 -0500 ephy-shell: pass active window to the about dialog So it can be modal. https://bugzilla.gnome.org/show_bug.cgi?id=668113 src/ephy-shell.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 2dfb8e7976d83847c3a6b0c515f273f507d9162c Author: Xan Lopez Date: Thu Jan 19 19:10:31 2012 +0100 ephy-embed: stop listening to progress updates after dispose Similar to status message updates, otherwise we might end up updating dead widgets. This fixes: #0 0x00007ffff592b9c8 in g_logv (log_domain=0x7ffff66de0cf "Gtk", log_level=G_LOG_LEVEL_CRITICAL, format=0x7ffff59ade60 "%s: assertion `%s' failed", args1=0x7fffffffd588) at gmessages.c:758 #1 0x00007ffff592babc in g_log (log_domain=0x7ffff66de0cf "Gtk", log_level=G_LOG_LEVEL_CRITICAL, format=0x7ffff59ade60 "%s: assertion `%s' failed") at gmessages.c:792 #2 0x00007ffff592bafd in g_return_if_fail_warning (log_domain=0x7ffff66de0cf "Gtk", pretty_function=0x7ffff66e27f0 "gtk_widget_hide", expression=0x7ffff66df7e8 "GTK_IS_WIDGET (widget)") at gmessages.c:801 #3 0x00007ffff657c430 in gtk_widget_hide (widget=0x15ca190) at gtkwidget.c:3992 #4 0x00000000004703f6 in clear_progress_cb (embed=0x516450) at ../../embed/ephy-embed.c:525 #5 0x00007ffff5923c2c in g_timeout_dispatch (source=0x1bb9400, callback=0x4703d6 , user_data=0x516450) at gmain.c:3857 #6 0x00007ffff5921e83 in g_main_dispatch (context=0x524f70) at gmain.c:2513 #7 0x00007ffff5922b44 in g_main_context_dispatch (context=0x524f70) at gmain.c:3050 #8 0x00007ffff5922d27 in g_main_context_iterate (context=0x524f70, block=1, dispatch=1, self=0x629c90) at gmain.c:3121 #9 0x00007ffff5922deb in g_main_context_iteration (context=0x524f70, may_block=1) at gmain.c:3182 #10 0x00007ffff5b2705e in g_application_run (application=0x508000, argc=1, argv=0x7fffffffda78) at gapplication.c:1496 #11 0x000000000042d6e2 in main (argc=1, argv=0x7fffffffda78) at ../../src/ephy-main.c:472 embed/ephy-embed.c | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) commit e62275191c520024b3b48dd2bdecbfb407e105e1 Author: Cosimo Cecchi Date: Wed Jan 18 14:08:09 2012 -0500 Rename EphyLocationAction -> EphyLocationController Since it's not a GtkAction anymore. https://bugzilla.gnome.org/show_bug.cgi?id=668206 src/Makefile.am | 8 +- src/ephy-location-action.c | 914 ---------------------------------------- src/ephy-location-action.h | 67 --- src/ephy-location-controller.c | 914 ++++++++++++++++++++++++++++++++++++++++ src/ephy-location-controller.h | 67 +++ src/ephy-lockdown.c | 12 +- src/ephy-window.c | 35 +- src/ephy-window.h | 4 +- 8 files changed, 1010 insertions(+), 1011 deletions(-) commit 2082e3a96b3aed97adc615e7739cec6afea5d76e Author: Cosimo Cecchi Date: Wed Jan 18 13:56:45 2012 -0500 location-action: don't make this a GtkAction anymore It doesn't really make sense in a world where the location action is only used on a fixed toolbar, and complicates the code a lot. https://bugzilla.gnome.org/show_bug.cgi?id=668206 src/ephy-location-action.c | 320 +++++++++++++++++++++---------------------- src/ephy-location-action.h | 6 +- src/ephy-lockdown.c | 16 ++- src/ephy-toolbar.c | 5 +- src/ephy-window.c | 64 ++++------ src/ephy-window.h | 2 + 6 files changed, 201 insertions(+), 212 deletions(-) commit 90e79ffec92b47fbc6ad8b575b9691b1f7621f3b Author: Cosimo Cecchi Date: Wed Jan 18 12:59:57 2012 -0500 entry: make EphyLocationEntry a GtkEntry Instead of a GtkToolItem. A future commit will move the code in EphyLocationAction not to be a GtkAction, which is why this was a GtkToolItem in the first place. https://bugzilla.gnome.org/show_bug.cgi?id=668206 lib/widgets/ephy-location-entry.c | 107 +++++++++++++----------------------- lib/widgets/ephy-location-entry.h | 6 +-- src/ephy-location-action.c | 54 ++++++------------- src/ephy-toolbar.c | 12 ++++- src/ephy-toolbar.h | 2 + src/ephy-window.c | 74 +++----------------------- tests/ephy-location-entry.c | 4 +- 7 files changed, 79 insertions(+), 180 deletions(-) commit 653966c7a52cd037dd86623f85ffdd7fcd47b822 Author: Xan Lopez Date: Thu Jan 19 18:59:25 2012 +0100 ephy-embed-shell: add missing annotation embed/ephy-embed-shell.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e50901fb5fe73fb1accc91692e155ce774f94d40 Author: Xan Lopez Date: Thu Jan 19 18:57:11 2012 +0100 ephy-window: annotate return value of a method src/ephy-window.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 4100a70e0a2cf8819b296418b3dea3535f577b29 Author: OKANO Takayoshi Date: Thu Jan 19 20:49:18 2012 +0900 [l10n] Update Japanese translation help/ja/ja.po | 2294 +++++++++++++++++++++++++++++++++------------------------ 1 files changed, 1321 insertions(+), 973 deletions(-) commit 8cda1d7564f5b7bc1c10962dfeb9c74223e19376 Author: Xan Lopez Date: Thu Jan 19 01:20:30 2012 +0100 omf-install: what is this, I don't even omf-install/Makefile.am | 33 --------------------------------- 1 files changed, 0 insertions(+), 33 deletions(-) commit f93afde3787fac55392b851f23c8696090eb6959 Author: Xan Lopez Date: Thu Jan 19 01:02:36 2012 +0100 TODO: remove a couple of old/done items TODO | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit d31a5ddab7bb1dbd580f71c08cf0b80fdb6130b4 Author: Xan Lopez Date: Thu Jan 19 00:52:36 2012 +0100 TODO: try to have something useful here TODO | 31 +++++++++++++++++++------------ 1 files changed, 19 insertions(+), 12 deletions(-) commit fe832264e75d19fee8c206727b79c5d81837b47d Author: Xan Lopez Date: Thu Jan 19 00:42:34 2012 +0100 ephy-embed: if there's a priv variable set, use it embed/ephy-embed.c | 79 ++++++++++++++++++++++++++------------------------- 1 files changed, 40 insertions(+), 39 deletions(-) commit 20725e06093b2bce2cc3173dccd2ced1efd5ecdb Author: Fábio Nogueira Date: Wed Jan 18 20:04:58 2012 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 1511 ++++++++++++++++++++++++++++------------------------------- 1 files changed, 718 insertions(+), 793 deletions(-)