touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #113399
[Bug 1497092] Re: Unity8 does not display the live window title (provided by Mir)
This bug was fixed in the package qtubuntu -
0.62+15.10.20151021-0ubuntu1
---------------
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)
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)
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)
qtubuntu (0.62+15.04.20150814-0ubuntu1) vivid; urgency=medium
[ Daniel D'Andrada ]
* fix busy buffer swapping
qtubuntu (0.61+15.10.20150722-0ubuntu3) wily; urgency=medium
* No-change rebuild to pick up qtbase change.
qtubuntu (0.61+15.10.20150722-0ubuntu2~gcc5.1) wily; urgency=medium
* No-change test rebuild for g++5 ABI transition
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.
qtubuntu (0.61+15.10.20150706-0ubuntu1) wily; urgency=medium
[ Alberto Aguirre ]
* Migrate to platform-api 3
[ CI Train Bot ]
* New rebuild forced.
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)
qtubuntu (0.61+15.10.20150611-0ubuntu2) wily; urgency=medium
* No-change rebuild against Qt 5.4.2.
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.
qtubuntu (0.60+15.04.20150318-0ubuntu3) vivid; urgency=medium
* No-change rebuild against latest platform-api
qtubuntu (0.60+15.04.20150318-0ubuntu2) vivid; urgency=medium
* No-change rebuild to correct platform-api dependency
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.
qtubuntu (0.60+15.04.20141212-0ubuntu3) vivid; urgency=medium
* No-change rebuild against Qt 5.4.1.
qtubuntu (0.60+15.04.20141212-0ubuntu2) vivid; urgency=medium
* No-change rebuild against Qt 5.4.0.
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)
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)
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)
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)
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.
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).
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)
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
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)
qtubuntu (0.54+14.10.20140612-0ubuntu1) utopic; urgency=low
[ Ubuntu daily release ]
* New rebuild forced
[ Ricardo Mendoza ]
* Migrate to Platform API v2
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
qtubuntu (0.54+14.10.20140523-0ubuntu1) utopic; urgency=low
[ Timo Jyrinki ]
* Depend on libqt5sensors5-dev instead of qtsensors5-dev. (LP:
#1317885) (LP: #1317885)
qtubuntu (0.54+14.10.20140515.1-0ubuntu1) utopic; urgency=low
[ Ubuntu daily release ]
* New rebuild forced
[ Kevin Gunn ]
* rebuild only
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
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
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
qtubuntu (0.54+14.04.20140402-0ubuntu2) trusty; urgency=medium
* No-change rebuild for shlib changes in qtbase and qtdeclarative.
qtubuntu (0.54+14.04.20140402-0ubuntu1) trusty; urgency=low
[ Stephen M. Webb ]
* Force the OpenGL surface format in qtubuntu-desktop. (LP: #1295309)
qtubuntu (0.54+14.04.20140401-0ubuntu1) trusty; urgency=medium
[ Michael Zanetti ]
* Drop Unity.Application module.
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)
qtubuntu (0.53+14.04.20140304-0ubuntu1) trusty; urgency=low
* New rebuild forced
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)
qtubuntu (0.53+14.04.20140221-0ubuntu1) trusty; urgency=low
[ Michał Sawicz ]
* Increase the side stage threshold to 100GU.
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)
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
qtubuntu (0.53-0ubuntu1) trusty; urgency=low
* Specify surface size on creation.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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)
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)
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)
qtubuntu (0.51daily13.04.26ubuntu.unity.next-0ubuntu1) raring;
urgency=low
* Automatic snapshot from revision 127 (ubuntu-unity/next)
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)
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.
qtubuntu (0.49) quantal; urgency=low
* Implements live orientation support for client applications using the
QtSensors OrientationSensor backend.
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().
qtubuntu (0.47) quantal; urgency=low
* ApplicationManager: added 2 properties 'keyboardVisible' and
'keyboardHeight'
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.
qtubuntu (0.45) quantal; urgency=low
* Added new InputFilterArea QML item.
qtubuntu (0.44) quantal; urgency=low
* New release
qtubuntu (0.43) quantal; urgency=low
* Update applications list in the right order to prevent missed
updates
qtubuntu (0.42) quantal; urgency=low
* Added start/stop process support to application module with direct
insertion/deletion in data models.
qtubuntu (0.41) quantal; urgency=low
* Implemented native orientation for applications to query through
the native platform interface.
qtubuntu (0.40) quantal; urgency=low
* Updating build-dependency to use the new ubuntu-platform-api package
qtubuntu (0.39) quantal; urgency=low
* Adding qtubuntu files to the qtubuntu package (since the install was
empty)
qtubuntu (0.38) quantal; urgency=low
* remerge from trunk, new release
qtubuntu (0.37) quantal; urgency=low
* Renaming package from qthybris
qthybris (0.36) quantal; urgency=low
* Make sure to request alpha support for the surfaceFormat
qthybris (0.35) quantal; urgency=low
* fix for hardcoded screen size lp:1097798
qthybris (0.34) quantal; urgency=low
* Bumped version.
qthybris (0.33) quantal; urgency=low
* Added support for focusRequested callback.
qthybris (0.32) quantal; urgency=low
* Force the build to generate debug symbols, so we can have -dbgsym
packages
qthybris (0.31) quantal; urgency=low
* Added support for starting/stopping processes.
qthybris (0.30) quantal; urgency=low
* Fixed the build.
qthybris (0.29) quantal; urgency=low
* Added 'desktopFile' property to Application class.
qthybris (0.28) quantal; urgency=low
* Added ubuntu_ui_session_unfocus_running_sessions binding.
qthybris (0.27) quantal; urgency=low
* Added support NULL sources in ApplicationImage.
qthybris (0.26) quantal; urgency=low
* Fixed touch input dispatching for system sessions.
qthybris (0.25) quantal; urgency=low
* Adapted to Ubuntu application API API change.
qthybris (0.24) quantal; urgency=low
* Changed hardcoded top strut from 54 to 59.
qthybris (0.23) quantal; urgency=low
* Added ApplicationListModel::get method.
* Added ApplicationListModel::count property.
* Added ApplicationListModel::move method.
qthybris (0.22) quantal; urgency=low
* Added QQuickWindow extension for easy role setting from QML.
qthybris (0.21) quantal; urgency=low
* Added support for application snapshotting.
qthybris (0.21) quantal; urgency=low
* Added support for maximization and hard-coded strut for the phone.
qthybris (0.20) UNRELEASED; urgency=low
* Added support for application management.
qthybris (0.19) quantal; urgency=low
* Implemented support for a basic theme based on generic unix theme
qthybris (0.18) quantal; urgency=low
* Added application module.
qthybris (0.17) quantal; urgency=low
* Fixed show/hide crash.
qthybris (0.16) quantal; urgency=low
[ Thomas Voss ]
* Added support for hiding/showing native windows.
qthybris (0.15) quantal; urgency=low
* Ensured window states are set at creation.
qthybris (0.14) quantal; urgency=low
* Added support for window position.
qthybris (0.13) quantal; urgency=low
* Added support for the new credentials system.
qthybris (0.12) quantal; urgency=low
* Added support to specify surface roles.
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.
qthybris (0.10) quantal; urgency=low
* Fixed incorrect event time stamps. Makes kinetic scrolling work.
qthybris (0.9) quantal; urgency=low
* Bumping
* Adding new dependencies brought in by Qt5 updates
qthybris (0.8) quantal; urgency=low
* Bump version.
qthybris (0.7) UNRELEASED; urgency=low
* Added Ubuntu application UI support.
qthybris (0.6) quantal; urgency=low
* Added native interface support
qthybris (0.5) quantal; urgency=low
* Enable building under armhf
qthybris (0.4) quantal; urgency=low
* Bumped version
qthybris (0.3) quantal; urgency=low
* Added missing build-depends
qthybris (0.2) quantal; urgency=low
* Correctly install artwork and examples
qthybris (0.1) quantal; urgency=low
* Initial release
-- Michał Sawicz <michal.sawicz@xxxxxxxxxxxxx> Wed, 21 Oct 2015
11:47:52 +0000
** Changed in: qtubuntu (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1497092
Title:
Unity8 does not display the live window title (provided by Mir)
Status in canonical-pocket-desktop:
New
Status in QtMir:
In Progress
Status in qtmir package in Ubuntu:
In Progress
Status in qtubuntu package in Ubuntu:
Fix Released
Status in unity-api package in Ubuntu:
In Progress
Status in unity8 package in Ubuntu:
In Progress
Bug description:
Unity8 does not display the live window title (provided by Mir).
Instead it just shows a fixed string.
For an example of a shell that can show the window name/title, see
mir_proving_server. It works with Xmir now too.
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1497092/+subscriptions
References