Fwd: Re: Qt and subsurface for Android

2017-01-02 Thread Willem Ferguson
On 02/01/2017 14:10, Dirk Hohndel wrote: You need to have a version of Qt that contains the Android bits installed. Something like this http://download.qt.io/official_releases/qt/5.7/5.7.1/qt-opensource-linux-x64-android-5.7.1.run Install this wherever you want - and then have a link named ~/

Re: Qt and subsurface for Android

2017-01-02 Thread Willem Ferguson
On 02/01/2017 14:10, Dirk Hohndel wrote: You need to have a version of Qt that contains the Android bits installed. Something like this http://download.qt.io/official_releases/qt/5.7/5.7.1/qt-opensource-linux-x64-android-5.7.1.run Install this wherever you want - and then have a link named ~/sr

Beta 2 is out

2017-01-02 Thread Dirk Hohndel
Binaries are uploaded, tag is pushed, announcements are out on FB and G+. /D ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Re: Now let's test Windows, too [was: Re: since we are testing things on Mac...]

2017-01-02 Thread Dirk Hohndel
> On Jan 2, 2017, at 6:08 PM, Lubomir I. Ivanov wrote: > > On 2 January 2017 at 18:27, Dirk Hohndel wrote: >> >>> On Jan 2, 2017, at 5:26 AM, Lubomir I. Ivanov wrote: >>> >>> P.S. >>> as a side note, i'm unable to build Subsurface on Win32 for months due >>> to a CMake error that tells me it

Re: since we are testing things on Mac...

2017-01-02 Thread Lubomir I. Ivanov
On 2 January 2017 at 19:38, Fede Masias wrote: > Lubomir, > I tried Flow Layout at first, but checking again, it is also broken in One > Dive, Six Dives, and Two Dives default templates. It does not appear to have > issues with the table, as that doesn't show the notes field anyway. > > I've attac

Re: Now let's test Windows, too [was: Re: since we are testing things on Mac...]

2017-01-02 Thread Lubomir I. Ivanov
On 2 January 2017 at 18:27, Dirk Hohndel wrote: > >> On Jan 2, 2017, at 5:26 AM, Lubomir I. Ivanov wrote: >> >> P.S. >> as a side note, i'm unable to build Subsurface on Win32 for months due >> to a CMake error that tells me it cannot find the core lib, or >> something. >> i sort of gave up on tr

Re: suggested text changes for home page

2017-01-02 Thread Dirk Hohndel
> On Jan 2, 2017, at 3:04 PM, Hartley Horwitz wrote: > > I've attached a marked up file with a few minor suggestions for the > Subsurface Home page. Thanks - these are all great ideas. I have rephrased this a little (to use more active language) and also made a few other edits to the page.

suggested text changes for home page

2017-01-02 Thread Hartley Horwitz
I've attached a marked up file with a few minor suggestions for the Subsurface Home page. I'm also considering some ideas for the FAQ. I'd like to add a FAQ about the dive profile window, editing multiple dives, changing default tank and some of the things users may gloss over in the user manual

Re: since we are testing things on Mac...

2017-01-02 Thread Fede Masias
Lubomir,I tried Flow Layout at first, but checking again, it is also broken in One Dive, Six Dives, and Two Dives default templates. It does not appear to have issues with the table, as that doesn't show the notes field anyway. I've attached an exported xml of a test dive with the issue, but let

Re: Qt and subsurface for Android

2017-01-02 Thread Anton Lundin
On 02 January, 2017 - Willem Ferguson wrote: > I am trying to build subsurface for execution on Android in order to > test the FTDI support. However I get the following error: > > ~/src$ export SUBSURFACE_DESKTOP=ON > ~/src$ printenv | grep "SUBSURFACE_DESKTOP" > SUBSURFACE_DESKTOP=ON > ~/src$ ba

Now let's test Windows, too [was: Re: since we are testing things on Mac...]

2017-01-02 Thread Dirk Hohndel
> On Jan 2, 2017, at 5:26 AM, Lubomir I. Ivanov wrote: > > P.S. > as a side note, i'm unable to build Subsurface on Win32 for months due > to a CMake error that tells me it cannot find the core lib, or > something. > i sort of gave up on trying to fix that. That's annoying. You were the only on

Re: since we are testing things on Mac...

2017-01-02 Thread Dirk Hohndel
> On Jan 2, 2017, at 5:21 AM, Thiago Macieira wrote: > > On domingo, 1 de janeiro de 2017 18:33:02 BRST Dirk Hohndel wrote: >> For kicks and giggles I dug out an almost ten year old Mac running 10.6. >> That one will happen. Qt is limited to 5.3 on that for example. And we >> don't have a C++11

Re: since we are testing things on Mac...

2017-01-02 Thread Lubomir I. Ivanov
happy new year, On 2 January 2017 at 05:39, Dirk Hohndel wrote: > >> On Jan 1, 2017, at 7:06 PM, Fede Masias wrote: >> >> Late 2012 MacBook, running 10.11.6. Grabbed the 10.9+ image. >> >> >> Printing works, though manually written notes for an individual dive show >> tags instead of actually p

Re: since we are testing things on Mac...

2017-01-02 Thread Thiago Macieira
On domingo, 1 de janeiro de 2017 18:33:02 BRST Dirk Hohndel wrote: > For kicks and giggles I dug out an almost ten year old Mac running 10.6. > That one will happen. Qt is limited to 5.3 on that for example. And we > don't have a C++11 compiler... That's ok, Qt 5.3 didn't require it (Qt 5.6 doesn'

Re: Qt and subsurface for Android

2017-01-02 Thread Dirk Hohndel
> On Jan 2, 2017, at 3:20 AM, Willem Ferguson > wrote: > > I am trying to build subsurface for execution on Android in order to test the > FTDI support. However I get the following error: > > ~/src$ export SUBSURFACE_DESKTOP=ON > ~/src$ printenv | grep "SUBSURFACE_DESKTOP" > SUBSURFACE_DESKTO

Qt and subsurface for Android

2017-01-02 Thread Willem Ferguson
I am trying to build subsurface for execution on Android in order to test the FTDI support. However I get the following error: ~/src$ export SUBSURFACE_DESKTOP=ON ~/src$ printenv | grep "SUBSURFACE_DESKTOP" SUBSURFACE_DESKTOP=ON ~/src$ bash subsurface/packaging/android/build.sh ~/src/subsurface