--- unity-webapps-qml-0.1+14.10.20140626.1.orig/debian/changelog +++ unity-webapps-qml-0.1+14.10.20140626.1/debian/changelog @@ -0,0 +1,457 @@ +unity-webapps-qml (0.1+14.10.20140626.1-0ubuntu1) utopic; urgency=low + + [ Ken VanDine ] + * add content share + + [ Alexandre Abreu ] + * add content share + + -- Ubuntu daily release Thu, 26 Jun 2014 01:48:37 +0000 + +unity-webapps-qml (0.1+14.10.20140620-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Olivier Tilloy ] + * Do not override existing message handlers. Oxide has this nice + feature that it automatically attaches the instantiated message + handler to the webview anyway, so this line was useless. (LP: + #1323735) + + -- Ubuntu daily release Fri, 20 Jun 2014 09:37:13 +0000 + +unity-webapps-qml (0.1+14.10.20140520-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Alexandre Abreu ] + * Bindings for the download manager (LP: #1295842) + + -- Ubuntu daily release Tue, 20 May 2014 13:42:03 +0000 + +unity-webapps-qml (0.1+14.10.20140514.2-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Alexandre Abreu ] + * Cleanup the structure of the QML bindings to make it clearer. No + Changes in functionality all features are still working & same, This + is an updated version of: https://code.launchpad.net/~abreu- + alexandre/unity-webapps-qml/restructure-cleanup-bindings-qml- + structure/+merge/208148 with the latest changes that got in in + between (LP: #1288801) + * Simplifies the manifest.json handling in some instances. More + precisely when one is using a custom model search path for the + webapp lookup, some restrictions are being put on what is expected + to be found in the folder among which: a common/ subfolder (even if + the webapp doesnt require one),. one or more unity-webapps-* folders + with manifest.json & *.user.js files in it,. More over the manifest + files do require user scripts to be defined. This imposes a set of + constraints over a given webapp that simply wants to use the + container (w/o js injection). This simplifies it an allows one to + define a manifest.json file (still with some required elements, but + a smaller set), directly in the model search path. E.g. something + like: {     "name": "MyWebApp",     "homepage": + "http://www.bbc.co.uk/news/",     "domain": "bbc.co.uk", +     "includes": [] } will do, or to avoid any confusion w/ the click + manifest.json file, one also searches for a webapp-properties.json + w/ the same content as above. + + -- Ubuntu daily release Wed, 14 May 2014 22:31:22 +0000 + +unity-webapps-qml (0.1+14.10.20140506.1-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Alexandre Abreu ] + * Add UA override capabilities to webapps; clean some code and tests, + (LP: #1245465) + + -- Ubuntu daily release Tue, 06 May 2014 17:27:01 +0000 + +unity-webapps-qml (0.1+14.04.20140408-0ubuntu2) utopic; urgency=medium + + * debian/control: alternatively depend on the OpenGLES version of + qtdeclarative5-ubuntu-ui-toolkit-plugin + + -- Ricardo Salveti de Araujo Tue, 29 Apr 2014 18:10:05 -0700 + +unity-webapps-qml (0.1+14.04.20140408-0ubuntu1) trusty; urgency=low + + [ Timo Jyrinki ] + * Depend on liboxideqtcore0 to limit archs to be built to the set for + which webapps-qml is installable for. + + -- Ubuntu daily release Tue, 08 Apr 2014 07:31:32 +0000 + +unity-webapps-qml (0.1+14.04.20140407-0ubuntu1) trusty; urgency=low + + [ Alexandre Abreu ] + * Update the oxide bits to account for oxide moving to 1.0 + + -- Ubuntu daily release Mon, 07 Apr 2014 10:10:46 +0000 + +unity-webapps-qml (0.1+14.04.20140401.1-0ubuntu1) trusty; urgency=low + + [ Alexandre Abreu ] + * Add some missing files striclty for doc generation for the runtime- + api + * There is currently an issue on Ubuntu Desktop with webapps running + in the container and bamf/unity that when a local desktop file + exists (and a webapp icon has been pinned to the launcher through + its global /usr/share desktop file), the webapp icons are duplicated + in the launcher. Various fixes have been made to mitigate the issue + in bamf but it seems to still be around. This is voluntarily + discarded for now and left around to get to the bottom of the issue + in a timely fashion. (LP: #1300864) + + -- Ubuntu daily release Tue, 01 Apr 2014 18:28:51 +0000 + +unity-webapps-qml (0.1+14.04.20140328.1-0ubuntu1) trusty; urgency=low + + [ Alexandre Abreu ] + * Fixes to the runtime-api: have inputMethodName return its value,. + have the client register listeners for property changed, . + + -- Ubuntu daily release Fri, 28 Mar 2014 16:27:28 +0000 + +unity-webapps-qml (0.1+14.04.20140328-0ubuntu1) trusty; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Alexandre Abreu ] + * Add application api (LP: #1278485) + + -- Ubuntu daily release Fri, 28 Mar 2014 10:13:38 +0000 + +unity-webapps-qml (0.1+14.04.20140325-0ubuntu1) trusty; urgency=low + + [ Alexandre Abreu ] + * Add integration with oxide (LP: #1290535) + + [ Justin McPherson ] + * Add integration with oxide (LP: #1290535) + + -- Ubuntu daily release Tue, 25 Mar 2014 18:21:59 +0000 + +unity-webapps-qml (0.1+14.04.20140321.1-0ubuntu1) trusty; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Alexandre Abreu ] + * Add support for the new content hub api + + -- Ubuntu daily release Fri, 21 Mar 2014 00:42:46 +0000 + +unity-webapps-qml (0.1+14.04.20140317.1-0ubuntu1) trusty; urgency=low + + [ Alexandre Abreu ] + * Fix desktop file generation: dont do useless generation when not + needed,. use the proper webapps-runner w/ the --chrome option. make + sure that the webapp 'domain' is available (LP: #1288805) + * Make sure that priviledged APIs are only injected in the proper + context (LP: #1293702) + + -- Ubuntu daily release Mon, 17 Mar 2014 21:40:30 +0000 + +unity-webapps-qml (0.1+14.04.20140313-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Thu, 13 Mar 2014 15:25:45 +0000 + +unity-webapps-qml (0.1+14.04.20140304.1-0ubuntu1) trusty; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Alexandre Abreu ] + * Fix issue with the callback order for content hub's high level api. + The order is reversed + + -- Ubuntu daily release Tue, 04 Mar 2014 21:03:42 +0000 + +unity-webapps-qml (0.1+14.04.20140303-0ubuntu1) trusty; urgency=low + + [ Alexandre Abreu ] + * Fix online accounts inline docs + + [ Alberto Mardegan ] + * API cleanups Add a getAccounts() method, and remove the + getAccountsInfoFor() and getAccessTokenFor() methods. + + -- Ubuntu daily release Mon, 03 Mar 2014 17:11:34 +0000 + +unity-webapps-qml (0.1+14.04.20140212.1-0ubuntu1) trusty; urgency=low + + [ Kyle Nitzsche ] + * A single script (yuidoc-build.sh) to build all api docs for all + current js apis. + + [ Robert Bruce Park ] + * Define the virtual package more concretely. + + -- Ubuntu daily release Wed, 12 Feb 2014 20:43:20 +0000 + +unity-webapps-qml (0.1+14.04.20140211.1-0ubuntu1) trusty; urgency=low + + [ CI bot ] + * Null merge to trigger a CI Train trunk release. + + [ Alexandre Abreu ] + * Fix content hub export. + * "Move the content hub depends to a suggests to avoid pulling click + deps on the desktop". + * Fix the inline docs to work properly with yuidocs. (LP: #1274191) + * Simplify content hub application import action through an extra api + that basically wraps it all. . + + -- Ubuntu daily release Tue, 11 Feb 2014 20:02:20 +0000 + +unity-webapps-qml (0.1+14.04.20140130.3-0ubuntu2) trusty; urgency=medium + + * Revert previous upload entirely as it somehow caused unwanted + packages to appear on all desktops installation resulting in massive + breakage for some users. + + -- Stephane Graber Fri, 31 Jan 2014 23:15:51 +0000 + +unity-webapps-qml (0.1+14.04.20140130.3-0ubuntu1) trusty; urgency=low + + [ Alexandre Abreu ] + * Add bindings for Alarm API, contend HUb, Online Accounts,. (LP: + #1270210) + + [ Robert Bruce Park ] + * Minor packaging cleanup. + * Provide virtual package ubuntu-html5-api-bindings. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 76 + + -- Ubuntu daily release Thu, 30 Jan 2014 17:52:37 +0000 + +unity-webapps-qml (0.1+14.04.20131106-0ubuntu1) trusty; urgency=low + + * New rebuild forced + * Automatic snapshot from revision 72 + + -- Ubuntu daily release Wed, 06 Nov 2013 14:26:02 +0000 + +unity-webapps-qml (0.1+13.10.20130926.2-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Add python-gobject dep to autopilot package. (LP: #1228196) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 71 + + -- Ubuntu daily release Thu, 26 Sep 2013 22:06:36 +0000 + +unity-webapps-qml (0.1+13.10.20130926.1-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Fix desktop id for containers w/ APP_ID. (LP: #1230376) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 69 + + -- Ubuntu daily release Thu, 26 Sep 2013 18:03:50 +0000 + +unity-webapps-qml (0.1+13.10.20130924.4-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * ensure_unity_is_running should not be used on touch. (LP: #1228208) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 67 + + -- Ubuntu daily release Tue, 24 Sep 2013 22:03:45 +0000 + +unity-webapps-qml (0.1+13.10.20130919.4-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Add startupwmclass to desktop file generation. + * Disable some tests on phone since the backends are not there yet. + * Remove all references to inputs (unecessary anyway) to run on touch. + (LP: #1227412) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 65 + + -- Ubuntu daily release Thu, 19 Sep 2013 22:03:24 +0000 + +unity-webapps-qml (0.1+13.10.20130917.1-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Make sure that the qmllauncher desktop file is not discoverable thru + the dash. (LP: #1222956) + * Fix webapps search path set in the model instead of allowing all + paths to be set. Improve the documentation in this regard. + * Remove uneeded build dependency on qt5multimedia-plugin. (LP: + #1206268) + * fix application raising. + * small raise fix. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 61 + + -- Ubuntu daily release Tue, 17 Sep 2013 22:04:15 +0000 + +unity-webapps-qml (0.1+13.10.20130907-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Simplify/fix autopilot tests; Handle better local usage of webapps + component (for local apps). + * Fix icon name generation. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 55 + + -- Ubuntu daily release Sat, 07 Sep 2013 02:04:08 +0000 + +unity-webapps-qml (0.1+13.10.20130904.2-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Fix static actions. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 52 + + -- Ubuntu daily release Wed, 04 Sep 2013 15:58:42 +0000 + +unity-webapps-qml (0.1+13.10.20130829.2-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Add webapp chrome selection from the manifest file. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 50 + + -- Ubuntu daily release Thu, 29 Aug 2013 10:04:20 +0000 + +unity-webapps-qml (0.1+13.10.20130828-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Encode webapp name in base64. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 48 + + -- Ubuntu daily release Wed, 28 Aug 2013 10:04:20 +0000 + +unity-webapps-qml (0.1+13.10.20130827.2-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Fix issues w/ init; update autopilot tests; add mediaplayer. + * Add per webapps url matching, Fix autopilot tests (typos). + * Add --app-id to exec line for webbrowser-app. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 46 + + -- Ubuntu daily release Tue, 27 Aug 2013 22:03:59 +0000 + +unity-webapps-qml (0.1+13.10.20130822.2-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Fix typo in desktop file Exec. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 42 + + -- Ubuntu daily release Thu, 22 Aug 2013 14:04:21 +0000 + +unity-webapps-qml (0.1+13.10.20130820.3-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Fix hud autopilot script. + * Add maximized launch to facebook example & caps to qml-launcher. + * fix facebook example useragent, when using the mobile safari one + (ipad/iphone) it seems that facebook does not update its messages + asyncrhonously anymore which render the webapp messaging menu + binding quite moot. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 40 + + -- Ubuntu daily release Tue, 20 Aug 2013 14:04:22 +0000 + +unity-webapps-qml (0.1+13.10.20130816.1-0ubuntu1) saucy; urgency=low + + [ Víctor R. Ruiz ] + * Create ./local/share/applications when not available. (LP: #1211352) + + [ Alexandre Abreu ] + * Fix race condition in webapps bridge creation Fix issues in + messaging menu Add facebookmessenger full example Fix initialization + of backends Only inject API in top frame Fix issue with absence of + 'unsafeWindow'. + * Add unitytestcase base class, seems to fix some dbus setup issues + that some had + * Remove unecessary unity property (already provided) + + [ Łukasz 'sil2100' Zemczak ] + * Revert back to using Arch: any instead of explicitly listing out all + architectures. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 36 + + -- Ubuntu daily release Fri, 16 Aug 2013 10:04:26 +0000 + +unity-webapps-qml (0.1+13.10.20130731-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * hud support. + * fix unit tests add signal clean up when bindee is disconnected. + * Use new Unity Actions API; Fix tests; Add import statement to qml- + launcher for local autopilot testing. + * fix messaging menu support fix examples. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 30 + + -- Ubuntu daily release Wed, 31 Jul 2013 05:01:56 +0000 + +unity-webapps-qml (0.1+13.10.20130723-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Tue, 23 Jul 2013 05:02:04 +0000 + +unity-webapps-qml (0.1+13.10.20130722-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Fix autopilot tests depends . (LP: #1203086) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 24 + + -- Ubuntu daily release Mon, 22 Jul 2013 05:01:48 +0000 + +unity-webapps-qml (0.1+13.10.20130719-0ubuntu1) saucy; urgency=low + + [ Alexandre Abreu ] + * Initial release. + * Automatic snapshot from revision 17 (bootstrap) + * Automatic update of url to webapp homepage. + * Examples have been stripped of their unnecessary native coating (no + more native stuff), and common data files have been bundled + together. I also added desktop files and simple bash script to + launch the sample apps, . (LP: #1201892) + + [ Robert Bruce Park ] + * Minor packaging fixes. + * Packaging fixes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 22 + + -- Ubuntu daily release Fri, 19 Jul 2013 05:01:32 +0000 --- unity-webapps-qml-0.1+14.10.20140626.1.orig/debian/compat +++ unity-webapps-qml-0.1+14.10.20140626.1/debian/compat @@ -0,0 +1 @@ +9 \ No newline at end of file --- unity-webapps-qml-0.1+14.10.20140626.1.orig/debian/control +++ unity-webapps-qml-0.1+14.10.20140626.1/debian/control @@ -0,0 +1,89 @@ +Source: unity-webapps-qml +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 9), + gdb, + libmessaging-menu-dev, + libnotify-dev, +# depend on oxide so that we don't build for archs that we can't install on + liboxideqtcore0, + libqt5webkit5-dev, + libunity-action-qt1-dev, + libunity-dev, + pkg-config, + python (>= 2.7), + python-setuptools, + qt5-default, + qt5-qmake, + qtbase5-dev, + qtdeclarative5-dev, + qtdeclarative5-test-plugin, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/unity-webapp-qml +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:unity-webapps-qml + +Package: unity-webapps-qml +Architecture: any +Depends: libqt5webkit5-qmlwebkitplugin, + liboxideqt-qmlplugin (>= 1.0), + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-unity-action-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles, + qtdeclarative5-accounts-plugin, + ${misc:Depends}, + ${shlibs:Depends}, +Suggests: qtdeclarative5-ubuntu-content0.1, + qtdeclarative5-ubuntu-download-manager0.1 +Description: Unity Webapps QML component + Unity Webapps QML is a QML component that binds to a QML WebView and allows + running javascript code to access Ubuntu stack components. + +Package: unity-webapps-qml-examples +Section: libs +Architecture: any +Depends: qtdeclarative5-window-plugin, + qmlscene, + unity-webapps-qml (>= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Example usage of Unity Webapps QML component + Some examples demonstrating the webapps QML component. + +Package: unity-webapps-qml-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${shlibs:Depends}, +Suggests: unity-webapps-qml-examples, +Description: Documentation for Unity Webapps QML - documentation + Unity Webapps QML component + . + This package contains developer documentation. + +Package: unity-webapps-qml-autopilot +Architecture: all +Depends: dpkg-dev, + libautopilot-qt, + libqt5test5, + python-autopilot, + python-gobject, + qmlscene, + qtdeclarative5-unity-action-plugin, + qtdeclarative5-window-plugin, + unity-autopilot, + unity-webapps-qml (>= ${source:Version}), + ${misc:Depends}, + ${python:Depends}, +Description: Autopilot tests for the Unity Webapps QML + Unity Webapps QML is a QML component that binds to a QML WebView and allows + running javascript code to access Ubuntu stack components. This package + contains autopilot tests for it. + +Package: qtdeclarative5-ubuntu-webapps-api +Architecture: any +Depends: unity-webapps-qml +Description: Virtual Package depending on Unity Webapps QML Component + This empty package can be safely removed. --- unity-webapps-qml-0.1+14.10.20140626.1.orig/debian/copyright +++ unity-webapps-qml-0.1+14.10.20140626.1/debian/copyright @@ -0,0 +1,18 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unity-webapps-qml +Upstream-Contact: WebApps Team +Source: https://launchpad.net/unity-webapps-qml + +Files: examples/*.png +Copyright: 2013 Canonical Ltd. +License: CC-BY-SA 3.0 + This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 + Unported License. To view a copy of this license, visit + http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative + Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. + +Files: * +Copyright: 2013 Canonical Ltd. +License: GPL-3 + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. --- unity-webapps-qml-0.1+14.10.20140626.1.orig/debian/rules +++ unity-webapps-qml-0.1+14.10.20140626.1/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with python2 + +override_dh_install: + # install autopilot tests + cd tests/integration/autopilot; \ + set -ex; for python in $(shell pyversions -r); do \ + $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \ + done; \ + cd $(CURDIR) + dh_install -X'*.pyc' --fail-missing --- unity-webapps-qml-0.1+14.10.20140626.1.orig/debian/unity-webapps-qml-autopilot.install +++ unity-webapps-qml-0.1+14.10.20140626.1/debian/unity-webapps-qml-autopilot.install @@ -0,0 +1,3 @@ +tests/integration/autopilot/html/* usr/share/unity-webapps-qml/autopilot-tests/html/ +tests/integration/autopilot/qml/* usr/share/unity-webapps-qml/autopilot-tests/qml/ +usr/lib/python* --- unity-webapps-qml-0.1+14.10.20140626.1.orig/debian/unity-webapps-qml-doc.install +++ unity-webapps-qml-0.1+14.10.20140626.1/debian/unity-webapps-qml-doc.install @@ -0,0 +1 @@ +usr/share/unity-webapps-qml/doc --- unity-webapps-qml-0.1+14.10.20140626.1.orig/debian/unity-webapps-qml-examples.install +++ unity-webapps-qml-0.1+14.10.20140626.1/debian/unity-webapps-qml-examples.install @@ -0,0 +1,5 @@ +usr/share/applications/unity-webapps-qml-basic-example.desktop +usr/share/applications/unity-webapps-qml-bbcnews-example.desktop +usr/share/applications/unity-webapps-qml-facebookmessenger-example.desktop +usr/share/applications/unity-webapps-qml-model-example.desktop +usr/share/unity-webapps-qml/examples --- unity-webapps-qml-0.1+14.10.20140626.1.orig/debian/unity-webapps-qml.install +++ unity-webapps-qml-0.1+14.10.20140626.1/debian/unity-webapps-qml.install @@ -0,0 +1,3 @@ +usr/bin/unity-webapps-qml-launcher +usr/lib/*/qt5/qml/Ubuntu/UnityWebApps/* +usr/share/applications/unitywebappsqmllauncher.desktop