lp:~dandrader/qtubuntu/logicalDpi
- Get this branch:
- bzr branch lp:~dandrader/qtubuntu/logicalDpi
Branch merges
- Lukáš Tinkl (community): Approve
- Gerry Boland (community): Approve
- Unity8 CI Bot: Approve (continuous-integration)
-
Diff: 137 lines (+40/-13)2 files modifiedsrc/ubuntumirclient/qmirclientscreen.cpp (+34/-11)
src/ubuntumirclient/qmirclientscreen.h (+6/-2)
Related bugs
Bug #1675572: GUI of desktop apps are too big on high-dpi screens | Undecided | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 385. By Daniel d'Andrada
-
Proper implementation of QPlatformScreen
::logicalDpi It's *not* the physical DPI.
It's just a value used for scaling point sized UI elements (mainly QWidget text)You can view it the value used to convert pt (point) to pixels
- 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
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:qtubuntu