ubuntu/+source/qtubuntu:ubuntu/zesty

Last commit made on 2017-04-06
Get this branch:
git clone -b ubuntu/zesty 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/zesty
Repository:
lp:ubuntu/+source/qtubuntu

Recent commits

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.

77f023c... by Timo Jyrinki

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

Imported using git-ubuntu import.

Changelog parent: 0461c62f21bf51c94cb11a5bae1cb3edda667bb5

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

0461c62... by Gerry Boland

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

Imported using git-ubuntu import.

Changelog parent: 1e678fd46d172957ff36516c9da741341178a554

New changelog entries:
  * Use debug extension only if mir-debug loaded

1e678fd... by Andrea Cimitan

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

Imported using git-ubuntu import.

Changelog parent: 59e287147c0c5f98fd09c70c2918b2389c02fe99

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