[Development] Build qt fail

2015-04-08 Thread kl222
Environment: Operation System: windows7 Ultimate Msys2: MINGW32_NT-6.1 l-PC 2.1.0(0.287/5/3) 2015-04-05 21:26 i686 Msys Bash: GNU bash,version 4.3.33(3)-release (i686-pc-msys) Gcc: gcc.exe (Rev5, Built by MSYS2 project) 4.9.2 Perl: This is perl 5, version 20, subversion 2 (v5.20.2) built for i

Re: [Development] [Announce] Qt Installer Framework 2.0.0 released

2015-04-08 Thread Berkay Elbir
Hi, Thanks for your answer. That was very helpful. Actually, I installed newer version of Qt Installer Framework (1.5.0) then I saw that progress bar bug is fixed. Probably, problem should be solved at 2.0.0 version as well. For the scripts, I will try to implement them. Best Regards, Berkay E

Re: [Development] [Interest] QJSEngine and error line

2015-04-08 Thread Sze Howe Koh
On 8 April 2015 at 22:10, Joerg Bornemann wrote: > On 08-Apr-15 16:06, Sze Howe Koh wrote: > >> I think we should document this somewhere, if it isn't already done (I >> searched but couldn't find anything). I'm happy to volunteer if >> necessary. Could you please provide a list of built-in proper

Re: [Development] Updating of 3rdparty stuff

2015-04-08 Thread Helio Chissini de Castro
Hi I just started a simple spreadsheet on the status of 3rdparty code. I enabled the doc to comments. Here: https://docs.google.com/spreadsheets/d/1xOAI87zKy6w7VSvSzQrIA_zeZBLuTgoSmNU-vAXrIhY/edit?usp=sharing Now need discover the feasibility to do some of them. []'s Helio On Wed, Apr 8, 2015

Re: [Development] Qt Quick Controls for Embedded

2015-04-08 Thread Oswald Buddenhagen
On Wed, Apr 08, 2015 at 04:39:52PM +0200, Frederik Gladhorn wrote: > On Wednesday, April 08, 2015 04:30:23 PM Oswald Buddenhagen wrote: > > what's the point of keeping them in the same repo when you split it at > > the top anyway? you just break the uniformity of the repo layout, which > > is both

Re: [Development] Qt Quick Controls for Embedded

2015-04-08 Thread Frederik Gladhorn
On Wednesday, April 08, 2015 04:30:23 PM Oswald Buddenhagen wrote: > On Wed, Apr 08, 2015 at 03:18:27PM +0200, Frederik Gladhorn wrote: > > we want to keep a clean separation in the qtquickcontrols git module > > and will move the code around to accommodate both modules within the > > repository.

Re: [Development] Qt Quick Controls for Embedded

2015-04-08 Thread Oswald Buddenhagen
On Wed, Apr 08, 2015 at 03:18:27PM +0200, Frederik Gladhorn wrote: > we want to keep a clean separation in the qtquickcontrols git module > and will move the code around to accommodate both modules within the > repository. The plan is to create two top level directories in the > repository: a cont

Re: [Development] [Interest] QJSEngine and error line

2015-04-08 Thread Joerg Bornemann
On 08-Apr-15 16:06, Sze Howe Koh wrote: > I think we should document this somewhere, if it isn't already done (I > searched but couldn't find anything). I'm happy to volunteer if > necessary. Could you please provide a list of built-in properties of > various QJSValue types? The docs state mentio

Re: [Development] [Interest] QJSEngine and error line

2015-04-08 Thread Sze Howe Koh
On 7 April 2015 at 17:31, Joerg Bornemann wrote: > > On 07-Apr-15 09:59, Dominique Fober wrote: > > > I'm using the new QJSEngine and I'm trying to get the error line number (in > > case of error of course). > > Currently I'm handling errors as documented: > > > > if (result.isError()) resu

[Development] New Qt 4.8.7 snapshot build is available

2015-04-08 Thread Salovaara Akseli
Hi, New Qt 4.8.7 snapshot build is available http://download.qt.io/snapshots/qt/4.8/4.8.7/2015-04-07-6/ Snapshot is built against sha1 716fbaef34386c8b05d7d63894a5bc116ddd1b6c Update copyright headers (current HEAD). Final sha1 and exact release date are open. Changes compared to previous snap

[Development] Qt Quick Controls for Embedded

2015-04-08 Thread Frederik Gladhorn
Hi all, as announced by JP's blog post, we've been working on a new set of Qt Quick Controls that have slightly different goals than the existing ones: http://blog.qt.io/blog/2015/03/31/qt-quick-controls-for-embedded/ The main target is performance, especially on low end hardware. The code will

