07-06-2012 10:40 AM - edited 07-06-2012 10:40 AM
Guys, I'd be happy to take part in the developing of bb10 components too. At this time I have some basic things done in pure QML, but it's just a temporary solution for my work project.
07-06-2012 10:49 AM
I think, most of the qt components for symbian ready to go on BB10 except screen sizes etc. Afaik, the screen sizes problem is soved already, but the solution is not available, unfortunately
07-06-2012 10:54 AM
07-08-2012 06:56 AM
Alright, I was hoping to do some more coding over the weekend but unfortunately my DevAlpha stopped working on Friday evening
I still hope it will power up again somehow, otherwise I have to see if RIM will exchange it for a working one...
Anyways, I've pushed my code changes to Gitorious so others can have a look at it as well. The branch is called "bb10" and can be found here:
https://qt.gitorious.org/~conny/qt-components/conn
Changes are:
Over all the code is still very hackish and rough but it might help others to get startet as well.
If you're using the default Qt libs on DevAlpha the performance will be really bad. Current Qt 4.8 (Git) contains a bug fix that inscreases performance. Still it's far from 60 FPS.
Have fun ![]()
07-08-2012 06:59 AM
Oh and something else: In your main function you probably want to do something like this, otherwise it's difficult to press buttons etc...
QApplication app(argc, argv); // Because of the hi-res BB10 display be need a higher tolerance to mouse movements app.setStartDragDistance(16);
07-09-2012 07:26 AM
ported my app to bb10. piece of cake
thats about good news
bad news: Flickable is laaaaagggy
07-09-2012 07:40 AM
Great news ![]()
About the lag: Did you try with recent Qt from Git? It's much less laggy compared to the default BB10 Qt.
07-09-2012 09:07 AM
can you pleas gimme a hint how to build and deploy the 4.8.x libs to bb10?
thanks
07-09-2012 10:58 AM
Sure
Here it is: http://qt-project.org/wiki/QNX
Let me know if you have specific issues.
07-10-2012 07:40 AM - edited 07-10-2012 07:46 AM
well, building it on windows its tricky part
first of all, -qpa not supported on win: https://bugreports.qt-project.org/browse/QTBUG-208
second, mkspec for bb10 is not visible for windows configure tool
it seems, win configuration tool doesnt supprts qnx at all