QT

Switcher and a bug ?

ago

Seems like there is a strange bug in Switcher atm. I have no idea why it is caused. Under suspicion are custom fonts in modded roms. The strange part is … it did worked once on a device with modded fonts. However this is investigated and i hope i can Read more…

QT

Switcher v1.0 lil bug found…

ago

I found a little bug on some devices (all except my own somehow -.-). Seems like OS has no permission to read C:\ drive where i store settings file and logs which leads to a fatal chain reaction in graph drawing… Gona fix this, try it once again on other Read more…

QT

QT’s bugs #01

ago

Here i want to show a really nasty bug in QT’s QPixmap class that might confuse a little bit. I only tested this on Symbian plattform (Nokia N8 on the device itself).    screenshot = QPixmap::grabWindow(QApplication::desktop()->winId()); screenshot.scaled(QSize(64,32),Qt::IgnoreAspectRatio,Qt::SmoothTransformation); qimg = new QImage(screenshot.toImage()); If i called this 3 lines about 15 times Read more…