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