aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-07Update libdivecomputer to latest versionGravatar Linus Torvalds
2019-09-07Dive site: close dive site edit widget when dive site is deletedGravatar Berthold Stoeger
2019-09-06Cleanup: remove unused MapWidget::repopulateLabels() functionGravatar Berthold Stoeger
2019-09-06Map: remove MapWidget::repopulateLabels() callGravatar Berthold Stoeger
2019-09-06Map: remove unnecessary MapLocationModel::repopulateLabels() callsGravatar Berthold Stoeger
2019-09-06Cleanup: remove redundant Roles:: qualifier in maplocationmodel.cppGravatar Berthold Stoeger
2019-09-06Cleanup: remove includes from maplocationmodel.cppGravatar Berthold Stoeger
2019-09-06Cleanup: remove default constructor from MapLocationGravatar Berthold Stoeger
2019-09-06Map: don't derive MapLocation from QObjectGravatar Berthold Stoeger
2019-09-06Cleanup: remove accessor functions from MapLocationGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocation::coordinateChanged signalGravatar Berthold Stoeger
2019-09-06Cleanup: remove Q_PROPERTIEs from MapLocationGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::count() and the attribute countGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::get() functionGravatar Berthold Stoeger
2019-09-06Cleanup: remove Q_INVOKABLE from MapLocationModel::setSelected()Gravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::isSelected() functionGravatar Berthold Stoeger
2019-09-06Map: export isSelected as attribute from MapLocationModelGravatar Berthold Stoeger
2019-09-06Cleanup: simplify role handling in MapLocationModelGravatar Berthold Stoeger
2019-09-06CHANGELOG.md updateGravatar Berthold Stoeger
2019-09-06Dive site: don't emit divesChanged signals when editing dive siteGravatar Berthold Stoeger
2019-09-06Map: highlight correct dive sites in dive site modeGravatar Berthold Stoeger
2019-09-06Filter: reload map on myInvalidateGravatar Berthold Stoeger
2019-09-06Cleanup: remove TabDiveSite::updateFilter() functionGravatar Berthold Stoeger
2019-09-06Map: calculate the z value in the modelGravatar Berthold Stoeger
2019-09-06Selection: properly update selection flag of map locationGravatar Berthold Stoeger
2019-09-06Desktop: show all selected dive sites on clickGravatar Berthold Stoeger
2019-09-06Map: don't fully reset model on selection changeGravatar Berthold Stoeger
2019-09-06Desktop: reload map after refreshing the listGravatar Berthold Stoeger
2019-09-06Map: generate pixmap name in modelGravatar Berthold Stoeger
2019-09-06Map: explicitly reload selected map on clickGravatar Berthold Stoeger
2019-09-06Map: replace enterEditMode()/exitEditMode() by updateEditMode()Gravatar Berthold Stoeger
2019-09-05Travis: build Subsurface AppImage against Qt 5.12Gravatar Dirk Hohndel
2019-09-05build-system: add -quick flag for build.shGravatar Dirk Hohndel
2019-09-05build-system: add Dockerfile for Qt 5.12 on TrustyGravatar Dirk Hohndel
2019-09-05Update translation source stringsGravatar Dirk Hohndel
2019-08-30Desktop: improve recognition of HTML-notesGravatar Berthold Stoeger
2019-08-30Update libdivecomputer with Cosmiq+ fixesGravatar Linus Torvalds
2019-08-29 Fix broken windows build with latest MXEGravatar Paul Buxton
2019-08-28Fix new CNS calculation - remove error with factor of 10Gravatar Stefan Fuchs
2019-08-28Map: catch null divesites in map widget selection codeGravatar Berthold Stoeger
2019-08-28Profile: properly initialize plot_info structuresGravatar Berthold Stoeger
2019-08-26Show surface degassing in the planner only when configured time != 0Gravatar Stefan Fuchs
2019-08-24Update README and ReleaseNotes for 4.9.2v4.9.2Gravatar Dirk Hohndel
2019-08-24Update list of supported dive computersGravatar Dirk Hohndel
2019-08-24Latest translationsGravatar Dirk Hohndel
2019-08-24Update libdivecomputer to support the Aqualung i200cGravatar Linus Torvalds
2019-08-24CHANGELOG.md updateGravatar Berthold Stoeger
2019-08-24Desktop: fix crash on copy & pasteGravatar Berthold Stoeger
2019-08-22Grantlee: generate vector of cylinder data on-demandGravatar Berthold Stoeger
2019-08-22Cleanup: turn CylinderObjectHelper into value typeGravatar Berthold Stoeger