Re: [Development] syncqt.pl in C++

2017-03-09 Thread Egor Pugin
Hello again, Pretty long discussion is moved to build systems. Here are some my general notes and brief presentation of my project. 1. For those who may be interested - my simple implementation of syncqt.pl in C++ available here [1]. Works for me, tested and compiled core, gui, widgets, prepared

Re: [Development] syncqt.pl in C++

2017-03-09 Thread Adam Treat
On 03/07/2017 03:54 PM, Thiago Macieira wrote: Same here, though I have also to concede that breaking the status quo (to quote Jake's tweet) is sometimes a good idea. Teambuilder -- to name another Trolltech project that had nothing to do with qt -- was a couple of orders of magnitude better

Re: [Development] syncqt.pl in C++

2017-03-09 Thread Jake Petroules
> On Mar 9, 2017, at 2:47 AM, Mathias Hasselmann > wrote: > > > > Am 08.03.2017 um 21:23 schrieb Jake Petroules: >> The general idea is kind of following that of the Gradle wrapper, >> where any project that uses the Gradle build system also can include >> a

Re: [Development] syncqt.pl in C++

2017-03-09 Thread Lisandro Damián Nicanor Pérez Meyer
On jueves, 9 de marzo de 2017 11:22:28 ART Konrad Rosenbaum wrote: > Hi, > > On Wed, March 8, 2017 21:23, Jake Petroules wrote: > > Personally, I also prefer a build process never touch the network, but the > > average developer isn't that picky and just wants to Get Things Done. > > The average

Re: [Development] Help needed: Qt 3D Android build issue

2017-03-09 Thread Marc Mutz
On Thursday 26 May 2016 14:00:44 Sean Harmer wrote: > If anybody else if using 4.8 then they can try this patch. This cropped up again: http://bugreports.qt.io/browse/QTBUG-59399 → https://codereview.qt-project.org/187980 -- Marc Mutz | Senior Software Engineer KDAB

Re: [Development] Qt mobile input context scrolling

2017-03-09 Thread Jason H
> Hello, > I am trying to disable Qt auto-scrolling on mobile devices(iOS, Android) when > focusing on an input field in QtQuick. > > For iOS it was pretty simple and just for a proof of concept making > QIOSInputContext::scrollableRootView to always to return 0 disabled the > auto-scrolling

[Development] Qt Visual Studio Tools (Beta) for Visual Studio 2017

2017-03-09 Thread Karsten Heimrich
Hi, I am happy to inform you that we uploaded an initial version of our Qt Visual Studio Tools with support for VS 2017 to http://download.qt.io/development_releases/vsaddin br, Karsten Heimrich ___ Development mailing list Development@qt-project.org

Re: [Development] syncqt.pl in C++

2017-03-09 Thread Mathias Hasselmann
Am 08.03.2017 um 21:23 schrieb Jake Petroules: The general idea is kind of following that of the Gradle wrapper, where any project that uses the Gradle build system also can include a standard wrapper script which obtains and bootstraps the build system itself before building your project,

Re: [Development] Qt mobile input context scrolling

2017-03-09 Thread Samuel Nevala
Would be great to see resize as default option but there is visual glitches when using resize https://bugreports.qt.io/browse/QTBUG-41170. Samuel Nevala On 9 March 2017 at 10:08, Olivier Goffart wrote: > On Donnerstag, 9. März 2017 06:33:11 CET Vlad Seryakov wrote: > >

Re: [Development] syncqt.pl in C++

2017-03-09 Thread Konrad Rosenbaum
Hi, On Wed, March 8, 2017 21:23, Jake Petroules wrote: > Personally, I also prefer a build process never touch the network, but the > average developer isn't that picky and just wants to Get Things Done. The average test engineer is that picky and even worse! A test engineer expects to save a

Re: [Development] Qt mobile input context scrolling

2017-03-09 Thread Olivier Goffart
On Donnerstag, 9. März 2017 06:33:11 CET Vlad Seryakov wrote: > Hello, > I am trying to disable Qt auto-scrolling on mobile devices(iOS, Android) > when focusing on an input field in QtQuick. > > For iOS it was pretty simple and just for a proof of concept making >