Re: [Development] Supported platforms for Qt 5.8

2016-03-02 Thread rpzrpz...@gmail.com
On 3/3/2016 12:26 AM, Thiago Macieira wrote: On quinta-feira, 3 de março de 2016 00:23:45 PST rpzrpz...@gmail.com wrote: 5.6 releases tomorrow No, it doesn't. http://wiki.qt.io/Qt-5.6-release ___ Development mailing list Developme

Re: [Development] Supported platforms for Qt 5.8

2016-03-02 Thread rpzrpz...@gmail.com
With all the talk about support on 5.7 and 5.8, is 5.6 going to support debugging under IOS 9.2 Simulator? 5.6 releases tomorrow, Qt Creator Bug 15705 not fixed. Has anybody debugged Qt 5.6 under IOS 9.x Simulator recently? md On 3/3/2016 12:17 AM, Turunen Tuukka wrote: André Somers kir

Re: [Development] [Interest] 5.7 feature freeze

2016-01-27 Thread rpzrpz...@gmail.com
Shawn: Well, that is news, private API. QT+=quick-private #include Honestly, I don't actually care whether private or public, as long as I can compile and run from Qt Creator, I send out the entire app on android and IOS anyways, so that means I re-ship the share libraries every time anyways

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] RFC: Speech Recognition API

2015-09-18 Thread rpzrpz...@gmail.com
Tuukka: Instead of pointing us at source code to inspect, maybe a youtube video outlining in a more visual way your current plan of attack and some of the considerations and issues andn goals that you feel are relevant given your current state of research. What are the Android vs IOS tradeoffs?

Re: [Development] QtCS: Long Term Release discussion

2015-06-22 Thread rpzrpz...@gmail.com
On 6/22/2015 9:16 AM, Thiago Macieira wrote: > On Monday 22 June 2015 06:56:25 rpzrpz...@gmail.com wrote: >> Don't have the manpower? >> >> Then transfer LTS support over to a group of willing volunteers whose >> businesses depend on it and let them handle as a GROU

Re: [Development] QtCS: Long Term Release discussion

2015-06-22 Thread rpzrpz...@gmail.com
Don't have the manpower? Then transfer LTS support over to a group of willing volunteers whose businesses depend on it and let them handle as a GROUP the maintenance. Provide a space on the the Qt Web Site for organizing reasons and make it officially a "community" only supported pile of code.

[Development] Configure setting location for release

2015-04-26 Thread rpzrpz...@gmail.com
Hello: Does anybody know where I could find the configure settings used for building the released QT versions 5.4.x? I would like to see the IOS and Android settings. Thank you, md -- No spell checkers were harmed during the creation of this message. _

Re: [Development] Building Modules

2015-04-22 Thread rpzrpz...@gmail.com
Thiago: Unfortunately, your suggestion of removing the directory and/or its contents did not yield a positive result. How does one successfully remove a sub-module from the build process? Copied below is the nmake output after removing the contents of the qlalr directory and the directory itsel

Re: [Development] Qmlscene from Qt 5.3 results segmentation fault

2014-06-16 Thread rpzrpz...@gmail.com
compiler and not MingW) Cheers, md On 6/16/2014 2:17 PM, Thiago Macieira wrote: > Em seg 16 jun 2014, às 13:35:19, rpzrpz...@gmail.com escreveu: >> I would love it if you could provide a link or youtube to a step-by-step >> to build a debug build of Qt 5.3.x for Android/IOS/Desk

Re: [Development] Qmlscene from Qt 5.3 results segmentation fault

2014-06-16 Thread rpzrpz...@gmail.com
I would love it if you could provide a link or youtube to a step-by-step to build a debug build of Qt 5.3.x for Android/IOS/Desktop starting from the base installation with the normal SRC directory. I have some messages flowing around related to how to build minimum size Qt libraries, but not anyt