Re: HiDPI issues with KDE applications

2019-10-01 Thread Alexander Volkov
28.09.2019 18:04, Christoph Cullmann пишет: Hi, I just checked again the HIDPI support of Kate/KWrite on Windows and it "sucked". It seems we never properly did setup the stuff to auto-scale, e.g. the  QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true); call was missing, we

Re: HiDPI issues with KDE applications

2019-10-01 Thread Alexander Volkov
28.09.2019 18:04, Christoph Cullmann пишет: Hi, I just checked again the HIDPI support of Kate/KWrite on Windows and it "sucked". It seems we never properly did setup the stuff to auto-scale, e.g. the  QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true); call was missing, we

Re: HiDPI issues with KDE applications

2019-09-30 Thread David Edmundson
On Sat, Sep 28, 2019 at 3:04 PM Christoph Cullmann wrote: > > Hi, > > I just checked again the HIDPI support of Kate/KWrite on Windows and it > "sucked". > > It seems we never properly did setup the stuff to auto-scale, e.g. the > > QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling,

Re: HiDPI issues with KDE applications

2019-09-28 Thread Michael Reeves
While were on this topic https://bugreports.qt.io/browse/QTBUG-75039 It seems qt has a few bugs related to this. Make sure multi monitor setups are tested as well. On Sat, Sep 28, 2019, 11:05 AM Christoph Cullmann wrote: > Hi, > > I just checked again the HIDPI support of Kate/KWrite on

Re: HiDPI issues with KDE applications

2019-09-28 Thread Albert Vaca Cintora
If this has to be done for all apps, why isn't it done at Qt level? On Sat, Sep 28, 2019 at 5:05 PM Christoph Cullmann wrote: > > Hi, > > I just checked again the HIDPI support of Kate/KWrite on Windows and it > "sucked". > > It seems we never properly did setup the stuff to auto-scale, e.g. the

Re: HiDPI issues with KDE applications

2019-09-28 Thread Christoph Cullmann
On 2019-09-28 18:23, Michael Reeves wrote: While were on this topic https://bugreports.qt.io/browse/QTBUG-75039 It seems qt has a few bugs related to this. Make sure multi monitor setups are tested as well. I have no multi-monitor different DPI setup available. But if somebody has, for sure,

Re: HiDPI issues with KDE applications

2019-09-28 Thread Christoph Cullmann
On 2019-09-28 17:37, Christoph Cullmann wrote: On 2019-09-28 17:34, Albert Vaca Cintora wrote: If this has to be done for all apps, why isn't it done at Qt level? Because in some cases, that breaks the application, e.g. if it expects pixel to be real physical pixel 1:1. Therefore, after

Re: HiDPI issues with KDE applications

2019-09-28 Thread Christoph Cullmann
On 2019-09-28 17:34, Albert Vaca Cintora wrote: If this has to be done for all apps, why isn't it done at Qt level? Because in some cases, that breaks the application, e.g. if it expects pixel to be real physical pixel 1:1. Therefore, after changing that, one needs to try the application if

HiDPI issues with KDE applications

2019-09-28 Thread Christoph Cullmann
Hi, I just checked again the HIDPI support of Kate/KWrite on Windows and it "sucked". It seems we never properly did setup the stuff to auto-scale, e.g. the QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true); call was missing, we only had the