Re: [Development] QProperty and library coding guide

2020-07-15 Thread Friedemann Kleint
Hi, > 3) how QProperty is source-compatible with Qt 5 user code. Specifically, it needs to be transparently visible in QMetaObject like old-style properties and setting/retrieving properties via name and QVariant needs to work for Qt Designer's property editor. Code generation via uic also n

Re: [Development] QtWayland Compositor and marketplace

2020-07-15 Thread Pier Luigi Fiorini
Il giorno ven 10 lug 2020 alle ore 14:56 David Edmundson < davidedmund...@kde.org> ha scritto: > > > On Mon, Jul 6, 2020 at 5:58 PM Pier Luigi Fiorini < > pierluigi.fior...@gmail.com> wrote: > >> Hi, >> >> I noticed that some modules are going into the marketplace, for example >> Qt Multimedia. >>

[Development] QProperty and library coding guide

2020-07-15 Thread Thiago Macieira
There's a flurry of changes going in right now about using QProperty in QObject-derived classes. But before those begin being approved, I'd like to see QProperty added to our library coding guide. Specifically, I want the document to explain: a) when QProperty should be used and when it shouldn

[Development] Coin updated to v1.4.1

2020-07-15 Thread Toni Saario
Hi everyone, Coin has been updated to version 1.4.1 today. Most notably this version brings support for building targets with saved host artifacts and use of sccache in Coin. Also the missed stage events from gerrit and more has been fixed. Full list of changes included is available at https:/