commit Wed Mar 23, 2016 : QML UI: always convert the cloud user name to lower case

2016-06-13 Thread Axel Richter
Hi all, the above mentioned commit converts the cloud user name to lower case. So it becomes impossible with a former created logon (mixed case) to access the could storage. I know of some people encountering this problem. Is there any way to convert their cloud storage account to lower case

Android APK - Buttons not operational

2016-06-13 Thread Axel Richter
Hi all, I try to build the subsurface-mobile for my android phone. First I had the W/Subsurface(31698): (null):0 ((null)):qrc:///qml/main.qml:339 Type DiveDetails unavailable W/Subsurface(31698):qrc:///qml/DiveDetails.qml:218 Type Kirigami.OverlaySheet unavailable

Re: Cross-compiling Subsurface-mobile from Linux to Android

2016-06-20 Thread Axel Richter
. Axel. -- Axel Richter ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Re: Suunto EON Steel breakages..

2016-06-20 Thread Axel Richter
Am 20.06.2016 um 21:03 schrieb Linus Torvalds: So the fairly recent update of libdivecomputer to merge stuff from Jeff is completely broken for the Suunto EON Steel: Jeff added support for the "devinfo" event for the EON Steel, but that event is just pointless garbage, and actually breaks things

Re: Kirigami and cross--building Subsurface-mobile

2016-07-11 Thread Axel Richter
tarts with a particular byte alignment relative to the start of the file, which reduces the amount of RAM consumed by an app." Axel. -- Axel Richter ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-b

Re: Fwd: Subsurface-mobile crosssbuild

2016-07-19 Thread Axel Richter
Am 19.07.2016 um 11:44 schrieb Marco Martin: On Tuesday 19 July 2016, Axel Richter wrote: Am 17.07.2016 um 15:58 schrieb Willem Ferguson: Hallo Axel, I hope that the text underneath is not too unreadable. The short version of my request: I get an error when running a cross-built

Re: Fwd: Subsurface-mobile crosssbuild

2016-07-18 Thread Axel Richter
5C%3A+%5C%5BPATCH%5C%5D+WIP%5C%3A+use+kirigami+plugin+instead+of+embedding+in+qrc%22=newest>. The problem here was the dependency from ECM which caused problems to build (using Android.cmake). I decided to wait until the kirigami-plugin battle is gone. I am with Marco using the plugin since copying the qml files was working, but not the solution of choice. If I can test or do something, please let me know. I promise I'll check the mails and commits in git frequently. If there are good news I'll publish. Best Regards, Axel. -- Axel Richter ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Re: Fwd: Subsurface-mobile crosssbuild

2016-07-19 Thread Axel Richter
Am 19.07.2016 um 20:09 schrieb Marco Martin: On Tuesday 19 July 2016, Axel Richter wrote: can you thry this version as well? perhaps is more manageable (also for an eventual future resuming of iOS version) I could overcome the problem by removing the "make install" line in build.s

Re: android package

2016-07-15 Thread Axel Richter
Am 15.07.2016 um 06:30 schrieb Willem Ferguson: On 14/07/2016 20:31, Axel Richter wrote: Am 12.07.2016 um 10:05 schrieb Dirk Hohndel: Yahoo's strict DMARC policies cause ... Hi all, I'm back! To all: Good work, the android package still builds and runs ok. Axel. Axel, Which version

Re: thank you, Yahoo

2016-07-14 Thread Axel Richter
Am 12.07.2016 um 10:05 schrieb Dirk Hohndel: Yahoo's strict DMARC policies cause ... Hi all, I'm back! To all: Good work, the android package still builds and runs ok. Axel. ___ subsurface mailing list subsurface@subsurface-divelog.org

Re: patches pushed to master

2016-07-09 Thread Axel Richter
. -- Axel Richter ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Re: Kirigami and Subsurface cross-compile to Android

