Re: [Development] Scope of source code license files

2016-05-06 Thread Joseph Crowell
On 4/05/2016 7:39 PM, Lars Knoll wrote: On 02/05/16 14:37, "Development on behalf of Sze Howe Koh" wrote: Hello, The LICENSE.GPLvX and LICENSE.LGPLvX files from http://code.qt.io/cgit/qt/qtbase.git/tree/ (and submodules) start with "The Qt Toolkit is Copyright (C) 2015...", but then they

Re: [Development] [5.7-beta] qtgamepad compile failure

2016-05-06 Thread Thiago Macieira
On sexta-feira, 6 de maio de 2016 11:35:16 PDT Tim Blechmann wrote: > ah, thanks for the pointer ... importing qt tarballs into git repos is > full of surprises: qtgamepad/.gitignore ignores 'include' The release tarballs should have removed the .gitignore file. Compare http://code.qt.io/cgit/qt/

Re: [Development] Suggestion: how to know when object is scheduled for deletion

2016-05-06 Thread Filippo Cucchetto
Yep correct 2016-05-06 1:01 GMT+02:00 Thiago Macieira : > On quinta-feira, 5 de maio de 2016 22:21:08 PDT Filippo Cucchetto wrote: > > void invokeDeleteLater(QObject* other) { > > other->deleteLater(); > > emit aboutToBeDeleted(other) > > } > > You want the emit before the deleteLater(),

Re: [Development] [Qt Quick] Automatically restoring focus to last focused item

2016-05-06 Thread Andrew den Exter
That's a very universal solution to a specific problem and one that's going to have all kinds of unintended consequences. Without knowing why focus was taken from an item and given to another and why that other object relinquished focus it's impossible to know whether focus should be restored to th

[Development] HEADS UP: Qt 5.6.1 branching ongoing

2016-05-06 Thread Oswald Buddenhagen
The 5.6.1 branch is now available. Please start using it for changes targeting the Qt 5.6.1 release. We will merge the 5.6 branch to 5.6.1 a last time somewhen next week, so there should be enough time to finalize ongoing changes in 5.6, and start using 5.6.1 for new changes. Changes done on 5.6

Re: [Development] [5.7-beta] qtgamepad compile failure

2016-05-06 Thread Tim Blechmann
>>> I've just downloaded qt-everywhere-opensource-src-5.7.0-beta.tar.xz and >>> confirmed that qtgamepad/include/QtGamepad/qtgamepadglobal.h is present >> >> ah, thanks for the pointer ... importing qt tarballs into git repos is >> full of surprises: qtgamepad/.gitignore ignores 'include' >> >> my

Re: [Development] [5.7-beta] qtgamepad compile failure

2016-05-06 Thread Tim Blechmann
>>> I've just downloaded qt-everywhere-opensource-src-5.7.0-beta.tar.xz and >>> confirmed that qtgamepad/include/QtGamepad/qtgamepadglobal.h is present >> >> ah, thanks for the pointer ... importing qt tarballs into git repos is >> full of surprises: qtgamepad/.gitignore ignores 'include' >> >> my

Re: [Development] [5.7-beta] qtgamepad compile failure

2016-05-06 Thread Sean Harmer
On Friday 06 May 2016 11:35:16 Tim Blechmann wrote: > > I've just downloaded qt-everywhere-opensource-src-5.7.0-beta.tar.xz and > > confirmed that qtgamepad/include/QtGamepad/qtgamepadglobal.h is present > > ah, thanks for the pointer ... importing qt tarballs into git repos is > full of surprises

Re: [Development] [5.7-beta] qtgamepad compile failure

2016-05-06 Thread André Pönitz
On Fri, May 06, 2016 at 11:35:16AM +0200, Tim Blechmann wrote: > > I've just downloaded qt-everywhere-opensource-src-5.7.0-beta.tar.xz and > > confirmed that qtgamepad/include/QtGamepad/qtgamepadglobal.h is present > > ah, thanks for the pointer ... importing qt tarballs into git repos is > full

Re: [Development] [5.7-beta] qtgamepad compile failure

2016-05-06 Thread Tim Blechmann
> I've just downloaded qt-everywhere-opensource-src-5.7.0-beta.tar.xz and > confirmed that qtgamepad/include/QtGamepad/qtgamepadglobal.h is present ah, thanks for the pointer ... importing qt tarballs into git repos is full of surprises: qtgamepad/.gitignore ignores 'include' my usual workflow i