Android
HwReceiver/HwTransmitter (Android App) is in alpha!
Test it while it's hot! Hwinfo (website) HwInfoTransmitter (Desktop) HwInfoReceiver (Android) (you need to download all three of the above linked resources!!!) (more…)
Test it while it's hot! Hwinfo (website) HwInfoTransmitter (Desktop) HwInfoReceiver (Android) (you need to download all three of the above linked resources!!!) (more…)
[gallery link="file" columns="2" ids="675,673,672,670"] During some days i worked over 8 hours on features or bug fixes, but i think it was worth it. A lot of changes happened to my little engine in the past few weeks so let's sum up a few of them ... (more…)
Ok it took me a while till i finished the functionality... (university, tests, private stuff and so on...) Anyways. It's still wip and i need to fix some stuff + i want to create a better ui on the android side. (more…)
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…