aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-19Update CHANGELOG.mdGravatar Berthold Stoeger
2018-03-19Dive pictures: If EXIF data couldn't be parsed, use creation dateGravatar Berthold Stoeger
2018-03-19Dive pictures: Don't read whole file for parsing EXIF dataGravatar Berthold Stoeger
2018-03-19Android build: switch to Qt 5.10.1Gravatar Dirk Hohndel
2018-03-19Android/iOS build: get libxml2 and libxslt from GitHubGravatar Dirk Hohndel
2018-03-19QML UI: Fix checkbox colorGravatar Joakim Bygdell
2018-03-19QML UI: drop focus when selecting a locationGravatar Joakim Bygdell
2018-03-19Mobile: change location combobox idGravatar Joakim Bygdell
2018-03-19Mobile: Fix location comboboxGravatar Joakim Bygdell
2018-03-19Mobile: for multiple buddies pick index of firstGravatar Joakim Bygdell
2018-03-19QML UI: drop focus on editGravatar Joakim Bygdell
2018-03-19Moblie: remove comparison when savingGravatar Joakim Bygdell
2018-03-19QML UI: drop focus when ComboBox element is pickedGravatar Dirk Hohndel
2018-03-19QML UI: cylinders aren't editableGravatar Dirk Hohndel
2018-03-19QML UI: switch editing back to comboBoxGravatar Joakim Bygdell
2018-03-19CSV export: CHANGELOG entryGravatar Stefan Fuchs
2018-03-19CSV export: Remove erroneous printed dive site notes from exportGravatar Stefan Fuchs
2018-03-19CSV import/export: Sort parameter list and add commentGravatar Stefan Fuchs
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