Re: [Development] [QML]: Register global enums/flags to QML ?

2016-08-19 Thread Thiago Macieira
On quinta-feira, 28 de julho de 2016 10:54:31 PDT BogDan Vatra wrote: > Thanks Olivier! > > I created two new taks: > - https://bugreports.qt.io/browse/QTBUG-54981 (moc part) > - https://bugreports.qt.io/browse/QTBUG-54982 (qml part) The first part was merged. Sorry, but this is too big a

[Development] [Announcement] QtWebKit Technology Preview 3

2016-08-19 Thread Konstantin Tokarev
Hello everyone, We are pleased to announce QtWebKit Technology Preview 3! Highlights of this release are: * NPAPI and Qt plugins are finally supported on X11 and Windows (not on macOS yet, sorry) * Bulk of the patches which have never been in the trunk of webkit.org was merged from Qt

Re: [Development] Module maintainers: action required (Coin slowly migrates from sync.profile to .gitmodules)

2016-08-19 Thread Jędrzej Nowacki
On torsdag 18. august 2016 17.46.41 CEST Dominik Holland wrote: > How are the dependencies managed for projects/modules which are not part > of the qt5.git but are part of coin ? > > Dominik That is the reason of migrating "slowly". We need to define/find a product repository for them. Such

Re: [Development] qtbase/d8be811 makes it impossible to specify include path for zlib when building qtbase?

2016-08-19 Thread Kasper F. Brandt
On Fri, Aug 19, 2016 at 12:53 PM, Oswald Buddenhagen < oswald.buddenha...@qt.io> wrote: > On Thu, Aug 18, 2016 at 04:26:30PM +0200, Kasper F. Brandt wrote: > > In d8be811[0] qt_build_extra was made to skip the inclusion of > > EXTRA_DEFINES, EXTRA_INCLUDEPATH and EXTRA_LIBS into resp. > >

Re: [Development] qtbase/d8be811 makes it impossible to specify include path for zlib when building qtbase?

2016-08-19 Thread Oswald Buddenhagen
On Thu, Aug 18, 2016 at 04:26:30PM +0200, Kasper F. Brandt wrote: > In d8be811[0] qt_build_extra was made to skip the inclusion of > EXTRA_DEFINES, EXTRA_INCLUDEPATH and EXTRA_LIBS into resp. > DEFINES, INCLUDEPATH and INCLUDEPATH. This means that if you e.g. try to > specify the include path to

[Development] Qt on Apple watchOS

2016-08-19 Thread Jake Petroules
Hi All, Preliminary support for Qt on Apple watchOS has been merged to dev branch (targeting Qt 5.9): https://codereview.qt-project.org/#/c/159725/ Due to platform limitations, there is no support for graphical content like QtWidgets, QML, etc., but can be useful for sharing cross platform

Re: [Development] [Interest] [Announcement] QtWebKit Technology Preview 3

2016-08-19 Thread Konstantin Tokarev
19.08.2016, 22:08, "Jason H" : >>  Hello everyone, >> >>  We are pleased to announce QtWebKit Technology Preview 3! >> >>  Highlights of this release are: >> >>  * NPAPI and Qt plugins are finally supported on X11 and Windows (not on >> macOS >>  yet, sorry) >> >>  * Bulk of the