Re: [Development] Documentation of new Qt features in qtdoc

2021-11-22 Thread EXT Craig Scott
On 23 Nov 2021, at 6:07 am, Edward Welbourne mailto:edward.welbou...@qt.io>> wrote: On Mon, Nov 22, 2021 at 10:43:45AM +, Edward Welbourne wrote: Documenting it while it's fresh in your mind generally leads to a better description, after all, Oswald Buddenhagen (22 November 2021 12:47) rep

[Development] Proposing to move deploy tools to qtbase

2021-11-16 Thread EXT Craig Scott
, if possible. Craig Scott ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] Raising minimum CMake version to 3.16 for Qt6

2021-05-04 Thread EXT Craig Scott
, the original target of 3.14 was likely based on the CMake versions available in major Linux distributions at the time, but 3.16 or later now seems to be widely enough available (Ubuntu 20.04 is the main blocker for being able to go any higher than 3.16). Craig Scott

Re: [Development] Possible bug in signals and slots handling in QML.

2012-01-03 Thread Craig Scott
work, undefined property > on__privateSignal: { console.debug('on_privateSignal') } // does > not work, undefined property > } > > Is that an intended behaviour? Or maybe the handlers are being > created, but using a different naming scheme? > > Best regar