unity-action-api 1.0.0+13.10.20130716-0ubuntu1 source package in Ubuntu

Changelog

unity-action-api (1.0.0+13.10.20130716-0ubuntu1) saucy; urgency=low

  [ Antti Kaijanmäki ]
  * Initial packaging.

  [ Didier Roche ]
  * Clean packaging for daily release

  [ Antti Kaijanmäki ]
  * Initial Commit. - CMake build system - documentation setup - C++
    library setup - QML plugin setup - unit testing and coverage setup
  * Initial debian packaging.
  * Add missing build-deps.
  * Fix copyright and licensing headers.
  * Exclude test files from coverage results.
  * Introduce PreviewAction.
  * PreviewParameter and PreviewRangeParameter.
  * Introduce MenuItem.
  * ActionManager and ActionContext.
  * Manager: Get the application identifier from APP_ID env var Action:
    add Q_INVOKABLE and make actions() const.
  * ActionManager: second iteration of the Action Manager.
  * ActionManager: fix PreviewParameter menu updates.
  * Verify the Action::trigger(QVariant) parameter type as well as
    possible and give a friendly warning if the types mismatch.
  * Protect against dangling pointers when objects are being deleted
    outside our control. Also simplifies the code that disconnects
    signals when objects are removed from the manager.
  * ActionManager: Fix bug in bookkeeping when action is added to
    multiple contexts. Action was only being added to the ContextData of
    the first context to introduce it. Now it's added to Context data of
    all of the contexts containing the action. Also add some more unit
    tests.
  * ActionManager: PreviewAction testing.
  * Activate Global Context in HUD on init.
  * Manager: - If context is added to the manager and it's initially set
    as active, make it the active local context.
  * * Add QQmlListProperty to all the relevant QML classes. * menuitem:
    disconnect destroy signal if action is not null.
  * * Handle the situation better where we don't have d-bus.
  * documentation for C++ and QML.
  * Temporarily remove MenuItem from the public API.
  * Action::trigger() must check the enabled property.
  * populate -dev package and add .pc.
  * remove leftover code.

  [ Didier Roche ]
  * populate -dev package and add .pc.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 28
 -- Ubuntu daily release <email address hidden>   Tue, 16 Jul 2013 08:42:31 +0000

Upload details

Uploaded by:
PS Jenkins bot
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
unity-action-api_1.0.0+13.10.20130716.orig.tar.gz 423.7 KiB 3c3e4167e9258bf142c1983cbaddf01c5f151cd0f1ef69c25dd3df105bb7341c
unity-action-api_1.0.0+13.10.20130716-0ubuntu1.diff.gz 2.6 KiB 8b9f7474a12c905d395b716ce2d1d90115208a2ed46f2fc1c98dd9289c490a1f
unity-action-api_1.0.0+13.10.20130716-0ubuntu1.dsc 2.5 KiB e597df64a702555882b900c77a5d9594349c2632bc7fd304b3d013fa7409bb85

View changes file

Binary packages built by this source

libunity-action-qt1: No summary available for libunity-action-qt1 in ubuntu saucy.

No description available for libunity-action-qt1 in ubuntu saucy.

libunity-action-qt1-dev: No summary available for libunity-action-qt1-dev in ubuntu saucy.

No description available for libunity-action-qt1-dev in ubuntu saucy.

qtdeclarative5-unity-action-plugin: No summary available for qtdeclarative5-unity-action-plugin in ubuntu saucy.

No description available for qtdeclarative5-unity-action-plugin in ubuntu saucy.

unity-action-doc: Unity Action API - documentation

 Unity Common Action API
 .
 This package contains developer documentation.