Age | Commit message (Expand) | Author |
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 |
2011-08-30 | Split up dive data structure declarations into 'dive.h' | Linus Torvalds |
2011-08-30 | Clean up dive reporting | Linus Torvalds |
2011-08-30 | Add some more parsing functions | Linus Torvalds |
2011-08-30 | Don't report dives as they are parsed: sort them at the end and report them then | Linus Torvalds |
2011-08-30 | Add 'datetime' parsing for libdivecomputer xml files | Linus Torvalds |
2011-08-30 | Fix up temperature conversion | Linus Torvalds |
2011-08-30 | Start actually reporting the numbers we parsed | Linus Torvalds |
2011-08-30 | Add 'verbose' flag | Linus Torvalds |
2011-08-30 | Start parsing numeric fields | Linus Torvalds |
2011-08-30 | Start parsing dive dates | Linus Torvalds |
2011-08-30 | Move the "text" nodename hackery out of 'nodename()' | Linus Torvalds |
2011-08-30 | Fix stupid mis-initialization of current sample | Linus Torvalds |
2011-08-30 | Start showing unparsed entries | Linus Torvalds |
2011-08-30 | Fill in dummy parse target code | Linus Torvalds |
2011-08-29 | Move the parser closer to being usable | Linus Torvalds |
2011-08-29 | Turn the XML into something almost parseable. | Linus Torvalds |
2011-08-28 | Make the multi-dive files valid XML | Linus Torvalds |
2011-08-28 | Add crazy (bad) xml parser thing | Linus Torvalds |
2011-08-28 | Start archiving the stupid XML filesstart | Linus Torvalds |