[Development] QtCon rooms for QCS

2016-07-28 Thread Thiago Macieira
Looking at https://conf.qtcon.org/en/qtcon/public/schedule/2016-09-02 and the other days, I see only one room reserved for QCS at any particular hour. We usually occupy two or three rooms, based on past QCSs. Can we have more rooms, please? At least one more, for the entire period. I'm trying t

[Development] [QML] Avoiding graphics flicker in Quick2

2016-07-28 Thread Denis Shienkov
Hi all. I have some QML application, where just use QQuickView as QML container. This application uses Qt 5.7.x and running on Linux embedded board with the NVIDIA core (Toradex Apalis T30). But sometimes I got flickering in process of animation. A flickering represents in form of a "white" strip

Re: [Development] QML: Why C++11 scoped enums are not scoped in QML?

2016-07-28 Thread BogDan Vatra
On joi, 28 iulie 2016 09:52:56 EEST Dominik Holland wrote: > Am 28.07.16 um 09:41 schrieb Olivier Goffart: > > On Donnerstag, 28. Juli 2016 10:32:54 CEST BogDan Vatra wrote: > >> On miercuri, 27 iulie 2016 09:08:32 EEST Thiago Macieira wrote: > >>> On quarta-feira, 27 de julho de 2016 11:47:03 PDT

Re: [Development] [QML]: Why can't create Q_GADGETs from QML ?

2016-07-28 Thread BogDan Vatra
Hi, Task created here https://bugreports.qt.io/browse/QTBUG-54983 Cheers, BogDan. On marți, 26 iulie 2016 15:37:04 EEST Simon Hausmann wrote: > Hi, > > > No objection per-se, but we'd have to figure out some details. For example > declarative instantiation is > > not an object, as the ownersh

Re: [Development] Programs crashing left and right in the CI

2016-07-28 Thread Michal Klocek
Hi It seems to happen in different modules (here qttools and qtlocation) and in different branches (here dev and 5.6), but on mac/clang and during moc compilation. http://testresults.qt.io/logs/qt/qttools/19be2439dce662a3c2cfee15bce24f8b399c7a45/OSXOSX_10_09x86_64OSXOSX_10_09x86_64Clangqtci-o

Re: [Development] [QML]: Register global enums/flags to QML ?

2016-07-28 Thread BogDan Vatra
On joi, 28 iulie 2016 09:22:37 EEST Olivier Goffart wrote: > On Dienstag, 26. Juli 2016 18:18:48 CEST BogDan Vatra wrote: > > Hello, > > > > I'd like to be able to register some "global" enums/flags to QML. I > > checked > > a little bit how Qt does with all the enums from Qt namespace > > (qnames

Re: [Development] QML: Why C++11 scoped enums are not scoped in QML?

2016-07-28 Thread Dominik Holland
Am 28.07.16 um 09:41 schrieb Olivier Goffart: > On Donnerstag, 28. Juli 2016 10:32:54 CEST BogDan Vatra wrote: >> On miercuri, 27 iulie 2016 09:08:32 EEST Thiago Macieira wrote: >>> On quarta-feira, 27 de julho de 2016 11:47:03 PDT BogDan Vatra wrote: On miercuri, 27 iulie 2016 10:35:01 EEST

Re: [Development] QML: Why C++11 scoped enums are not scoped in QML?

2016-07-28 Thread Olivier Goffart
On Donnerstag, 28. Juli 2016 10:32:54 CEST BogDan Vatra wrote: > On miercuri, 27 iulie 2016 09:08:32 EEST Thiago Macieira wrote: > > On quarta-feira, 27 de julho de 2016 11:47:03 PDT BogDan Vatra wrote: > > > On miercuri, 27 iulie 2016 10:35:01 EEST André Somers wrote: > > > > Op 27/07/2016 om 09:5

Re: [Development] QML: Why C++11 scoped enums are not scoped in QML?

2016-07-28 Thread BogDan Vatra
On miercuri, 27 iulie 2016 09:08:32 EEST Thiago Macieira wrote: > On quarta-feira, 27 de julho de 2016 11:47:03 PDT BogDan Vatra wrote: > > On miercuri, 27 iulie 2016 10:35:01 EEST André Somers wrote: > > > Op 27/07/2016 om 09:53 schreef BogDan Vatra: > > > Would that not break existing QML applica

Re: [Development] [QML]: Register global enums/flags to QML ?

2016-07-28 Thread Olivier Goffart
On Dienstag, 26. Juli 2016 18:18:48 CEST BogDan Vatra wrote: > Hello, > > I'd like to be able to register some "global" enums/flags to QML. I checked > a little bit how Qt does with all the enums from Qt namespace > (qnamespace.h) and I end-up in qqmlbuiltinfunctions which does all the > "magic" w