summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2018-11-23Cleanup: make "struct dive *" and "struct dive_trip *" Qt metatypesGravatar Berthold Stoeger
2018-11-22Improve OTU calculationsGravatar willemferguson
2018-11-21Git parser: don't produce user-visible error on git parsingGravatar Berthold Stoeger
2018-11-21Core: fix crash concerning removal of dives from tripsGravatar Berthold Stoeger
2018-11-20Core: replace tripflag by notrip booleanGravatar Berthold Stoeger
2018-11-20Core: remove ASSIGNED_TRIP trip flagGravatar Berthold Stoeger
2018-11-20Core: remove two unused macrosGravatar Berthold Stoeger
2018-11-19Uemis downloader: free ans_path on errorGravatar Berthold Stoeger
2018-11-19Warnings: silence new gcc warnings in uemis-downloader.cGravatar Berthold Stoeger
2018-11-18Parser: add dive to trip at end of dive-parsingGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-11-18Dive list: move sort-functionality into coreGravatar Berthold Stoeger
2018-11-18Dive list: implement trip_less_than functionGravatar Berthold Stoeger
2018-11-18Dive list: replace dive-list of trips by a tableGravatar Berthold Stoeger
2018-11-18Core: add add_dive_to_table() functionGravatar Berthold Stoeger
2018-11-18Core: unify insert_trip() and insert_trip_dont_merge()Gravatar Berthold Stoeger
2018-11-18Fix Cressi interface ftdi opening bugGravatar Daniel Krupp
2018-11-16Dive list: use dive trip time as additional sort criterionGravatar Berthold Stoeger
2018-11-16More accurate CNS calculations (following comments on github)Gravatar willemferguson
2018-11-16Dive list: correctly translate trip dateGravatar Berthold Stoeger
2018-11-12Coding style: remove stray ';'Gravatar Berthold Stoeger
2018-11-12Cleanup: remove unsused flags in struct dive_tripGravatar Berthold Stoeger
2018-11-01Core: use British translations in South AfricaGravatar Dirk Hohndel
2018-10-31Core: Do not crash on save dives with no dive site (git storage)Gravatar Jan Mulder
2018-10-30Fix gasmix for OTU calculationGravatar Robert C. Helling
2018-10-30Fixed get_gas_at_time for equal timesGravatar Robert C. Helling
2018-10-29Dive list: don't pass dive_site via uintptr_t through QMLGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer-to-dive_site via QVariantGravatar 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-29Dive site: use pointer instead of uuid in uemis_helperGravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointers to merge_dive_sites()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to delete_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to is_dive_site_used()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to nr_of_dives_at_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-29Dive site: remove uuid in Uemis' divesite-mapGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in get_dive_site_*()Gravatar Berthold Stoeger
2018-10-27qPref: reduce recompiles with every commitGravatar Dirk Hohndel
2018-10-26Cleanup: remove dead code in qthelper.cppGravatar Berthold Stoeger
2018-10-25core: use nr of dives shown in tripMeta infoGravatar Dirk Hohndel
2018-10-25core: add seperate number of dives shown to the trip structureGravatar 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/filtering: add two preferences for filteringGravatar 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-23Parser: remove static variable location in import-cobalt.cGravatar Berthold Stoeger
2018-10-23Parser: make parser (mostly) reentrantGravatar Berthold Stoeger