qtmir 0.4.2+14.10.20140829~rtm-0ubuntu1 source package in Ubuntu RTM

Changelog

qtmir (0.4.2+14.10.20140829~rtm-0ubuntu1) 14.09; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Cemil Azizoglu ]
  * Rebuild for the Mir 0.7.0 release.

qtmir (0.4.2+14.10.20140825-0ubuntu1) utopic; urgency=low

  [ Daniel d'Andrada ]
  * Revamp screenshotting to use an image provider again, removing
    screenshot-related methods on Application

  [ Daniel van Vugt ]
  * Add support for building against Mir when it's installed somewhere
    other than /usr (like with a custom $PKG_CONFIG_PATH).

qtmir (0.4.1+14.10.20140817-0ubuntu1) utopic; urgency=medium

  [ Michał Sawicz ]
  * Unrevert "MirSurfaceItem: always try to consume new mir frames"

qtmir (0.4.1+14.10.20140815.is.0.4.1+14.10.20140811.1-0ubuntu1) utopic; urgency=medium

  * Reverting previous commit since unity8 started deadlocking in ap
    test runs (requested by Saviq)

qtmir (0.4.1+14.10.20140815-0ubuntu1) utopic; urgency=low

  [ Daniel d'Andrada ]
  * MirSurfaceItem: always try to consume new mir frames Otherwise those
    frames will get dropped and MirSurfaceItem will therefore never use
    them, being left displaying an old, stale, frame until the
    application renders again.This could happen for instance if an
    application was rendering between the time the Application object
    goes to Suspended state and the actual process getting SIG_STOPPED
    (ie, suspended for real). Frames rendered in this interval were
    getting dropped and once that app was resumed and its MirSurfaceItem
    brought to front the user would see an old stale frame until some
    new event caused the application to render a new frame (e.g. an
    input event) (LP: #1353374)

qtmir (0.4.1+14.10.20140811.1-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Michał Sawicz ]
  * Bumped dependency for Mir 0.6.0. Switch to using supported API
    (the_ipc_factory -> new_ipc_factory).

  [ Cemil Azizoglu ]
  * Bumped dependency for Mir 0.6.0. Switch to using supported API
    (the_ipc_factory -> new_ipc_factory).

  [ Alan Griffiths ]
  * Bumped dependency for Mir 0.6.0. Switch to using supported API
    (the_ipc_factory -> new_ipc_factory).

  [ Kevin Gunn ]
  * Bumped dependency for Mir 0.6.0. Switch to using supported API
    (the_ipc_factory -> new_ipc_factory).

qtmir (0.4.1+14.10.20140811-0ubuntu1) utopic; urgency=low

  [ Gerry Boland ]
  * AppMan: fix dbus GetWindowStack & GetAppFromPid APIs. On suspend,
    mark focused application unfocused, and reverse on resume.

qtmir (0.4.1+14.10.20140808-0ubuntu1) utopic; urgency=medium

  [ Nick Dedekind ]
  * Added prompt surfaces to application

qtmir (0.4.0+14.10.20140805.1-0ubuntu1) utopic; urgency=low

  [ Nick Dedekind ]
  * Only add prompt session surfaces to the surface stack once their
    first frame has been drawn.

qtmir (0.4.0+14.10.20140805-0ubuntu1) utopic; urgency=low

  [ Daniel d'Andrada ]
  * Don't take screenshots automatically and emit focusRequested()
    reliably (LP: #1350917)

qtmir (0.4.0+14.10.20140729-0ubuntu1) utopic; urgency=medium

  [ Gerry Boland ]
  * Update for Mir 0.4.0 compatibility
  * Remove unneeded properties from SurfaceManager and restore support
    for surface with no app parent
  * Add patches to ubuntuclient plugin to enable sharing of GL context -
    needed for oxide
  * Rename client plugin to ubuntumirclient (to match that of qtubuntu)
    There are some apps which check the QPA name is ubuntumirclient, and
    fail with ubuntuclient. Worst offender is Oxide, which is hard to
    rebuild, so this change is easier fix.
  * Revert 125, incorrect branch merged
  * Rename client plugin to ubuntumirclient (to match that of qtubuntu)
    There are some apps which check the QPA name is ubuntumirclient, and
    fail with ubuntuclient. Worst offender is Oxide, which is hard to
    rebuild, so this change is easier fix.
  * Remove surface observer on MirSurfaceItem destruction
  * New apps placed at start of model and are focused immediately.
    AppMan model has proper surface and fullscreen roles now. Whitespace
    fixes
  * Enable UbuntuPlatformServices for a mirserver
  * Fix FTBFS - header file moved
  * Remove ubuntumirclient plugin as it moved to qtubuntu
  * Empty commit to force rebuild for Qt5.3
  * debian: update package name, fixes dependency wait in PPA
  * Fix Qt5.3 compile - QQmlProfiler changed to QQuickProfiler
  * Update README, rename root pro file to match project name
  * debian: replace old libplatform-api-dev with newer libubuntu-
    application-api-dev
  * Fix lifecycle by pulling latest unity-mir code. Rename QML module
    back to Unity.Application. Import unity-mir tests. Use category
    logging
  * Restore code to override side-stage apps to be on main stage on
    single-stage devices
  * Remove unused *toBeFocused state savers
  * debian: update mir & papi version dependencies
  * Fix out-of-tree builds
  * Using const QString ref to save possible QString copy
  * Small header file cleaning
  * Fix test fails - do not run moc again on headers used by tests
  * Downgrade error warning of unmanaged session startup
  * Simplify focus logic, fix tablet lifecycle
  * Workaround GL/GLES conflict between Qt and Mir. Split into 3
    packages: GL qpa, GLES qpa & QML plugin Mir is GLES only. Qt on
    desktop is desktop-GL only. To workaround this, (ab)use the fact
    that MESA on the desktop allows you to bind GL apis to a GLES
    context via eglBindAPI. To use this, need to compile with QPA
    separately for GL and GLES targets. Thus need to split the packaging
    into: + qtmir-android - qpa plugin for GLES targets + qtmir-desktop
    - qpa plugin for desktop-GL targets (uses MESA hack) +
    qtdeclarative5-qtmir-plugin - the QML plugin Also stopped unit tests
    from being installed
  * Re-enable Buffer Queueing OpenGL, should improve graphics
    performance
  * Remove refresh-rate override as Mir now returns correct value
  * MirGLContext - temporary gl context from mir does not have
    attributes defined by GLConfig applied, so need to do so manually
  * DisplayWindow listens for Hide/Show events with its event handler,
    not via a static variable
  * QtEventFeeder - add deconstructor to delete the mTouchDevice
  * Application: delete TODO comment in setSession as nonsensical
  * SessionName removed. PID matching was introduced some time ago and
    so session name unnecessary
  * Application: remove hack to guess app supported orientations,
    implement properly later
  * Fixed threading issue when screen-shotting application about to be
    stopped. By Nick Dedekind
  * Revert rev 179, add comment to clarify
  * Application: replace direct call into MirSurfaceItem with a
    signal/slot. Removes FIXME
  * MirSurfaceItem: setting unfocused on creation breaks camera & videos
    app, so disabling and added fixme
  * Add FIXME about the custom roles
  * Remove redundant comment
  * Remove ApplicationManager::topmostApplication
  * AppMan: if foreground app closes, set all unfocused to let shell
    decide what next to focus
  * Useless static_cast removed
  * DebugHelpers: do not use default state for last option in the enum
    today, the enum may grow in future
  * MirBufferSGTexture: remove the Qt5.3 ifdefs, were probably broken
    for older Qt versions
  * MirSurfaceItem - standardize on qCDebug(QTMIR_SURFACES)
  * MirSurfaceManager: generate roleNames only on read
  * MirSurfaceManager: remove commented line
  * TaskController: add a few more consts
  * Removed WindowScreenshotProvider as not needed for now
  * AppMan: be slightly more verbose with desktop file locating for
    desktop_file_hint. Also use faster exists() static function
  * AppMan: data - remove nonsensical default role
  * ProcessController: expand documentation
  * Clarify licences
  * Give AppMan & SurfMan objectNames
  * MirSurfaceItem: do not print keystrokes to log
  * Fix crash bug - disable input events going to MirSurfaceItem whose
    backing mir surface was destroyed
  * SurfaceManager: do not add each surface to the model twice silly
  * debian: only use gcc4.9 compiler to prevent ABI breaks due to some
    C++11 features still being experimental in gcc
  * AppMan: emit unfocus dbus event on suspend, and focus on resume
  * Revert 214 - breaks install of qtmir and qtubuntu
  * Input Event timestamp - do not overwrite timestamp of events sent to
    client

  [ Nick Dedekind ]
  * Compatibility with mir-0.5

  [ Robert Bruce Park ]
  * CI Train packaging cleanup. Minor packaging cleanup for CI Train
    standards.
  * Slightly more readable debian/rules.

  [ Michael Zanetti ]
  * append newly focused apps instead of prepending them. Allows the ui
    to do the regular app focused animation for newly started apps too
  * Fix multi touch points on mirsurfaceitems. Patch kindly provided by
    anpok.
  * also mir specific key codes through the QKeyEvent

  [ Michael Terry ]
  * Use virtual package names in Conflicts/Replaces fields and clean
    build dirs when doing dh_clean.

  [ Daniel d'Andrada ]
  * ubuntuclient: Properly handle mir's resize event Take it as a
    promise for a future buffer size instead of immediately obeying it.
  * Some MirSurfaceItem fixes Don't assume that it always have an
    Application. Slightly improve its ownership mess.
  * Work around crash in MirSurfaceManager::onSurfaceAttributeChanged
  * Improve debug output of surfaces handled by MirSurfaceManager
  * Make mirserver QPA implement QPlatformIntegration::inputContext() So
    that shell can get a virtual keyboard
  * Wait for screen orientation to stabilize before committing to it
  * Reduce orientation stabilization time and cancel pending change when
    facing up/down
  * Merge multiple qml size changes into a single mir surface resize
    Resizing a mir surface is a costly operation and qml items can get
    resized multiple times in a single event loop iteration. Besides, a
    qml item changes its width and height separately
  * Add WindowScreenshotProvider
  * s/upstart-app-launch-2/ubuntu-app-launch-2
  * Add clipboard support had to remove the dependency of mirserver to
    platform-api-client as it caused a clash as both libs are loading
    unityrpc.proto. That's a protobuffer limitation. Added the protobuf
    generated files directly (unityrpc.cpp and unityrpc.h) as I couldn't
    bend qmake to my will.
  * UbuntuPlatformServices is no longer shared by both QPAs
  * Update Application::fullscreen when the application gets its surface
  * MirSurfaceManager: s/DLOG/qCDebug Use Qt's new categorized logging
    system
  * MirSurfaceManager: improve debug output
  * Hold back this commit for now as qtmir trunk still uses an old mir
    version
  * adapt to latest mir/devel + input_sender branch
  * MirSurfaceManager: improve debug output
  * Revert to the old ways regarding rotation Where unity8 doesn't move
    and apps rotate by themselves. Retake that rotation approach at a
    later time
  * Forward item focus to the underlying mir surface
  * Dispatch keys to mir surface
  * Add a comment with the rationale behind the frame dropper
  * Fix copyright headers
  * Fix and update debian/copyright
  * Removing debian/qtdeclarative5-qtmir-plugin.maintscript This came
    with the copy-pasting unity-mir packaging. Makes no sense in qtmir
    as it never installed a com.canonical.Unity.conf file in the first
    place. That's unity-mir's problems.
  * Add a TODO notice
  * Fix copy-and-paste error in log message
  * Improve Application::setState debug output

  [ Kevin Gunn ]
  * merge lp:~nick-dedekind/qtmir/prompt_sessions
  * no change, rebuild

  [ Ubuntu daily release ]
  * New rebuild forced

qtmir (0.0.1-ppa5) utopic; urgency=medium

  * packaging works now

qtmir (0.0.1-ppa1) utopic; urgency=medium

  * Initial release.
 -- Ubuntu daily release <email address hidden>   Fri, 29 Aug 2014 18:59:49 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

14.09: [FULLYBUILT] amd64 [FULLYBUILT] armhf [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
qtmir_0.4.2+14.10.20140829~rtm.orig.tar.gz 80.1 KiB 623904d65bd5fe6afe3d09405e0c76dd2e8570ba9dde3e15b78c9f27e3bd1b59
qtmir_0.4.2+14.10.20140829~rtm-0ubuntu1.diff.gz 7.3 KiB d5a79ad42b497058bf577a462048cb92f9217bba218dad6b5e015c5e9cbccfc7
qtmir_0.4.2+14.10.20140829~rtm-0ubuntu1.dsc 2.5 KiB 4ddc28fa78501a5ae0169be51ed7eed1cfd47774099dd0c029f78ae45955f63f

View changes file

Binary packages built by this source

qtdeclarative5-qtmir-plugin: Qt plugin for Unity specific Mir APIs

 QtMir provides Qt/QML bindings for Mir features that are exposed through the
 qtmir-desktop or qtmir-android QPA plugin such as Application management
 (start/stop/suspend/resume) and surface management.

qtmir-android: Qt platform abstraction (QPA) plugin for a Mir server (mobile) - OpenGLES

 QtMir is a set of Qt5 components to enable one to write a Mir server with Qt.
 It contains a QPA (Qt Platform Abstraction) plugin which creates and manages
 a Mir server. It also exposes some internal Mir functionality.
 .
 This variant of the package is for Android-based phones and tablets (built
 against the OpenGLES variant of qtbase).

qtmir-desktop: Qt platform abstraction (QPA) plugin for a Mir server (desktop)

 QtMir is a set of Qt5 components to enable one to write a Mir server with Qt.
 It contains a QPA (Qt Platform Abstraction) plugin which creates and manages
 a Mir server. It also exposes some internal Mir functionality.
 .
 This variant of the package is for GNU-based desktops.