lp://qastaging/~aacid/qtubuntu/remove_unused_signal
- Get this branch:
- bzr branch lp://qastaging/~aacid/qtubuntu/remove_unused_signal
Branch merges
- Lukáš Tinkl (community): Approve
- Unity8 CI Bot: Approve (continuous-integration)
-
Diff: 127 lines (+0/-15)2 files modifiedsrc/ubuntuappmenu/gmenumodelplatformmenu.cpp (+0/-13)
src/ubuntuappmenu/gmenumodelplatformmenu.h (+0/-2)
Branch information
Recent revisions
- 383. By Albert Astals Cid
-
Build with clang
The std::move removal is because of this error
moving a local object in a return statement prevents copy elisionApproved by: Lukáš Tinkl, Unity8 CI Bot
- 382. By Albert Astals Cid
-
fix image conversion to Format_ARGB32
Approved by: Lukáš Tinkl, Unity8 CI Bot
- 381. By Gerry Boland
-
Use correct parented/parentless dialog and utility window types from Mir
Fixes crash found in Qt's QWindow tests, where creating a parentless dialog caused an abort as we were trying to create a parented mir (modal) dialog with a null parent.
Approved by: Daniel d'Andrada, Unity8 CI Bot
- 380. By Albert Astals Cid
-
Set enabled state for menus in the submenu-enabled property since GMenuModel doesn't support that concept (LP: #1670694)
Approved by: Lukáš Tinkl, Unity8 CI Bot
- 379. By Albert Astals Cid
-
Set qtubuntu-tag and handle aboutToShow calls (LP: #1664578)
Approved by: Charles Kerr, Unity8 CI Bot
- 377. By Albert Astals Cid
-
Initialize m_tag
It's most probably not needed but it's proper to do.
On what to initialize half of the QPA do 0 and half do this, i went for this
Approved by: Lukáš Tinkl, Unity8 CI Bot
- 376. By Albert Astals Cid
-
Make sure mMimeData doesn't point to already deleted memory
QMirClientClipb
oard::mimeData( QClipboard: :Mode mode) calls updateMimeData() and then returns mMimeData Given that updateMimeData() can end up deleting the data in mMimeData but not always resetting the pointer we may end up returning a pointer that points to garbage
Approved by: Daniel d'Andrada, Unity8 CI Bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/qtubuntu