2016-07-09 Thread Axel Richter
Am 08.07.2016 um 09:39 schrieb Willem Ferguson: On 07/07/2016 15:18, Axel Richter wrote: Hi Willem, it seems we have different kirigami sources. I have a template folder. The " subsurface/mobile-widgets/qml/kirigami" is the target folder for the copy. No prob

Re: Subsurface cross-compile to Android

2016-07-02 Thread Axel Richter
/' $MC/qmldir Axel. -- Axel Richter diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index 6983533..1c56e94 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile

Re: Fwd: cross-compile subsurface

2016-06-29 Thread Axel Richter
uot;adb install -r /home/whatever/subsurface-mobile-build-arm/bin/QtApp-debug.apk" - error messages you see with "adb logcat | grep Subsurface" Hope you get it - otherwise e-mail, Axel. -- -------- Axel Richter ___

Re: DM5 Data structure changes

2017-03-09 Thread Axel Richter
0xe1, 0xba, 0x3f }; float *d = ( float*) c; printf ( "float= %f \n", *d); return 0; } The sample is from the link you provided, the output is: ~/Progs/test> gcc d1.c ~/Progs/test> ./a.out float= 1.46 Kind regard

Build a new compile environment

2017-07-13 Thread Axel Richter
Hi, I got a new laptop - the old one was about 15 years old, put an OpenSUSE Leap 42.2 on and tried to compile Subsurface for /Linux and Android. / I can write and compile programs for /Android/ and /Linux/ on that machine, but subsurface builds fail with different errors. So the

Re: Build a new compile environment

2017-07-14 Thread Axel Richter
Hi Stefan, Am 14.07.2017 um 15:30 schrieb Stefan Fuchs: Hallo Axel, hi All, Am 14.07.2017 um 13:17 schrieb Axel Richter: On 14. Jul 2017, at 11:34, Axel Richter <axel.rich...@freenet.de <mailto:axel.rich...@freenet.de>> wrote: * libgit compiles ok. * libdivecomputer

Re: Build a new compile environment

2017-07-14 Thread Axel Richter
evert the changes. /D Hi Dirk, thanks a lot, I'll continue later on and focus to android meanwhile. Axel. -- Axel Richter ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Re: Build a new compile environment

2017-07-14 Thread Axel Richter
Am 14.07.2017 um 02:00 schrieb Dirk Hohndel: On Jul 13, 2017, at 1:55 PM, Axel Richter <axel.rich...@freenet.de <mailto:axel.rich...@freenet.de>> wrote: Hi, I got a new laptop - the old one was about 15 years old, put an OpenSUSE Leap 42.2 on and tried to compil

Re: reverted marble mess

2017-07-18 Thread Axel Richter
Am 15.07.2017 um 07:53 schrieb Dirk Hohndel: Since Tomaz hasn't had the time to fix the broken marble source (and currently builds from source were failing) I reverted the merge of his changes. Of course that means I need to be extra careful to handle this branch moving forward, because if we

Re: reverted marble mess

2017-07-18 Thread Axel Richter
Am 15.07.2017 um 07:53 schrieb Dirk Hohndel: Since Tomaz hasn't had the time to fix the broken marble source (and currently builds from source were failing) I reverted the merge of his changes. Of course that means I need to be extra careful to handle this branch moving forward, because if we

Re: reverted marble mess

2017-07-18 Thread Axel Richter
Am 18.07.2017 um 18:59 schrieb Dirk Hohndel: On Jul 18, 2017, at 9:41 AM, Axel Richter <axel.rich...@freenet.de> wrote: Am 15.07.2017 um 07:53 schrieb Dirk Hohndel: Since Tomaz hasn't had the time to fix the broken marble source (and currently builds from source were failing) I re

Re: Scubapro Galileo 2 (G2)

2017-06-14 Thread Axel Richter
y. Thanks a lot for your work, it's very appeciated. Axel. -- Axel Richter ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Re: Subsurface action picture sought

2018-01-23 Thread Axel Richter
would be listed with the picture. Can you help me out? Thanks Robert ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface -- Axel Richter