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…

QT

Switcher passed QA

ago

Well Switcher passed Ovi (Nokia) Store’s Quality Assurance (QA) today. Lets see how long they need to make it available  : D

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…

Switcher

Taskman alpha I

ago

I want to release a little preview of the current functionality of my Taskman. Currently not all features are implemented, for example the Settings button is not in use, but this will come soon. The 3D window is also not included in this alpha. If you really want to try Read more…

3D QT Engine

Design preview

ago

Ok, basic things are done! Symbian’s tasks can be read but are not displayed yet. The 3D window also works. But this post shows the 3D-window which has nothing realy new… and the non-3D-window design, now with screenshot from device: Switcher design preview. (3D window win7)   If you think Read more…

3D QT Engine

New Project

ago

Working on a little Taskmanager for Symbian S^3 which will use our openGL ES Engine. I had already a project like this planed months ago but it got too time intensive along with university and the old engine based on Python ( you know PyS60 does not run well on Read more…