]> git.tdb.fi Git - ext/subsurface.git/shortlog
ext/subsurface.git
2011-09-02 Linus TorvaldsShow temperature in the info summary
2011-09-02 Linus TorvaldsGenerate 'watertemp' field from samples if required
2011-09-02 Linus TorvaldsFix wrongly nested watertemp xml entry
2011-09-02 Linus TorvaldsWe can't save escape characters.
2011-09-02 Linus TorvaldsSave and parse notes and locations
2011-09-02 Linus TorvaldsDo gasmix as an empty element XML too
2011-09-02 Linus TorvaldsClean up save-file output a bit
2011-09-02 Linus TorvaldsAlways use proper units when saving.
2011-09-02 Linus TorvaldsTeach the date parser to also parse the international...
2011-09-01 Linus TorvaldsSave everything in our current dives and samples into...
2011-09-01 Linus TorvaldsFix up small details in input/output
2011-09-01 Linus TorvaldsAdd ability to 'save' dives
2011-09-01 Linus Torvaldsgasmix: stop tracking nitrogen percentages
2011-09-01 Linus Torvaldslibdivecomputer does crazy gas mixes too
2011-09-01 Linus TorvaldsStart parsing gas mixes
2011-09-01 Linus TorvaldsGet rid of our 'ignore' rules
2011-09-01 Linus Torvaldsxml parsing: start traversing properties too
2011-09-01 Linus TorvaldsRename some files to be more appropriate
2011-09-01 Linus TorvaldsAdd some extended dive info fields
2011-09-01 Linus TorvaldsMake the main display saner
2011-09-01 Linus TorvaldsBoiler-plate code for opening/saving a file
2011-08-31 Linus TorvaldsAdd a top 'File' menu
2011-08-31 Linus TorvaldsDo something half-way sane (no SIGSEGV) when there...
2011-08-31 Linus TorvaldsStart cleaning up dive accessors
2011-08-31 Linus TorvaldsUse a 'notebook' for Info vs Profile
2011-08-31 Linus TorvaldsAdd some more dive info - and actually update it
2011-08-31 Linus Torvaldsdive parsing: enforce maxdepth and dive duration
2011-08-31 Linus Torvaldsdive profile plot: use saner minimum limits
2011-08-31 Linus Torvaldsplot a fancier 'filled' depth profile
2011-08-31 Linus TorvaldsPlot dive profile slightly more intelligently.
2011-08-31 Linus TorvaldsAdd fake 'info' frame contents
2011-08-31 Linus TorvaldsUse a gtk table instead of hbox
2011-08-31 Linus TorvaldsAdd 'repaint_dive()' prototype, and fix dependencies
2011-08-31 Linus TorvaldsTeach the thing to actually track the currently selecte...
2011-08-31 Linus TorvaldsRe-do the tree selection code with a selection callback
2011-08-31 Linus TorvaldsDon't newline-terminate the dive name
2011-08-31 Linus TorvaldsSplit up divelist scroll window generation into its...
2011-08-31 Linus TorvaldsGet rid of now unused 'show_dive()' function
2011-08-31 Linus TorvaldsSplit up profile frame generation into its own file.
2011-08-31 Linus TorvaldsDraw some kind of profile for the (first) dive
2011-08-31 Linus TorvaldsFix depth parsing
2011-08-31 Linus TorvaldsMake the dive list scrollable (and put it in a vbox)
2011-08-31 Linus TorvaldsShow the dives as a gtk list/tree widget
2011-08-31 Linus TorvaldsGenerate a default name for a dive, if it doesn't have...
2011-08-31 Linus TorvaldsCreate a gtk window
2011-08-31 Linus TorvaldsAdd .gitignore file for current state
2011-08-31 Linus TorvaldsStart moving some of the non-parsing stuff out of ...
2011-08-31 Linus TorvaldsSplit up dive data structure declarations into 'dive.h'
2011-08-31 Linus TorvaldsClean up dive reporting
2011-08-31 Linus TorvaldsAdd some more parsing functions
2011-08-31 Linus TorvaldsDon't report dives as they are parsed: sort them at...
2011-08-30 Linus TorvaldsAdd 'datetime' parsing for libdivecomputer xml files
2011-08-30 Linus TorvaldsFix up temperature conversion
2011-08-30 Linus TorvaldsStart actually reporting the numbers we parsed
2011-08-30 Linus TorvaldsAdd 'verbose' flag
2011-08-30 Linus TorvaldsStart parsing numeric fields
2011-08-30 Linus TorvaldsStart parsing dive dates
2011-08-30 Linus TorvaldsMove the "text" nodename hackery out of 'nodename()'
2011-08-30 Linus TorvaldsFix stupid mis-initialization of current sample
2011-08-30 Linus TorvaldsStart showing unparsed entries
2011-08-30 Linus TorvaldsFill in dummy parse target code
2011-08-30 Linus TorvaldsMove the parser closer to being usable
2011-08-30 Linus TorvaldsTurn the XML into something almost parseable.
2011-08-29 Linus TorvaldsMake the multi-dive files valid XML
2011-08-28 Linus TorvaldsAdd crazy (bad) xml parser thing
2011-08-28 Linus TorvaldsStart archiving the stupid XML files