summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-19CSV export: Correct numeric format for depthGravatar Stefan Fuchs
2018-03-19CSV export: Modify format of dive list and dive profile exportGravatar Stefan Fuchs
2018-03-19Cleanup: Initialize variable MainTab::lastSelectedDiveGravatar Berthold Stoeger
2018-03-15CHANGELOG.md: add latest map-widget changesGravatar Lubomir I. Ivanov
2018-03-15MapWidgetContextMenu.qml: improve the action textGravatar Lubomir I. Ivanov
2018-03-15MapWidget.qml: try to preserve zoom when opening Google MapsGravatar Lubomir I. Ivanov
2018-03-15MapWidget.qml: use a new URL format for Google MapsGravatar Lubomir I. Ivanov
2018-03-14Cleanup: consistently use toUtf8() instead of toLocal8Bit()Gravatar Berthold Stoeger
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-03-14Cleanup: constify string arguments in core/dive.cGravatar Berthold Stoeger
2018-03-14Cleanup: Set text encoding to UTF-8 for all platforms.Gravatar Berthold Stoeger
2018-03-14Subsurface-mobile: Add OSTC 2 TR as support dive computerGravatar Dirk Hohndel
2018-03-14Update translation source stringsGravatar Dirk Hohndel
2018-03-13Remove now obsolete scriptGravatar Dirk Hohndel
2018-03-13Update libdivecomputer submoduleGravatar Dirk Hohndel
2018-03-13Subsurface update for upstream libdivecomputer changesGravatar Linus Torvalds
2018-03-13Treat a PSCR dive with sensors more like a CCR diveGravatar Anton Lundin
2018-03-13Fix up CCR/PSCR dives with sensors values without no_o2sensorsGravatar Anton Lundin
2018-03-13Use the current dive mode instead of constantGravatar Anton Lundin
2018-03-12Mobile: pass QString as value to registerError()Gravatar Berthold Stoeger
2018-03-11android/build.sh: build the googlemaps pluginGravatar Lubomir I. Ivanov
2018-03-11CHANGELOG.md: add note about the map widget changesGravatar Lubomir I. Ivanov
2018-03-11cmake: update CMake to build the map components on mobileGravatar Lubomir I. Ivanov
2018-03-11subsurface-mobile-helper: register map related typesGravatar Lubomir I. Ivanov
2018-03-11main.qml: handle mapPage in pageStack.onCurrentItemChanged()Gravatar Lubomir I. Ivanov
2018-03-11main.qml: add a drawer action for the mapGravatar Lubomir I. Ivanov
2018-03-11main.qml: modify showMap() to not accept locationGravatar Lubomir I. Ivanov
2018-03-11main.qml: create an instance of MapPageGravatar Lubomir I. Ivanov
2018-03-11mobile-resources.qrc: add the map related resources for mobileGravatar Lubomir I. Ivanov
2018-03-11mappage.qml: add a Kirigami page for the map widgetGravatar Lubomir I. Ivanov
2018-03-11mapwidget.qml: emit a signal when the marker changedGravatar Lubomir I. Ivanov
2018-03-11divelist.qml: add the setCurrentDiveListIndex() helperGravatar Lubomir I. Ivanov
2018-03-11qmapwidgethelper: make adjustmets for the mobile versionGravatar Lubomir I. Ivanov
2018-03-11qmapwidgethelper: add centerOnDiveSiteUUID()Gravatar Lubomir I. Ivanov
2018-03-11qmapwidgethelper: move includes to the headerGravatar Lubomir I. Ivanov
2018-03-11DiveObjectHelper: add dive_site_uuid()Gravatar Lubomir I. Ivanov
2018-03-11scrips/mobilecomponents.sh: fetch icon for the mapGravatar Lubomir I. Ivanov
2018-03-07Release notes for numeric format, delete cylinders and change commentGravatar Stefan Fuchs
2018-03-06Cosmetic modifications in profile delta sample stringGravatar Stefan Fuchs
2018-03-05Cleanup: Remove hash field from picture-structureGravatar Berthold Stoeger
2018-03-05Cleanup: pass QString and QByteArray const-refs to qthelper functionsGravatar Berthold Stoeger
2018-03-05Cleanup: Fold add_hash() call into learnHash() functionGravatar Berthold Stoeger
2018-03-05Cleanup: Don't store hash in picture struct in learnHash()Gravatar Berthold Stoeger
2018-03-05Cleanup: Don't call learnHash() in hashPicture()Gravatar Berthold Stoeger
2018-03-05Cleanup: remove updateHash() functionGravatar Berthold Stoeger
2018-03-05Cleanup: Make helper function haveHash() of static linkageGravatar Berthold Stoeger
2018-03-05core/imagedownloader.cpp: Use signal to exit eventloopGravatar Berthold Stoeger
2018-03-05core/imagedownloader.cpp: Use implicit default constructor of QImageGravatar Berthold Stoeger
2018-03-05core/imagedownloader.cpp: remove recursionGravatar Berthold Stoeger