Re: [Development] Qt 5.9 feature freeze

2017-01-24 Thread mark diener
Jani: Qt shipped 5.8.0. Qt Lite shipped. Nice Job. Maybe Qt should actually define "Feature Freeze" as the following: Qt will now FREEZE new development and task dev staff 100% for 2 months to clean out all the bugs that are P2 important and up and get caught up on bug fixing. At the end of 2

Re: [Development] [Announce] Qt 5.6.0 RC released

2016-02-23 Thread mark diener
Hello List: Anybody running OSX El Capitan 10.11 with Qt 5.6.0 RC and IOS 9.2 and Xcode 7.2 and able to successfully debug under IOS Simulator? https://bugreports.qt.io/browse/QTCREATORBUG-15705 Any comments appreciated, md On Tue, Feb 23, 2016 at 11:41 PM, List for announcements regarding Qt

Re: [Development] HEADS UP: Qt 5.6.0 branching ongoing

2016-02-02 Thread mark diener
Jani: I submitted a message a week ago about the blocker list criterion and could not find a QT FAQ on what are the critierion. For example: https://bugreports.qt.io/browse/QTBUG-50374 is NOT a blocker for 5.6.0 RC. It is P2: Important. Likely I am missing something about how the blocker list

Re: [Development] [Interest] 5.7 feature freeze

2016-01-28 Thread mark diener
feature freeze 5.7 on Monday. Thanks, md On Wed, Jan 27, 2016 at 10:15 AM, Rutledge Shawn <shawn.rutle...@theqtcompany.com> wrote: > >> On 27 Jan 2016, at 13:34, mark diener <rpzrpz...@gmail.com> wrote: >> >> The other major problem is that QQuickItem does

Re: [Development] 5.7 feature freeze

2016-01-27 Thread mark diener
Lars: I am sure I am not the only newcomer to QT who would love to add code to the 5.7 feature list, but barely have time to contribute bugs to debug 5.6.0 beta let alone look ahead to 5.7 Now we are faced with waiting until 5.8 to even think about a set of key missing functions in Qt QML. I am

Re: [Development] HEADS UP: Qt 5.6.0 branching ongoing

2016-01-25 Thread mark diener
Jani: I see the 5.6.0 RC blocker list. But what about bugs like? Using 5.6.0 Beta: https://bugreports.qt.io/browse/QTBUG-50374 What is the criterion for entry into the blocker list? Only core code, not tools? Thank you, md On Mon, Jan 25, 2016 at 5:39 AM, Heikkinen Jani

[Development] qqmlengine/qqmlimport access

2015-05-29 Thread mark diener
Hello dev list: Qt 5.4.1. At the top of qqmlimport_p.h, it discusses how it is NOT part of the QT API and subject to change. In qqmlengine.h, there is addImportPath( ) to allow qqmlimport to resolve types using a module/qmldir file. But ByteArray derived components have no equivalent

[Development] Q_INVOKABLE QAbstractListModel

2015-05-23 Thread mark diener
Hello: I came across a use case where I wanted to return a QAbstractListModel from a Q_INVOKABLE in a C++ QObject based class. The explicit constructor for QAbstractListModel requires a construction of these classes that forces the Q_INVOKABLE to return a pointer to the List Model instance. I

[Development] 5.4.1 OSX macdeployqt FAIL

2015-05-10 Thread mark diener
Hello: Has someone gotten macdeployqt to actually work and create a self running bundle that successfully runs on OSX ? If yes, please share your command line for macdeployqt. My macdeployqt command line: macdeployqt ./testdep.app/ -qmldir=/macdev/qdev/testdep/ my otool dump of the bundle

Re: [Development] 5.4.1 OSX macdeployqt FAIL

2015-05-10 Thread mark diener
. YIKES! Who is the maintainer of macdeployqt? On Sun, May 10, 2015 at 9:57 AM, mark diener rpzrpz...@gmail.com wrote: Hello: Has someone gotten macdeployqt to actually work and create a self running bundle that successfully runs on OSX ? If yes, please share your command line for macdeployqt

Re: [Development] Building Modules

2015-04-22 Thread mark diener
install without error. Thank you again for your frequent and prompt suggestions. Cheers, md On Wed, Apr 22, 2015 at 6:13 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Wednesday 22 April 2015 17:29:28 mark diener wrote: Thiago and Gunnar: Thank you for your suggestions, yet none

Re: [Development] Building Modules

2015-04-22 Thread mark diener
: fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. On Sat, Apr 18, 2015 at 3:00 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Saturday 18 April 2015 09:47:28 mark diener wrote: Hello: How does one remove

[Development] Building Modules

2015-04-18 Thread mark diener
Hello: How does one remove a submodule from a git repository build? (even if I already downloaded it) In this case, I want qlalr submodule to be removed from the build process. Qlalr does not build on Windows Any responses, thanks. Mark ___

[Development] Modules and skip

2015-04-18 Thread mark diener
Hello: The following table lists the Qt essentials. I am building Qt from scratch and I am having a bit of trouble finding where the modules that I can remove from the build are located. Generally in configure, there are -skip directives For example: configure -skip qtserialport Where can I