unity-mir 0.1+14.04.20131028-0ubuntu1 source package in Ubuntu

Changelog

unity-mir (0.1+14.04.20131028-0ubuntu1) trusty; urgency=low

  [ Daniel d'Andrada ]
  * UbuntuKeyboardInfo now provides the opaque keybard area in scene
    coordinates So all that's left for OSKController is setting its
    InputArea to match it. No more guesswork anymore. (LP: #1236489)

  [ Alan Griffiths ]
  * Avoid unnecessary use of mir::surfaces::SurfaceStackModel (which
    ought to be internal to Mir).

  [ Albert Astals ]
  * Fix crashes/deadlocks if we sigterm the app while still starting up
    Three changes:  * We need to make sure that the_shell_* return a non
    unique shared pointer (i.e. Mir is also holding it)    otherwise
    once we return from the function it will cease to exist and we'll be
    using    deleted memory  * Move ua_ui_mirserver_finish to after the
    qApp has stopped, otherwise may happen the code    is still trying
    to do a QWindow::showMaximized and uses memory that is also gone  *
    Make the qApp quit call more stubborn, it can happen that sometimes
    we get to that code before the other thread    has done qApp->exec()
    so we wait until we get the aboutToQuit signal to make sure the
    other thread will stop.
  * Add two const & .

  [ thomas-voss ]
  * Ensure that app processes are not assigned an oom score smaller than
    the one of the shell.
  * stop/continue complete process groups instead of individual
    processes.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 136
 -- Ubuntu daily release <email address hidden>   Mon, 28 Oct 2013 18:17:52 +0000

Upload details

Uploaded by:
PS Jenkins bot
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
unity-mir_0.1+14.04.20131028.orig.tar.gz 48.4 KiB 8f836d70449d2f5c2d11dd029d73b12325fe71918d5d98ecb4c9ede8fe1fee83
unity-mir_0.1+14.04.20131028-0ubuntu1.diff.gz 7.2 KiB 05e9368e0b18e4bb8c87c555ed44f4d02c0132173fb1460216929a14d0e8b967
unity-mir_0.1+14.04.20131028-0ubuntu1.dsc 2.2 KiB 77276e46f795d31c34ac2be21659da5b297eb33fc00d93c79e9dc135fef119f9

View changes file

Binary packages built by this source

libunity-mir-dev: Qt plugins for Unity specific Mir APIs - development files

 Unity-Mir provides Qt bindings for Mir features that are not exposed
 through the QtUbuntu QPA plugins but needed for shell functionality.
 .
 This package provides the development files for libunity-mir.

libunity-mir1: Qt plugins for Unity specific Mir APIs

 Unity-Mir provides Qt bindings for Mir features that are not exposed
 through the QtUbuntu QPA plugins but needed for shell functionality.