summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-29Check if dive_site exists before accessing its nameGravatar Robert C. Helling
2019-05-20CHANGELOG.md updateGravatar Berthold Stoeger
2019-05-20Undo: be smarter about dive computer shown after deletionGravatar Berthold Stoeger
2019-05-20Core: let count_divecomputers() operate on an arbitrary diveGravatar Berthold Stoeger
2019-05-20Cleanup: rename clone_dive() to move_dive()Gravatar Berthold Stoeger
2019-05-20Cleanup: fix a few comments and debug messagesGravatar Berthold Stoeger
2019-05-20Undo: make "delete dive computer" undoableGravatar Berthold Stoeger
2019-05-20Undo: make "move dive computer to front" undoableGravatar Berthold Stoeger
2019-05-19Travis: move storage to a cheaper serviceGravatar Dirk Hohndel
2019-05-19Travis: build Mac against macOS 10.12Gravatar Dirk Hohndel
2019-05-19Travis: build macOS test against Qt 5.12.3Gravatar Dirk Hohndel
2019-05-19[user-manual_es] Update spanish translation to 563137fcdGravatar Salvador Cuñat
2019-05-18Travis: remove old Windows buildGravatar Dirk Hohndel
2019-05-18windows-container: remove useless tarball downloadGravatar Salvador Cuñat
2019-05-18docker-mxe: Fix tee command line for static buildGravatar Salvador Cuñat
2019-05-18docker-mxe: Make Dockerfile reusableGravatar Salvador Cuñat
2019-05-18Build static glib under mxeGravatar Salvador Cuñat
2019-05-18Travis: use version 0.9 of the MXE build containerGravatar Dirk Hohndel
2019-05-18MXE Docker build: clean up DockerfileGravatar Dirk Hohndel
2019-05-17Undo: properly reference-count dive sitesGravatar Berthold Stoeger
2019-05-17Core: consider dive computers when sorting divesGravatar Berthold Stoeger
2019-05-17Undo: sort list of dives to add and deleteGravatar Berthold Stoeger
2019-05-17Implement height-to-pressure functions in plannerGravatar willemferguson
2019-05-17Add support for the new Suunto D5Gravatar Linus Torvalds
2019-05-15Cleanup: small coding style fixesGravatar Dirk Hohndel
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
2019-05-12Mainwindow: simplify application-state codeGravatar Berthold Stoeger
2019-05-12Turn application state into enumGravatar Berthold Stoeger
2019-05-12Core: consider dive-number on sortingGravatar Berthold Stoeger
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-05-11Dive site: Add button to display all dive sitesGravatar Berthold Stoeger
2019-05-11Cleanup: simplify DiveLocationLineEdit::showPopup()Gravatar Berthold Stoeger
2019-05-11Dive site: show distance to current dive using extra dataGravatar Berthold Stoeger
2019-05-11Dive site: sort by distance to current diveGravatar Berthold Stoeger
2019-05-11Dive site: create new dive site at location from GPS dataGravatar Berthold Stoeger
2019-05-11Cleanup: remove for_each_gps_location macroGravatar Berthold Stoeger
2019-05-11Cleanup: move parse_location() declaration into header fileGravatar Berthold Stoeger
2019-05-11Cleanup: construct MapWidgetHelper::pluginObject()Gravatar Berthold Stoeger
2019-05-11Map: automatically update names on the mapGravatar Berthold Stoeger
2019-05-11Map: ignore dive sites without location in centerOnSelectedDiveSite()Gravatar Berthold Stoeger
2019-05-11Map: in edit mode place no-gps dive sites at center of mapGravatar Berthold Stoeger
2019-05-11Map: construct list of dive sites from dive site tableGravatar Berthold Stoeger
2019-05-11Filter: prevent selection-change notifications in filter invalidationGravatar Berthold Stoeger
2019-05-11Map: remove skipReload logic in mapwidget.cppGravatar Berthold Stoeger
2019-05-11Map: don't recalculate selected dive sitesGravatar Berthold Stoeger
2019-05-11Filter: don't reload when dive sites are set to the same valueGravatar Berthold Stoeger
2019-05-11Filter: add reference counting for dive-site modeGravatar Berthold Stoeger
2019-05-11Map: in dive-site-edit mode, select those maps we filter forGravatar Berthold Stoeger
2019-05-11Map: make edit mode depend on dive-site-filteringGravatar Berthold Stoeger
2019-05-11Map: remove dead codeGravatar Berthold Stoeger