Re: Build problems (qtTranslator)

2016-05-01 Thread Thiago Macieira
On domingo, 1 de maio de 2016 21:11:20 PDT Dirk Hohndel wrote: > > On May 1, 2016, at 8:24 PM, Thiago Macieira wrote: > > > > On domingo, 1 de maio de 2016 15:54:55 PDT Robert Helling wrote: > >> "_qtTranslator", referenced from: > >> init_qt_late() in

[PATCH] Move the qtTranslator and ssrfTranslator pointers to qt-init.cpp

2016-05-01 Thread Thiago Macieira
No point in having it defined in each main program's .cpp. Especially since the unit tests don't define them. Signed-off-by: Thiago Macieira --- core/qt-init.cpp| 1 + export-html.cpp | 3 +-- subsurface-desktop-main.cpp | 2 --

Re: Build problems (qtTranslator)

2016-05-01 Thread Dirk Hohndel
> On May 1, 2016, at 8:24 PM, Thiago Macieira wrote: > > On domingo, 1 de maio de 2016 15:54:55 PDT Robert Helling wrote: >> "_qtTranslator", referenced from: >> init_qt_late() in libsubsurface_corelib.a(qt-init.cpp.o) > > The symbol is defined in the main

Re: Build problems (qtTranslator)

2016-05-01 Thread Thiago Macieira
On domingo, 1 de maio de 2016 15:54:55 PDT Robert Helling wrote: > "_qtTranslator", referenced from: > init_qt_late() in libsubsurface_corelib.a(qt-init.cpp.o) The symbol is defined in the main application: export-html.cpp:QTranslator *qtTranslator, *ssrfTranslator;

Re: Latest iOS release

2016-05-01 Thread Thiago Macieira
On domingo, 1 de maio de 2016 07:33:32 PDT Dirk Hohndel wrote: > Oh I'm so tired of this Qt bug. Thiago, we really need to get this addressed > in Qt. It's ridiculous that we keep running into this, keep trying to work > around it, and randomly trigger it again. And right now building the mobile >

Re: Latest iOS release

2016-05-01 Thread Dirk Hohndel
> On May 1, 2016, at 3:48 PM, Rick Walsh wrote: > > My guess is that it's related. I didn't get this on Android but I managed > > to reproduce it one (but not the other) of my Macs. It's a complete > > Heisenbug and it is so pissing me off. > > > > I just posted a new iOS

Re: Latest iOS release

2016-05-01 Thread Rick Walsh
On 2 May 2016 08:12, "Dirk Hohndel" wrote: > > >> On May 1, 2016, at 2:46 PM, Rick Walsh wrote: >> >> >> On 2 May 2016 00:33, "Dirk Hohndel" wrote: >> > >> > Oh I'm so tired of this Qt bug. Thiago, we really need to get this addressed in

Subsurface-mobile master with Kirigami master currently doesn't allow editing

2016-05-01 Thread Dirk Hohndel
With current master of Kirigami the OverlaySheet that we use for editing isn't shown. The action button changes, but there is no UI to edit anything. Marco, I tried to bisect this but too many of the intermediate versions simply didn't work with Subsurface without random changes to Subsurface

Re: Latest iOS release

2016-05-01 Thread Dirk Hohndel
> On May 1, 2016, at 2:46 PM, Rick Walsh wrote: > > > On 2 May 2016 00:33, "Dirk Hohndel" > wrote: > > > > Oh I'm so tired of this Qt bug. Thiago, we really need to get this > > addressed in Qt. It's ridiculous that we keep

Re: Latest iOS release

2016-05-01 Thread Rick Walsh
On 2 May 2016 00:33, "Dirk Hohndel" wrote: > > Oh I'm so tired of this Qt bug. Thiago, we really need to get this addressed in Qt. It's ridiculous that we keep running into this, keep trying to work around it, and randomly trigger it again. And right now building the mobile

Re: Latest iOS release

2016-05-01 Thread Dirk Hohndel
Oh I'm so tired of this Qt bug. Thiago, we really need to get this addressed in Qt. It's ridiculous that we keep running into this, keep trying to work around it, and randomly trigger it again. And right now building the mobile version on the desktop doesn't appear to trigger it, at least not

Re: Latest iOS release

2016-05-01 Thread Dirk Hohndel
"minimizes" is a side effect of the app crashing in this case... And the wrong resolution is just iOS showing you a cashed, incorrectly scaled pixmap of the screen right before things crashed. Now I need to figure out WHY things crash. Thanks for the report /D > On May 1, 2016, at 7:01 AM,

Re: Build problems (qtTranslator)

2016-05-01 Thread Dirk Hohndel
> On May 1, 2016, at 6:54 AM, Robert Helling wrote: > > >> On 01.05.2016, at 15:31, Dirk Hohndel > > wrote: >> >> make VERBOSE=1 > > VoilĂ : > > [ 88%] Linking CXX executable TestGpsCoords > cd

Latest iOS release

2016-05-01 Thread John Smith
As soon as I select a dive from the list, the program minimises. If I change focus back to subsurface, the profile is displayed but at the wrong resolution and then closes the profile view and returns to the dive list. V4.5.2.1352 on iPad air2 Sent from my iPad

Re: Build problems (qtTranslator)

2016-05-01 Thread Robert Helling
> On 01.05.2016, at 15:31, Dirk Hohndel wrote: > > make VERBOSE=1 VoilĂ : [ 88%] Linking CXX executable TestGpsCoords cd /Users/Helling/src/subsurface/build/tests && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/TestGpsCoords.dir/link.txt

Re: Build problems (qtTranslator)

2016-05-01 Thread Dirk Hohndel
> On May 1, 2016, at 2:16 AM, Robert Helling wrote: > > Hi, > > as said on IRC, I currently cannot build master, I get > > [ 88%] Linking CXX executable TestGpsCoords > Undefined symbols for architecture x86_64: > "_qtTranslator", referenced from: > init_qt_late()

Build problems (qtTranslator)

2016-05-01 Thread Robert Helling
Hi, as said on IRC, I currently cannot build master, I get [ 88%] Linking CXX executable TestGpsCoords Undefined symbols for architecture x86_64: "_qtTranslator", referenced from: init_qt_late() in libsubsurface_corelib.a(qt-init.cpp.o) "_ssrfTranslator", referenced from: