Age | Commit message (Expand) | Author |
2011-09-04 | Merge branch 'fix-entries' of https://github.com/nathansamson/diveclog | Linus Torvalds |
2011-09-04 | Update gitignore for the name-change of the executable | Linus Torvalds |
2011-09-04 | Oops. I forgot to 'fclose()' the file after saving the xml | Linus Torvalds |
2011-09-04 | Word wrap the info textview. Also do not show the scrollbars if not necessary. | Nathan Samson |
2011-09-04 | Change location to a text entry instead of text view. | Nathan Samson |
2011-09-03 | Add 'Quit' menu item, and fix invisible "File" on gtk2 | Linus Torvalds |
2011-09-03 | Merge https://github.com/mrjbq7/diveclog | Linus Torvalds |
2011-09-03 | Don't bother saving n2 percentage | Linus Torvalds |
2011-09-03 | Improve the layout of the text entries in gtk3. For gtk2 this could also be u... | Nathan Samson |
2011-09-03 | Use the newer GtkUIManager for menu creation. | Nathan Samson |
2011-09-03 | Do better cylinder information management | Linus Torvalds |
2011-09-03 | dive.c: Fix spelling. | John Benediktsson |
2011-09-03 | Add 'mean depth' marker on dive plot | Linus Torvalds |
2011-09-03 | Only update mean/max depths with computed ones if they are way off | Linus Torvalds |
2011-09-03 | Add various dive fixups, and show pressure (if any) in the plot | Linus Torvalds |
2011-09-03 | Update README a bit | Linus Torvalds |
2011-09-02 | Add location note to the top bar too. | Linus Torvalds |
2011-09-02 | Do a dive de-dup pass | Linus Torvalds |
2011-09-02 | Improve uemis xml parsing a bit | Linus Torvalds |
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 |