summaryrefslogtreecommitdiffstats
path: root/core/save-xml.c
AgeCommit message (Expand)Author
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
2018-05-17Bugfix: Saving divemode to xml and to gitGravatar Willem Ferguson
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Read and write divemode changes (xml and git)Gravatar Willem Ferguson
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-02-17Cleanup: return copied string from hashstring()Gravatar Berthold Stoeger
2018-01-19Improve profile display in plannerGravatar Willem Ferguson
2017-12-26Cleanup: avoid accessing uninitialized variableGravatar Dirk Hohndel
2017-11-27Store and load the planner related depth info of a cylinder in logfileGravatar Stefan Fuchs
2017-11-13Init every struct sample with default valuesGravatar Stefan Fuchs
2017-11-08Do not save dive sites that are not usedGravatar Jan Mulder
2017-10-04Don't add separate country field, use taxonomyGravatar Dirk Hohndel
2017-10-02[Divesite] Save / Load the country from xmlGravatar Tomaz Canabrava
2017-09-15xml: save the right sensor pressure when we have multiple sensor readingsGravatar Linus Torvalds
2017-09-11Do not save non-existent timeGravatar Miika Turkia
2017-09-11Do not save duration if it is zeroGravatar Miika Turkia
2017-09-11Do not save heartbeat to XML if it has not changedGravatar Miika Turkia
2017-09-11Do not save bearing to XML if it has not changedGravatar Miika Turkia
2017-07-25Add support for loading and saving multiple pressure samplesGravatar Linus Torvalds
2017-07-21Fix up o2 pressure sensor handling at load timeGravatar Linus Torvalds
2017-07-21Start cleaning up sensor indexing for multiple sensorsGravatar Linus Torvalds
2017-07-20Unify sample pressure and o2pressure as pressure[2] arrayGravatar Linus Torvalds
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-03-12Only enable -Wmissing-field-initializers for ClangGravatar Lubomir I. Ivanov