aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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
2018-10-23Core: accept NULL-pointer in free_trip() and free_divesite()Gravatar Berthold Stoeger
2018-10-23Core: export free_picture()Gravatar Berthold Stoeger
2018-10-22Parser: remove webservice related codeGravatar Berthold Stoeger
2018-10-21Parser: free city and country after useGravatar Berthold Stoeger
2018-10-21Parser: free old string in utf8_stringGravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-19Preferences: wire-up the deco parametersGravatar Jan Mulder
2018-10-16Parser: don't leak extra data key/value pairsGravatar Berthold Stoeger
2018-10-16Core: use free_dc_contents() in delete_current_divecomputer()Gravatar Berthold Stoeger
2018-10-16Core: copy / free serial and fw_version items of struct divecomputerGravatar Berthold Stoeger
2018-10-16Core: copy and free extra_data of dive computer structureGravatar Berthold Stoeger
2018-10-15Core: fix broken commit e5dca8228eGravatar Berthold Stoeger
2018-10-15Cleanup: make xml_parsing_units local to parse-xml.cGravatar Berthold Stoeger
2018-10-15Cleanup: remove apparently dead code in sanitize_cylinder_type()Gravatar Berthold Stoeger
2018-10-15Parser: fix leakage of dive-site and dive dataGravatar Berthold Stoeger
2018-10-15deco: _really_ make sure the deco state is fully initializedGravatar Linus Torvalds
2018-10-15Selection: always make newly selected dive the current diveGravatar Berthold Stoeger
2018-10-15Core: copy whole list in copy_dc_renumber()Gravatar Berthold Stoeger
2018-10-15deco: make sure deco state is fully initializedGravatar Linus Torvalds
2018-10-15Bluetooth cleanup: remove pointless download_modeGravatar Dirk Hohndel
2018-10-15Dive import: reset current_dive in process_imported_dives()Gravatar Berthold Stoeger
2018-10-15Dive import: remove dive-to-be added from trip before deletionGravatar Berthold Stoeger
2018-10-15Dive list: make deep copy of picture list on mergeGravatar Berthold Stoeger
2018-10-15Dive list: fix crash on dive importGravatar Berthold Stoeger
2018-10-14Cleanup: constify get_dive_gas() and get_dive_gas_string()Gravatar Berthold Stoeger
2018-10-14Cleanup: free all data in clear_table()Gravatar Berthold Stoeger
2018-10-14Cleanup: move clear_table() to divesite.cGravatar Berthold Stoeger
2018-10-14Parser: remove global variable dive_idGravatar Berthold Stoeger