Age | Commit message (Expand) | Author |
2011-09-02 | Silently ignore zero pressure | Linus Torvalds |
2011-09-02 | Use 'units' value instead of guessing based on integer/FP | Linus Torvalds |
2011-09-02 | Hack up some very rudimentary support for the Uemis xml format | Linus Torvalds |
2011-09-01 | Show temperature in the info summary | Linus Torvalds |
2011-09-01 | Generate 'watertemp' field from samples if required | 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 | Teach the date parser to also parse the international standard date format | 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 |
2011-09-01 | gasmix: stop tracking nitrogen percentages | Linus Torvalds |
2011-09-01 | libdivecomputer does crazy gas mixes too | Linus Torvalds |
2011-09-01 | Start parsing gas mixes | Linus Torvalds |
2011-09-01 | Get rid of our 'ignore' rules | Linus Torvalds |
2011-09-01 | xml parsing: start traversing properties too | Linus Torvalds |
2011-09-01 | Rename some files to be more appropriate | Linus Torvalds |
2011-08-31 | Add some extended dive info fields | Linus Torvalds |
2011-08-31 | Make the main display saner | Linus Torvalds |
2011-08-31 | Boiler-plate code for opening/saving a file | Linus Torvalds |
2011-08-31 | Add a top 'File' menu | Linus Torvalds |
2011-08-31 | Do something half-way sane (no SIGSEGV) when there are no dives | Linus Torvalds |
2011-08-31 | Start cleaning up dive accessors | Linus Torvalds |
2011-08-31 | Use a 'notebook' for Info vs Profile | Linus Torvalds |
2011-08-31 | Add some more dive info - and actually update it | Linus Torvalds |
2011-08-31 | dive parsing: enforce maxdepth and dive duration | Linus Torvalds |
2011-08-31 | dive profile plot: use saner minimum limits | Linus Torvalds |
2011-08-31 | plot a fancier 'filled' depth profile | Linus Torvalds |
2011-08-31 | Plot dive profile slightly more intelligently. | Linus Torvalds |
2011-08-31 | Add fake 'info' frame contents | Linus Torvalds |
2011-08-31 | Use a gtk table instead of hbox | Linus Torvalds |
2011-08-31 | Add 'repaint_dive()' prototype, and fix dependencies | Linus Torvalds |
2011-08-31 | Teach the thing to actually track the currently selected dive | Linus Torvalds |
2011-08-31 | Re-do the tree selection code with a selection callback | Linus Torvalds |
2011-08-31 | Don't newline-terminate the dive name | Linus Torvalds |
2011-08-31 | Split up divelist scroll window generation into its own file | Linus Torvalds |
2011-08-31 | Get rid of now unused 'show_dive()' function | Linus Torvalds |
2011-08-31 | Split up profile frame generation into its own file. | Linus Torvalds |
2011-08-31 | Draw some kind of profile for the (first) dive | Linus Torvalds |
2011-08-31 | Fix depth parsing | Linus Torvalds |
2011-08-30 | Make the dive list scrollable (and put it in a vbox) | Linus Torvalds |
2011-08-30 | Show the dives as a gtk list/tree widget | Linus Torvalds |
2011-08-30 | Generate a default name for a dive, if it doesn't have one already | Linus Torvalds |
2011-08-30 | Create a gtk window | Linus Torvalds |
2011-08-30 | Add .gitignore file for current state | Linus Torvalds |
2011-08-30 | Start moving some of the non-parsing stuff out of 'parse.c' | Linus Torvalds |