Re: [Development] [Mac] tst_qquickwindow::testWindowVisibilityOrder() regression

2015-03-26 Thread Aaron McCarthy
On Thu, 26 Mar 2015 08:21:39 Pocheptsov Timur wrote: > Yes, it's fixed? Nope, still fails: http://testresults.qt.io/ci/QtDeclarative_5.4_Integration/build_00617/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz This is for the 5.4 branch. >From [1] we can see that the last change than i

Re: [Development] Switching remote url for qt5 git clone

2015-03-26 Thread Thiago Macieira
On Thursday 26 March 2015 15:57:23 Adam Light wrote: > I'd like to move my checkout to git://code.io.qt. > > I can use git remote set-url for the base and then for each submodule, but > it seems like there must be a better (that is, automatic) way to do this. > Any suggestions? git submodule fore

[Development] Switching remote url for qt5 git clone

2015-03-26 Thread Adam Light
I have a git clone of the qt5 repository from git://gitorious.org/qt/qt5.git . When I try to fetch changes, I'm getting the following: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. I'd like to move my checkout to g

Re: [Development] No Change-Id being generated for commit message

2015-03-26 Thread Thiago Macieira
On Thursday 26 March 2015 12:07:41 Mandeep Sandhu wrote: > On Thu, Mar 26, 2015 at 10:44 AM, Mandeep Sandhu > > wrote: > >> 3) it removes any comment lines > > > > COMMIT_EDITMSG has _only_ comment lines (i.e lines starting with a #), > > so won't sed remove _all_ lines from it then? (this is e

Re: [Development] Marking BB10 unsupported

2015-03-26 Thread Sergio Martins
On Monday, March 23, 2015 13:59:11 Rafael Roquetto wrote: > The plan is to keep the BB10 plugin around for now (just that we will no > longer be officially supporting it), but eventually we plan to remove it > completely from the Qt codebase in case no one looks after it. We will keep > it around

Re: [Development] No Change-Id being generated for commit message

2015-03-26 Thread Mandeep Sandhu
On Thu, Mar 26, 2015 at 10:44 AM, Mandeep Sandhu wrote: >> 3) it removes any comment lines > > COMMIT_EDITMSG has _only_ comment lines (i.e lines starting with a #), > so won't sed remove _all_ lines from it then? (this is exactly what > I'm seeing when I run the commit-msg script on COMMIT_EDITM

Re: [Development] No Change-Id being generated for commit message

2015-03-26 Thread Mandeep Sandhu
> 3) it removes any comment lines COMMIT_EDITMSG has _only_ comment lines (i.e lines starting with a #), so won't sed remove _all_ lines from it then? (this is exactly what I'm seeing when I run the commit-msg script on COMMIT_EDITMSG). ___ Development

Re: [Development] No Change-Id being generated for commit message

2015-03-26 Thread Thiago Macieira
On Thursday 26 March 2015 09:45:35 Mandeep Sandhu wrote: > Is there a place from where I can get the latest copy of commit-msg > script? I currently used the hint in the failed 'git push' error > message to download the hook. >From Gerrit itself. But I can tell you what mine is and is working:

Re: [Development] No Change-Id being generated for commit message

2015-03-26 Thread Mandeep Sandhu
On Wed, Mar 25, 2015 at 7:44 PM, Thiago Macieira wrote: > On Wednesday 25 March 2015 18:53:18 Mandeep Sandhu wrote: >> I'm not sure, but is that a valid sed expression (with all the >> white-spaces in-between)? > > Yes. Hmmm..if I run this expression on the commandline, it gives out an empty stri

[Development] Qt 5.5 declarative-camera example on ios

2015-03-26 Thread Harri Pasanen
I've compiled qt5.5 from git to iOS, in the hope to track down some bugs and contribute the fixes. In compiling and running the declarative-camera sample from Qt Creator, by opening qt5/qtmultimedia/examples/multimedia/declarative-camera/declarative-camera.pro and compiling for debug, I can run

Re: [Development] [Mac] tst_qquickwindow::testWindowVisibilityOrder() regression

2015-03-26 Thread Albert Astals Cid
What commit is supposed to fix? Or are you saying it's fixed in 5.5? Because that's obviously not enough since we still need to release 5.4.2 On Thu, Mar 26, 2015 at 9:21 AM, Pocheptsov Timur wrote: > Yes, it's fixed? > > > From: Aaron McCarthy > Sent: Th

Re: [Development] [Mac] tst_qquickwindow::testWindowVisibilityOrder() regression

2015-03-26 Thread Pocheptsov Timur
Yes, it's fixed? From: Aaron McCarthy Sent: Thursday, March 26, 2015 6:38 AM To: development@qt-project.org Cc: Pocheptsov Timur; Albert Astals Cid Subject: Re: [Development] [Mac] tst_qquickwindow::testWindowVisibilityOrder() regression On Thu, 19 Mar