Active Topics

 


Reply
Thread Tools
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#11
Originally Posted by hqh View Post
What still seems to be missing are the mobility QML plugins (which are packaged in libdeclarative-* in the "original" version).
They seem to be there after all, maybe my problem is somewhere else...

Update: Qt seems to load some mobility stuff from the old libraries if both are installed. Will report more information next week if required
There is some path munching going on (apparently mobility does not honor the specified prefix and has no option of setting it manually), I'll try and work around it in the .pri file and/or get a patch from the mobility guys if it's a real bug.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 2 Users Say Thank You to attila77 For This Useful Post:
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#12
Upped a new version (libqtm-11 1.1.0-0fn~fremantle6) that fixes the problem of a few missing dependencies (i.e. this one has the maemo5 contacts/addressbook module, ICD and photography). Paths still kooky, but starting to look better.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 2 Users Say Thank You to attila77 For This Useful Post:
Posts: 388 | Thanked: 842 times | Joined on Sep 2009 @ Finland
#13
Originally Posted by attila77 View Post
Upped a new version (libqtm-11 1.1.0-0fn~fremantle6) that fixes the problem of a few missing dependencies (i.e. this one has the maemo5 contacts/addressbook module, ICD and photography). Paths still kooky, but starting to look better.
This version seems to have some trouble under /opt/qtm11/imports. The files under each import directory (like for example QtMultimediaKit) are in extra subdirectories preventing the import from loading.
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#14
libqtm-11 1.1.0-0fn~fremantle7 should have proper(er) import paths. It's still a hack, tho, track http://bugreports.qt.nokia.com/browse/QTMOBILITY-949 if it still causes you pain.

For now, you might need to do something like viewer.engine()->addImportPath(QString("/opt/qtm11/imports"));
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post:
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#15
A few more plugins added to the pack (libqtorganizer_maemo5.so, etc) in the latest update (...fremantle11).
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#16
I'm also getting problems with include files being mixed if I have both qtm 1.0 and 1.2 installed.

Thanks for packaging these up mind you
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#17
Originally Posted by lardman View Post
I'm also getting problems with include files being mixed if I have both qtm 1.0 and 1.2 installed.

Thanks for packaging these up mind you
Soo... what problems exactly are talking about here ? BTW this is the *1.1* thread
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#18
Aha, I think I see the issue - but not sure if I can solve it easily - I cannot remove the original include path as that is also the base path for Qt includes. I could play with directory ordering in the includepath, but that's by no means a robust solution... for now I'd recommend to just avoid parallel installs of mobility headers.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#19
Good news, everyone !

Qt Mobility 1.1.1 released

Posted by Minjung Shin on March 1, 2011 · 2 comments

We are happy to announce our Qt Mobility 1.1.1 release. This release is a maintenance release which includes a lot of bug fixes and improved QML bindings and performance especially for the Symbian platform. We have also enhanced the documentation and auto tests.

Qt Mobility 1.1.1 is also included in the Qt SDK 1.1 Beta release.

Packages are available from http://qt.nokia.com/products/qt-addons/mobility.

Here are some of the high priority bugs fixed in this release.

* Multimedia: Video graphics item causes a Symbian device to reboot
* Multimedia: QMediaPlayer does not play an MP4 file if header is after the encoded data block
* Multimedia: Memory leaks on Symbian
* System Information: Symbian devices crashes when 32 char long WLAN access point name is used
* Contacts: QML contacts model is not updated when a contact is deleted
* Organizer: Opening a file dialog in calendar demo cause crashes on Symbian devices
* Organizer: QML organizer item does not respect the detail changes
* Messaging: QMessageManager::updateMessage() crashes on Symbian
* Location: QLandmarkFetchRequest::waitForFinished() causes a crash on Symbian
* Service Framework: Memory leaks on Symbian
* Document Gallery: Mediabrowser displays 0 songs on Symbian
* And hundreds more bug fixes

As always, thank you for your feedback, bug reports and fixes so far and we look forward to hearing more from you.

* Qt Bug Tracker: http://bugreports.qt.nokia.com
* Code/Doc contributions: http://qt.gitorious.org
* Mailing list: http://lists.qt.nokia.com/mailman/li...ility-feedback
Also available from Extras-devel for Fremantle (with a few maemo-specific fixes like pulseaudio support) in a couple of minutes, woo !
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc

Last edited by attila77; 2011-03-01 at 21:41.
 

The Following 2 Users Say Thank You to attila77 For This Useful Post:
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#20
Originally Posted by attila77 View Post
Aha, I think I see the issue - but not sure if I can solve it easily - I cannot remove the original include path as that is also the base path for Qt includes. I could play with directory ordering in the includepath, but that's by no means a robust solution... for now I'd recommend to just avoid parallel installs of mobility headers.
The latest 1.1.1 (...fremantle6) packages should have this resolved, they should include & link properly even if you have the 1.0.2 -dev package (even with the Qt SDK), please check and report back.

EDIT: Sorry, ...fremantle6 I meant
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc

Last edited by attila77; 2011-03-05 at 14:33.
 

The Following User Says Thank You to attila77 For This Useful Post:
Reply

Tags
extras-devel, qtmobility


 
Forum Jump


All times are GMT. The time now is 22:07.