index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
save-xml.c
Age
Commit message (
Expand
)
Author
2012-10-04
Use GLib's g_fopen() and g_open() when working with files
Lubomir I. Ivanov
2012-09-30
New XML format for saving dives
Linus Torvalds
2012-09-21
Fix missing save of (almost empty) cylinder information
Linus Torvalds
2012-09-20
Fix dive trip saving bug
Dirk Hohndel
2012-09-19
Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'
Linus Torvalds
2012-09-11
Display yearly/monthly statistics
Miika Turkia
2012-09-01
Clean up macros and auxiliary functions
Dirk Hohndel
2012-08-27
Merge branch 'trips' of git://git.hohndel.org/subsurface
Linus Torvalds
2012-08-27
First cut of explicit trip tracking
Dirk Hohndel
2012-08-27
Only quote the quote characters in xml attributes
Linus Torvalds
2012-08-27
Add single and double quotes to escaped characters in XML output
Dirk Hohndel
2012-08-14
Add exposure protection tracking
Dirk Hohndel
2012-03-24
Add weight system tracking
Dirk Hohndel
2011-12-07
Fix some issues with star rating code
Dirk Hohndel
2011-12-07
Add typical 0 to 5 star rating for dives
Dirk Hohndel
2011-11-10
Save cylinder O2/He content after the cylinder type description
Linus Torvalds
2011-10-09
Don't drop precision from floating point GP coordinates
Linus Torvalds
2011-09-22
Start handling dive events
Linus Torvalds
2011-09-15
Support gps coordinates for the location info
Linus Torvalds
2011-09-15
Rename the project 'subsurface'
Linus Torvalds
2011-09-13
Add divemaster/buddy field and text entry
Linus Torvalds
2011-09-12
Don't save empty cylinder descriptions in the xml
Linus Torvalds
2011-09-11
Be more careful about unit changes
Linus Torvalds
2011-09-11
Fix up dive number naming
Linus Torvalds
2011-09-11
Save and restore a "dive number"
Linus Torvalds
2011-09-10
Now that we don't mess up import, we can save the cylinder working pressure
Linus Torvalds
2011-09-09
Rename 'cylinder.c' as 'equipment.c'
Linus Torvalds
2011-09-05
Turn dive depth, temperature and duration into xml attributes
Linus Torvalds
2011-09-05
Sanitize and fix cylinder pressure overview
Linus Torvalds
2011-09-04
Save milli-units with variable precision
Linus Torvalds
2011-09-04
Use common helper for printing milli-units
Linus Torvalds
2011-09-04
Properly save/restore cylinder description string
Linus Torvalds
2011-09-04
Make a guess at the cylinder description from the size and pressure
Linus Torvalds
2011-09-04
Don't save cylinder working pressure
Linus Torvalds
2011-09-04
Oops. I forgot to 'fclose()' the file after saving the xml
Linus Torvalds
2011-09-03
Don't bother saving n2 percentage
Linus Torvalds
2011-09-03
Do better cylinder information management
Linus Torvalds
2011-09-01
Fix wrongly nested watertemp xml entry
Linus Torvalds
2011-09-01
We can't save escape characters.
Linus Torvalds
2011-09-01
Save and parse notes and locations
Linus Torvalds
2011-09-01
Do gasmix as an empty element XML too
Linus Torvalds
2011-09-01
Clean up save-file output a bit
Linus Torvalds
2011-09-01
Always use proper units when saving.
Linus Torvalds
2011-09-01
Save everything in our current dives and samples into the xml file
Linus Torvalds
2011-09-01
Fix up small details in input/output
Linus Torvalds
2011-09-01
Add ability to 'save' dives
Linus Torvalds