Planet maemo: category "feed:02f1f53197df436b5098f26e5d051ee3"

zchydem

My First Qt Quick App – QuickFlickr

2010-04-08 12:48 UTC  by  zchydem
0
0
Some time ago I wrote how you can build and run QML applications on N900, but since that I haven’t done anything related to QML,…
Categories: Maemo
zchydem

MADDE and Qt Creator Integration

2010-03-10 06:45 UTC  by  zchydem
0
0
This article has been in my mind quite a long time already, but now I finally had time to test MADDE and write something about…
Categories: Maemo
zchydem

MeeGo Thoughts

2010-02-26 14:12 UTC  by  zchydem
0
0
Now I have digested an idea of MeeGo for few days, I decided to take a look at it little closer and write a small…
Categories: Maemo
zchydem
Probably many of the readers of this blog have noticed that Nokia released a preview of UI Extensions for MObile aka Uiemo this week. In…
Categories: Maemo
zchydem

Qt/3D Running on N900

2010-01-29 21:44 UTC  by  zchydem
0
0
Qt Labs is the place where you can follow the direction of the Qt development. Of course it’s worth to follow the Qt Roadmap also. If you are interested in about what’s happening in Qt world, it is definitely worth to follow the Labs (in my opinion). One of the most interesting projects at the moment [...]
Categories: Maemo
zchydem
Now that Qt is hot and QGraphicsView is even hotter, I’m quite surprised that Trolls haven’t provided a good common component for kinetic panning. There are some existing demo codes like this FlickCharm in dojo examples, but the problem in FlickCharm is that it doesn’t work with QGraphicsWidgets. Please correct me, if I’m wrong. QML [...]
Categories: Maemo
zchydem

Maemo 6 and Concerns of the Community

2009-12-30 23:28 UTC  by  zchydem
0
0
Maemo community members have expressed their concern of Maemo 6 UI Framework and Nokia strategy related on code compatibility and differences between Maemo 6 and Symbian DirectUI/Orbit frameworks. There are at least two threads in maemo.org and one thread in symbian.org that have ongoing discussion of these topics. You can check them from the links [...]
Categories: Maemo
zchydem

Promoting QtFlickr API

2009-12-20 23:07 UTC  by  zchydem
0
0
Couple days ago I found QtFlickr API written by Evgeni Gordejev. You can check it out from http://www.qtflickr.com. As the name QtFlickr implies, it’s a Qt API for using Flickr API. It provides a simple interface for request creation, response handling and photo uploading. It’s a very small layer, only 5  classes and two structs. Like [...]
Categories: Maemo
zchydem

QML – The Declarative UI on N900

2009-12-12 12:18 UTC  by  zchydem
0
0
It seems that the trend with the modern mobile UI platforms will be based on some kind of web techniques (html, css, javascript) in the future. Even now there are good examples of such an environments like Palm WebOs. Web OS kind of environment for running UI will usually requires some processing power from the device [...]
Categories: Maemo
zchydem
This article of Maemo 6 Service Framework continues the series of “A Peek to Maemo 6 UI Framework” articles. There are older articles parts I, II, and III if you haven’t read them yet. The Maemo 6 UI Framework is quite large (almost 100 000 lines of c++ code) therefore I want to introduce larger [...]
Categories: Maemo
zchydem

Promoting Qt Kinetic and Animated Layouts

2009-12-01 20:59 UTC  by  zchydem
0
0
It’s always nice to promote cool things like the work that guys are doing with Qt Kinetic. MoRpHeUz commented my previous post and mentioned that there is ongoing work in Qt Kinetic for animated layouts. They try to release that stuff with Qt 4.7 or 4.8. Check the video above how the animated layout stuff [...]
Categories: Maemo
zchydem

A Proposal for DuiLayout

2009-11-30 23:23 UTC  by  zchydem
0
0
My last article of Maemo 6 UI Framework was about the layouts and how they work and are designed. In that article, I criticized a bit the implementation because in  my opinion they could have used QStateMachine and Qt Animation Framework combination to make the design simpler. One of my principles is that if I [...]
Categories: Maemo