summaryrefslogtreecommitdiffstats
path: root/core/subsurface-qt
AgeCommit message (Expand)Author
2019-09-14DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based objectGravatar Berthold Stoeger
2019-09-14Mobile: move tripNrDive from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripId from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: remove full-text properties from DiveObjectHelperGravatar Berthold Stoeger
2019-09-11Use and handle <br/> in DiveObjectHelperGravatar Anton Lundin
2019-08-22Grantlee: generate vector of cylinder data on-demandGravatar Berthold Stoeger
2019-08-22Cleanup: turn CylinderObjectHelper into value typeGravatar Berthold Stoeger
2019-08-22Cleanup: don't include dive.h in CylinderObjectHelper.hppGravatar Berthold Stoeger
2019-08-12DiveObjectHelper: warn if object is generated from the null pointerGravatar Berthold Stoeger
2019-08-12DiveObjectHelper: remove default argumentGravatar Berthold Stoeger
2019-08-11Mobile: properly recognize single-weightsystem divesGravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-06-23Cleanup: unify selection signalsGravatar Berthold Stoeger
2019-06-23Undo: unify selection behavior in dive-list commandsGravatar Berthold Stoeger
2019-06-23Undo: don't send signals batched by tripGravatar Berthold Stoeger
2019-06-19Undo: sort dives by dive_less_than() in signalsGravatar Berthold Stoeger
2019-06-19Cleanup: use total_weight() in DiveObjectHelper::sumWeight()Gravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-15Undo: hide multi-dive-edit warning message on subsequent editGravatar Berthold Stoeger
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
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-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-12Undo: update notes field if changed by undo commandsGravatar 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-12Undo: keep frontend informed of changes to dive site countGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger
2019-03-24Cleanup: fix printGPSCoords signature and leaksGravatar Berthold Stoeger
2019-01-08Helper function to determined planned divesGravatar Robert C. Helling
2018-11-24Cleanup: remove EMPTY_DIVE_STRINGGravatar Berthold Stoeger
2018-11-23Mobile: don't format trip heading for all divesGravatar Berthold Stoeger
2018-11-23Cleanup: remove DiveObjectHelper::trip() functionGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-11-18Dive list: replace dive-list of trips by a tableGravatar Berthold Stoeger
2018-11-12Coding style: remove stray ';'Gravatar Berthold Stoeger
2018-10-29Dive list: don't pass dive_site via uintptr_t through QMLGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: use an array of pointers in reloadMapLocations()Gravatar Berthold Stoeger
2018-10-29Dive site: replace UUID by pointer in mobile codeGravatar Berthold Stoeger
2018-10-25core: use nr of dives shown in tripMeta infoGravatar Dirk Hohndel
2018-10-25core: add ability to get underlying dive to DiveObjectHelperGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add fullTextNoNotes to the dive object helperGravatar Dirk Hohndel
2018-10-23Mobile/filter: add marker between entries in full text searchGravatar Dirk Hohndel
2018-10-23Mobile/filtering: full text filter, instead of just dive siteGravatar Dirk Hohndel
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger