Re: Android build -825

2016-02-11 Thread David Tillotson
On 11 February 2016 06:20:56 GMT+00:00, Dirk Hohndel wrote: >- rewrote start page > >I think the way this works now makes a lot more sense. Please play with > it and tell me what you think > >- disabled some menu options unless valid credentials have been entered > >- back key

Re: [PATCH 2/2] Adding about page to Subsurface-mobile

2016-02-11 Thread Sebastian Kügler
On Wednesday, February 10, 2016 07:50:00 PM Miika Turkia wrote: > On Wed, Feb 10, 2016 at 5:29 PM, Sebastian Kügler wrote: > > On Wednesday, February 10, 2016 05:09:51 PM Miika Turkia wrote: > >> +import QtQuick.Window 2.2 > >> +import QtQuick.Dialogs 1.2 > > > > Seems unused? > >

Re: Android build -825

2016-02-11 Thread Jan Mulder
Again, forgot to reply list. Sorry. --jan On 11-02-16 07:20, Dirk Hohndel wrote: - rewrote start page I think the way this works now makes a lot more sense. Please play with it and tell me what you think Contents is fine, but it does not slide upwards, not even with the keyboard

C++ /QML interaction headaches

2016-02-11 Thread Willem Ferguson
I include an image explaining much of the context of the problem I encounter. I have a QML combobox that needs to respond to a C++ QStringListModel. I do this as follows: At the start where the QML machine is initialised (at the top of the attached image) 1) Define and instantiate the

Android alpha -832 with experimental mobile components change

2016-02-11 Thread Dirk Hohndel
Since many of us were not in love with the ActionButton and the way it was used to interact with the application, Marco kindly made an experimental version of the mobile components to be able to test a different idea with our users. Those of you who have played with the Android app, I'd

Re: Android issues

2016-02-11 Thread Anton Lundin
On February 11, 2016 3:03:50 AM GMT+01:00, Dirk Hohndel wrote: > >> On Feb 10, 2016, at 3:53 PM, Andreas wrote: >> > >> > Out of curiosity: which dive computer(s) do you have? >> >> I have an ostc2n and an xdeep. >> >> > >Then you might be in luck

Re: Android alpha -833 with experimental mobile components change

2016-02-11 Thread Dirk Hohndel
> On Feb 11, 2016, at 11:34 AM, Dirk Hohndel wrote: > > > Since many of us were not in love with the ActionButton and the way it was > used to interact with the application, Marco kindly made an experimental > version of the mobile components to be able to test a different

Re: Android alpha -833 with experimental mobile components change

2016-02-11 Thread Rick Walsh
Good morning On 12 February 2016 at 07:47, Dirk Hohndel wrote: > > > On Feb 11, 2016, at 11:34 AM, Dirk Hohndel wrote: > > > > > > Since many of us were not in love with the ActionButton and the way it > was used to interact with the application, Marco

Re: Android build -825

2016-02-11 Thread Willem Ferguson
On 11/02/2016 08:20, Dirk Hohndel wrote: - rewrote start page I think the way this works now makes a lot more sense. Please play with it and tell me what you think - disabled some menu options unless valid credentials have been entered caveat - this works in my APK but not if built

Re: [PATCH] Separate downloadfromdivecomputer code into a separate class

2016-02-11 Thread Willem Ferguson
Subject: [PATCH] [PATCH] Separate downloadfromdivecomputer code to separate class This code has been cleaned up. 1) Code from downloadfromdivecomputer.cpp is moved to a new class downloadmanager.cpp. Encapsulation of diveloadmanager is maximised. As development proceeds more code will be