D13849: WIP: Add fractional scaling to wayland scaling GUI

2019-08-27 Thread Nathaniel Graham
ngraham added a comment. In D13849#520033 , @fufud wrote: > Could this be merged, please? Fractional scaling is one of few things holding people back from using Wayland (including me). > Also, could it be a slider, like in X11? I prefer 1.8

D13849: WIP: Add fractional scaling to wayland scaling GUI

2019-08-27 Thread fufud
fufud added a comment. Could this be merged, please? Fractional scaling is one of few things holding people back from using Wayland (including me). Also, could it be a slider, like in X11? I prefer 1.8 scaling, but this PR only adds the options to set 1.0, 1.25, 1.5, 1.75 and 2.0 scaling.

D13849: WIP: Add fractional scaling to wayland scaling GUI

2019-04-21 Thread Andrius Štikonas
stikonas added a comment. In D13849#384351 , @davidedmundson wrote: > It runtime requires Qt 5.12 for xdg-output which the shell needs for fullscreen, which means we can merge for Plasma 5.16 Is this going to be merged for 5.16? We only

D13849: WIP: Add fractional scaling to wayland scaling GUI

2018-12-31 Thread David Edmundson
davidedmundson added a comment. Was uploaded so someone else could test the rest of the underlying stuff that's merged. It runtime requires Qt 5.12 for xdg-output which the shell needs for fullscreen, which means we can merge for Plasma 5.16 REPOSITORY R104 KScreen REVISION DETAIL

D13849: WIP: Add fractional scaling to wayland scaling GUI

2018-12-31 Thread Filippo Cucchetto
fcucchetto added a comment. Is there a reason why this has been abandoned REPOSITORY R104 KScreen REVISION DETAIL https://phabricator.kde.org/D13849 To: davidedmundson, #plasma Cc: fcucchetto, gvarsanyi, plasma-devel, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed,

D13849: WIP: Add fractional scaling to wayland scaling GUI

2018-07-02 Thread Greg Varsanyi
gvarsanyi added inline comments. INLINE COMMENTS > outputconfig.cpp:145 > + > +mScale->addItem(i18nc("Scale multiplier, show everything at 200% > normal scale", "2x"), 2.0); > connect(mScale, > static_cast(::activated), For some extra-high DPI displays even higher settings

D13849: WIP: Add fractional scaling to wayland scaling GUI

2018-07-02 Thread David Edmundson
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. davidedmundson requested review of this revision. REVISION SUMMARY DO NOT MERGE AS-IS REPOSITORY R104