ctrlaltca

Results 83 comments of ctrlaltca

KVIrc uses [Qt6](https://www.qt.io/) to load images. Qt6 actually supports there formats: https://doc.qt.io/qt-6/qimagereader.html#supportedImageFormats I know unofficial Qt plugins for JPEG XL exists, even KDE used to ship one, but this is...

Thank you for the explanation.

Qt bundles a few "styles" (http://doc.qt.io/qt-5/gallery.html) that specify how widgets are painted on the screen. Qt automatically tries to use the style that most fits the os/desktop manager that is...

Just stumbled upon the same problem, manually compiling php 8.3.15 on Slackware 14.2 (gcc 5.5). Looks like the compiler is advertising AVX512 support, but then is broken when used. I...

Hi, i can confirm this is a false positive, as this already happened in the past. Kvimy.dll is a kvirc module that exports a $my.idle() function that checks for user...

So, we had confirmation from the user that everything works fine in normal conditions. The spellchecker in KVIrc is implemented as an external module (.so/.dll) that can be loaded and...

The margin around texts are usually controlled by the font itself. I've tried (in Linux only to be honest) the default themes and i can't see the text looks vertically...

I've been able to reproduce this issue on Windows when display scale is > 100%. It looks like we are calculating the font size without taking the scale factor in...