Re: [Development] New Qt5.6 Beta snapshot available

2015-12-15 Thread Oikarinen Johannes
To: development@qt-project.org; Florian Bruhin Cc: anto...@gmx.de Subject: Re: [Development] New Qt5.6 Beta snapshot available The problem is that there is no designer plugin for QtWebEngine. Sorry for top posting. Louai On Mon, Dec 14, 2015 at 10:51 AM -0800, "Florian Bruhin" mailt

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-14 Thread Koehne Kai
> -Original Message- > From: Development [mailto:development-boun...@qt-project.org] On > Behalf Of Al-Khanji Louai > Sent: Tuesday, December 15, 2015 12:12 AM > To: development@qt-project.org; Florian Bruhin > Cc: anto...@gmx.de > Subject: Re: [Development] Ne

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-14 Thread Al-Khanji Louai
The problem is that there is no designer plugin for QtWebEngine. Sorry for top posting. Louai On Mon, Dec 14, 2015 at 10:51 AM -0800, "Florian Bruhin" mailto:m...@the-compiler.org>> wrote: * anton [2015-12-14 19:11:15 +0100]: > So if I understand right, > in a Qt Widgets Application I can n

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-14 Thread Florian Bruhin
* anton [2015-12-14 19:11:15 +0100]: > So if I understand right, > in a Qt Widgets Application I can no more embed > a Html/Browser component anymore. You can use QtWebEngine instead which is the successor of QtWebKit, and based on Chromium: http://wiki.qt.io/QtWebEngine Florian -- http://ww

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-14 Thread anton
So if I understand right, in a Qt Widgets Application I can no more embed a Html/Browser component anymore. I have to use QML instaed since WebView seems to be QML only (if I understood the docs). Anton PS: By the way: where can I see the roadmap of Qt? Ziller Eike wrote: > >> On Dec 12, 201

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-13 Thread Ziller Eike
> On Dec 12, 2015, at 10:22 AM, anton wrote: > > Hi, > > just tested the visualstudio 2015 version on windows. > One thing I noticed: > > In the Designer of a Qt Widgets Application, > the QWebView Widget is missing. > > Are you aware of this? Since QtWebKit is deprecated and no binaries are

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-12 Thread anton
Hi, just tested the visualstudio 2015 version on windows. One thing I noticed: In the Designer of a Qt Widgets Application, the QWebView Widget is missing. Are you aware of this? Thanks Anton Heikkinen Jani wrote: > Hi all, > > > We have finally new qt5.6 beta snapshot available > > >

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-07 Thread Heikkinen Jani
ject: [Development] New Qt5.6 Beta snapshot available Well, i'm not relying anymore on the released sources, i'm generating our test tarballs from git, in the specific case, the 5.6 branch. We complained already, and I decided that not worth wait to have our tasks done. If is to

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-07 Thread Julius Bullinger
Von: Development [mailto:development-boun...@qt-project.org] Im Auftrag von Heikkinen Jani Gesendet: Freitag, 4. Dezember 2015 11:43 Uhr An: development@qt-project.org Betreff: [Development] New Qt5.6 Beta snapshot available > Please test the packages & report all findings in Jira.

[Development] New Qt5.6 Beta snapshot available

2015-12-04 Thread Helio Chissini de Castro
Well, i'm not relying anymore on the released sources, i'm generating our test tarballs from git, in the specific case, the 5.6 branch. We complained already, and I decided that not worth wait to have our tasks done. If is too difficult to generate the official splitted tarballs, i can offer as a

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-04 Thread Thiago Macieira
On Friday 04 December 2015 10:42:39 Heikkinen Jani wrote: > We have finally new qt5.6 beta snapshot available > > > Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/278/ > > Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/287/ > > Mac: http://download.qt.io/snapshots/qt/5.6/5

[Development] New Qt5.6 Beta snapshot available

2015-12-04 Thread Heikkinen Jani
Hi all, We have finally new qt5.6 beta snapshot available Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/278/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/287/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/221/ Src: http://download.qt.io/snapshots/qt/5.6/5.6.

Re: [Development] New qt5.6 beta snapshot available

2015-11-17 Thread Tim Blechmann
> Namespaced builds are only tested on Linux IIRC, not os x. Similarly > static builds happen for ios, where the plugin loading code is > probably not used. ah, that explains why all namespaced build failures that i saw were on osx :) ___ Development ma

Re: [Development] New qt5.6 beta snapshot available

2015-11-16 Thread Thiago Macieira
On Tuesday 17 November 2015 11:23:40 Tim Blechmann wrote: > >> btw, would it be possible to configure gerrit to build statically linked > >> qt and possibly also namespaced qt before integrating a patch? in the > >> past it happened quite often that those two configuration options did > >> not comp

Re: [Development] New qt5.6 beta snapshot available

2015-11-16 Thread Hausmann Simon
: [Development] New qt5.6 beta snapshot available >>> These aren't yet final beta packages but please test these & report all >>> new blocker immediately >> >> no new blockers, but i still need to apply these two patches to be able >> to compile 5.6-beta on osx

Re: [Development] New qt5.6 beta snapshot available

2015-11-16 Thread Tim Blechmann
>>> These aren't yet final beta packages but please test these & report all >>> new blocker immediately >> >> no new blockers, but i still need to apply these two patches to be able >> to compile 5.6-beta on osx: >> >> https://codereview.qt-project.org/#/c/139577/ >> https://codereview.qt-project.o

Re: [Development] New qt5.6 beta snapshot available

2015-11-16 Thread Thiago Macieira
On Tuesday 17 November 2015 10:38:53 Tim Blechmann wrote: > > These aren't yet final beta packages but please test these & report all > > new blocker immediately > > no new blockers, but i still need to apply these two patches to be able > to compile 5.6-beta on osx: > > https://codereview.qt-pro

Re: [Development] New qt5.6 beta snapshot available

2015-11-16 Thread Tim Blechmann
> These aren't yet final beta packages but please test these & report all > new blocker immediately no new blockers, but i still need to apply these two patches to be able to compile 5.6-beta on osx: https://codereview.qt-project.org/#/c/139577/ https://codereview.qt-project.org/#/c/139981/ both

[Development] New qt5.6 beta snapshot available

2015-11-16 Thread Heikkinen Jani
Hi all, We have again new 5.6 beta snapshot available in http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/203/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/275/ Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0-beta/2