summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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-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: 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-11Mobile: add checkbox to force downloading all divesGravatar Dirk Hohndel
2019-05-06Add "Import dive sites" menu to mainwindowGravatar Doug Junkins
2019-05-05Cleanup: remove unused macro SURFACE_PRESSURE_STRINGGravatar Berthold Stoeger
2019-04-30Bugfix for algorithm in get_distance()Gravatar Doug Junkins
2019-04-28Support for Scubapro G2 HUD discovery via bluetoothGravatar William Perry
2019-04-18qt-ble: return DC_STATUS_TIMEOUT rather than DC_STATUS_IO on timeoutGravatar Linus Torvalds
2019-04-16Write dive data as video subtitlesGravatar Robert C. Helling
2019-04-16Mobile: reinstate roleNames function in ConnectionListModelGravatar Berthold Stoeger
2019-04-16Don't show surface gas in gas use listGravatar Robert C. Helling
2019-04-15make sure to clear dives on dive split failureGravatar Linus Torvalds
2019-04-15FTDI support: ignore case when comparing magic device nameGravatar Dirk Hohndel
2019-04-15Core: turn add_single_dive() to append_dive()Gravatar Berthold Stoeger
2019-04-15Cleanup: free dive table in trips and dive sitesGravatar Berthold Stoeger
2019-04-13Add export option to export dive sites.Gravatar Doug Junkins
2019-04-12Dive site: make UUID generation deterministicGravatar Berthold Stoeger
2019-04-12Cleanup: replace QString("") by QString()Gravatar Berthold Stoeger
2019-04-12Cleanup: remove redundant checks for null dive siteGravatar Berthold Stoeger
2019-04-12Remove check for whether a site is used before saving it.Gravatar Doug Junkins
2019-04-12Undo: use QUndoStack::isClean() to determine unsaved changesGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive trip editingGravatar Berthold Stoeger
2019-04-12Undo: update cylinder and weight models on pasteGravatar Berthold Stoeger
2019-04-12Coding style: remove Java-style function definitionGravatar Berthold Stoeger
2019-04-12Core: introduce taglist_copy() functionGravatar Berthold Stoeger
2019-04-12Undo: update dive list after edit commandGravatar Berthold Stoeger
2019-04-12Undo: implement undo of depth and duration editingGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive site editingGravatar Berthold Stoeger
2019-04-12Pedantic: K are an absolute scale, which are not given in degreesGravatar Berthold Stoeger
2019-04-12Undo: update notes field if changed by undo commandsGravatar Berthold Stoeger
2019-04-12Undo: make dive site merging undoableGravatar Berthold Stoeger
2019-04-12Undo: Implement undo of dive site name editingGravatar Berthold Stoeger
2019-04-12Dive site: inform model of dive site addition / deletionGravatar Berthold Stoeger
2019-04-12Cleanup: macroize dive site table functions, keep table sortedGravatar Berthold Stoeger
2019-04-12Cleanup: move table-macros into own headerGravatar Berthold Stoeger
2019-04-12Cleanup: autogenerate remove_dive() and remove_trip()Gravatar Berthold Stoeger
2019-04-12Cleanup: rename unregister_trip() to remove_trip()Gravatar Berthold Stoeger
2019-04-12Undo: keep frontend informed of changes to dive site countGravatar Berthold Stoeger
2019-04-12Dive sites: simplify nr_of_dives_at_dive_site()Gravatar Berthold Stoeger
2019-04-12Dive site: use ref-counts to see if dive site is usedGravatar Berthold Stoeger
2019-04-12Dive site: add dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Cleanup: move declaration of get_stylesheet() to qthelper.hGravatar Berthold Stoeger
2019-04-12Cleanup: remove "libxml/tree.h" include from "dive.h"Gravatar Berthold Stoeger