← Back to team overview

landing-team-changes team mailing list archive

[stable-overlay] accounts-qml-module (0.6+15.04.20151028-0ubuntu1)

 

Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive

---------------
Format: 1.8
Date: Wed, 28 Oct 2015 15:58:59 +0000
Source: accounts-qml-module
Binary: qml-module-ubuntu-onlineaccounts qtdeclarative5-accounts-plugin accounts-qml-module-doc
Architecture: source
Version: 0.6+15.04.20151028-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@xxxxxxxxxxxxxxxx>
Changed-By: David Barth <david.barth@xxxxxxxxxxxxx>
Description:
 accounts-qml-module-doc - Online Accounts QML - documentation
 qml-module-ubuntu-onlineaccounts - Expose the Online Accounts API to QML applications
 qtdeclarative5-accounts-plugin - transitional dummy package for Online Accounts QML clients
Launchpad-Bugs-Fixed: 1231680 1231697 1255343 1271039 1342031 1429038
Changes:
 accounts-qml-module (0.6+15.04.20151028-0ubuntu1) vivid; urgency=medium
 .
   [ Alberto Mardegan ]
   * New upstream release
     - AccountService: define an error enum
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
 accounts-qml-module (0.5+15.04.20150415.1-0ubuntu1) vivid; urgency=medium
 .
   [ Alberto Mardegan ]
   * Merge from upstream:
     - Make the authentication() parameter optional
     - Add manifest-files.qdoc to the documentation (LP: #1429038)
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
 accounts-qml-module (0.5+15.04.20141110-0ubuntu1) vivid; urgency=low
 .
   [ Ubuntu daily release ]
   * New rebuild forced
 .
   [ Alberto Mardegan ]
   * Rename QML module (LP: #1342031)
 .
 accounts-qml-module (0.5+14.10.20141006-0ubuntu1) utopic; urgency=medium
 .
   [ mardy ]
   * New upstream release
     - Add translation information
     - Add isSingleAccount field to provider map
     - AccountServiceModel: add filter on application
 .
 accounts-qml-module (0.4+14.10.20140528-0ubuntu2) utopic; urgency=low
 .
   * add "Multi-Arch: same" to qtdeclarative5-accounts-plugin
 .
 accounts-qml-module (0.4+14.10.20140528-0ubuntu1) utopic; urgency=low
 .
   * New rebuild forced
 .
 accounts-qml-module (0.4+14.10.20140513-0ubuntu1) utopic; urgency=medium
 .
   [ Alberto Mardegan ]
   * Merge from upstream: add filter on application to AccountServiceModel.
 .
   [ Ubuntu daily release ]
   * New rebuild forced
 .
 accounts-qml-module (0.4+14.04.20140317-0ubuntu1) trusty; urgency=low
 .
   [ Colin Watson ]
   * Switch back to Architecture: any, as qtdeclarative now supports all
     architectures.
 .
 accounts-qml-module (0.4+14.04.20140305-0ubuntu1) trusty; urgency=low
 .
   [ CI bot ]
   * No change rebuild against Qt 5.2.1.
 .
   [ Albert Astals Cid ]
   * Merge from upstream Do not pass negative ranges to model calls. (LP:
     #1231697, #1271039, #1255343)
 .
   [ Alberto Mardegan ]
   * Merge from upstream Do not pass negative ranges to model calls. (LP:
     #1231697, #1271039, #1255343)
   * Merge from upstream Fix a regression introduced with latest fix,
     where empty models wrongly emit the rowsInserted signal. (LP:
     #1231697, #1271039, #1255343)
 .
   [ Ubuntu daily release ]
   * New rebuild forced
 .
 accounts-qml-module (0.4+14.04.20131127-0ubuntu1) trusty; urgency=low
 .
   [ Alberto Mardegan ]
   * New upstream release
     - ProviderModel: add filtering by application
       This will allow clients to get the list of only those providers which
       are relevant to them.
     - Doc: couple of documentation fixes
     - AccountServiceModel: share account manager when possible
   * Merge from upstream
     - ProviderModel: always emit modelReset() signal (LP: #1255343)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 40
 .
 accounts-qml-module (0.3+13.10.20131016.1-0ubuntu1) saucy; urgency=low
 .
   [ Alberto Mardegan ]
   * New upstream release
     - AccountServiceModel: emit dataChanged for displayName
       Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=204
     - Add isSingleAccount role to ProviderModel
       Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=202
     - Fix generation of qmltypes file
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 37
 .
 accounts-qml-module (0.2+13.10.20131011-0ubuntu1) saucy; urgency=low
 .
   [ Alberto Mardegan ]
   * New upstream release
     - Add a cancelAuthentication() method to AccountService (LP: #1231680)
     - Install a typeinfo file for QtCreator
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 35
 .
 accounts-qml-module (0.1+13.10.20130725-0ubuntu1) saucy; urgency=low
 .
   [ Ken VanDine ]
   * Bootstrapping the import from upstream git.
 .
   [ Alberto Mardegan ]
   * Bootstrapping the import from upstream git.
 .
   [ Automatic PS uploader ]
   * Bootstrapping the import from upstream git.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 33
 .
 accounts-qml-module (0.1+13.10.20130626-0ubuntu1) saucy; urgency=low
 .
   [ Alberto Mardegan ]
   * Add ApplicationModel component.
   * AccountServiceModel: add accountHandle and accountServiceHandle
     roles These roles replace their counterparts which don't have the
     "Handle" suffix. The deprecated roles still continue to exist, and
     emit a warning when accessed. .
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 31
 .
 accounts-qml-module (0.0bzr13.04.26daily13.06.18-0ubuntu1) saucy; urgency=low
 .
   [ Alberto Mardegan ]
   * Add ApplicationModel.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 28
 .
 accounts-qml-module (0.0bzr13.04.26daily13.06.05.1-0ubuntu1) saucy; urgency=low
 .
   [ Ken VanDine ]
   * added top-level qdoc to generate a main page .
 .
   [ Alberto Mardegan ]
   * Implement account editing functionality Introduce a few new objects
     which provide functionalities exposed by other parts of the
     framework: Account, Manager, Credentials. Expand the AccountService
     class with methods to change account settings. Improve the
     documentation, add one more example file.
   * Add a way to enumerate the global accounts.
   * Change license to LGPL 2.1 .
   * When authenticating, use Credentials object when available When
     performing an authentication, let the Accountservice use the
     Credentials object attached to it, falling back to the stored
     "credentialsId" field only if the Credentials object is not there or
     hasn't yet been stored to the DB. .
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 26
 .
 accounts-qml-module (0.0bzr13.04.26daily13.05.01.1ubuntu.unity.next-0ubuntu1) raring; urgency=low
 .
   * Automatic snapshot from revision 22 (ubuntu-unity/next)
 .
 accounts-qml-module (0.0bzr13.04.26-0ubuntu2) raring; urgency=low
 .
   [ Ken VanDine ]
   * Automatic snapshot from revision 15 (bootstrap)
   * debian/control
     - Only build for arches supported by qtdeclarative5
 .
   [ Alberto Mardegan ]
   * Support the latest libaccounts-qt
 .
 accounts-qml-module (0.0bzr13.04.25-0ubuntu1) raring; urgency=low
 .
   * Added doc package
 .
 accounts-qml-module (0.0bzr13.03.08-0ubuntu1) raring; urgency=low
 .
   * Upload for raring
 .
 accounts-qml-module (0.0bzr13.03.07-0raring1) raring; urgency=low
 .
   * New snapshot
   * debian/control
     - added depends for qtdeclarative5-qtquick2-plugin
 .
 accounts-qml-module (0.0bzr13.02.20-0raring1) raring; urgency=low
 .
   * Initial release.
Checksums-Sha1:
 49fa74f6cfd455e7fec6fe4a6fe034af4f125f52 2381 accounts-qml-module_0.6+15.04.20151028-0ubuntu1.dsc
 1656ccdf7cb13947da0c5dd39d3ea5132399c6a4 57898 accounts-qml-module_0.6+15.04.20151028.orig.tar.gz
 cc0b865841ea46a879a751f857125d3d57cdf23c 3542 accounts-qml-module_0.6+15.04.20151028-0ubuntu1.diff.gz
Checksums-Sha256:
 dc9daa2f425e8d41e61392b9a320daf4739deca2706fb0465f1b51f74230091a 2381 accounts-qml-module_0.6+15.04.20151028-0ubuntu1.dsc
 615d15942d41459e36842565e4f44fd524a72c220fe0924b5212bb6192eb8127 57898 accounts-qml-module_0.6+15.04.20151028.orig.tar.gz
 cc4a15f07f10004d0604a1aa2adce8a3ad80475aa52798d14803d16155085959 3542 accounts-qml-module_0.6+15.04.20151028-0ubuntu1.diff.gz
Files:
 093018dfcfbdb1844956f574b3de0fb1 2381 libs optional accounts-qml-module_0.6+15.04.20151028-0ubuntu1.dsc
 d338889640308e0b2ce5809e3b2790af 57898 libs optional accounts-qml-module_0.6+15.04.20151028.orig.tar.gz
 5680b8c0fad299c932c71249680ae0c3 3542 libs optional accounts-qml-module_0.6+15.04.20151028-0ubuntu1.diff.gz