ubuntu/+source/qtubuntu:ubuntu/artful

Last commit made on 2017-08-25
Get this branch:
git clone -b ubuntu/artful https://git.launchpad.net/ubuntu/+source/qtubuntu
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/artful
Repository:
lp:ubuntu/+source/qtubuntu

Recent commits

8ab708a... by Dimitri John Ledkov

Import patches-unapplied version 0.64+17.10.20170707-0ubuntu3 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Changelog parent: 0974065752f0380b3707880610a2fbd4ddf49c45

New changelog entries:
  * Merge drop of platform-api.

0974065... by Steve Langasek

Import patches-unapplied version 0.64+17.10.20170707-0ubuntu2 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Changelog parent: 00f3ddf9c5bd17ba47cc1c3d87f4f6acc1192a2d

New changelog entries:
  * Drop content-hub support.

00f3ddf... by Dmitry Shachnev

Import patches-unapplied version 0.64+17.10.20170707-0ubuntu1 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Changelog parent: 49e2e2324e56f3a690026da44336c73cfee09686

New changelog entries:
  * Fix build with Qt 5.9 and new MIR.

49e2e23... by =?utf-8?b?THVrw6HFoSBUaW5rbA==?= <email address hidden>

Import patches-unapplied version 0.64+17.04.20170404-0ubuntu1 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: eceb86566dbd9ae806e4438a12b0af7a69ab38ff

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

eceb865... by Michał Sawicz

Import patches-unapplied version 0.64+17.04.20170328.1-0ubuntu1 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 754b8436c5b84a63ad16d840ab238a4de8717a64

New changelog entries:
  [ 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.

754b843... by =?utf-8?b?THVrw6HFoSBUaW5rbA==?= <email address hidden>

Import patches-unapplied version 0.64+17.04.20170320-0ubuntu1 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: d05925e27f18e351f2f27b497f757bde3df38add

New changelog entries:
  [ 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

d05925e... by Michał Sawicz

Import patches-unapplied version 0.64+17.04.20170308-0ubuntu1 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 94e62bd6c06ec9c61365855684b9fffb854c36bf

New changelog entries:
  [ 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

94e62bd... by Michał Sawicz

Import patches-unapplied version 0.63+17.04.20170215-0ubuntu1 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 8ed7ebf870cc38ec4e01869da73a63b03b62d161

New changelog entries:
  [ 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)

8ed7ebf... by Michał Sawicz

Import patches-unapplied version 0.63+17.04.20170119.2-0ubuntu1 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: f018ec135f31d6de73abb263f18875314c340a2f

New changelog entries:
  [ Daniel d'Andrada ]
  * Resize menus and toolips when told to do so
  [ Gerry Boland ]
  * Quit gracefully if Mir connection failed (LP: #1655936)

f018ec1... by Timo Jyrinki

Import patches-unapplied version 0.63+17.04.20170110.1-0ubuntu1 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 77f023cba5fee83d8e9134ea9d0830bae1222e83

New changelog entries:
  [ 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.