]> git.tdb.fi Git - ext/subsurface.git/history - Makefile
First pass to parse uemis Zurich '.SDA' files
[ext/subsurface.git] / Makefile
2011-09-15 Dirk HohndelFirst pass to parse uemis Zurich '.SDA' files
2011-09-13 Linus TorvaldsAdd the capability to print a dive profile
2011-09-12 Linus TorvaldsStart some very initial libdivecomputer integration
2011-09-10 Linus TorvaldsRename 'cylinder.c' as 'equipment.c'
2011-09-09 Linus TorvaldsAdd a notebook for cylinder information
2011-09-08 Linus TorvaldsSave default units using GConf
2011-09-05 Linus TorvaldsMerge branch 'open-files' of git://github.com/nathansam...
2011-09-05 Nathan SamsonReport errors when opening files
2011-09-05 Nathan SamsonOpen File works. I refactored the code and introduced...
2011-09-04 Nathan SamsonMerge hbonse's UI tweaks, but fixing the compile warnin...
2011-09-04 Linus TorvaldsMerge branch 'compiler-warning' of https://github.com...
2011-09-04 Nathan SamsonMerge branch 'master' into ui-improvements
2011-09-04 Linus TorvaldsFix typo in Makefile (LDLAGS -> LDFLAGS)
2011-09-03 Linus TorvaldsAdd various dive fixups, and show pressure (if any...
2011-09-01 Linus TorvaldsAdd ability to 'save' dives
2011-09-01 Linus TorvaldsRename some files to be more appropriate
2011-08-31 Linus TorvaldsAdd fake 'info' frame contents
2011-08-31 Linus TorvaldsAdd 'repaint_dive()' prototype, and fix dependencies
2011-08-31 Linus TorvaldsSplit up divelist scroll window generation into its...
2011-08-31 Linus TorvaldsSplit up profile frame generation into its own file.
2011-08-31 Linus TorvaldsCreate a gtk window
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-30 Linus TorvaldsFix stupid mis-initialization of current sample
2011-08-30 Linus TorvaldsTurn the XML into something almost parseable.
2011-08-28 Linus TorvaldsAdd crazy (bad) xml parser thing