Re: [Development] Qt Mobility in Qt5

2012-06-15 Thread Xizhi Zhu
They're compiled into different libraries, e.g. one .so for QtContacts, another one for QtOrganizer, etc. On Sat, Jun 16, 2012 at 9:46 AM, wrote: > Are the “Mobilities” in a signal .so or different .so ? > > ** ** > > *From:* ext Xizhi Zhu [mailto:xizhi@gmail.com] > *Sent:* Saturday, Ju

Re: [Development] Qt Mobility in Qt5

2012-06-15 Thread song.7.liu
Are the “Mobilities” in a signal .so or different .so ? From: ext Xizhi Zhu [mailto:xizhi@gmail.com] Sent: Saturday, June 16, 2012 2:44 PM To: Liu Song.7 (Nokia-MP/Beijing) Cc: development@qt-project.org Subject: Re: [Development] Qt Mobility in Qt5 Importance: High There's no longer "Qt Mobi

Re: [Development] Qt Mobility in Qt5

2012-06-15 Thread Xizhi Zhu
There's no longer "Qt Mobility" as such, but for different modules, you can find the docs here: http://qt-project.org/doc/qt-5.0/modules.html On Sat, Jun 16, 2012 at 9:42 AM, wrote: > Thanks, is there a documentation about Qt Mobility in Qt5 ? > > ** ** > > *From:* ext Xizhi Zhu [mailto:xiz

Re: [Development] Qt Mobility in Qt5

2012-06-15 Thread song.7.liu
Thanks, is there a documentation about Qt Mobility in Qt5 ? From: ext Xizhi Zhu [mailto:xizhi@gmail.com] Sent: Saturday, June 16, 2012 2:41 PM To: Liu Song.7 (Nokia-MP/Beijing) Cc: development@qt-project.org Subject: Re: [Development] Qt Mobility in Qt5 Importance: High Yes, they have been mo

Re: [Development] Qt Mobility in Qt5

2012-06-15 Thread Xizhi Zhu
Yes, they have been modularized into different modules, e.g. QtPim, QtSystems, etc. All source code are available from gitorious. On Sat, Jun 16, 2012 at 9:39 AM, wrote: > Hi, > > ** ** > > Is the Qt Mobility a part of Qt5 ? If not, where can I get the source of > latest Qt Mobility? >

[Development] Qt Mobility in Qt5

2012-06-15 Thread song.7.liu
Hi, Is the Qt Mobility a part of Qt5 ? If not, where can I get the source of latest Qt Mobility? Thanks, Song ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] True death of Nokia's Qt? How about Qt's future?

2012-06-15 Thread Xizhi Zhu
You can follow the already-long discussion here: http://lists.qt-project.org/pipermail/interest/2012-June/002454.html Regarding your question, Lorn mentioned in that thread: "We have also been told not to submit commits to Qt for the next few days, until legal works out something legal like thing.

[Development] True death of Nokia's Qt? How about Qt's future?

2012-06-15 Thread Loaden
Hello, everybody, I heard some thing about Nokia's Qt from Google. And I noticed the Nokia's people seems stop work on codereview.qt-project.org. Any news? comments? Please let's we know. Thanks! -- Please don't ask where I come from, It's a shame! Best Regards Yuchen

Re: [Development] need to handle touch events rather than depending on mouse event synthesis

2012-06-15 Thread Luciano Wolf
Hi Frederik, How the patches are going? I've interest on this touch related things as we're having problems with Snowshoe webbrowser running on a N9. I'm trying your patch (the 50th) against latest valid Qt5 hash but it's not working. Should I try with any specific hash? Cheers, Luciano On Tue

Re: [Development] Can't switch submodules to master and Mac build still broken

2012-06-15 Thread Stephen Chu
On 6/15/12 1:25 PM, Thiago Macieira wrote: > On sexta-feira, 15 de junho de 2012 13.11.59, Stephen Chu wrote: >> Stephens-MacBook-Pro:qt3d stephenchu$ git checkout master origin/master >> error: pathspec 'origin/master' did not match any file(s) known to git. > > What is your origin repository's UR

Re: [Development] Can't switch submodules to master and Mac build still broken

2012-06-15 Thread Thiago Macieira
On sexta-feira, 15 de junho de 2012 13.11.59, Stephen Chu wrote: > Stephens-MacBook-Pro:qt3d stephenchu$ git checkout master origin/master > error: pathspec 'origin/master' did not match any file(s) known to git. What is your origin repository's URL? -- Thiago Macieira - thiago.macieira (AT) inte

[Development] Can't switch submodules to master and Mac build still broken

2012-06-15 Thread Stephen Chu
I still can't get Qt 5 build on OS X for the merged code (https://codereview.qt-project.org/#change,28604) hasn't showed up in Qt 5 git default yet. So I want to to try moving modules to master to get the fixes by the instruction here: http://qt-project.org/wiki/Building-Qt-5-from-Git#181b27e32

Re: [Development] Build error in bluetooth module on Mac OS X 10.6

2012-06-15 Thread Stephen Chu
On 6/15/12 8:31 AM, Stephen Chu wrote:> On 6/15/12 6:02 AM, shane.kea...@accenture.com wrote:>>> Proposed real > fix is here: > >>> https://codereview.qt-project.org/#change,28604 > >>> > >> > >> I see that the change has been merged. How long will it be before it > >> can be pulle

Re: [Development] Build error in bluetooth module on Mac OS X 10.6

2012-06-15 Thread Stephen Chu
On 6/15/12 6:02 AM, shane.kea...@accenture.com wrote:>>> Proposed real fix is here: >>> https://codereview.qt-project.org/#change,28604 >>> >> >> I see that the change has been merged. How long will it be before it >> can be pulled from git? I can see it in qtbase master branch but not >> ye

Re: [Development] Build error in bluetooth module on Mac OS X 10.6

2012-06-15 Thread shane.kearns
> > Proposed real fix is here: > > https://codereview.qt-project.org/#change,28604 > > > > I see that the change has been merged. How long will it be before it > can be pulled from git? I can see it in qtbase master branch but not > yet in > qt5 pull. > These should be the same thing, have you trie

Re: [Development] buildsystem branch: broke cross build for Windows

2012-06-15 Thread Loaden
That's the problem. Sorry, I forgot upload the attachment. Same build script, works well for master branch. So, This is only buildsystem issue. > #!/bin/bash > rm -rf bin > mkdir bin > ln -s /usr/bin/i686-w64-mingw32-gcc ./bin/i686-pc-mingw32-gcc > ln -s /usr/bin/i686-w64-mingw32-g++ ./bin/i686-p