subsurface/mobile-widgets
Dirk Hohndel 988ccba710 mobile: prevent crash adding dives
When the cylinders became a dynamic data structure, a get_cylinder() call
suddenly could return a NULL pointer. So use get_or_create_cylinder() for the
first call when parsing the user's data.

Also, deal with an oddity where the string lists look different because an
empty list technically isn't the same as a list with one empty string.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2020-02-08 10:26:21 -08:00
..
qml mobile/notes-edit: ensure cursor stays visible editing dive notes 2020-02-07 14:01:23 -08:00
CMakeLists.txt mobile-widgets: add themeInterface 2020-01-26 16:42:35 -08:00
qmlinterface.cpp Cleanup: remove QMLInterface::instance() 2020-01-31 21:28:45 +01:00
qmlinterface.h Cleanup: rename plannerShared to PlannerShared 2020-02-04 02:17:52 +01:00
qmlmanager.cpp mobile: prevent crash adding dives 2020-02-08 10:26:21 -08:00
qmlmanager.h mobile-widgets: add oldStatus variable to qmlmanager 2019-12-29 12:20:19 -08:00
themeinterface.cpp mobile-widgets: switch to new subsurfaceTheme 2020-02-03 17:30:35 -08:00
themeinterface.h mobile-widgets/themeinterface: make most part static 2020-02-03 17:30:15 -08:00