Change logs for qtmir source package in Yakkety

  • qtmir (0.4.8+16.10.20160909-0ubuntu1) yakkety; urgency=medium
    
      [ Daniel d'Andrada ]
      * Send relative pointer movement to Mir clients (LP: #1597205)
      * Implement cursor confinement (LP: #1590099)
    
      [ Gerry Boland ]
      * Deliver mouse event manually if no cursor exists to deliver it
      * [tests] refactor ScreensModel test to use mocks from mirtest-dev
    
     -- Michał Sawicz <email address hidden>  Fri, 09 Sep 2016 14:40:56 +0000
  • qtmir (0.4.8+16.10.20160906-0ubuntu1) yakkety; urgency=medium
    
      [ Daniel d'Andrada ]
      * Don't occlude newly created surfaces until some time has passed (LP:
        #1620297)
    
     -- Michał Sawicz <email address hidden>  Tue, 06 Sep 2016 18:31:26 +0000
  • qtmir (0.4.8+16.10.20160831-0ubuntu1) yakkety; urgency=medium
    
      [ Daniel d'Andrada ]
      * DBusFocusInfo: added isSurfaceFocused(serializedId)
      * Use content-hub for clipboard services (LP: #1471998)
      * Don't link tests against LTTng
    
     -- Ken VanDine <email address hidden>  Wed, 31 Aug 2016 01:52:12 +0000
  • qtmir (0.4.8+16.10.20160826.1-0ubuntu1) yakkety; urgency=medium
    
      [ Daniel d'Andrada ]
      * DBusFocusInfo.isPidFocused: search sessions recursively (LP:
        #1612166)
    
      [ Michał Sawicz ]
      * Revert r538 that's causing a unity8 crash when launching emergency
        dialer over greeter (LP: #1616842)
    
     -- Michał Sawicz <email address hidden>  Fri, 26 Aug 2016 10:43:18 +0000
  • qtmir (0.4.8+16.10.20160819-0ubuntu1) yakkety; urgency=medium
    
      * No change rebuild for UAL ABI change
    
     -- Ted Gould <email address hidden>  Fri, 19 Aug 2016 14:38:12 +0000
  • qtmir (0.4.8+16.10.20160816.1-0ubuntu1) yakkety; urgency=medium
    
      * compatibility changes for mir 0.24.0
    
     -- Kevin DuBois <email address hidden>  Tue, 16 Aug 2016 11:41:40 +0000
  • qtmir (0.4.8+16.10.20160810-0ubuntu1) yakkety; urgency=medium
    
      [ Alan Griffiths ]
      * Reduce MirServer to an implementation detail of QMirServer (nothing
        else needs to touch it).
    
      [ Albert Astals Cid ]
      * Improvements from running clazy over the code
      * Compile with clang
    
      [ Daniel d'Andrada ]
      * Remove Application.stage and RoleStage from ApplicationManager
    
      [ Daniel van Vugt ]
      * Fix incorrect mouse wheel/touchpad scrolling scale (LP: #1607240)
        (LP: #1607223, #1607240)
    
     -- Michał Sawicz <email address hidden>  Wed, 10 Aug 2016 06:53:16 +0000
  • qtmir (0.4.8+16.10.20160730-0ubuntu1) yakkety; urgency=medium
    
      [ Albert Astals Cid ]
      * Fix memory leak in application_test
    
      [ Daniel d'Andrada ]
      * Ensure different cursor names for consecutive custom cursor changes
        (LP: #1604701, #1605078)
      * Remove com.canonical.Unity.WindowStack D-Bus service
    
      [ Gerry Boland ]
      * Dump core if Mir fails to start in time - dump will help us see
        where Mir blocked (LP: #1537389)
      * Tests: AppManTest: use stack instead of heap when possible, better
        cleanup of resources
      * AppMan: queue the onProcessStarting slot, as processStarting blocks
        ubuntu-app-launch from executing the process.
    
      [ Marco Trevisan (Treviño) ]
      * ScreenWindow: handle window activated when exposing it (LP:
        #1590060)
    
      [ Nick Dedekind ]
      * Re-added occlusion detection (LP: #1475678)
    
     -- Lukáš Tinkl <email address hidden>  Sat, 30 Jul 2016 21:21:32 +0000
  • qtmir (0.4.8+16.10.20160714-0ubuntu2~2) yakkety; urgency=medium
    
      * Rebuild against Qt 5.6.
    
     -- Timo Jyrinki <email address hidden>  Sun, 24 Jul 2016 17:56:42 +0300
  • qtmir (0.4.8+16.10.20160714-0ubuntu1) yakkety; urgency=medium
    
      [ Daniel d'Andrada ]
      * Implement MirSurface::inputBounds and make use of mir's input region
    
     -- Michał Sawicz <email address hidden>  Thu, 14 Jul 2016 07:08:37 +0000
  • qtmir (0.4.8+16.10.20160712-0ubuntu1) yakkety; urgency=medium
    
      [ Łukasz 'sil2100' Zemczak ]
      * Build the qtmir-android package for arm64 as well.
    
     -- Łukasz Zemczak <email address hidden>  Tue, 12 Jul 2016 13:39:51 +0000
  • qtmir (0.4.8+16.10.20160705.2-0ubuntu1) yakkety; urgency=medium
    
      [ Michał Sawicz ]
      * Don't use root dbus path (LP: #1599145)
    
     -- Łukasz Zemczak <email address hidden>  Tue, 05 Jul 2016 19:29:43 +0000
  • qtmir (0.4.8+16.10.20160704.1-0ubuntu1) yakkety; urgency=medium
    
      [ Daniel d'Andrada ]
      * com.canonical.Unity.FocusInfo D-Bus service for providing focus
        information
    
     -- Łukasz Zemczak <email address hidden>  Mon, 04 Jul 2016 13:58:19 +0000
  • qtmir (0.4.8+16.10.20160614-0ubuntu1) yakkety; urgency=medium
    
      [ Albert Astals Cid ]
      * Add support for compiler sanitizers via ECM
      * Compile with -fsanitize=undefined
      * Fix leak in ScreensModelTest (LP: #1585502)
      * Fix leak in SessionManager test (LP: #1585498)
      * Remove unused m_sessions member
      * Add missing breaks
      * Initialize m_lastX and m_lastY
      * Initialize m_sessionId
      * Give the locker a name
      * Fix memory leak in QtEventFeederTest (LP: #1585503)
      * Fix leaks in application_manager_test (LP: #1585501)
    
      [ Daniel d'Andrada ]
      * Improve Session debug logging
      * MirSurfaceListModel: prepending a surface always causes
        firstChanged() emission
    
      [ Gerry Boland ]
      * Release temporary GL context ASAP, fixes QtMir on X11. Add some
        hotpath branching hints (LP: #1588921)
    
      [ Michael Zanetti ]
      * Adding ApplicationInfo::surfaceCount property
    
     -- Albert Astals Cid <email address hidden>  Tue, 14 Jun 2016 08:38:00 +0000
  • qtmir (0.4.8+16.10.20160602-0ubuntu1) yakkety; urgency=medium
    
      * rebuild for mir 0.23
    
     -- Kevin DuBois <email address hidden>  Thu, 02 Jun 2016 16:50:58 +0000
  • qtmir (0.4.8+16.10.20160525.2-0ubuntu1) yakkety; urgency=medium
    
      [ Alan Griffiths ]
      * Drop the (unused) prototype Window Management code
      * Remove workaround for lp:1502200 (LP: #1502200)
    
      [ Albert Astals Cid ]
      * Enable workaround_brokenFBOReadBack on various chipsets (LP:
        #1581123)
    
      [ Daniel d'Andrada ]
      * Bump unity-api versions
      * Fix mir::scene::Surface focus attribute updates
    
     -- Michael Terry <email address hidden>  Wed, 25 May 2016 13:54:56 +0000
  • qtmir (0.4.8+16.10.20160520.1-0ubuntu1) yakkety; urgency=medium
    
      [ Alan Griffiths ]
      * Reduce coupling to MirServer - it has  been misused as a context
        object.
    
      [ Daniel d'Andrada ]
      * Also interpret the cursor names used by Mir client API (LP:
        #1447839)
      * Application: Don't respawn if closed while still starting up (LP:
        #1575577)
    
      [ Daniel d'Andrada, Michał Sawicz ]
      * Centralize logging categories
    
      [ Gerry Boland ]
      * UAL can throw on creating Application if invalid appId, catch
        instead of aborting (LP: #1578258)
    
      [ Timo Jyrinki ]
      * Use FindQt5PlatformSupport to find platform support, other methods
        not available on Qt 5.6 anymore. (LP: #1554404)
    
     -- Michał Sawicz <email address hidden>  Fri, 20 May 2016 08:41:51 +0000
  • qtmir (0.4.8+16.04.20160518.1-0ubuntu1) xenial; urgency=medium
    
      [ Daniel d'Andrada ]
      * Fix ProxySurfaceListModel::countChanged signal
    
      [ Daniel d'Andrada, Michał Sawicz ]
      * Move prompt surfaces from MirSurface to Application and emit
        firstChanged signal
    
     -- Nick Dedekind <email address hidden>  Wed, 18 May 2016 11:18:33 +0000
  • qtmir (0.4.8+16.04.20160330-0ubuntu1) xenial; urgency=medium
    
      * Drop leftover Xs-Testsuite header
    
     -- Michał Sawicz <email address hidden>  Wed, 30 Mar 2016 22:53:20 +0000