aboutsummaryrefslogtreecommitdiffstats
path: root/core/save-xml.c
AgeCommit message (Expand)Author
2020-10-25cleanup: split out divecomputer functions from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-10-23parser: replace params[] code by new xml_params structGravatar Berthold Stoeger
2020-10-16core: use C accessors in core/save-xml.c instead of callbackGravatar Berthold Stoeger
2020-09-29filter: implement saving of presets to XML fileGravatar Berthold Stoeger
2020-05-14Save SAC, OTU and CNS in the XML exportGravatar Linus Torvalds
2020-05-01cleanup: move declaration of utc_mk* functions to new subsurface-time.h headerGravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-03-20Undo: implement invalidate-dive commandGravatar Berthold Stoeger
2020-03-20Core: introduce invalid flag for divesGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-02-09Cleanup: remove const bool parameters and return typesGravatar Berthold Stoeger
2020-01-06core: read and write the user-specified salinityGravatar willemferguson
2019-12-03Desktop: add additional star widgets to Information tabGravatar willemferguson
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-09-21Export: move dive site selection logic to C++Gravatar 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-08-19Fix the dive site XML savingGravatar Linus Torvalds
2019-08-08Cleanup: move file-related function declarations to file.hGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-07-14Fix up XML saving of remaining bottom time dataGravatar Linus Torvalds
2019-07-14Fix cylinder gas type saving when we have bogus gas use dataGravatar Linus Torvalds
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
2019-04-13Add export option to export dive sites.Gravatar Doug Junkins
2019-04-12Remove check for whether a site is used before saving it.Gravatar Doug Junkins
2019-04-12Cleanup: macroize dive site table functions, keep table sortedGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-02-28Cleanup: remove deletion of webservice dive sitesGravatar Berthold Stoeger
2019-01-19Cleanup: remove unused variablesGravatar Berthold Stoeger
2019-01-09Core: keep trips in table(s)Gravatar Berthold Stoeger
2019-01-07Dive sites: don't delete unused dive sites on saveGravatar Berthold Stoeger
2018-11-20Core: replace tripflag by notrip booleanGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar 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-21Add 'location_t' data structureGravatar Linus Torvalds
2018-09-13Optional anonymization upon exportGravatar Robert C. Helling
2018-09-11cleanup[3/6]: do not save the userid any moreGravatar Jan Mulder
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-08-23Cleanup: return gasmix by valueGravatar Berthold Stoeger
2018-07-18Cleanup: rename trip->index to trip->savedGravatar Berthold Stoeger
2018-07-04Dive pictures: remove hashesGravatar Berthold Stoeger