Re: [PATCH] WIP: use kirigami plugin instead of embedding in qrc

2016-05-17 Thread Marco Martin
On Tuesday 17 May 2016 18:00:46 Marco Martin wrote: > the patch now uses two cmake options in kirigami that make it not even > search for the optional dependencies, so shouldn't spam with scary > $foo not found messages at configure time anymore another thing that I'll probably change in a future

Re: [PATCH] WIP: use kirigami plugin instead of embedding in qrc

2016-05-17 Thread Marco Martin
On Thu, May 5, 2016 at 5:27 PM, Marco Martin wrote: > Hi all, > at this point it's being a bit of a problem for me not being able to > add any C++ part in kirigami, since i cannot do a qml plugin (or > subsurface would break) > We included it as qrc resources in the beginning

Re: QML inconsistency Android <-> Desktop

2016-05-17 Thread Marco Martin
On Monday 16 May 2016 11:17:22 Dirk Hohndel wrote: > > I could find one bug report that autocompletion didn’t work on android > > but that should have been fixed for Qt 5.6. > > It's very obvious that Android and iOS are second class platforms for Qt. > I just applied your patches and will test