Re: [Development] git://code.qt.io availability

2015-04-08 Thread Gunnar Roth
Hi >> + git config remote.origin.url https://code.qt.io/cgit/qt/qt3d.git >> >this definitely doesn't look right (the git repos are not served under >cgit/, at least not intentionally). fix the remote of qt5.git and retry.   Without cgit it does not work for https last time i tried. See my mail fr

Re: [Development] Are SiCs through #include cleanups considered acceptable?

2015-04-08 Thread Olivier Goffart
On Wednesday 08 April 2015 13:13:19 Marc Mutz wrote: > Hi, > > I have in the past fixed #include mistakes such as #include > for QSharedDataPointer, and even though each time the > issue came up that this is a SiC change (but only for users that unduly > rely on indirect includes), so far they we

Re: [Development] git://code.qt.io availability

2015-04-08 Thread Oswald Buddenhagen
On Wed, Apr 08, 2015 at 01:03:24PM +0200, Gunnar Roth wrote: > + git config remote.origin.url https://code.qt.io/cgit/qt/qt3d.git > this definitely doesn't look right (the git repos are not served under cgit/, at least not intentionally). fix the remote of qt5.git and retry. ___

Re: [Development] [Announce] Qt Installer Framework 2.0.0 released

2015-04-08 Thread Karsten Heimrich
Hi, On 07.04.2015 18:56, Berkay Elbir wrote: Hello All, First, I want to congratulate you for your release. By the way, May I ask few questions to you? I have Qt Installer that are being used but I do not know which version it is. - How can I know the version of it? With the new release

Re: [Development] Updating of 3rdparty stuff

2015-04-08 Thread Konstantin Ritt
2015-04-08 15:28 GMT+04:00 Eirik Aavitsland < eirik.aavitsl...@theqtcompany.com>: > > Good stuff, and libpng gets updated to 1.6.17 here > https://codereview.qt-project.org/109973 > > - Eirik Aa. > Someone have to upstream the WinCE and WinRT specific patches to libpng. Konstantin > > On 04/0

Re: [Development] Updating of 3rdparty stuff

2015-04-08 Thread Eirik Aavitsland
Good stuff, and libpng gets updated to 1.6.17 here https://codereview.qt-project.org/109973 - Eirik Aa. On 04/08/2015 10:15 AM, Liang Qi wrote: > qtimageformats: libwebp 0.4.3 update > > https://codereview.qt-project.org/109955 > https://codereview.qt-project.org/109956 > > And checked other 3rd

[Development] Are SiCs through #include cleanups considered acceptable?

2015-04-08 Thread Marc Mutz
Hi, I have in the past fixed #include mistakes such as #include for QSharedDataPointer, and even though each time the issue came up that this is a SiC change (but only for users that unduly rely on indirect includes), so far they were always accepted. When splitting off qHash() from qhash.h i

Re: [Development] git://code.qt.io availability

2015-04-08 Thread Gunnar Roth
Hi, i try to ge update from git but get this error. i dit git pull and after that id do: D:\git\qt5>perl init-repository -f + git submodule init qt3d qtactiveqt qtandroidextras qtbase qtcanvas3d qtconnectivity qtdeclarative qtdoc qtenginio qtgraphicaleffects qtimageformats qtlocation  qtmacextr

Re: [Development] "Add tests for detach on setDevicePixelRatio()" commits in qtbase

2015-04-08 Thread Gunnar Roth
Sorry somehow i clicked on the wrong mail to answer.   Gesendet: Mittwoch, 08. April 2015 um 12:55 Uhr Von: "Gunnar Roth" An: "Oswald Buddenhagen" Cc: development@qt-project.org Betreff: Re: [Development] "Add tests for detach on setDevicePixelRatio()" commits in qtbase Hi, i try to ge upda

Re: [Development] "Add tests for detach on setDevicePixelRatio()" commits in qtbase

2015-04-08 Thread Gunnar Roth
Hi, i try to ge update from git but get this error. i dit git pull and after that id do: D:\git\qt5>perl init-repository -f + git submodule init qt3d qtactiveqt qtandroidextras qtbase qtcanvas3d qtconnectivity qtdeclarative qtdoc qtenginio qtgraphicaleffects qtimageformats qtlocation  qtmacextr

Re: [Development] Updating of 3rdparty stuff

2015-04-08 Thread Liang Qi
qtimageformats: libwebp 0.4.3 update https://codereview.qt-project.org/109955 https://codereview.qt-project.org/109956 And checked other 3rdparty: jasper, libmng, libtiff, there is no update from upstream. After Beta released, I will help to update qt doc and https://wiki.qt.io/Third_Party_In_Qt