Re: [Development] QWebChannel: getting it ready for inclusion in Qt 5.4

2014-06-11 Thread Turunen Tuukka

Sounds good.

Jani and Tony, please go through the things needed to bring this as a new 
module to Qt 5.4. It is now under Qt-labs, so we need to move, rename, get ci 
crunching it, prepare packaging etc.

Yours,


--
Tuukka
  Original Message
From: Milian Wolff
Sent: perjantaina 6. kesäkuuta 2014 20.51
To: development@qt-project.org
Subject: [Development] QWebChannel: getting it ready for inclusion in Qt 5.4


Hello all,

I'd like to get QWebChannel done in time for Qt 5.4. If you don't know what
QWebChannel is: Please take a look at 
https://qt.gitorious.org/qt-labs/qwebchannel/

I still have some review requests open since a long time. It would be cool if
someone could look at them. Most important are these two:
https://codereview.qt-project.org/#change,81523
https://codereview.qt-project.org/#change,87030

But please do take a look at the other open requests, which you can find on my
dashboard:
https://codereview.qt-project.org/#dashboard,1001277

The QtWebSocket related changes are required as well.

Now, what else needs to be done:

1) Documentation should be reviewed by someone.
2) The repository should be moved to an official place and renamed from
qwebchannel to qtwebchannel in order to resemble the other official modules as
well.
3) The documentation in QtWebKit (and in future QtWebEngine) should be updated
to hint at the existance of QWebChannel to solve the integration issue.
4) General code review and potential cleanups.
5) Review of the CI system, I'm still not sure whether testing is actually
enabled and my commits get tested or not...
6) anything else?

Thanks, I hope we can get this done! I'll be at the QtCS next week. Please
find me there for any discussion. If you think this deserves its own slot,
then I'll allocate one.

Cheers

--
Qt Developer Days 2014 - October 6 - 8 at BCC, Berlin

Milian Wolff | milian.wo...@kdab.com | Software Engineer
KDAB (Deutschland) GmbHCo KG, a KDAB Group company
Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt for NaCl port

2014-06-11 Thread Thiago Macieira
Em ter 10 jun 2014, às 21:33:44, Daiwei Li escreveu:
 Hello,
 
 I'm investigating porting an existing C++/QML application to Google
 NaCl, and I found that Qt had attempted a port a couple years ago:
 http://qt-project.org/wiki/Qt_for_Google_Native_Client. From what I've
 found online, it looks like it's unsupported and no longer works with
 the latest Qt and NaCl toolchain. Does anyone know the history of this
 project and why it was abandoned? If I can revive the port to work
 with the latest NaCl toolchain, is that something that could be
 considered for upstreaming?

Yes, it would be welcome in the Qt Project. The reason why it didn't go any 
further is that people probably got busy and did not have the time to continue 
supporting it.

 I'm currently only looking into porting what's necessary for getting
 the QML engine/renderer running. Can anyone familiar with NaCl think
 of any showstoppers for this subset of Qt functionality? It looks like
 NaCl has an implementation of OpenGLES2, and worst case, if it doesn't
 support JIT, V4 has an interpreter option.

You probably will find problems in the QtNetwork library and, thus, Qt Quick's 
remote file and XML HTTP  Requests support.

 Does anyone have experience with the Qt for NaCl project? Any
 tips/advice/considerations on attempting such a port?
 
 I sent a similar e-mail to interest a while ago and got a response
 about QmlWeb. While it looks interesting, it unfortunately won't work
 with C++ QObjects.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt 5.3.1 release

2014-06-11 Thread Sergio Ahumada
Hi,

On 02.06.2014 10:41, Heikkinen Jani wrote:
 Hi all!

 According to current plans Qt 5.3.1 release will happen 17^th June 
 branching 5.3.1 from stable (or from 5.3 if that exists already) Tue
 10th June.  At that point all must have items should be in so that we
 could produce release candidate packages from 5.3.1 branch immediately.
 So there isn’t so much time to get fixes in for Qt 5.3.1 anymore.

5.3.1 will be branched out from 5.3 and not from stable.

some of the merges from stable-5.3 are already done, eg:

https://codereview.qt-project.org/87159 qtserialport (merged)
https://codereview.qt-project.org/87157 qtmultimedia (merged)
https://codereview.qt-project.org/87156 qtdoc (merged)
https://codereview.qt-project.org/87158 qtquickcontrols (merged)
https://codereview.qt-project.org/87155 qtdeclarative (merged)
https://codereview.qt-project.org/87160 qttools (integrating)
https://codereview.qt-project.org/87161 qtwebkit (integrating)
https://codereview.qt-project.org/87154 qtbase (waiting for 
https://codereview.qt-project.org/86861)

Cheers,
-- 
Sergio Ahumada
sahum...@blackberry.com
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[Development] QtQuick.LocalStorage Problem (BUG?) on Android

2014-06-11 Thread Steve Gold
I have a QML file called SSS.qml defined as a singleton (via pragma Singleton 
and a corresponding qmldir file) that uses QtQuick.LocalStorage 2.0 and it’s 
used in another QML file called XXX.qml. The app runs perfectly as a windows 
desktop application but generates the following message when deployed to 
Android.

module QtQuick.LocalStorage plugin qmllocalstorageplugin not found

I don’t know if it’s relevant, but there are qmllocalstorageplugin.dll files 
available for windows apps but there’s no qmllocalstorageplugin.so for Android 
apps.

When I change SSS.qml to a “regular” (i.e., non-singleton) type and change 
XXX.qml appropriately, the app runs when deployed to Android.

Is this a Qt bug or do I need to something special (e.g., in my .pro file)?

Thanks.

Steve
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[Development] QtNetwork QtCS Session

2014-06-11 Thread Richard Moore
The notes from the network session are online at
http://qt-project.org/groups/qt-contributors-summit-2014/wiki/QtCS14QtNetwork
for those who couldn't attend (or those who did but can't remember what we
said). Thanks to Danimo for minuting this.

Cheers

Rich.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development