Merge lp:~dandrader/unity-api/surfaceCursor into lp:unity-api

Proposed by Daniel d'Andrada
Status: Superseded
Proposed branch: lp:~dandrader/unity-api/surfaceCursor
Merge into: lp:unity-api
Diff against target: 51 lines (+17/-2)
3 files modified
debian/changelog (+7/-1)
include/unity/shell/application/CMakeLists.txt (+1/-1)
include/unity/shell/application/MirMousePointerInterface.h (+9/-0)
To merge this branch: bzr merge lp:~dandrader/unity-api/surfaceCursor
Reviewer Review Type Date Requested Status
Lukáš Tinkl (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+277283@code.launchpad.net

This proposal has been superseded by a proposal from 2015-11-23.

Commit message

Added MirMousePointerInterface::setCustomCursor

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Lukáš Tinkl (lukas-kde) wrote :

LGTM, approving

review: Approve
196. By Daniel d'Andrada

Merge trunk

Unmerged revisions

196. By Daniel d'Andrada

Merge trunk

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-11-02 11:23:43 +0000
+++ debian/changelog 2015-11-11 19:00:11 +0000
@@ -1,7 +1,13 @@
1unity-api (7.103) UNRELEASED; urgency=medium
2
3 * Added MirMousePointerInterface::setCustomCursor
4
5 -- Daniel d'Andrada <daniel.dandrada@canonical.com> Wed, 11 Nov 2015 16:42:27 -0200
6
1unity-api (7.102+16.04.20151102-0ubuntu1) xenial; urgency=medium7unity-api (7.102+16.04.20151102-0ubuntu1) xenial; urgency=medium
28
3 [ Nick Dedekind ]9 [ Nick Dedekind ]
4 * Added visibility to surface interface. 10 * Added visibility to surface interface.
511
6 [ Michael Terry ]12 [ Michael Terry ]
7 * Add isTouchApp to ApplicationInfoInterface13 * Add isTouchApp to ApplicationInfoInterface
814
=== modified file 'include/unity/shell/application/CMakeLists.txt'
--- include/unity/shell/application/CMakeLists.txt 2015-10-30 16:56:14 +0000
+++ include/unity/shell/application/CMakeLists.txt 2015-11-11 19:00:11 +0000
@@ -7,7 +7,7 @@
77
8set(UNITY_API_LIB_HDRS ${UNITY_API_LIB_HDRS} ${headers} ${internal_headers} PARENT_SCOPE)8set(UNITY_API_LIB_HDRS ${UNITY_API_LIB_HDRS} ${headers} ${internal_headers} PARENT_SCOPE)
99
10set(VERSION 10)10set(VERSION 11)
11set(PKGCONFIG_NAME "unity-shell-application")11set(PKGCONFIG_NAME "unity-shell-application")
12set(PKGCONFIG_DESCRIPTION "Unity shell Application APIs")12set(PKGCONFIG_DESCRIPTION "Unity shell Application APIs")
13set(PKGCONFIG_REQUIRES "Qt5Core")13set(PKGCONFIG_REQUIRES "Qt5Core")
1414
=== modified file 'include/unity/shell/application/MirMousePointerInterface.h'
--- include/unity/shell/application/MirMousePointerInterface.h 2015-10-13 20:17:39 +0000
+++ include/unity/shell/application/MirMousePointerInterface.h 2015-11-11 19:00:11 +0000
@@ -70,6 +70,15 @@
70 virtual qreal hotspotY() const = 0;70 virtual qreal hotspotY() const = 0;
71 /// @endcond71 /// @endcond
7272
73 /**
74 * @brief Sets the custom cursor
75 *
76 * If it's not a pixmap cursor it will be ignored.
77 *
78 * To use it, cursorName must be set to "custom". themeName is ignored in this case.
79 */
80 virtual void setCustomCursor(const QCursor &) = 0;
81
73Q_SIGNALS:82Q_SIGNALS:
74 /// @cond83 /// @cond
75 void cursorNameChanged(QString name);84 void cursorNameChanged(QString name);

Subscribers

People subscribed via source and target branches

to all changes: