commit d1745e6703c6856176bb32bf352146ce62f28951 Author: Xan Lopez Date: Tue Aug 30 13:50:30 2011 +0200 [release] 3.1.90 NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) commit 2b04778f114d97dba2e9240bef6c5ba57f372f50 Author: Xan Lopez Date: Mon Aug 29 18:50:22 2011 +0200 ephy-window: same hack to allow ephy to launch itself from app mode src/ephy-window.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit efbe79e918a5c518f507a94d08505c009bec4a59 Author: Xan Lopez Date: Mon Aug 29 18:00:10 2011 +0200 window-commands: make 'Enter' activate the default response Which creates the corresponding Web App. src/window-commands.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3b5c8cd24ecd27e5a5f0f52421e4371389be8fac Author: Xan Lopez Date: Mon Aug 29 17:03:40 2011 +0200 ephy-web-view: do not launch ephy with jhbuild Leftovers from testing. embed/ephy-web-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 540c0c0ac46399462dfad2c3fd0a50a412882307 Author: Xan Lopez Date: Mon Aug 29 15:49:08 2011 +0200 Show a notification when the newly created web-app is ready to be used This will probably go away in 3.4 when the new dash design is introduced, but for now it's the best we have. configure.ac | 2 ++ src/ephy-main.c | 6 ++++++ src/window-commands.c | 35 +++++++++++++++++++++++++++++++++-- 3 files changed, 41 insertions(+), 2 deletions(-) commit e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c Author: Xan Lopez Date: Mon Aug 29 15:48:39 2011 +0200 ephy-file-helpers: export the UUID env var in our header We'll use it from src/ for a bit of a gross hack... lib/ephy-file-helpers.c | 1 - lib/ephy-file-helpers.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletions(-) commit 52b5de7fb81e96af073d159869c508996a1ddb55 Author: Xan Lopez Date: Mon Aug 29 15:48:03 2011 +0200 ephy-file-helpers: make .desktop file launcher method parameters optional We don't always need them. lib/ephy-file-helpers.c | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit 207f5b355abbaf2b91e9b684f3cc45387b5119cb Author: Xan Lopez Date: Mon Aug 29 14:32:07 2011 +0200 ephy-window: sandbox app-mode instances to the app domain If the user tries to navigate to other domain spawn a new process with "gvfs-open" and the requested URI. src/ephy-window.c | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) commit 58c91ceba8dc3a5a12a80afd58062a5d94e96644 Author: Xan Lopez Date: Mon Aug 29 12:54:05 2011 +0200 ephy-main: more parameter sanity check Using private profile and app mode at the same time does not make sense. src/ephy-main.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 5f1210e2ea3bacaac0d4349cbb9eb22a4cb81191 Author: Xan Lopez Date: Mon Aug 29 12:51:16 2011 +0200 ephy-toolbar: disable New Window and New Tab actions We should refactor EphyWindow so that all these UI bits are not even present in app mode, but for now this will do. src/ephy-toolbar.c | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) commit ebac66a05be1e71bd978f070fb842fd8b457e7e8 Author: Xan Lopez Date: Thu Jul 14 00:47:33 2011 +0200 Add basic support for Web Applications Allow to save any page as a "Web Application". A new .desktop file will be created, and added to the Shell as a new application. It will launch epiphany in application mode, with its own private profile (inheriting some data from the main profile, like the relevant domain cookies) and in a new process. data/ui/epiphany-ui.xml | 1 + embed/ephy-web-view.c | 203 +++++++++++++++++++++++++++++++++++++++++++++ embed/ephy-web-view.h | 8 ++ src/ephy-main.c | 33 +++++--- src/ephy-toolbars-model.c | 12 ++- src/ephy-window.c | 28 ++++-- src/window-commands.c | 191 ++++++++++++++++++++++++++++++++++++++++++ src/window-commands.h | 3 + 8 files changed, 453 insertions(+), 26 deletions(-) commit bebb9f4299f4a86439ed04b335b6852234af0622 Author: Tiffany Antopolski Date: Sun Aug 28 06:56:48 2011 -0400 Updated Canadian English Translation... ...as part of the process of fixing bug#610152 po/en_CA.po | 5012 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 2497 insertions(+), 2515 deletions(-) commit 4a1c25eee2e388fd489922c9e9f9215fe8b4096d Author: Yuri Myasoedov Date: Sat Aug 27 15:48:27 2011 +0400 Updated Russian translation po/ru.po | 692 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 375 insertions(+), 317 deletions(-) commit f9d451c1da1eec8fba4482976c83d6bfe964920b Author: Og B. Maciel Date: Thu Aug 25 09:57:14 2011 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 129 ++++++++++++++++++++++++++--------------------------------- 1 files changed, 57 insertions(+), 72 deletions(-) commit 7b692feaa80a65dfb37c38139a5c6ce1aa808b35