Re: PATH - Correct Algorithm File and fix some small annoyances

2016-01-26 Thread Tomaz Canabrava
Fixes ugly screens for the Mobile on Desktop. Thanks sebas and notmart for helping me find that. On Tue, Jan 26, 2016 at 2:49 PM, Tomaz Canabrava wrote: > cloud storage is being used from mobile and desktop, but we are using > different functions to deal with that. this is the first step to dea

Re: PATH - Correct Algorithm File and fix some small annoyances

2016-01-26 Thread Tomaz Canabrava
g. Now with attachment. On Tue, Jan 26, 2016 at 3:04 PM, Tomaz Canabrava wrote: > Fixes ugly screens for the Mobile on Desktop. > Thanks sebas and notmart for helping me find that. > > > On Tue, Jan 26, 2016 at 2:49 PM, Tomaz Canabrava > wrote: > >> cloud storage is being used from mobile a

PATH - Correct Algorithm File and fix some small annoyances

2016-01-26 Thread Tomaz Canabrava
cloud storage is being used from mobile and desktop, but we are using different functions to deal with that. this is the first step to deal with that. From 6a7ce9ded54a79c669030df3c73ce8cc4303b81f Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 26 Jan 2016 13:02:42 -0200 Subject: [PATCH

Re: QtCreator problem?

2016-01-26 Thread Tomaz Canabrava
On Tue, Jan 26, 2016 at 2:35 PM, Willem Ferguson < willemfergu...@zoology.up.ac.za> wrote: > On 26/01/2016 17:23, Dirk Hohndel wrote: > >> The name downloadmanager.cpp could indicate a number of different things - >> I know that you were planning to create the model for dive computer >> vendors an

Re: QtCreator problem?

2016-01-26 Thread Willem Ferguson
On 26/01/2016 17:23, Dirk Hohndel wrote: The name downloadmanager.cpp could indicate a number of different things - I know that you were planning to create the model for dive computer vendors and models separately; that should go into qt-models. desktop-widgets should only contain code that's exc

Re: [PATCH] MOBILE: Update table of downloaded dives

2016-01-26 Thread John Smith
I think there might be something else going on as I've also seen a similar problem , with everything forced over, on manually added dives. Sent from my iPad > On 26 Jan 2016, at 14:42, Willem Ferguson > wrote: > > John, > Thank you for the comment, it is very useful. I get similar issue on

Re: QtCreator problem?

2016-01-26 Thread Dirk Hohndel
On Tue, Jan 26, 2016 at 04:16:05PM +0200, Willem Ferguson wrote: > I am working with the subsurface project loaded into QtCreator. I created a > new class, the files (.cpp, .h) of which exists in the directory: > desktop-widgets. The name downloadmanager.cpp could indicate a number of different th

Re: QtCreator problem?

2016-01-26 Thread Sebastian Kügler
On Tuesday, January 26, 2016 04:16:05 PM Willem Ferguson wrote: > I am working with the subsurface project loaded into QtCreator. I > created a new class, the files (.cpp, .h) of which exists in the > directory: desktop-widgets. When I refer to this class from within the > Subsurface C++ code, I

Re: [PATCH] MOBILE: Update table of downloaded dives

2016-01-26 Thread Willem Ferguson
John, Thank you for the comment, it is very useful. I get similar issue on my mobile phone and the column headers disappear. It will probably right itself once I start loading dive information into the table using an appropriate data model. At this stage the real work is the background proces

QtCreator problem?

2016-01-26 Thread Willem Ferguson
I am working with the subsurface project loaded into QtCreator. I created a new class, the files (.cpp, .h) of which exists in the directory: desktop-widgets. When I refer to this class from within the Subsurface C++ code, I get an error: "Undefined reference" to the constructor and method of t

Re: [PATCH] MOBILE: Update table of downloaded dives

2016-01-26 Thread John Smith
My layout is similar but all of the columns in the downloaded dives box are pushed to the left hand side, taking up about 25% of the available space I also don't have the slider at the bottom Sent from my iPad > On 25 Jan 2016, at 09:16, Willem Ferguson > wrote: > > This is a second patch th

Re: [PATCH] QML UI: If a dive has multiple cylinders show "Multiple" in the details page

2016-01-26 Thread Sebastian Kügler
On Monday, January 25, 2016 09:28:10 PM Joakim Bygdell wrote: > + cylinder = "Multiple"; QStringLiteral("multiple") saves conversion costs. Perhaps even qsTr("Multiple"), since this will show up in the UI, untranslated. (Better already do it for new user-facing strings, eve

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread Sebastian Kügler
On Monday, January 25, 2016 06:44:50 PM Joakim Bygdell wrote: > After adding "Cylinder" to the DiveDetails page the objects had to be > rearranged in order to better utilise the space. > To get a cleaner look on smaller screens the left side is left aligned and > the right side is right aligend. I

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread Joakim Bygdell
On 26 January 2016 at 12:52, Rick Walsh wrote: > > > On 26 January 2016 at 22:47, Joakim Bygdell wrote: > >> >> >> On 26 January 2016 at 12:37, Rick Walsh wrote: >> >>> >>> >>> On 26 January 2016 at 22:22, David Tillotson >>> wrote: >>> >>> I can't reproduce the crashes that I saw, but have fo

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread Joakim Bygdell
On 26 January 2016 at 12:50, David Tillotson wrote: > >> > > > >Yes, that looks like the issue I'm getting too. Both of us have suit > >entries that take up more than one column width, which pushes the page > >width to greater than the display width. It's fine for me on dives > >where I > >hav

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread Rick Walsh
On 26 January 2016 at 22:47, Joakim Bygdell wrote: > > > On 26 January 2016 at 12:37, Rick Walsh wrote: > >> >> >> On 26 January 2016 at 22:22, David Tillotson >> wrote: >> >> I can't reproduce the crashes that I saw, but have found a rather odd >>> scaling issue. Most of the data fields are si

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread David Tillotson
On 26 January 2016 11:37:31 GMT+00:00, Rick Walsh wrote: >On 26 January 2016 at 22:22, David Tillotson >wrote: > >> On 26 January 2016 10:54:36 GMT+00:00, Rick Walsh > >> wrote: >> >Forget about cylinders and weights (just kidding), it appears you >have >> >fixed the annoying subsurface-mobile cr

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread Joakim Bygdell
On 26 January 2016 at 12:37, Rick Walsh wrote: > > > On 26 January 2016 at 22:22, David Tillotson wrote: > >> On 26 January 2016 10:54:36 GMT+00:00, Rick Walsh >> wrote: >> >Forget about cylinders and weights (just kidding), it appears you have >> >fixed the annoying subsurface-mobile crashes I

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread Rick Walsh
On 26 January 2016 at 22:22, David Tillotson wrote: > On 26 January 2016 10:54:36 GMT+00:00, Rick Walsh > wrote: > >Forget about cylinders and weights (just kidding), it appears you have > >fixed the annoying subsurface-mobile crashes I had been getting when > >flicking through my dives. Tack o

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread Joakim Bygdell
On 26 January 2016 at 12:21, Rick Walsh wrote: > > > On 26 January 2016 at 21:54, Rick Walsh wrote: > >> Jocke, >> >> On 26 January 2016 at 04:44, Joakim Bygdell wrote: >> >>> After adding "Cylinder" to the DiveDetails page the objects had to be >>> rearranged >>> in order to better utilise the

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread Rick Walsh
On 26 January 2016 at 21:54, Rick Walsh wrote: > Jocke, > > On 26 January 2016 at 04:44, Joakim Bygdell wrote: > >> After adding "Cylinder" to the DiveDetails page the objects had to be >> rearranged >> in order to better utilise the space. >> To get a cleaner look on smaller screens the left si

Re: [PATCH 1/3] QML-UI: Rearrange the DiveDetails page

2016-01-26 Thread Rick Walsh
Jocke, On 26 January 2016 at 04:44, Joakim Bygdell wrote: > After adding "Cylinder" to the DiveDetails page the objects had to be > rearranged > in order to better utilise the space. > To get a cleaner look on smaller screens the left side is left aligned and > the > right side is right aligend.