Merge lp:~ps-jenkins/unity-action-api/latestsnapshot-1.0.0+13.10.20130716-0ubuntu1 into lp:unity-action-api

Proposed by PS Jenkins bot
Status: Merged
Approved by: PS Jenkins bot
Approved revision: 29
Merged at revision: 29
Proposed branch: lp:~ps-jenkins/unity-action-api/latestsnapshot-1.0.0+13.10.20130716-0ubuntu1
Merge into: lp:unity-action-api
Diff against target: 59 lines (+46/-2)
1 file modified
debian/changelog (+46/-2)
To merge this branch: bzr merge lp:~ps-jenkins/unity-action-api/latestsnapshot-1.0.0+13.10.20130716-0ubuntu1
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Unity Team Pending
Review via email: mp+174987@code.launchpad.net

Commit message

Releasing 1.0.0+13.10.20130716-0ubuntu1 (revision 28 from lp:unity-action-api)

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-07-16 07:29:22 +0000
+++ debian/changelog 2013-07-16 11:27:38 +0000
@@ -1,4 +1,4 @@
1unity-action-api (1.0.0-0ubuntu1) UNRELEASED; urgency=low1unity-action-api (1.0.0+13.10.20130716-0ubuntu1) saucy; urgency=low
22
3 [ Antti Kaijanmäki ]3 [ Antti Kaijanmäki ]
4 * Initial packaging.4 * Initial packaging.
@@ -6,4 +6,48 @@
6 [ Didier Roche ]6 [ Didier Roche ]
7 * Clean packaging for daily release7 * Clean packaging for daily release
88
9 -- Antti Kaijanmäki <antti.kaijanmaki@canonical.com> Thu, 06 Jun 2013 15:56:04 +03009 [ Antti Kaijanmäki ]
10 * Initial Commit. - CMake build system - documentation setup - C++
11 library setup - QML plugin setup - unit testing and coverage setup
12 * Initial debian packaging.
13 * Add missing build-deps.
14 * Fix copyright and licensing headers.
15 * Exclude test files from coverage results.
16 * Introduce PreviewAction.
17 * PreviewParameter and PreviewRangeParameter.
18 * Introduce MenuItem.
19 * ActionManager and ActionContext.
20 * Manager: Get the application identifier from APP_ID env var Action:
21 add Q_INVOKABLE and make actions() const.
22 * ActionManager: second iteration of the Action Manager.
23 * ActionManager: fix PreviewParameter menu updates.
24 * Verify the Action::trigger(QVariant) parameter type as well as
25 possible and give a friendly warning if the types mismatch.
26 * Protect against dangling pointers when objects are being deleted
27 outside our control. Also simplifies the code that disconnects
28 signals when objects are removed from the manager.
29 * ActionManager: Fix bug in bookkeeping when action is added to
30 multiple contexts. Action was only being added to the ContextData of
31 the first context to introduce it. Now it's added to Context data of
32 all of the contexts containing the action. Also add some more unit
33 tests.
34 * ActionManager: PreviewAction testing.
35 * Activate Global Context in HUD on init.
36 * Manager: - If context is added to the manager and it's initially set
37 as active, make it the active local context.
38 * * Add QQmlListProperty to all the relevant QML classes. * menuitem:
39 disconnect destroy signal if action is not null.
40 * * Handle the situation better where we don't have d-bus.
41 * documentation for C++ and QML.
42 * Temporarily remove MenuItem from the public API.
43 * Action::trigger() must check the enabled property.
44 * populate -dev package and add .pc.
45 * remove leftover code.
46
47 [ Didier Roche ]
48 * populate -dev package and add .pc.
49
50 [ Ubuntu daily release ]
51 * Automatic snapshot from revision 28
52
53 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 16 Jul 2013 08:42:31 +0000

Subscribers

People subscribed via source and target branches

to all changes: