[Development] New Qt5.5 Beta snapshot available

2015-05-12 Thread Heikkinen Jani
Hi all, Please test following Qt 5.5 beta packages as soon as possible: Windows: http://download.qt.io/snapshots/qt/5.5/5.5.0-beta/2015-05-11_50/ Linux: http://download.qt.io/snapshots/qt/5.5/5.5.0-beta/2015-05-11_82/ Mac: http://download.qt.io/snapshots/qt/5.5/5.5.0-beta/2015-05-11_56/ Unf

[Development] QML Settings

2015-05-12 Thread Federico Buti
Hi list(s) I was considering the usage of Settings QML for an app I'm working on. I just need to store two-three strings across mobile platforms and the API seems to fit my use case. However, I'm not able to make it work properly and I'm w

Re: [Development] Qt XML patterns

2015-05-12 Thread Frank Hemer
On Friday 08 May 2015 14:32:43 Frederik Gladhorn wrote: > Hello all, > > I’ve just looked a bit at the QtXmlPatterns module. The module has a few > issues and is not actively maintained. I wonder if it should see > improvements or if there are good alternatives which might be more spec > compliant

Re: [Development] QML Settings

2015-05-12 Thread Dominik Holland
Hi Federico, On 05/12/2015 12:14 PM, Federico Buti wrote: > Hi list(s) > > I was considering the usage of Settings QML > for an app > I'm working on. I just need to store two-three strings across mobile > platforms and the API seems to fit

Re: [Development] [CPackIFW] Adding QtIFW 2.0 Support (Technical Preview)

2015-05-12 Thread Konstantin Podsvirov
Online repository updated! Meet CMake 3.2.20150512 :-) Online installers for Linux and Windows are available at the links below. Dear developers, I have just one question: anyone uses CPackIFW or QtIFW? 29.04.2015, 16:57, "Konstantin Podsvirov" : > Hello dear developers! > > Recently we learned

Re: [Development] QML Settings

2015-05-12 Thread Federico Buti
Hi Dominik. No, the documentation is pretty clear about that: alias inside the Settings. That's why I've linked it. As for the error, that's because the documentation example aliases "x"...but Settings has its own "x", obviously! I just got it few minutes after I have sent the mail. Trivial error.

[Development] Problem with embedded fonts

2015-05-12 Thread Guido Seifert
Hi, could someone take a look at this problem on SO: http://stackoverflow.com/questions/30112344/how-to-embed-a-custom-font-in-my-application?noredirect=1#comment48483846_30112344 Anyone an idea? The problem is solved, but the solution does not 'taste well'. A .ttf font was added to the progra

Re: [Development] Problem with embedded fonts

2015-05-12 Thread Guido Seifert
Please ignore last mail. He now added the .qrc file. Now it is obvious what happened. Sorry for the noise. Guido On Tue, 12 May 2015 14:51:56 +0200 Guido Seifert wrote: > > Hi, > could someone take a look at this problem on SO: > > http://stackoverflow.com/questions/30112344/how-to-embed-a-c

Re: [Development] Problem with embedded fonts

2015-05-12 Thread Gunnar Roth
> > > And why don't we hear about this problem more often? Strange. > Everytime i have a programming or computer problem, which nobody else has, where you can’t find next to nothing or really nothing on the internet, its because i did some very foolish thing ;-) Regards, Gunnar _

[Development] Introducing Qt Gamepad, a new qt-labs project

2015-05-12 Thread Nichols Andy
You may have noticed if you religiously watch #qt-labs or just poke around on code.qt.io page that a new project has recently been added to qt-labs. QtGamepad is a spare-time / creative Friday project that I've been playing with on-and-off since 2012. Some of you may have seen the first versio

Re: [Development] Introducing Qt Gamepad, a new qt-labs project

2015-05-12 Thread Christian Gagneraud
On Tue, 12 May 2015 16:16:00 Nichols Andy wrote: > You may have noticed if you religiously watch #qt-labs or just poke around > on code.qt.io page that a new project has recently been added to qt-labs. > QtGamepad is a spare-time / creative Friday project that I've been playing > with on-and-off s

[Development] QTextStream::readLine(0) is an ambiguous overload in 5.5

2015-05-12 Thread Jan Kundrát
Hi, this commit [1] added a new overload to QTextStream::readLine. As a result of that, calling stream.readLine(0) is now ambiguous: QString readLine(qint64 maxlen = 0); bool readLine(QString *line, qint64 maxlen = 0); While I can easily fix this in the caller (Konsole in this case), I'm

Re: [Development] QTextStream::readLine(0) is an ambiguous overload in 5.5

2015-05-12 Thread Thiago Macieira
On Wednesday 13 May 2015 02:34:28 Jan Kundrát wrote: > Hi, > this commit [1] added a new overload to QTextStream::readLine. As a result > of that, calling stream.readLine(0) is now ambiguous: > > QString readLine(qint64 maxlen = 0); > bool readLine(QString *line, qint64 maxlen = 0); > > W

[Development] HEADS UP - Qt5.5 schedule & coming milestones (string freeze etc)

2015-05-12 Thread Heikkinen Jani
Hi all, Finally it seems we can release Qt 5.5 Beta quite soon. We are trying to put it out during this week; I am really hoping we can finally do it. As you all should know we are badly behind the schedule and so on we need adjust our plan so that we can still get Qt 5.5 out before summer hol