aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2019-11-03Planner: Don't accumulate rounding errors in stop durationsGravatar Robert C. Helling
2019-10-31Planner: Add option to treat O2 as narcoticGravatar Robert C. Helling
2019-10-28Cleanup: avoid dereferencing NULLGravatar Dirk Hohndel
2019-10-28Cleanup: prevent NULL dereferenceGravatar Dirk Hohndel
2019-10-28Cleanup: use helper to avoid NULL dereferenceGravatar Dirk Hohndel
2019-10-27Don't expose 'detach_buffer()' to membuffer usersGravatar Linus Torvalds
2019-10-27Cleanup: NULL check pointer before dereferencingGravatar Dirk Hohndel
2019-10-27Cleanup: consider lseek return valueGravatar Dirk Hohndel
2019-10-27Cleanup: close open file before returningGravatar Dirk Hohndel
2019-10-27Cleanup: pass NULL pointer for error string pointer (part 2)Gravatar Dirk Hohndel
2019-10-26Cleanup: fix obvious resource leakGravatar Dirk Hohndel
2019-10-26Cleanup: pass NULL pointer for error string pointerGravatar Dirk Hohndel
2019-10-26Cleanup: don't add invalid dive to tripGravatar Dirk Hohndel
2019-10-26Cleanup: clean up resource handling in ostctools.cGravatar Dirk Hohndel
2019-10-26Cleanup: unconditionally call freeGravatar Dirk Hohndel
2019-10-26Mobile: provide better tracking of applied GPS fixesGravatar Dirk Hohndel
2019-10-26Undo: turn dive- and trip-fields into flagsGravatar Berthold Stoeger
2019-10-26Desktop: make salinity a field known to the undo systemGravatar Berthold Stoeger
2019-10-26Core: export dive-computer freeing functionGravatar Berthold Stoeger
2019-10-26Cleanup: free nickname only onceGravatar Dirk Hohndel
2019-10-26Mares: improve BT discovery logicGravatar Dirk Hohndel
2019-10-25Mares: add BT discovery logicGravatar Linus Torvalds
2019-10-20Core: move cylinder list getter into helper functionGravatar Dirk Hohndel
2019-10-20Core: make helper functions globalGravatar Dirk Hohndel
2019-10-20Core: debug helper for DOH constructorGravatar Dirk Hohndel
2019-10-14Stop support Qt versions before 5.9Gravatar Dirk Hohndel
2019-10-09Cloud storage: remove outdated certificate hackGravatar Dirk Hohndel
2019-10-05Cleanup: remove bogus code that slipped in earlierGravatar Dirk Hohndel
2019-10-03Analyze gasswitches in CCR bailoutGravatar Robert C. Helling
2019-10-02Avoid duplicate debug output from GPS moduleGravatar Dirk Hohndel
2019-10-02Import: keep dive and dive site tables in DiveImportedModelGravatar Berthold Stoeger
2019-10-02Cleanup: make table argument to get_dive_from_table() constGravatar Berthold Stoeger
2019-10-02Cleanup: remove dive_table and dive_site_table Q_METATYPEsGravatar Berthold Stoeger
2019-10-02Import: remove QML properties from DownloadThreadGravatar Berthold Stoeger
2019-10-02Core: implement move functions for dive and dive_site tableGravatar Berthold Stoeger
2019-09-27Revert the singleton PRGravatar Dirk Hohndel
2019-09-25Cleanup: remove GpsLocation::instance() functionGravatar Berthold Stoeger
2019-09-25Cleanup: unify idiosyncratic singletonsGravatar Berthold Stoeger
2019-09-25Cleanup: remove GpsLocation::hasInstance()Gravatar Berthold Stoeger
2019-09-21Core: add unique id to tripGravatar Berthold Stoeger
2019-09-21Export: move dive site selection logic to C++Gravatar Berthold Stoeger
2019-09-21Cleanup: make location argument to put_location() constGravatar Berthold Stoeger
2019-09-21Cleanup: replace is_dive_site_used() by is_dive_site_selected()Gravatar Berthold Stoeger
2019-09-21Cleanup: make two functions in core/save-xml.c of static linkageGravatar Berthold Stoeger
2019-09-21Android: bundle default font for use in OnePlus devicesGravatar Dirk Hohndel
2019-09-21Android: print Android HW informationGravatar Dirk Hohndel
2019-09-21Android: add FTDI based DiveSystem / Ratio / Seac dive computersGravatar Dirk Hohndel
2019-09-14Grantlee: split out grantlee-only property from DiveObjectHelperGravatar Berthold Stoeger
2019-09-14Mobile: transform DiveObjectHelper into value-typeGravatar Berthold Stoeger
2019-09-14Cleanup: make cylinder_t argument to CylinderObjectHelper constGravatar Berthold Stoeger