Re: Plasma Remote Controllers in KDE Review

2022-08-29 Thread Alexander Volkov
Hi, Whether it can be used for mapping extra mouse buttons? https://bugs.kde.org/show_bug.cgi?id=171295 Probably the name "remote controllers" is not perfect for this project... 26.08.2022 13:21, Aditya Mehra пишет: Hi, Plasma remote controllers is in KDE Review and would like to release it

Is kdeinit still actual?

2020-04-27 Thread Alexander Volkov
Hi, The documentation https://api.kde.org/frameworks/kinit/html/index.html states: "Using kdeinit to launch KDE applications makes starting a typical KDE applications 2.5 times faster (100ms instead of 250ms on a P-III 500) It reduces memory consumption by approx. 350Kb per application."

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 o

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 o

Re: Installing qml caches

2018-06-04 Thread Alexander Volkov
04.06.2018 04:26, Aleix Pol пишет: On Fri, Jun 1, 2018 at 1:10 PM, Alexander Volkov wrote: Hi all, It would be nice to install .qmlc files in addition to .qml files to reduce start-up time of applications. They are generated with qmlcachegen. For Qt 5.11: qmlcachegen -o example.qmlc

Installing qml caches

2018-06-03 Thread Alexander Volkov
Hi all, It would be nice to install .qmlc files in addition to .qml files to reduce start-up time of applications. They are generated with qmlcachegen. For Qt 5.11: qmlcachegen -o example.qmlc qxample.qml Currently qml files are usually installed the following way: install(DIRECTORY qml/ DESTI