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

2015-12-15 Thread Oikarinen Johannes
Hi Anton, You should be able to embed browser component to QtWidget application by using WebEngine Widgets: http://doc.qt.io/qt-5/qtwebenginewidgets-index.html -Johannes From: Development [mailto:development-boun...@qt-project.org] On Behalf Of Al-Khanji Louai Sent: 15. joulukuuta 2015 1:12 To

Re: [Development] Nominating Pasi Petäjäjärvi for Approver status

2015-12-15 Thread Blasche Alexander
Congratulations to Pasi. Jira and Gerrit rights have been set. -- Alex From: Development on behalf of Agocs Laszlo Sent: Tuesday, November 24, 2015 10:04 To: development@qt-project.org Subject: [Development] Nominating Pasi Petäjäjärvi for Approver status

[Development] High-DPI 5.6 beta update

2015-12-15 Thread Sorvig Morten
Hi, I’d like to provide short update on the changes in this space, an also lay out some plans and possibilities for the future. Thanks to everyone who has helped out! New changes: * @3x support landed, both for Qt Widgets and Qt Quick. Implemented as @Nx support, with @9x as a maximum value. *

[Development] [Announce] Qt Creator 3.6.0 released

2015-12-15 Thread List for announcements regarding Qt releases and development
We are happy to announce the release of Qt Creator 3.6.0: http://blog.qt.io/blog/2015/12/15/qt-creator-3-6-0-released/ -- Eike Ziller, Senior Software Engineer - The Qt Company GmbH The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haata

Re: [Development] Nominating Pasi Petäjäjärvi for Approver status

2015-12-15 Thread Al-Khanji Louai
Congrats! _ From: Blasche Alexander mailto:alexander.blas...@theqtcompany.com>> Sent: Tuesday, December 15, 2015 3:21 AM Subject: Re: [Development] Nominating Pasi Petäjäjärvi for Approver status To: mailto:development@qt-project.org>> Congratulations to Pasi. Jira

Re: [Development] High-DPI 5.6 beta update

2015-12-15 Thread rpzrpz...@gmail.com
On 12/15/2015 5:03 AM, Sorvig Morten wrote: Hi, I’d like to provide short update on the changes in this space, an also lay out some plans and possibilities for the future. Thanks to everyone who has helped out! New changes: * @3x support landed, both for Qt Widgets and Qt Quick. Implemented as

Re: [Development] High-DPI 5.6 beta update

2015-12-15 Thread Giuseppe D'Angelo
On Tue, Dec 15, 2015 at 8:25 PM, rpzrpz...@gmail.com wrote: > Image > { > id: gicon > source: qrc:/img/test.svg > anchors.fill: parent > } > > Pro File: > > QT += svg > > Outside of the app, in the Android Manifext.xml and IOS, you need to provide > pre-generated launcher PNG icons, bu

Re: [Development] High-DPI 5.6 beta update

2015-12-15 Thread Tim Blechmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> Image { id: gicon source: qrc:/img/test.svg anchors.fill: parent >> } >> >> Pro File: >> >> QT += svg >> >> Outside of the app, in the Android Manifext.xml and IOS, you need >> to provide pre-generated launcher PNG icons, but inside the app >>

Re: [Development] High-DPI 5.6 beta update

2015-12-15 Thread Olivier Goffart
On Tuesday 15. December 2015 20:53:22 Tim Blechmann wrote: > >> Image { id: gicon source: qrc:/img/test.svg anchors.fill: parent > >> } > >> > >> Pro File: > >> > >> QT += svg > >> > >> Outside of the app, in the Android Manifext.xml and IOS, you need > >> to provide pre-generated launcher PNG i

Re: [Development] High-DPI 5.6 beta update

2015-12-15 Thread Tim Blechmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Your thoughts on projects that use ONLY SVG image resources and not PNG/JPEG? >>> >>> But the above: >>> >>> 1) already works >> >> kind of ... the above will rasterize the svg for the resolution >> of the Image which is then upscaled, t

[Development] QT development needed

2015-12-15 Thread Jim Stracka
I have an iOS App that I need written in QT for porting to other platforms. the iOS App is "StrackaLine" ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QT development needed

2015-12-15 Thread Florian Bruhin
* Jim Stracka [2015-12-15 13:44:17 -0800]: > I have an iOS App that I need written in QT for porting to other platforms. > > the iOS App is "StrackaLine" This list is for development *of* Qt itself. As for your question, I suggest you take a look at Qt's partners: http://www.qt.io/partners/ Fl