unity-api 7.101+15.10.20151021-0ubuntu1 source package in Ubuntu
Changelog
unity-api (7.101+15.10.20151021-0ubuntu1) wily; urgency=medium [ Daniel d'Andrada ] * unity/shell/application: Add Mir.cursorName * unity/shell/application: Added MirMousePointerInterface.h * unity/shell/application: Added MirPlatformCursor.h [ Lukáš Tinkl ] * unity/shell/application: Add MirSurfaceInterface.nameChanged [ CI Train Bot ] * New rebuild forced. [ Michał Sawicz ] * Resync trunk unity-api (7.100+15.10.20150903-0ubuntu1) wily; urgency=medium [ Michal Sawicz ] * No change rebuild to resync vivid+overlay and wily [ CI Train Bot ] * No-change rebuild. unity-api (7.100+15.04.20150827-0ubuntu1) vivid; urgency=medium [ Daniel d'Andrada ] * Added MirSurface and MirSurfaceItem interfaces [ CI Train Bot ] * No-change rebuild. unity-api (7.99+15.04.20150811-0ubuntu1) vivid; urgency=medium * New rebuild forced. unity-api (7.99+15.04.20150804-0ubuntu1) vivid; urgency=medium [ Daniel d'Andrada ] * Remove ApplicationManagerInterface.forceDashActive * Remove ApplicationManagerInterface.suspended * Add ApplicationInfoInterface.requestedState * Add a NO_TESTS options to cmake unity-api (7.99-0ubuntu1) UNRELEASED; urgency=medium * Changes to activate and preview methods of ScopeInterface. unity-api (7.98+15.04.20150724-0ubuntu1) vivid; urgency=medium [ Mirco Müller (MacSlow) ] * added alerting/setAlerting API to LauncherModel and LauncherItem interfaces unity-api (7.97+15.10.20150721-0ubuntu1) wily; urgency=medium [ Michi Henning ] * Remove dependency on gcc 4.9. (LP: #1452342) unity-api (7.97+15.10.20150611-0ubuntu1) wily; urgency=medium [ Daniel d'Andrada ] * add supportedOrientations and rotatesWindowContents to ApplicationInfo unity-api (7.96+15.04.20150410.2-0ubuntu1) vivid; urgency=medium [ CI Train Bot ] * New rebuild forced. [ Michi Henning ] * Reverted commit 93 because it cost me a cool 1.5 hours today. Turns out that libmcheck is not thread-safe and causes the most amazing crashes in unpredictable ways :-( unity-api (7.96+15.04.20150213-0ubuntu1) vivid; urgency=medium [ Pawel Stolowski ] * Added close method to scopes interface. unity-api (7.95+15.04.20150211-0ubuntu1) vivid; urgency=medium [ Michael Zanetti ] * add onlyPinned property to launcher model [ Michał Sawicz ] * Add :native to g++ dependency for cross-building and wrap-and-sort for good measure. Python needs :any, too. (LP: #1353855) unity-api (7.94+15.04.20141205-0ubuntu1) vivid; urgency=medium [ Albert Astals Cid ] * Add setFavorite/moveFavoriteTo unity-api (7.93+15.04.20141104-0ubuntu1) vivid; urgency=medium [ Michael Zanetti ] * add a signal to the launcher model to hint changes unity-api (7.92+14.10.20141003.1-0ubuntu1) utopic; urgency=medium [ Michael Zanetti ] * Add dashActive property to application api [ Ubuntu daily release ] * New rebuild forced unity-api (7.91+14.10.20140922.1-0ubuntu1) utopic; urgency=medium [ Daniel d'Andrada ] * Added splash screen data do ApplicationInfoInterface unity-api (7.90+14.10.20140918-0ubuntu1) utopic; urgency=medium [ Michael Zanetti ] * add countVisible property * allow updating item's name and icon properties. They might change in case of updates unity-api (7.89+14.10.20140825-0ubuntu1) utopic; urgency=medium [ Daniel d'Andrada ] * Remove all mentions to screenshotting from the API unity-api (7.88+14.10.20140806-0ubuntu1) utopic; urgency=medium [ Michal Hruby ] * Define scopes interface version 4 unity-api (7.87+14.10.20140731-0ubuntu1) utopic; urgency=medium [ Michal Hruby ] * Added interface definition for scopes overview. unity-api (7.86+14.10.20140718.1-0ubuntu1) utopic; urgency=medium [ Michi Henning ] * Explicitly select g++-4.9 to prevent ABI breakage. unity-api (7.85+14.10.20140708-0ubuntu1) utopic; urgency=medium [ Marcus Tomlinson ] * Add settings support for shell [ Michal Hruby ] * Added header links CategoriesInterface and performQuery() to ScopeInterface [ Michi Henning ] * A few minor fixes to the doc comments for comparison operators. unity-api (7.84+14.10.20140702.2-0ubuntu1) utopic; urgency=medium [ Michal Hruby ] * Added IniParser::get_locale_string_array unity-api (7.83+14.10.20140626-0ubuntu1) utopic; urgency=medium [ Michal Hruby ] * Added customizations property to ScopeInterface. unity-api (7.82+14.10.20140616-0ubuntu1) utopic; urgency=medium [ Albert Astals Cid ] * Add interfaces for scope departments. unity-api (7.81+14.10.20140528-0ubuntu1) utopic; urgency=low [ Michael Zanetti ] * properly parent mock items otherwise QML deletes them as of 5.2 (LP: #1318889) * properly parent MockApplicationInfo objects in the mock plugin. QML might delete them otherwise. unity-api (7.81+14.10.20140520-0ubuntu1) utopic; urgency=medium [ Albert Astals Cid ] * Add interfaces for scopes. [ Jussi Pakkanen ] * Add missing include so compilation works with pch disabled. unity-api (7.80.8+14.10.20140505-0ubuntu1) utopic; urgency=medium [ Mirco Müller (MacSlow) ] * Bump unity-notification version due to exposure of NotificationModel's Roles-Enum. unity-api (7.80.7+14.10.20140428.1-0ubuntu1) utopic; urgency=medium [ Michal Hruby ] * Added IniParser::get_locale_string() unity-api (7.80.6+14.04.20140402-0ubuntu1) trusty; urgency=low [ Mirco Müller ] * The data-roles of the NotificationModel to should be exposed to QML. unity-api (7.80.6+14.04.20140401-0ubuntu1) trusty; urgency=medium [ Michael Zanetti ] * Bump version for Application api changes unity-api (7.80.5+14.04.20140304-0ubuntu1) trusty; urgency=low [ CI bot ] * No change rebuild against Qt 5.2.1. [ Ubuntu daily release ] * New rebuild forced unity-api (7.80.5+14.04.20140120-0ubuntu2) UNRELEASED; urgency=medium * Made calls to IniParser constructor and destructor thread-safe. Without this, if the destructor is called from a different thread than the constructor, we get complaints from thread sanitizer. unity-api (7.80.5+14.04.20140120-0ubuntu1) trusty; urgency=low [ Jussi Pakkanen ] * Remove deprecated NonCopyable base class. [ Michi Henning ] * Removed final semicolon from NONCOPYABLE macro. This makes the usage consistent with the UNITY_DEFINES_PTRS macro, which also does not include the semicolon. [ Ubuntu daily release ] * Automatic snapshot from revision 119 unity-api (7.80.5+14.04.20131219.1-0ubuntu1) trusty; urgency=low [ Michi Henning ] * Changed unity::Exception::what() to return the same text as unity::Exception::to_string(). [ Michal Hruby ] * Expose full version including micro version number in pc file. [ Jussi Pakkanen ] * Made noncopyable a macro. [ Ubuntu daily release ] * Automatic snapshot from revision 116 unity-api (7.80.4+14.04.20131126.2-0ubuntu1) trusty; urgency=low [ Michal Hruby ] * Added pkg-config module unity-shell-api. [ Albert Astals ] * Avoid cmake warnings CMake Warning (dev) in CMakeLists.txt: Syntax Warning in cmake code at /home/tsdgeos_work/phablet/unity-api/unity- api/CMakeLists.txt:53:88 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in CMakeLists.txt: Syntax Warning in cmake code at /home/tsdgeos_work/phablet/unity-api/unity- api/CMakeLists.txt:53:107 Argument not separated from preceding token by whitespace. This warning is for project developers. Use - Wno-dev to suppress it. . [ Michi Henning ] * Don't set -fno-permissive when compiling with clang because clang produces an "ignored" warning for this flag. Set - DGTEST_USE_OWN_TR1_TUPLE=1 to make tests compile with clang. * Fix warning from clang when building libgtest about unused field. * Removed obsolete doxygen config variable that caused a warning during the build. [ Ubuntu daily release ] * Automatic snapshot from revision 112 unity-api (7.80.3+13.10.20130927.1-0ubuntu1) saucy; urgency=low [ Michi Henning ] * Changed pkgconfig to use absolute path for Libs, so things will work if the package is installed in a non-standard location. * Reverting commit 89, which added -D_GLIBCXX_DEBUG. This has truly hideous consequences when calling cross-library and passing STL types. If not all libraries involved are compiled with the same flag, the code links and runs and, in many cases, will work, except in some cases, where suddenly the stack gets trashed, the code segfaults on a memory allocation, or similar. [ Ubuntu daily release ] * Automatic snapshot from revision 106 unity-api (7.80.3+13.10.20130912-0ubuntu1) saucy; urgency=low [ Michael Zanetti ] * update Launcher API to make use of the new ApplicationManager api. [ Ubuntu daily release ] * Automatic snapshot from revision 103 unity-api (7.80.3+13.10.20130911-0ubuntu1) saucy; urgency=low [ Gerry Boland ] * Shell::Application: Apply Q_ENUMS to the Roles enum so implementations can use it. [ Ubuntu daily release ] * Automatic snapshot from revision 101 unity-api (7.80.3+13.10.20130905.2-0ubuntu1) saucy; urgency=low [ Gerry Boland ] * AppManager: change startApplication to return ApplicationInfo, is useful for shell. [ Michael Zanetti ] * add applicationFocused method to LauncherModelInterface. * add focused role to model. [ Ubuntu daily release ] * Automatic snapshot from revision 99 unity-api (7.80.3+13.10.20130904-0ubuntu1) saucy; urgency=low [ Gerry Boland ] * ApplicationManagerInterface: adjust API to use appId for app start/stop/focus. Return ApplicationInfoInterface only in get(index) and the new findApplication(appId) methods. [ Ubuntu daily release ] * Automatic snapshot from revision 95 unity-api (7.80.3+13.10.20130903.1-0ubuntu1) saucy; urgency=low [ Jussi Pakkanen ] * Use glibc's memory validator. [ Ubuntu daily release ] * Automatic snapshot from revision 93 unity-api (7.80.3+13.10.20130902-0ubuntu1) saucy; urgency=low [ Michael Zanetti ] * Add Ubuntu.Application API, including tests and a mock implementation. [ Ubuntu daily release ] * Automatic snapshot from revision 91 unity-api (7.80.3+13.10.20130826.2-0ubuntu1) saucy; urgency=low [ Jussi Pakkanen ] * Enable validating STL on debug builds. [ Ubuntu daily release ] * Automatic snapshot from revision 89 unity-api (7.80.3+13.10.20130826.1-0ubuntu1) saucy; urgency=low * Automatic snapshot from revision 87 unity-api (7.80.3+13.10.20130826-0ubuntu1) saucy; urgency=low [ Michael Zanetti ] * Add setUser method to LauncherModel. [ Ubuntu daily release ] * Automatic snapshot from revision 86 unity-api (7.80.3+13.10.20130820.2-0ubuntu1) saucy; urgency=low * Automatic snapshot from revision 84 unity-api (7.80.3+13.10.20130820.1-0ubuntu1) saucy; urgency=low [ Michael Zanetti ] * Add a role, clickable to quicklistModel which determines if the entry can be clicked or not. [ Ubuntu daily release ] * Automatic snapshot from revision 82 unity-api (7.80.3+13.10.20130820-0ubuntu1) saucy; urgency=low [ Michael Zanetti ] * Add a role, clickable to quicklistModel which determines if the entry can be clicked or not. [ Ubuntu daily release ] * Automatic snapshot from revision 82 unity-api (7.80.3+13.10.20130801-0ubuntu1) saucy; urgency=low * Automatic snapshot from revision 80 unity-api (7.80.3+13.10.20130729ubuntu.unity.next-0ubuntu1) saucy; urgency=low [ Michi Henning ] * Changed DefinesPtrs to a macro. That way, we don't need a virtual destructor, and the generated typedefs can be used with POD types. The macro also prevents ambiguous names that were caused by the template for classes in a derivation hierarchy. * Added UNITY_DEFINES_PTRS (needed by scopes). Added coverage suppresssion for unreachable line of code. [ Ubuntu daily release ] * Automatic snapshot from revision 79 (ubuntu-unity/next) unity-api (7.80.3+13.10.20130709ubuntu.unity.next-0ubuntu1) saucy; urgency=low [ Michael Zanetti ] * added quicklist support to launcher api [ Ubuntu daily release ] * Automatic snapshot from revision 76 (ubuntu-unity/next) unity-api (7.80.2+13.10.20130703ubuntu.unity.next-0ubuntu1) saucy; urgency=low [ Michał Sawicz ] * Do not require any particular version of boost. [ Ubuntu daily release ] * Automatic snapshot from revision 74 (ubuntu-unity/next) unity-api (7.80.2+13.10.20130702ubuntu.unity.next-0ubuntu1) saucy; urgency=low [ Didier Roche ] * Add a better package description. [ Ubuntu daily release ] * Automatic snapshot from revision 72 (ubuntu-unity/next) unity-api (7.80.2+13.10.20130627ubuntu.unity.next-0ubuntu1) saucy; urgency=low [ Didier Roche ] * Fix packaging to follow daily release guidelines * Automatic snapshot from revision 67 (bootstrap) [ Michi Henning ] * Changed "Lesser GNU General Public License" to "GNU Lesser General Public License" throughout. Fixed five files that used GPL instead of LGPL. licensecheck comes up clean now, reporting LGPL v3 for everything. (LP: #1194867) * Renamed COPYING.LIB -> COPYING. (LP: #1194867) [ Ubuntu daily release ] * Automatic snapshot from revision 70 (ubuntu-unity/next) unity-api (7.80.1) saucy; urgency=low * This project forked from lp:unity/phablet. Updating the versioning to reflect that. unity-api (0.2) saucy; urgency=low * Releasing for saucy. unity-api (0.1) raring; urgency=low * Initial release -- Michał Sawicz <email address hidden> Wed, 21 Oct 2015 11:48:38 +0000
Upload details
- Uploaded by:
- Michał Sawicz
- Sponsored by:
- CI Train Bot Account
- Uploaded to:
- Wily
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
unity-api_7.101+15.10.20151021.orig.tar.gz | 111.9 KiB | 640dccf784e9a55fb5803ce4d4faae618b28c709d908e58c7a966f7b38d3591c |
unity-api_7.101+15.10.20151021-0ubuntu1.diff.gz | 6.3 KiB | f34cbe6b541f99aa656e659bdb20cff14ed2c80351247b7389d935b4314498e5 |
unity-api_7.101+15.10.20151021-0ubuntu1.dsc | 2.3 KiB | b6b085e25cf7fad56614502adbeb03cd457e8850caf205713cd03f06f2008001 |
Available diffs
Binary packages built by this source
- libunity-api-dev: Header files for Unity API
Library to integrate with the Unity shell (dev files)
- libunity-api-doc: Documentation for Unity API
Library to integrate with the Unity shell (documentation)
- libunity-api0: API for Unity shell integration
Library to integrate with the Unity shell
- libunity-api0-dbgsym: debug symbols for package libunity-api0
Library to integrate with the Unity shell