← Back to team overview

landing-team-changes team mailing list archive

[stable-overlay] qtmir (0.4.7+15.04.20151210-0ubuntu1)

 

Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive

---------------
Format: 1.8
Date: Thu, 10 Dec 2015 13:08:47 +0000
Source: qtmir
Binary: qtmir-android qtmir-desktop qtdeclarative5-qtmir-plugin qtmir-tests
Architecture: source
Version: 0.4.7+15.04.20151210-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Changed-By: Gerry Boland <ci-train-bot@xxxxxxxxxxxxx>
Description:
 qtdeclarative5-qtmir-plugin - Qt plugin for Unity specific Mir APIs
 qtmir-android - Qt platform abstraction (QPA) plugin for a Mir server (mobile)
 qtmir-desktop - Qt platform abstraction (QPA) plugin for a Mir server (desktop)
 qtmir-tests - QtMir tests and demos
Launchpad-Bugs-Fixed: 1436735 1475678 1479250 1488831 1488863 1491034 1492185 1495437 1495871 1497091 1499388 1500372 1510571 1511076 1511711 1514556 1515356 1517139 1517571 1518764
Changes:
 qtmir (0.4.7+15.04.20151210-0ubuntu1) vivid; urgency=medium
 .
   [ Nick Dedekind ]
   * [ Nick Dedekind ]
   * Request app closing rather than killing.
 .
   [ Daniel d'Andrada ]
   * Add MirSurfaceItem.fillMode and ensure items and buffer are in sync
   * Make Session hold multiple surfaces
 .
   [ Michael Terry ]
   * Don't hold a wakelock on apps that are exempt from lifecycle
     management. (LP: #1518764)
 .
   [ Micha?? Sawicz ]
   * Add MirSurfaceItem.fillMode and ensure items and buffer are in sync
   * Don't hold a wakelock on apps that are exempt from lifecycle
     management. (LP: #1518764)
 .
 qtmir (0.4.6+16.04.20151125-0ubuntu2) xenial; urgency=medium
 .
   * Rebuild against Qt 5.5.1.
 .
 qtmir (0.4.6+16.04.20151125-0ubuntu1) xenial; urgency=medium
 .
   [ Daniel d'Andrada ]
   * Forward Mir mouse wheel events to the shell cursor (LP: #1497091)
   * Implemented support for cursors set by client surfaces
   * Revert revision 415
 .
   [ Gerry Boland ]
   * Manage frameSwapped signal/slot connection with MirSurface more
     strictly to avoid crash. (LP: #1517571)
 .
 qtmir (0.4.6+16.04.20151119-0ubuntu1) xenial; urgency=medium
 .
   [ Albert Astals Cid ]
   * Build with clang (tests/gmock fails and is unfixable on our side i'd
     say)
   * Enable Efficient String Construction by default
 .
   [ Gerry Boland ]
   * Fix use of uninitialized variable
   * Use pid_t for PIDs.
 .
   [ Lo??c Molinari ]
   * Ensured Mir surface items with size less than or equal to zero are
     not rendered, as it's usually done for standard QtQuick items.
 .
   [ Micha?? Sawicz ]
   * Build with clang (tests/gmock fails and is unfixable on our side i'd
     say)
 .
   [ Nick Dedekind ]
   * Fix a crash when dropping a surface frame before Qt draws a surface
     item. (LP: #1517139)
 .
 qtmir (0.4.6+16.04.20151113-0ubuntu1) xenial; urgency=medium
 .
   [ Nick Dedekind ]
   * Update surface textures when dropping frames. (LP: #1515356)
 .
 qtmir (0.4.6+16.04.20151112-0ubuntu1) xenial; urgency=medium
 .
   * Fix armhf builds on Xenial by using -std=gnu99 instead of c99
 .
 qtmir (0.4.6+16.04.20151110-0ubuntu1) xenial; urgency=medium
 .
   [ Nick Dedekind ]
   * Reverted occlusion detection (lp#1514556) (LP: #1514556)
 .
 qtmir (0.4.6+16.04.20151102-0ubuntu1) xenial; urgency=medium
 .
   [ Alan Griffiths ]
   * Test harness for MirWindowManager (in preparation for more
     intelligent window management)
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
   [ Michael Terry ]
   * Support new isTouchApp property to ApplicationInfoInterface and move
     lifecycle policy logic out of qtmir.
 .
   [ Micha?? Sawicz ]
   * Clean up packaging and fix autopkgtest on armhf
 .
   [ Nick Dedekind ]
   * Hand Qt millisecond timestamps rather than nanosecond. (LP:
     #1510571, #1511076, #1511711)
   * Support server->client visibility change to stop rendering
     (lp:#1475678) (LP: #1475678)
 .
 qtmir (0.4.6+15.10.20151021-0ubuntu1) wily; urgency=medium
 .
   [ Alan Griffiths ]
   * Opaquify MirWindowManager to control visibility of upcoming Window
     Management work
 .
   [ Albert Astals Cid ]
   * Don't search for the element again
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
   [ Daniel d'Andrada ]
   * Improve multimonitor support
   * MirSurfaceItem: Survive holding a surface with an empty texture
   * Shell draws its own cursor using the new Cursor QML element
 .
   [ Gerry Boland ]
   * Initial multimonitor support - react correctly to Mir
     DisplayConfiguration changes. (LP: #1488831, #1488863, #1436735)
   * Workaround for AutoPilot input coordinate positioning being outside
     screen geometry
 .
   [ Luk???? Tinkl ]
   * Implement support for mouse wheel events; correctly pass around
     buttons (LP: #1497091)
   * React to surface modifications (window caption)
 .
   [ Micha?? Sawicz ]
   * Improve multimonitor support
   * MirSurfaceItem: Survive holding a surface with an empty texture
   * React to surface modifications (window caption)
 .
   [ Nick Dedekind ]
   * Added touch performance tracing and test.
   * Removed the manipulation of the CMAKE_INSTALL_PREFIX from
     debian/rules
 .
 qtmir (0.4.6+15.10.20151008.2-0ubuntu1) wily; urgency=medium
 .
   [ Alexandros Frantzis ]
   * Update for Mir 0.17 changes
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
 qtmir (0.4.6+15.10.20150930.1-0ubuntu1) wily; urgency=medium
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
   [ Daniel d'Andrada ]
   * MirSurfaceItem: texture must be manipulated only from the scene
     graph thread (LP: #1499388, #1495871)
 .
   [ Gerry Boland ]
   * Add "Closing" state to Application, use it to distinguish user-
     induced close from app-induced close. Don't clear QML cache if user-
     induced. (LP: #1500372)
 .
 qtmir (0.4.6+15.10.20150925-0ubuntu1) wily; urgency=medium
 .
   * Bump application API version
 .
 qtmir (0.4.6+15.10.20150923-0ubuntu1) wily; urgency=medium
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
   [ Cemil Azizoglu ]
   * Port gl_bind_to_texture to the new TextureSource interface. Update
     for Mir 0.16 release.
 .
 qtmir (0.4.6+15.10.20150918-0ubuntu1) wily; urgency=medium
 .
   [ Daniel d'Andrada ]
   * Update surface focus when a surface enters or leaves a
     MirSurfaceItem (LP: #1491034, #1495437)
 .
 qtmir (0.4.6+15.10.20150914-0ubuntu1) wily; urgency=medium
 .
   [ Daniel d'Andrada ]
   * MirSurfaceItem gets dirty when it's set to draw a different (or no)
     surface (LP: #1492185)
   * QtEventFeeder: log the pointer events it gets from Mir
 .
   [ Daniel van Vugt ]
   * Stop waking up every 200ms if there's nothing to wake up for. It's
     just wasting battery. (LP: #1479250)
 .
 qtmir (0.4.6+15.10.20150904-0ubuntu1) wily; urgency=medium
 .
   [ Michal Sawicz ]
   * No change rebuild to resync vivid+overlay and wily
 .
   [ CI Train Bot ]
   * No-change rebuild.
Checksums-Sha1:
 7aab927bc0823b00075be7da7b1c64599e8ecf85 2792 qtmir_0.4.7+15.04.20151210-0ubuntu1.dsc
 64915402c22442d6dc8ba59b531e7253156e4dfa 155304 qtmir_0.4.7+15.04.20151210.orig.tar.gz
 17c91a97cb6cba52895d8af60130e7c1fc99eedf 13834 qtmir_0.4.7+15.04.20151210-0ubuntu1.diff.gz
Checksums-Sha256:
 41f13b041a77f4ae6a82b9f4e0887c2a59ed0749e6f7c6553ac39b7c5fde51c8 2792 qtmir_0.4.7+15.04.20151210-0ubuntu1.dsc
 3b9412dd0005e2fa184d14537be178dbc2852f2e016b0011e3e83c5e3a73d814 155304 qtmir_0.4.7+15.04.20151210.orig.tar.gz
 cc323b7d66d03b22ef966442f5652c82d90956517b611ff8b11d45a485931028 13834 qtmir_0.4.7+15.04.20151210-0ubuntu1.diff.gz
Files:
 c93bf66e1c7680886a62fc5736c2451f 2792 libs optional qtmir_0.4.7+15.04.20151210-0ubuntu1.dsc
 5255d402acb2adc5312dfa0aeadf9665 155304 libs optional qtmir_0.4.7+15.04.20151210.orig.tar.gz
 bb9a7f24862a3866c85082eea6e61df9 13834 libs optional qtmir_0.4.7+15.04.20151210-0ubuntu1.diff.gz