Merge lp:~abreu-alexandre/qtcreator-plugin-ubuntu/update-webapp-template into lp:qtcreator-plugin-ubuntu

Proposed by Alexandre Abreu
Status: Merged
Merged at revision: 137
Proposed branch: lp:~abreu-alexandre/qtcreator-plugin-ubuntu/update-webapp-template
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 45 lines (+11/-7)
3 files modified
share/qtcreator/templates/wizards/ubuntu/webapp/app.desktop (+1/-1)
share/qtcreator/templates/wizards/ubuntu/webapp/app.json (+9/-5)
src/ubuntu/ubuntuconstants.h (+1/-1)
To merge this branch: bzr merge lp:~abreu-alexandre/qtcreator-plugin-ubuntu/update-webapp-template
Reviewer Review Type Date Requested Status
Zoltan Balogh Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+217512@code.launchpad.net

Commit message

Update webapp template to account for the latest & most up to date changes

Description of the change

Update webapp template to account for the latest & most up to date changes

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Zoltan Balogh (bzoltan) wrote :

OK

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'share/qtcreator/templates/wizards/ubuntu/webapp/app.desktop'
2--- share/qtcreator/templates/wizards/ubuntu/webapp/app.desktop 2014-01-31 11:27:43 +0000
3+++ share/qtcreator/templates/wizards/ubuntu/webapp/app.desktop 2014-04-28 21:29:22 +0000
4@@ -2,6 +2,6 @@
5 Name=%DISPLAYNAME%
6 Type=Application
7 Icon=app.png
8-Exec=webbrowser-app --webapp --enable-back-forward --webappUrlPatterns=https?://m.%DISPLAYNAME%.com/* http://m.%DISPLAYNAME%.com
9+Exec=webapp-container --enable-back-forward --store-session cookies --webappUrlPatterns=https?://m.%DISPLAYNAME%.com/* http://m.%DISPLAYNAME%.com
10 Terminal=false
11 X-Ubuntu-Touch=true
12
13=== modified file 'share/qtcreator/templates/wizards/ubuntu/webapp/app.json'
14--- share/qtcreator/templates/wizards/ubuntu/webapp/app.json 2013-11-14 17:45:06 +0000
15+++ share/qtcreator/templates/wizards/ubuntu/webapp/app.json 2014-04-28 21:29:22 +0000
16@@ -1,7 +1,11 @@
17 {
18-"template": "ubuntu-webapp",
19-"policy_groups": [
20-"networking"
21-],
22-"policy_version": 1.0
23+ "template": "ubuntu-webapp",
24+ "policy_groups": [
25+ "networking",
26+ "audio",
27+ "content_exchange",
28+ "video",
29+ "webview",
30+ ],
31+ "policy_version": 1.1
32 }
33
34=== modified file 'src/ubuntu/ubuntuconstants.h'
35--- src/ubuntu/ubuntuconstants.h 2014-04-10 15:59:28 +0000
36+++ src/ubuntu/ubuntuconstants.h 2014-04-28 21:29:22 +0000
37@@ -509,7 +509,7 @@
38 //Frameworks
39 const char UBUNTU_FRAMEWORK_14_04_BASENAME[] = "ubuntu-sdk-14.04";
40 const char UBUNTU_FRAMEWORK_13_10_BASENAME[] = "ubuntu-sdk-13.10";
41-const char UBUNTU_DEFAULT_QML_FRAMEWORK[] = "ubuntu-sdk-14.04-qml";
42+const char UBUNTU_DEFAULT_QML_FRAMEWORK[] = "ubuntu-sdk-14.04-qml-dev1";
43 const char UBUNTU_DEFAULT_HTML_FRAMEWORK[] = "ubuntu-sdk-14.04-html";
44 const char UBUNTU_UNKNOWN_FRAMEWORK_NAME[] = "Unknown framework";
45 const int UBUNTU_UNKNOWN_FRAMEWORK_DATA = 0xdeadbeef;

Subscribers

People subscribed via source and target branches