qtlomiri-appmenutheme (0.66) unstable; urgency=medium


  [ UBports developers ]
  * Upstream-provided Debian package for qtlomiri-appmenutheme. See
    upstream ChangeLog for recent changes.

 -- UBports developers <developers@ubports.com>  Wed, 29 Jan 2025 13:18:51 +0100

qtubuntu (0.65.1+ubports) xenial; urgency=medium

  * Return EglDisplay from pni->nativeResourceForIntegration()

 -- Ratchanan Srirattanamet <peathot@hotmail.com>  Sat, 14 Sep 2019 00:34:45 +0700

qtubuntu (0.64.1+ubports) xenial; urgency=medium

  * Imported to UBports

 -- UBports auto importer <infra@ubports.com>  Mon, 25 Sep 2017 02:07:27 +0200
 
qtubuntu (0.64+17.04.20170404-0ubuntu1) zesty; urgency=medium

  * Use the correct font (Ubuntu family) and icon theme (suru) (LP:
    #1676878)

 -- Lukáš Tinkl <lukas.tinkl@canonical.com>  Tue, 04 Apr 2017 00:47:22 +0000

qtubuntu (0.64+17.04.20170328.1-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Remove signal noone uses
  * Honor the menu item visibility (LP: #1675802)

  [ Alberto Aguirre, Arthur Mello ]
  * Remove more uses of deprecated mir apis.

  [ Daniel d'Andrada ]
  * Qt::Tool == mir_window_type_satellite (LP: #1673415)
  * Proper implementation of QPlatformScreen::logicalDpi (LP: #1675572)

  [ Gerry Boland ]
  * BackingStore: is possible for context's QPlatformSurface to be
    deleted before backing store is.

 -- Michał Sawicz <michal.sawicz@canonical.com>  Tue, 28 Mar 2017 17:13:20 +0000

qtubuntu (0.64+17.04.20170320-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Set qtubuntu-tag and handle aboutToShow calls (LP: #1664578)
  * Set enabled state for menus in the submenu-enabled property since
    GMenuModel doesn't support that concept (LP: #1670694)
  * fix image conversion to Format_ARGB32
  * Build with clang

  [ Gerry Boland ]
  * Use correct parented/parentless dialog and utility window types from
    Mir

 -- Lukáš Tinkl <lukas.tinkl@canonical.com>  Mon, 20 Mar 2017 17:31:42 +0000

qtubuntu (0.64+17.04.20170308-0ubuntu1) zesty; urgency=medium

  [ Gerry Boland ]
  * Implement QPlatformWindow::setMask and add support for special InputMethod 
    window type
  * BackingStore: make current only if no existing context current (LP:
    #1665705)

  [ Albert Astals Cid ]
  * Implement UbuntuAppMenuTheme::createPlatformSystemTrayIcon
  * Register metatype used in queued invokeMethod
  * Make sure mMimeData doesn't point to already deleted memory
  * Initialize m_tag

 -- Michał Sawicz <michal.sawicz@canonical.com>  Wed, 08 Mar 2017 11:59:55 +0000

qtubuntu (0.63+17.04.20170215-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Fix crash when starting konsole

  [ Alberto Aguirre ]
  * Changes for mir 0.26.1: PersitentID has been renamed to WindowID

  [ Arthur Mello ]
  * Update code to use new Mir Api's.

  [ Gerry Boland, Nick Dedekind ]
  * Class renaming and syntax changes to shrink delta with upstream
    mirclient QPA plugin (which is equivalent to rev 360)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Wed, 15 Feb 2017 08:23:33 +0000

qtubuntu (0.63+17.04.20170119.2-0ubuntu1) zesty; urgency=medium

  [ Daniel d'Andrada ]
  * Resize menus and toolips when told to do so

  [ Gerry Boland ]
  * Quit gracefully if Mir connection failed (LP: #1655936)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Thu, 19 Jan 2017 22:55:05 +0000

qtubuntu (0.63+17.04.20170110.1-0ubuntu1) zesty; urgency=medium

  [ Timo Jyrinki ]
  * Remove mircommon specifier for header, fix other ftbfs with mir 0.25
    (LP: #1653905)

  [ Nick Dedekind ]
  * Added a QPlatformTheme for exporting gmenumodel for qt menus.

 -- Timo Jyrinki <timo.jyrinki@canonical.com>  Tue, 10 Jan 2017 06:42:48 +0000

qtubuntu (0.63+17.04.20170104-0ubuntu1) zesty; urgency=medium

  [ Gerry Boland ]
  * Remove mircommon specifier for header, fix other ftbfs with mir 0.25
    (LP: #1653905)

 -- Timo Jyrinki <timo.jyrinki@canonical.com>  Wed, 04 Jan 2017 13:46:42 +0000

qtubuntu (0.63+17.04.20161201.1-0ubuntu1) zesty; urgency=medium

  * Use debug extension only if mir-debug loaded

 -- Gerry Boland <gerry.boland@canonical.com>  Thu, 01 Dec 2016 23:56:53 +0000

qtubuntu (0.63+17.04.20161123-0ubuntu1) zesty; urgency=medium

  [ Gerry Boland ]
  * Create Mir surface with hidden state, as Qt expects. (LP: #1543467)
  * Move all App State management logic to dedicated controller, use
    Timer to compress active-inactive-active invocations (LP: #1543467)
  * Small BackingStore fixes: call makeCurrent on texture changes, and
    choose correct QImage format to avoid bit swizzling (LP: #1543467)
  * Add support for more surface types and surface repositioning. (LP:
    #1543467)
  * Enable Accessibility
  * Fix for Qt5.6 mapToGlobal: QPlatformWindow::geometry() expected to
    be in absolute screens coordinates (LP: #1346633)

 -- Andrea Cimitan <andrea.cimitan@canonical.com>  Wed, 23 Nov 2016 12:12:26 +0000

qtubuntu (0.63+17.04.20161024-0ubuntu1) zesty; urgency=medium

  [ Daniel d'Andrada ]
  * Some logging fixes

  [ Daniel van Vugt ]
  * Implement named cursors that Mir understands (LP: #1625853) (LP:
    #1625853)

  [ Gerry Boland ]
  * Stricter enum use, avoid default switch case
  * Use mir-client-debug to map window coordinates to screen coordinates
    (LP: #1346633)
  * Fix rendering of apps using QQuickWidget

 -- Michael Zanetti <michael.zanetti@canonical.com>  Mon, 24 Oct 2016 11:33:40 +0000

qtubuntu (0.63+16.10.20160928.1-0ubuntu1) yakkety; urgency=medium

  [ Nick Dedekind ]
  * Use pbuffer for offscreen surfaces. (LP: #1596524)
  * Moved focus handling to UbuntuWindow to ensure focus optimization
    supports multiple windows rather than being application global. (LP:
    #1623861)

 -- Olivier Tilloy <olivier.tilloy@canonical.com>  Wed, 28 Sep 2016 10:52:07 +0000

qtubuntu (0.63+16.10.20160831-0ubuntu1) yakkety; urgency=medium

  [ Daniel d'Andrada ]
  * Use content-hub for clipboard services (LP: #1471998)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 31 Aug 2016 01:51:46 +0000

qtubuntu (0.63+16.10.20160826-0ubuntu1) yakkety; urgency=medium

  [ Nick Dedekind ]
  * Fixed panel position shifting and initial surface exposure. (LP:
    #1616968)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Fri, 26 Aug 2016 13:14:10 +0000

qtubuntu (0.63+16.10.20160809-0ubuntu1) yakkety; urgency=medium

  [ Daniel van Vugt ]
  * Use correct scrolling scale of 120 as documented: (LP: #1607223,
    #1607240)

  [ Gerry Boland ]
  * Reapply rev 324 plus fix: EGL convenience, plus workaround for
    hybris not supporting GLESv3. (LP: #1507817, #1594198)
  * Logging: separate graphics & cursor logging into their own logging
    categories

 -- Michał Sawicz <michal.sawicz@canonical.com>  Tue, 09 Aug 2016 23:01:21 +0000

qtubuntu (0.63+16.10.20160730-0ubuntu1) yakkety; urgency=medium

  [ Lukáš Tinkl ]
  * Differentiate between left/right Alt when extracting the modifiers
    for Qt (LP: #1590515)

  [ Nick Dedekind ]
  * Re-added window exposure for occlusion detection (LP: #1475678)

 -- Lukáš Tinkl <lukas.tinkl@canonical.com>  Sat, 30 Jul 2016 21:18:10 +0000

qtubuntu (0.63+16.10.20160630.1-0ubuntu2~2) yakkety; urgency=medium

  * Rebuild against Qt 5.6.

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Sun, 24 Jul 2016 17:56:52 +0300

qtubuntu (0.63+16.10.20160630.1-0ubuntu1) yakkety; urgency=medium

  [ Daniel d'Andrada ]
  * Expose MirSurface to client apps through the native interface

 -- Michael Sheldon <michael.sheldon@canonical.com>  Thu, 30 Jun 2016 13:43:28 +0000

qtubuntu (0.62+16.10.20160620-0ubuntu1) yakkety; urgency=medium

  * Revert r324 "EGL convenience" (LP: #1594198)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Mon, 20 Jun 2016 08:49:40 +0000

qtubuntu (0.62+16.10.20160614-0ubuntu1) yakkety; urgency=medium

  [ Daniel d'Andrada ]
  * Generate better mir session names

  [ Gerry Boland ]
  * Convert UbuntuOpenGLContext to use QEGLPlatformContext, and allow
    clients to customize chosen GLConfig (LP: #1507817, #1549455)
  * Integration: no need for the non-const versions of createWindow and
    createGLContext

  [ Nick Dedekind ]
  * Support for cross building

 -- Albert Astals Cid <albert.astals@canonical.com>  Tue, 14 Jun 2016 08:34:32 +0000

qtubuntu (0.62+16.10.20160527.1-0ubuntu1) yakkety; urgency=medium

  [ Albert Astals Cid ]
  * Enable workaround_brokenFBOReadBack on the Mali 400
  * Enable workaround_brokenFBOReadBack on the Mali-T760
  * Enable workaround_brokenFBOReadBack on the PowerVR Rogue G6200

  [ Michael Terry ]
  * Build qtubuntu for arm64, and drop ancient qthybris transition
    package.

 -- Michael Terry <michael.terry@canonical.com>  Fri, 27 May 2016 13:05:27 +0000

qtubuntu (0.62+16.04.20160428-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada, Gerry Boland, Michał Sawicz, Nick Dedekind ]
  * Proper support for multiple screens and dynamic scaling support (LP:
    #1534682, #1573532)

  [ Robert Bruce Park ]
  * Inline GLES packaging using a quilt patch.

 -- Michał Sawicz <michal.sawicz@canonical.com>  Thu, 28 Apr 2016 15:36:15 +0000

qtubuntu (0.62+16.04.20160322-0ubuntu1) xenial; urgency=medium

  [ Lukáš Tinkl ]
  * Support for switching kbd layouts (LP: #1524400, #1491340)

  [ Nick Dedekind ]
  * Added support for low shell chrome (LP: #1535397)

 -- Michael Zanetti <michael.zanetti@canonical.com>  Tue, 22 Mar 2016 08:49:45 +0000

qtubuntu (0.62+16.04.20160128.1-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada ]
  * Implement QPlatformOffscreenSurface (LP: #1527737)

  [ Olivier Tilloy ]
  * Instantiate QKeyEvents with the scan code, native modifiers and
    native virtual key code, and special-case XKB_KEY_Return and
    XKB_KEY_KP_Enter to emit a carriage return character. (LP: #1433138)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Thu, 28 Jan 2016 18:30:08 +0000

qtubuntu (0.62+16.04.20160111-0ubuntu1) xenial; urgency=medium

  [ Gerry Boland ]
  * Fix getting MirConnection pointer (LP: #1526684)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Mon, 11 Jan 2016 11:27:32 +0000

qtubuntu (0.62+16.04.20160104-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada ]
  * Fix QGuiApplication::applicationState() updates (LP: #1528668)

  [ Gerry Boland ]
  * On geometry change, save new geometry before creating change event
    (LP: #1526328)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Mon, 04 Jan 2016 09:38:35 +0000

qtubuntu (0.62+16.04.20151207-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada ]
  * Implement support for application state (LP: #1504776)
  * Update panel height hack when window enters or leaves fullscreen
    (LP: #1422523)

  [ Lukáš Tinkl ]
  * Update the panel height hack, orange line is gone

  [ Michał Sawicz ]
  * Run wrap-and-sort -at

 -- Gerry Boland <ci-train-bot@canonical.com>  Mon, 07 Dec 2015 16:21:01 +0000

qtubuntu (0.62+16.04.20151124-0ubuntu2) xenial; urgency=medium

  * Rebuild against Qt 5.5.1.

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Mon, 30 Nov 2015 16:16:27 +0200

qtubuntu (0.62+16.04.20151124-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada ]
  * Implemented cursor support

 -- Michał Sawicz <michal.sawicz@canonical.com>  Tue, 24 Nov 2015 13:26:05 +0000

qtubuntu (0.62+16.04.20151117-0ubuntu1) xenial; urgency=medium

  [ Albert Astals Cid ]
  * Improvements from running clazy over the code

  [ Alberto Aguirre ]
  * Add support for Qt popups and dialog windows.

  [ Gerry Boland ]
  * Fix inconsistent mouse wheel scrolling behavior

  [ Lukáš Tinkl ]
  * Fix inconsistent mouse wheel scrolling behavior

  [ Nick Dedekind ]
  * Added check for valid mime data. (LP: #1493530)

 -- Gerry Boland <ci-train-bot@canonical.com>  Tue, 17 Nov 2015 14:49:33 +0000

qtubuntu (0.62+16.04.20151109-0ubuntu1) xenial; urgency=medium

  [ Nick Dedekind ]
  * Reverted occlusion detection (lp#1514556) (LP: #1514556)

 -- Gerry Boland <ci-train-bot@canonical.com>  Mon, 09 Nov 2015 22:43:18 +0000

qtubuntu (0.62+16.04.20151105-0ubuntu1) xenial; urgency=medium

  [ Nick Dedekind ]
  * Support server->client visibility change to stop rendering
    (lp:#1475678) (LP: #1475678)

  [ Olivier Tilloy ]
  * Re-implement QPlatformScreen::physicalSize(). (LP: #1504293)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Thu, 05 Nov 2015 16:56:48 +0000

qtubuntu (0.62+15.10.20151021-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Gerry Boland ]
  * Implement support for mouse wheel events (LP: #1497091)

  [ Lukáš Tinkl ]
  * Implement support for mouse wheel events (LP: #1497091)
  * Override QPlatformWindow::setWindowTitle() and update the caption
    accordingly (LP: #1497092)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Wed, 21 Oct 2015 11:47:52 +0000

qtubuntu (0.62+15.10.20150914-0ubuntu1) wily; urgency=medium

  [ Daniel d'Andrada ]
  * Add
    QPlatformNativeInterface::nativeResourceForIntegration("mirConnectio
    n")
  * Remove QtSensors dependency (LP: #1481389)

  [ Paul Olav Tvete ]
  * Remove QtSensors dependency (LP: #1481389)

 -- Gerry Boland <ci-train-bot@canonical.com>  Mon, 14 Sep 2015 13:12:19 +0000

qtubuntu (0.62+15.04.20150828-0ubuntu1) vivid; urgency=medium

  [ Daniel d'Andrada ]
  * UbuntuClipboard: ensure DBus has been set up before setting
    clipboard contents
  * UbuntuWindow - keep redrawing a bit until you get the promised
    resized buffer (LP: #1466510)

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 28 Aug 2015 08:13:58 +0000

qtubuntu (0.62+15.04.20150814-0ubuntu1) vivid; urgency=medium

  [ Daniel D'Andrada ]
  * fix busy buffer swapping

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 14 Aug 2015 12:18:27 +0000

qtubuntu (0.61+15.10.20150722-0ubuntu3) wily; urgency=medium

  * No-change rebuild to pick up qtbase change.

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Fri, 14 Aug 2015 08:46:44 +0300

qtubuntu (0.61+15.10.20150722-0ubuntu2~gcc5.1) wily; urgency=medium

  * No-change test rebuild for g++5 ABI transition

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 22 Jul 2015 23:29:31 +0000

qtubuntu (0.61+15.10.20150722-0ubuntu1) wily; urgency=medium

  [ Andreas Pokorny ]
  * in step with mir release 0.14.0

  [ CI Train Bot ]
  * New rebuild forced.

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 22 Jul 2015 14:09:19 +0000

qtubuntu (0.61+15.10.20150706-0ubuntu1) wily; urgency=medium

  [ Alberto Aguirre ]
  * Migrate to platform-api 3

  [ CI Train Bot ]
  * New rebuild forced.

 -- CI Train Bot <ci-train-bot@canonical.com>  Mon, 06 Jul 2015 23:12:54 +0000

qtubuntu (0.61+15.10.20150617-0ubuntu1) wily; urgency=medium

  [ Daniel d'Andrada ]
  * Drastically improve surface resize responsiveness

  [ Gerry Boland ]
  * Add support for Mir window close event (LP: #1434584)

  [ Lukáš Tinkl ]
  * fix logic error when testing QFlags

  [ Timo Jyrinki ]
  * Build depend against libinput-dev to fix build with Qt 5.5 (LP:
    #1437192) (LP: #1437192)

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 17 Jun 2015 13:46:52 +0000

qtubuntu (0.61+15.10.20150611-0ubuntu2) wily; urgency=medium

  * No-change rebuild against Qt 5.4.2.

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Mon, 15 Jun 2015 12:31:56 +0300

qtubuntu (0.61+15.10.20150611-0ubuntu1) wily; urgency=medium

  [ Daniel d'Andrada ]
  * Flip screen dimensions to compensate for a rotated window

  [ Alan Griffiths ]
  * Track mir deprecations and renames.

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 11 Jun 2015 09:10:57 +0000

qtubuntu (0.60+15.04.20150318-0ubuntu3) vivid; urgency=medium

  * No-change rebuild against latest platform-api

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 19 Mar 2015 22:37:16 -0300

qtubuntu (0.60+15.04.20150318-0ubuntu2) vivid; urgency=medium

  * No-change rebuild to correct platform-api dependency

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Thu, 19 Mar 2015 11:54:20 +0200

qtubuntu (0.60+15.04.20150318-0ubuntu1) vivid; urgency=medium

  [ Alberto Aguirre ]
  * Port qtubuntu to direct mirclient usage for window creation and
    input handling.

  [ Daniel d'Andrada ]
  * Port qtubuntu to direct mirclient usage for window creation and
    input handling.

  [ Robert Carr ]
  * Port qtubuntu to direct mirclient usage for window creation and
    input handling.

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 18 Mar 2015 10:12:48 +0000

qtubuntu (0.60+15.04.20141212-0ubuntu3) vivid; urgency=medium

  * No-change rebuild against Qt 5.4.1.

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Wed, 11 Mar 2015 08:25:45 +0200

qtubuntu (0.60+15.04.20141212-0ubuntu2) vivid; urgency=medium

  * No-change rebuild against Qt 5.4.0.

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Fri, 06 Feb 2015 14:48:16 +0200

qtubuntu (0.60+15.04.20141212-0ubuntu1) vivid; urgency=low

  [ Gerry Boland ]
  * Fix raster-based (QWidget) application rendering.

  [ Robert Carr ]
  * Utilize repeat_count value from Mir in constructing QKeyEvents. (LP:
    #1349416)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 12 Dec 2014 15:43:42 +0000

qtubuntu (0.60+15.04.20141111-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Timo Jyrinki ]
  * Add libmtdev-dev build dependency (LP: #1379152) (LP: #1379152)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 11 Nov 2014 06:11:03 +0000

qtubuntu (0.60+14.10.20141001.3-0ubuntu1) utopic; urgency=low

  [ Zsombor Egri ]
  * Handle PasswordMaskDelay. (LP: #1237614)

  [ Robert Carr ]
  * Support mir restored surface state as a way to leave fullscreen.
    (LP: #1194550)

  [ Daniel d'Andrada ]
  * Use the global clipboard from D-Bus (LP: #1367814)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 01 Oct 2014 17:20:53 +0000

qtubuntu (0.60+14.10.20140922.1-0ubuntu1) utopic; urgency=low

  [ Gerry Boland ]
  * Expose Mir surface orientation property instead of connecting to
    orientation sensor directly (LP: #1288332)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 22 Sep 2014 17:32:25 +0000

qtubuntu (0.60+14.10.20140815.1-0ubuntu1) utopic; urgency=low

  [ Daniel d'Andrada ]
  * Remove leftover pkg dependencies: mircommon and mirclient The QPA
    shouldn't be talking to mir directly but only throughubuntu-
    application-api

  [ Ricardo Mendoza ]
  * Check window is valid before delivering event.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 15 Aug 2014 16:49:41 +0000

qtubuntu (0.60+14.10.20140812-0ubuntu1) utopic; urgency=low

  [ Florian Boucault ]
  * Scale the minimum distance before drag
    (QPlatformIntegration::StartDragDistance) taking into account the
    grid unit definition (the scale factor).

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 12 Aug 2014 18:45:53 +0000

qtubuntu (0.60+14.10.20140808.1-0ubuntu1) utopic; urgency=low

  [ Gerry Boland ]
  * Workaround for bug 1346633 broke QGuiApplication::topLevelWindows(),
    perform a different workaround. This workaround guesses the window
    geometry relative to the screen (mainly setting y=panelHeight),
    defining it using QPlatformWindow::setGeometry and then Qt uses it
    to calculate mapToGlobal internally (LP: #1351024, #1346633)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 08 Aug 2014 14:10:40 +0000

qtubuntu (0.60+14.10.20140728-0ubuntu1) utopic; urgency=medium

  [ Gerry Boland ]
  * Major refactor: remove SurfaceFlinger & Mir in-server-process-client support, 
    flatten class hierarchy. Only Mir client QPA remains

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 28 Jul 2014 02:37:18 +0000

qtubuntu (0.54+14.10.20140613-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Alexandros Frantzis ]
  * Set the surface renderable type to QSurfaceFormat::OpenGLES when
    using OpenGL ES 2.0 In Qt 5.3 the type of used GL context is checked
    at runtime to determine supported GL features. Set the surface
    renderable type properly so that Qt can determine the features
    correctly. (LP: #1321189)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 13 Jun 2014 05:37:53 +0000

qtubuntu (0.54+14.10.20140612-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Ricardo Mendoza ]
  * Migrate to Platform API v2

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 12 Jun 2014 10:39:50 +0000

qtubuntu (0.54+14.10.20140526.1-0ubuntu1) utopic; urgency=low

  [ Michael Terry ]
  * Note that unity8-greeter is a shell too.

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 26 May 2014 14:49:27 +0000

qtubuntu (0.54+14.10.20140523-0ubuntu1) utopic; urgency=low

  [ Timo Jyrinki ]
  * Depend on libqt5sensors5-dev instead of qtsensors5-dev. (LP:
    #1317885) (LP: #1317885)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 23 May 2014 10:25:15 +0000

qtubuntu (0.54+14.10.20140515.1-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Kevin Gunn ]
  * rebuild only

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 15 May 2014 18:37:17 +0000

qtubuntu (0.54+14.10.20140430.1-0ubuntu3) utopic; urgency=medium

  * Moving back qtubuntu-desktop's arch to any, as there's no easy way to
    guarantee that the package is broken on armhf

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Fri, 09 May 2014 18:15:30 -0300

qtubuntu (0.54+14.10.20140430.1-0ubuntu2) utopic; urgency=medium

  * debian/control:
    - Only building qtubuntu-android on arches where Qt is built with opengles
    - Not building qtubuntu-desktop on armhf as Qt uses opengles there

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 08 May 2014 19:46:47 -0300

qtubuntu (0.54+14.10.20140430.1-0ubuntu1) utopic; urgency=low

  [ Gerry Boland ]
  * Lifecycle events emit expose events to safely stop & resume the
    renderer threads. We don't use hide/show directly as hide causes Qt
    to stop the renderer, but then release the GL context and its
    resources. Expose events just stop & resume the renderer without
    altering the context.

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 30 Apr 2014 13:31:36 +0000

qtubuntu (0.54+14.04.20140402-0ubuntu2) trusty; urgency=medium

  * No-change rebuild for shlib changes in qtbase and qtdeclarative.

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Mon, 14 Apr 2014 13:09:40 -0300

qtubuntu (0.54+14.04.20140402-0ubuntu1) trusty; urgency=low

  [ Stephen M. Webb ]
  * Force the OpenGL surface format in qtubuntu-desktop. (LP: #1295309)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 02 Apr 2014 20:51:14 +0000

qtubuntu (0.54+14.04.20140401-0ubuntu1) trusty; urgency=medium

  [ Michael Zanetti ]
  * Drop Unity.Application module.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 01 Apr 2014 22:36:46 +0000

qtubuntu (0.53+14.04.20140318-0ubuntu1) trusty; urgency=low

  [ Chris Coulson ]
  * Pass the EGL share context to eglCreateContext (lp: #1278470) (LP:
    #1278470)
  * Implement QPlatformNativeInterface::nativeResourceForScreen() for
    accessing the native display handle (lp: #1278868) (LP: #1278868)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 18 Mar 2014 20:20:51 +0000

qtubuntu (0.53+14.04.20140304-0ubuntu1) trusty; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 04 Mar 2014 12:50:53 +0000

qtubuntu (0.53+14.04.20140228-0ubuntu1) trusty; urgency=low

  [ Stephen M. Webb ]
  * build qtubuntu-desktop to use an OpenGL context instead of an
    OpenGL|ES context (lp: #1274763) (LP: #1274763)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 28 Feb 2014 18:33:06 +0000

qtubuntu (0.53+14.04.20140221-0ubuntu1) trusty; urgency=low

  [ Michał Sawicz ]
  * Increase the side stage threshold to 100GU.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 21 Feb 2014 09:11:59 +0000

qtubuntu (0.53+14.04.20140131-0ubuntu1) trusty; urgency=low

  [ CI bot ]
  * Flushing trunk

  [ Ricardo Mendoza ]
  * Clean up build rules to allow for correct building of multiple
    binary packages from the same source. (LP: #1271464)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 31 Jan 2014 12:39:46 +0000

qtubuntu (0.53+14.04.20140114.1-0ubuntu1) trusty; urgency=low

  [ Stephen M. Webb ]
  * provide two binary deb variants: Touch and Desktop (lp: #1246851).
    (LP: #1246851)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 200

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 14 Jan 2014 10:37:06 +0000

qtubuntu (0.53-0ubuntu1) trusty; urgency=low

  * Specify surface size on creation.

 -- Ricardo Mendoza <ricardo.mendoza@canonical.com>  Tue, 10 Dec 2013 23:31:28 -0500

qtubuntu (0.52+14.04.20131125-0ubuntu1) trusty; urgency=low

  [ Daniel d'Andrada ]
  * Make no assumptions on pointer ids Code was assuming that it ranged
    from 0 to maximumSimultaneousTouches, but that won't hold in the
    future. Also fixes bogus behavior when tapping with two fingers,
    where you would get TouchBegin twice and the first touch point on
    staying on "pressed" state on the second TouchEvent. (LP: #1228336)

  [ Albert Astals ]
  * Pass QRectF as const reference instead of copying it .
  * Don't include the QtQml catch-all header Include only the ones we
    need .
  * Adapt to the Qt 5.2 way of creating the event dispatcher . (LP:
    #1246498)
  * Link against EGL since we use it It was probably being pulled by a
    dependency before .
  * Remove unused -private . (LP: #1254051)
  * Do not include the catch-all QtQuick include .

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 197

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 25 Nov 2013 14:32:22 +0000

qtubuntu (0.52+13.10.20131016-0ubuntu1) saucy; urgency=low

  [ Michał Sawicz ]
  * Map PowerDown and PowerOff keys and fix indentation. (LP: #1232122)

  [ Alexandros Frantzis ]
  * Abort if we can't get an ubuntu application instance. (LP: #1233988)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 189

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 16 Oct 2013 02:33:02 +0000

qtubuntu (0.52+13.10.20131009-0ubuntu1) saucy; urgency=low

  [ Alexandros Frantzis ]
  * Release the EGL window surface before releasing the attached native
    window Otherwise, if the native window is released first, as was
    previously happening, the EGL platform may try to access the freed
    native window, leading to memory errors and crashes. (LP: #1237052)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 186

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 09 Oct 2013 20:27:39 +0000

qtubuntu (0.52+13.10.20131008-0ubuntu1) saucy; urgency=low

  [ Loïc Minier ]
  * Add Vcs-Bzr field with lp:qtubuntu.

  [ Robert Carr ]
  * Map the volume up and down keys to keysyms in mir. (LP: #1233245)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 184

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 08 Oct 2013 12:14:42 +0000

qtubuntu (0.52+13.10.20130920-0ubuntu1) saucy; urgency=low

  [ Ricardo Mendoza ]
  * If window has a parent, send duplicate events to it.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 180

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 20 Sep 2013 04:25:44 +0000

qtubuntu (0.52+13.10.20130919-0ubuntu1) saucy; urgency=low

  [ Albert Astals ]
  * Implement the backend for QDesktopServices::openUrl . (LP: #1186556)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 177

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 18 Sep 2013 14:09:32 +0000

qtubuntu (0.52+13.10.20130912.1-0ubuntu1) saucy; urgency=low

  [ Michael Zanetti ]
  * register application interface types with QML.

  [ Gerry Boland ]
  * Fix click package execution, and correct icon path.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 175

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 12 Sep 2013 22:45:06 +0000

qtubuntu (0.52+13.10.20130910.7-0ubuntu1) saucy; urgency=low

  [ Gerry Boland ]
  * Add fake OSKController component, for compatibility with unity-mir.
  * Implement ApplicationManager API as defined in unity-api. This
    requires renaming QML plugin to Unity.Application, removing the
    ApplicationListModel class and supplying just one model of
    applications running.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 172

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 10 Sep 2013 23:30:45 +0000

qtubuntu (0.52+13.10.20130821-0ubuntu1) saucy; urgency=low

  [ Timo Jyrinki ]
  * Remove extra dh_auto_configure from install phase. (LP: #1212131).
    (LP: #1212131)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 169

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 21 Aug 2013 14:40:14 +0000

qtubuntu (0.52+13.10.20130820-0ubuntu1) saucy; urgency=low

  [ Gerry Boland ]
  * Allow setting title of QWindow to propagate through to platform-api.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 167

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 Aug 2013 14:06:20 +0000

qtubuntu (0.52+13.10.20130814.1-0ubuntu1) saucy; urgency=low

  [ Gerry Boland ]
  * Add support for building mirserver and mirclient backends to the
    QPA.

  [ Robert Carr ]
  * Add support for building mirserver and mirclient backends to the
    QPA.

  [ Ricardo Mendoza ]
  * Add support for building mirserver and mirclient backends to the
    QPA.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 165

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 14 Aug 2013 06:06:46 +0000

qtubuntu (0.52+13.10.20130812.3-0ubuntu1) saucy; urgency=low

  [ Michał Sawicz ]
  * Respect Path= from .desktop files. (LP: #1204596)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 163

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 12 Aug 2013 14:06:28 +0000

qtubuntu (0.52+13.10.20130803-0ubuntu1) saucy; urgency=low

  [ Ricardo Mendoza ]
  * * Add method to disable/enable sensors opened from the QPA
    automatically. * Make use of the hook to disable/enable when the
    application active status changes.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 161

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Sat, 03 Aug 2013 02:01:59 +0000

qtubuntu (0.52+13.10.20130731-0ubuntu1) saucy; urgency=low

  [ Ricardo Mendoza ]
  * Add mapping for some missing special characters. (LP: #1203212)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 159

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 31 Jul 2013 02:01:55 +0000

qtubuntu (0.52+13.10.20130730-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add values for the new applications that were created as a result of
    the splitting of the phone-app.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 157

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 30 Jul 2013 02:01:54 +0000

qtubuntu (0.52+13.10.20130729-0ubuntu1) saucy; urgency=low

  [ Ricardo Mendoza ]
  * Make the lifecycle signals deliver the ApplicationActive and
    ApplicationDeactivate events to the running application. (LP:
    #1183866)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 155

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 29 Jul 2013 02:01:53 +0000

qtubuntu (0.52+13.10.20130723-0ubuntu1) saucy; urgency=low

  [ Michał Sawicz ]
  * Do not reverse arguments from destkop files. (LP: #1200437)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 153

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 23 Jul 2013 02:01:52 +0000

qtubuntu (0.52+13.10.20130720-0ubuntu1) saucy; urgency=low

  [ Ricardo Mendoza ]
  * Send colon unicode when hitting key with modifier.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 151

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Sat, 20 Jul 2013 02:01:53 +0000

qtubuntu (0.52+13.10.20130718-0ubuntu1) saucy; urgency=low

  [ Ricardo Mendoza ]
  * Change dep to use the real platform-api package instead of the
    transitional one.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 149

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 18 Jul 2013 02:02:29 +0000

qtubuntu (0.52+13.10.20130711-0ubuntu1) saucy; urgency=low

  [ Antti Kaijanmäki ]
  * ApplicationManager: Set APP_ID env variable on started processes.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 147

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 11 Jul 2013 02:01:48 +0000

qtubuntu (0.52+13.10.20130703-0ubuntu1) saucy; urgency=low

  [ Didier Roche ]
  * Transition qtubuntu to qtubuntu-android (only available on armhf as
    it's where it's built) and provides a qtubuntu and qtubuntu-shell
    virtual package, enabling even mock to fulfill the dep

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 145

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 03 Jul 2013 15:14:53 +0000

qtubuntu (0.51daily13.06.17-0ubuntu1) saucy; urgency=low

  [ Ken VanDine ]
  * Don't install test files (merge lp:~ken-
    vandine/qtubuntu/packaging_fixes), update Standards-Version.

  [ Timo Jyrinki ]
  * Enable multi-arch, split examples package, use architecture: any.
  * Don't install test files (merge lp:~ken-
    vandine/qtubuntu/packaging_fixes), update Standards-Version.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 143

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 17 Jun 2013 02:02:10 +0000

qtubuntu (0.51daily13.06.11.1-0ubuntu1) saucy; urgency=low

  [ Ricardo Mendoza ]
  * Take over signalling of processes from the Android side app manager.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 140

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 11 Jun 2013 17:51:55 +0000

qtubuntu (0.51daily13.06.11-0ubuntu1) saucy; urgency=low

  [ Ricardo Mendoza ]
  * Pass remote PID for when running across container boundaries.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 138

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 11 Jun 2013 06:11:36 +0000

qtubuntu (0.51daily13.06.05.1-0ubuntu1) saucy; urgency=low

  [ Michael Terry ]
  * Widen qtubuntu's architecture support.
  * Add missing libxrender-dev Build-Depends needed on i386 and amd64.

  [ Daniel d'Andrada ]
  * Export Application as ApplicationInfo to avoid clashing with
    QtQuick.Application.

  [ Kaleo ]
  * Based native orientation selection on the available stage size. (LP:
    #1172883)

  [ Ricardo Mendoza ]
  * * Migrate QtUbuntu to make use of the new platform API definitions.
  * Hide input panel when application is unfocused. (LP: #1183113)
  * Fix orientation launching for sidestage apps.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 136

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Jun 2013 17:04:49 +0000

qtubuntu (0.51daily13.06.02ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Ricardo Mendoza ]
  * Fix orientation launching for sidestage apps.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 135 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Sun, 02 Jun 2013 02:02:01 +0000

qtubuntu (0.51daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Ricardo Mendoza ]
  * Hide input panel when application is unfocused. (LP: #1183113)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 133 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 31 May 2013 02:01:41 +0000

qtubuntu (0.51daily13.05.30ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Ricardo Mendoza ]
  * * Migrate QtUbuntu to make use of the new platform API definitions.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 131 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 30 May 2013 03:29:40 +0000

qtubuntu (0.51daily13.04.29ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Kaleo ]
  * QScreen orientation is reported incorrectly for side stage apps (LP:
    #1172883)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 129 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 29 Apr 2013 02:01:01 +0000

qtubuntu (0.51daily13.04.26ubuntu.unity.next-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 127 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 26 Apr 2013 02:14:16 +0000

qtubuntu (0.51daily13.04.12ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Michael Terry ]
  * Automatic snapshot from revision 120 (bootstrap)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 125 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 12 Apr 2013 02:01:44 +0000

qtubuntu (0.50) quantal; urgency=low

  [ Michael Terry ]
  * Use more modern packaging, fix a copyright typo

  [ Ricardo Mendoza ]
  * Add execution flags to ApplicationManager::startProcess to force
    starting an app in a desired stage. Can support other flags
    later on.

 -- Ricardo Mendoza <ricardo.mendoza@canonical.com>  Wed, 03 Apr 2013 20:13:34 -0430

qtubuntu (0.49) quantal; urgency=low

  * Implements live orientation support for client applications using the
    QtSensors OrientationSensor backend.

 -- Jim Hodapp <jim.hodapp@canonical.com>  Fri, 01 Mar 2013 11:18:21 -0500

qtubuntu (0.48) quantal; urgency=low

  * ApplicationImage: added an internal cache of QImages and a new method to
    use it instead of taking screenshots: updateFromCache().

 -- Florian Boucault <florian.boucault@canonical.com>  Sun, 24 Feb 2013 23:28:00 +0000

qtubuntu (0.47) quantal; urgency=low

  * ApplicationManager: added 2 properties 'keyboardVisible' and 'keyboardHeight'

 -- Florian Boucault <florian.boucault@canonical.com>  Wed, 20 Feb 2013 07:07:00 +0000

qtubuntu (0.46) quantal; urgency=low

  * Added side stage support.
  * ApplicationImage: crop buffer to surface's source size and position.
  * ApplicationImage: added new 'fillMode' property with 2 possible values: Stretch and PreserveAspectCrop.

 -- Loïc Molinari <loic.molinari@canonical.com>  Tue, 12 Feb 2013 11:47:53 +0100

qtubuntu (0.45) quantal; urgency=low

  * Added new InputFilterArea QML item.

 -- Florian Boucault <florian.boucault@canonical.com>  Thu, 14 Feb 2013 00:40:44 +0000

qtubuntu (0.44) quantal; urgency=low

  * New release

 -- Florian Boucault <florian.boucault@canonical.com>  Tue, 12 Feb 2013 10:09:19 +0000

qtubuntu (0.43) quantal; urgency=low

  * Update applications list in the right order to prevent missed updates

 -- Ricardo Mendoza <ricardo.mendoza@canonical.com>  Fri, 08 Feb 2013 17:47:27 -0430

qtubuntu (0.42) quantal; urgency=low

  * Added start/stop process support to application module with direct
    insertion/deletion in data models.

 -- Loïc Molinari <loic.molinari@canonical.com>  Thu, 07 Feb 2013 23:59:03 +0100

qtubuntu (0.41) quantal; urgency=low

  * Implemented native orientation for applications to query through
    the native platform interface.

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 07 Feb 2013 00:39:39 -0200

qtubuntu (0.40) quantal; urgency=low

  * Updating build-dependency to use the new ubuntu-platform-api package

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Wed, 06 Feb 2013 15:40:59 -0200

qtubuntu (0.39) quantal; urgency=low

  * Adding qtubuntu files to the qtubuntu package (since the install was
    empty)

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 31 Jan 2013 20:59:03 -0500

qtubuntu (0.38) quantal; urgency=low

  * remerge from trunk, new release

 -- Bill Filler <bill.filler@canonical.com>  Thu, 31 Jan 2013 09:02:32 -0500

qtubuntu (0.37) quantal; urgency=low

  * Renaming package from qthybris

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 31 Jan 2013 00:10:39 -0500

qthybris (0.36) quantal; urgency=low

  * Make sure to request alpha support for the surfaceFormat

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Tue, 15 Jan 2013 18:44:39 -0200

qthybris (0.35) quantal; urgency=low

  * fix for hardcoded screen size lp:1097798 

 -- Bill Filler <bill.filler@canonical.com>  Thu, 10 Jan 2013 16:23:41 -0500

qthybris (0.34) quantal; urgency=low

  * Bumped version.

 -- Loïc Molinari <loic.molinari@canonical.com>  Thu, 20 Dec 2012 02:22:29 +0100

qthybris (0.33) quantal; urgency=low

  * Added support for focusRequested callback.

 -- Loïc Molinari <loic.molinari@canonical.com>  Tue, 18 Dec 2012 02:59:35 +0100

qthybris (0.32) quantal; urgency=low

  * Force the build to generate debug symbols, so we can have -dbgsym packages

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Mon, 17 Dec 2012 18:25:53 -0200

qthybris (0.31) quantal; urgency=low

  * Added support for starting/stopping processes.

 -- Loïc Molinari <loic.molinari@canonical.com>  Mon, 17 Dec 2012 13:47:51 +0100

qthybris (0.30) quantal; urgency=low

  * Fixed the build.

 -- Loïc Molinari <loic.molinari@canonical.com>  Fri, 14 Dec 2012 20:20:25 +0100

qthybris (0.29) quantal; urgency=low

  * Added 'desktopFile' property to Application class.

 -- Florian Boucault <florian.boucault@canonical.com>  Thu, 13 Dec 2012 21:39:35 +0000

qthybris (0.28) quantal; urgency=low

  * Added ubuntu_ui_session_unfocus_running_sessions binding.

 -- Loïc Molinari <loic.molinari@canonical.com>  Wed, 12 Dec 2012 23:15:05 +0100

qthybris (0.27) quantal; urgency=low

  * Added support NULL sources in ApplicationImage.

 -- Loïc Molinari <loic.molinari@canonical.com>  Wed, 12 Dec 2012 10:36:21 +0000

qthybris (0.26) quantal; urgency=low

  * Fixed touch input dispatching for system sessions.

 -- Loïc Molinari <loic.molinari@canonical.com>  Wed, 12 Dec 2012 02:56:29 +0200

qthybris (0.25) quantal; urgency=low

  * Adapted to Ubuntu application API API change.

 -- Loïc Molinari <loic.molinari@canonical.com>  Tue, 11 Dec 2012 19:54:02 +0200

qthybris (0.24) quantal; urgency=low

  * Changed hardcoded top strut from 54 to 59.

 -- Florian Boucault <florian.boucault@canonical.com>  Mon, 10 Dec 2012 19:40:24 +0000

qthybris (0.23) quantal; urgency=low

  * Added ApplicationListModel::get method.
  * Added ApplicationListModel::count property.
  * Added ApplicationListModel::move method.

 -- Florian Boucault <florian.boucault@canonical.com>  Mon, 10 Dec 2012 17:58:33 +0000

qthybris (0.22) quantal; urgency=low

  * Added QQuickWindow extension for easy role setting from QML.

 -- Loïc Molinari <loic.molinari@canonical.com>  Mon, 10 Dec 2012 15:07:11 +0200

qthybris (0.21) quantal; urgency=low

  * Added support for application snapshotting.

 -- Loïc Molinari <loic.molinari@canonical.com>  Fri, 07 Dec 2012 16:10:40 +0100

qthybris (0.21) quantal; urgency=low

  * Added support for maximization and hard-coded strut for the phone.

 -- Loïc Molinari <loic.molinari@canonical.com>  Thu, 06 Dec 2012 13:32:27 +0100

qthybris (0.20) UNRELEASED; urgency=low

  * Added support for application management.

 -- Loïc Molinari <loic.molinari@canonical.com>  Thu, 06 Dec 2012 11:02:49 +0100

qthybris (0.19) quantal; urgency=low

  * Implemented support for a basic theme based on generic unix theme

 -- Renato Araujo Oliveira Filho <renato@renatoLenovo>  Wed, 05 Dec 2012 09:40:45 +0000

qthybris (0.18) quantal; urgency=low

  * Added application module.

 -- Loïc Molinari <loic.molinari@canonical.com>  Fri, 30 Nov 2012 17:35:08 +0200

qthybris (0.17) quantal; urgency=low

  * Fixed show/hide crash.

 -- Loïc Molinari <loic.molinari@canonical.com>  Fri, 30 Nov 2012 13:44:39 +0200

qthybris (0.16) quantal; urgency=low

  [ Thomas Voss ]
  * Added support for hiding/showing native windows.

 -- Michael Frey <michael.frey@canonical.com>  Thu, 29 Nov 2012 11:53:24 -0500

qthybris (0.15) quantal; urgency=low

  * Ensured window states are set at creation.

 -- Loïc Molinari <loic.molinari@canonical.com>  Thu, 29 Nov 2012 16:41:30 +0200

qthybris (0.14) quantal; urgency=low

  * Added support for window position.

 -- Thomas Moenicke <thomas@pachamama>  Thu, 29 Nov 2012 15:10:38 +0100

qthybris (0.13) quantal; urgency=low

  * Added support for the new credentials system.

 -- Loïc Molinari <loic.molinari@canonical.com>  Mon, 26 Nov 2012 18:30:12 +0200

qthybris (0.12) quantal; urgency=low

  * Added support to specify surface roles.

 -- Loïc Molinari <loic.molinari@canonical.com>  Mon, 26 Nov 2012 15:31:07 +0200

qthybris (0.11) quantal; urgency=low

  * Removed not reached asserts for unknown input events, closes: LP: #1075185.
  * Added support for key event's unicode representation, closes: LP: #1074041.
  * Added support for input context plugins.

 -- Sergio Schvezov <sergio.schvezov@canonical.com>  Fri, 09 Nov 2012 17:11:34 -0300

qthybris (0.10) quantal; urgency=low

  * Fixed incorrect event time stamps. Makes kinetic scrolling work.

 -- Michael Frey <michael.frey@canonical.com>  Thu, 08 Nov 2012 20:40:33 -0500

qthybris (0.9) quantal; urgency=low

  * Bumping
  * Adding new dependencies brought in by Qt5 updates

 -- Sergio Schvezov <sergio.schvezov@canonical.com>  Tue, 06 Nov 2012 19:53:18 -0300

qthybris (0.8) quantal; urgency=low

  * Bump version.

 -- Loïc Molinari <loic.molinari@canonical.com>  Fri, 26 Oct 2012 18:47:39 +0200

qthybris (0.7) UNRELEASED; urgency=low

  * Added Ubuntu application UI support.

 -- Loïc Molinari <loic.molinari@canonical.com>  Mon, 22 Oct 2012 17:50:41 +0200

qthybris (0.6) quantal; urgency=low

  * Added native interface support

 -- Loïc Molinari <loic.molinari@canonical.com>  Tue, 16 Oct 2012 17:43:23 +0200

qthybris (0.5) quantal; urgency=low

  * Enable building under armhf

 -- Ricardo Mendoza <ricardo.mendoza@canonical.com>  Wed, 10 Oct 2012 09:45:17 -0430

qthybris (0.4) quantal; urgency=low

  * Bumped version

 -- Loïc Molinari <loic.molinari@canonical.com>  Tue, 09 Oct 2012 15:26:44 +0200

qthybris (0.3) quantal; urgency=low

  * Added missing build-depends

 -- Loïc Molinari <loic.molinari@canonical.com>  Fri, 05 Oct 2012 12:42:58 +0200

qthybris (0.2) quantal; urgency=low

  * Correctly install artwork and examples

 -- Ricardo Mendoza <ricardo.mendoza@canonical.com>  Wed, 03 Oct 2012 13:39:27 +0000

qthybris (0.1) quantal; urgency=low

  * Initial release

 -- Ricardo Mendoza <ricardo.mendoza@canonical.com>  Fri, 28 Sep 2012 10:28:22 -0430
