3D QT Engine

Switcher’s updated design part III

ago

Switcher’s development is still in progress. Visually there has not changed much yet, but internally much code has been updated. This project is now also on GitHub: QtEngine_v0_1_empty Here i am starting the engine on the actual target device for the first time. Had a small problem at the beginning Read more…

3D QT Engine

Switcher needs a new UI

ago

Well Switcher’s initial release has a very bad UI design. Here is a little preview animation rendered, that represents the new idea for the UI. It will be done without Qt’s elements and rendered in OpenGL ES 2.0.   Youtube link

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…

3D QT Engine

OK it’s about time now :D

ago

The 3D part of the Taskman for symbian i’ve been working on about a few months now goes out for testing. The following screens are included to show the ram and vram usage of the app. Both are kept realy low and do not perform in any negative sideeffects, but 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…