~ubuntu-branches/ubuntu/trusty/ubuntu-html5-theme/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Adnane Belmadiaf, daker, Kyle Nitzsche, Colin Watson, Alexandre Abreu, Ubuntu daily release
  • Date: 2014-01-07 23:46:53 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140107234653-oagvm6guom4h9dvh
Tags: 0.1+14.04.20140107-0ubuntu1
[ Adnane Belmadiaf ]
* s/parentNode/parendNode Spaces instead of tabs. (LP: #1241215)
* Add option selector widget. (LP: #1232533)

[ daker ]
* Passe the UI variable name so we will not lock the variable. (LP:
  #1222878)
* Made variable declaration locale. (LP: #1222881)
* Fixed z-index for the list items aside. (LP: #1223973)
* s/parentNode/parendNode Spaces instead of tabs. (LP: #1241215)
* Space instead of tab. (LP: #1240682)
* Made list items with headers differentes. (LP: #1246446)
* Updated the progressbar component to match the design.
* Move tabs closer to what they should be, Expand API to match the QML
  one (at least at the Tabs level), .
* Add option selector widget. (LP: #1232533)

[ Kyle Nitzsche ]
* Add button id to "Invalid button ID" error message .
* This MR does three main things: 1) Implements yuidoc comments in all
  js files to support API doc generation, and provides yuidoc assets
  (theme dir and json file) needed to build the API docs. Bug LP:
  #1241029 3) Provides JS classes for shape and page with
  corresponding UbuntuUI prototype constructor functions. Bug LP:
  #1243248 4) Adds a getEl(UbuntuUIObject) to return the element for
  any Ubuntu class. Also LP: #1243248. (LP: #1243248, #1241029)

[ Colin Watson ]
* Make ubuntu-html5-theme Multi-Arch: foreign.

[ Alexandre Abreu ]
* Fix exec path in app-gallery app desktop file. (LP: #1235321)
* Add convenient element() function to most widgets ... (we might want
  to factor those out in a second step).
* Move tabs closer to what they should be, Expand API to match the QML
  one (at least at the Tabs level), .
* Add HTML5 webapp container package.

[ Ubuntu daily release ]
* Automatic snapshot from revision 98

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: misc
3
3
Priority: optional
4
4
Maintainer: Michael Hall <mhall119@ubuntu.com>
5
 
Build-Depends: debhelper (>= 9),
 
5
Build-Depends: cmake (>= 2.8.9),
 
6
               debhelper (>= 9),
6
7
               python (>= 2.7),
7
8
               python-setuptools,
 
9
               libqt5webkit5-dev,
 
10
               libqt5webkit5-qmlwebkitplugin,
 
11
               qt5-default,
 
12
               qt5-qmake,
 
13
               qtbase5-dev,
 
14
               qtbase5-private-dev,
 
15
               qtdeclarative5-dev,
 
16
               qtdeclarative5-qtquick2-plugin,
 
17
               qtdeclarative5-ubuntu-ui-toolkit-plugin,
8
18
Standards-Version: 3.9.4
9
19
Homepage: https://launchpad.net/ubuntu-html5-theme
10
20
# If you aren't a member of ~ubuntu-html5-theme-devs but need to upload packaging changes,
48
58
Description: Autopilot tests for the Toolkit for Ubuntu HTML5 Apps
49
59
 Common CSS and Javascript for developing native-looking HTML5 applications
50
60
 for Ubuntu. This package contains autopilot tests for it.
 
61
 
 
62
Package: ubuntu-html5-container
 
63
Architecture: all
 
64
Depends: ${misc:Depends},
 
65
         ${python:Depends},
 
66
         dpkg-dev,
 
67
         libqt5webkit5-qmlwebkitplugin,
 
68
         qtdeclarative5-cordova-2.8-plugin,
 
69
         qtdeclarative5-qtquick2-plugin,
 
70
         qtdeclarative5-ubuntu-ui-extras-browser-plugin,
 
71
         qmlscene,
 
72
         ubuntu-html5-theme (= ${binary:Version}),
 
73
Description: Ubuntu HTML5 QML container component for HTML5 touch apps.
 
74
 This package contains the Ubuntu HTML5 QML component used to embed HTML5
 
75
 apps at runtime.
 
76