Re: QML inconsistency Android <-> Desktop

2016-05-20 Thread Dirk Hohndel
> On May 20, 2016, at 9:44 AM, Joakim Bygdell wrote: > > >> On 16 May 2016, at 21:32, Dirk Hohndel wrote: >> >> On Mon, May 16, 2016 at 09:24:33PM +0200, Joakim Bygdell wrote: Can you send a follow up patch that addresses that? >>> Sure. >> >>

Re: QML inconsistency Android <-> Desktop

2016-05-20 Thread Joakim Bygdell
> On 16 May 2016, at 21:32, Dirk Hohndel wrote: > > On Mon, May 16, 2016 at 09:24:33PM +0200, Joakim Bygdell wrote: >>> Can you send a follow up patch that addresses that? >> Sure. > > Thanks > Do you prefer a full patch series or just the new patches standalone? /Jocke

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

Re: QML inconsistency Android <-> Desktop

2016-05-16 Thread Dirk Hohndel
On Mon, May 16, 2016 at 09:24:33PM +0200, Joakim Bygdell wrote: > > Can you send a follow up patch that addresses that? > Sure. Thanks > > And thank you for your contribution. I know this was a massive pain to get > > working and really appreciate that you stuck with it and figured it out. > Can

Re: QML inconsistency Android <-> Desktop

2016-05-16 Thread Joakim Bygdell
> On 16 May 2016, at 21:21, Dirk Hohndel wrote: > > On Mon, May 16, 2016 at 09:12:13PM +0200, Joakim Bygdell wrote: >> >>> On 16 May 2016, at 20:39, Dirk Hohndel wrote: >>> >>> On Mon, May 16, 2016 at 11:17:22AM -0700, Dirk Hohndel wrote: On Sat, May

Re: QML inconsistency Android <-> Desktop

2016-05-16 Thread Dirk Hohndel
On Mon, May 16, 2016 at 09:12:13PM +0200, Joakim Bygdell wrote: > > > On 16 May 2016, at 20:39, Dirk Hohndel wrote: > > > > On Mon, May 16, 2016 at 11:17:22AM -0700, Dirk Hohndel wrote: > >> On Sat, May 07, 2016 at 02:33:50PM +0200, Joakim Bygdell wrote: > >>> When running

Re: QML inconsistency Android <-> Desktop

2016-05-16 Thread Joakim Bygdell
> On 16 May 2016, at 20:39, Dirk Hohndel wrote: > > On Mon, May 16, 2016 at 11:17:22AM -0700, Dirk Hohndel wrote: >> On Sat, May 07, 2016 at 02:33:50PM +0200, Joakim Bygdell wrote: >>> When running Subsurface-mobile on my laptop >>> I have a fully functional combobox that

Re: QML inconsistency Android <-> Desktop

2016-05-16 Thread Dirk Hohndel
On Mon, May 16, 2016 at 11:17:22AM -0700, Dirk Hohndel wrote: > On Sat, May 07, 2016 at 02:33:50PM +0200, Joakim Bygdell wrote: > > When running Subsurface-mobile on my laptop > > I have a fully functional combobox that autocompletes text input > > based on what exists in the list model. > > > >

Re: QML inconsistency Android <-> Desktop

2016-05-16 Thread Dirk Hohndel
On Sat, May 07, 2016 at 02:33:50PM +0200, Joakim Bygdell wrote: > When running Subsurface-mobile on my laptop > I have a fully functional combobox that autocompletes text input > based on what exists in the list model. > > However when I run the same build on android > the autocompletion only

QML inconsistency Android <-> Desktop

2016-05-07 Thread Joakim Bygdell
When running Subsurface-mobile on my laptop I have a fully functional combobox that autocompletes text input based on what exists in the list model. However when I run the same build on android the autocompletion only works for elements in the list that start with numbers. First I thought that