Re: [Development] [QML] Singletons are deleted before the other objects

2014-09-24 Thread BogDan
- Original Message - From: Simon Hausmann To: BogDan Cc: Chris Adams ; Qt Development Group Sent: Thursday, September 25, 2014 8:34 AM Subject: Re: SV: [Development] [QML] Singletons are deleted before the other objects On Monday, September 22, 2014 02:28:06 AM BogDan wrote: > ---

Re: [Development] Qml/JS QVariantMap conversion problem

2014-09-24 Thread Simon Hausmann
On Wednesday, September 24, 2014 07:02:32 PM Nils Jeisecke wrote: > Hi! > > While porting to Qt5 I've stumbled over a very strange problem. > > QVariantMap objects mutate when transported from C++ via Qml back to C++. > > QVariant as constructed on the C++ side: > QVariant(QVariantMap, QMap(("x"

Re: [Development] [QML] Singletons are deleted before the other objects

2014-09-24 Thread Simon Hausmann
On Monday, September 22, 2014 02:28:06 AM BogDan wrote: > - Original Message - > From: Simon Hausmann > To: BogDan > Cc: Chris Adams ; Qt Development Group > Sent: Monday, September 22, 2014 11:56 AM > Subject: Re: SV: [Development] [QML] Singletons are deleted before the > other objects

Re: [Development] Qt 5.4 beta snapshot available

2014-09-24 Thread F
Problems with MinGW build? On 24 September 2014 19:53, Heikkinen Jani wrote: > Hi all, > > First Qt5.4 beta snapshot packages available here > > Windows: > http://download.qt-project.org/snapshots/qt/5.4/5.4.0-beta/2014-09-24_20/ > Linux: > http://download.qt-project.org/snapshots/qt/5.4/5.4.0-b

Re: [Development] Qt 5.4 beta snapshot available

2014-09-24 Thread Yang Fan
5.4 beta is coming, how fast! On Wed, Sep 24, 2014 at 7:53 PM, Heikkinen Jani wrote: > Hi all, > > First Qt5.4 beta snapshot packages available here > > Windows: > http://download.qt-project.org/snapshots/qt/5.4/5.4.0-beta/2014-09-24_20/ > Linux: > http://download.qt-project.org/snapshots/qt/5.4

Re: [Development] Qt 5.4 beta snapshot available

2014-09-24 Thread Jake Petroules
On 2014-09-24, at 07:53 AM, Heikkinen Jani wrote: > Hi all, > > First Qt5.4 beta snapshot packages available here > > Windows: > http://download.qt-project.org/snapshots/qt/5.4/5.4.0-beta/2014-09-24_20/ > Linux: > http://download.qt-project.org/snapshots/qt/5.4/5.4.0-beta/2014-09-24_24/ >

[Development] Qml/JS QVariantMap conversion problem

2014-09-24 Thread Nils Jeisecke
Hi! While porting to Qt5 I've stumbled over a very strange problem. QVariantMap objects mutate when transported from C++ via Qml back to C++. QVariant as constructed on the C++ side: QVariant(QVariantMap, QMap(("x", QVariant(QStringList, ("a", "b")) ) ) ) QVariant when gone through Qml and hand

Re: [Development] call for comments/review QSystemInfo::NetworkInfo API

2014-09-24 Thread Simon Hausmann
On Wednesday, September 24, 2014 08:15:45 AM Thiago Macieira wrote: > On Wednesday 24 September 2014 20:08:28 Lorn Potter wrote: > > > you have to retrieve the index() from the network interface first. It > > > feels like a very procedural API. > > > > Yes, it is tedious and a bit odd to me, and

Re: [Development] call for comments/review QSystemInfo::NetworkInfo API

2014-09-24 Thread Thiago Macieira
On Wednesday 24 September 2014 20:08:28 Lorn Potter wrote: > > you have to retrieve the index() from the network interface first. It > > feels like a very procedural API. > > Yes, it is tedious and a bit odd to me, and is one thing I do not like about > it. A lot of those don't have anything to

Re: [Development] Important OSX 10.9.5 & 10.10 codesign changes

2014-09-24 Thread Alexander Ilyin
Sorvig Morten digia.com> writes: > > > > On 22 Sep 2014, at 12:03, Sorvig Morten digia.com> wrote: > > > > > >> On 19 Sep 2014, at 11:28, Sorvig Morten digia.com> wrote: > >> > >> This will indeed receive attention in the coming days. There are already some patches attached to the > QTBUGs

Re: [Development] Contribution proposal: Dispatcher class

2014-09-24 Thread Tomasz Siekierda
On 24 September 2014 11:34, Sune Vuorela wrote: > On 2014-09-24, Yam Marcovic wrote: >> However, I will say I don't want to force people to give their sources away >> if they use it. >> >> So a license along the lines of 'this license is here for formal purposes; >> but feel free to do anything y

[Development] Qt 5.4 beta snapshot available

2014-09-24 Thread Heikkinen Jani
Hi all, First Qt5.4 beta snapshot packages available here Windows: http://download.qt-project.org/snapshots/qt/5.4/5.4.0-beta/2014-09-24_20/ Linux: http://download.qt-project.org/snapshots/qt/5.4/5.4.0-beta/2014-09-24_24/ Unfortunately there is still issues with mac packages & so on those ar

Re: [Development] call for comments/review QSystemInfo::NetworkInfo API

2014-09-24 Thread Lorn Potter
On 24 Sep 2014, at 3:57 pm, Simon Hausmann wrote: > > I wonder if the"int interface" indexed API is tedious to use. Say you do > manage to get a QNetworkInterface object from QtNetwork, then before you can > call for example > >QString imsi(int interface) const; > > you have to retrieve

Re: [Development] Contribution proposal: Dispatcher class

2014-09-24 Thread Sune Vuorela
On 2014-09-24, Yam Marcovic wrote: > However, I will say I don't want to force people to give their sources away > if they use it. > > So a license along the lines of 'this license is here for formal purposes; > but feel free to do anything you want with this,' is good enough as far as > I'm conce

Re: [Development] call for comments/review QSystemInfo::NetworkInfo API

2014-09-24 Thread Blasche Alexander
> >From a 1 feet Qt as a product point of view, it's not evident why this > >API > belongs into a separate module instead of simply into the Qt network module. That's a historical reason and Qt's inability to accept such a contribution at the time when such changes were needed. This doesn't

Re: [Development] Qt Location module

2014-09-24 Thread Blasche Alexander
> -Original Message- > From: development-bounces+alexander.blasche=digia@qt-project.org > On Behalf Of Kate Alhola > The map component for QtQuick2 is part or qtlocation sources but to > be enabled it requires to fetch qt3d from git, compile and install and then > compiling qtlocatio

Re: [Development] Contribution proposal: Dispatcher class

2014-09-24 Thread Yam Marcovic
I don't care so much about that. I just think it'd be nice as part of the Qt core library. So I'm open for suggestions. :) However, I will say I don't want to force people to give their sources away if they use it. So a license along the lines of 'this license is here for formal purposes; but fee