summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-09-04Make a guess at the cylinder description from the size and pressureGravatar Linus Torvalds
2011-09-04Clean up 'fixup_dive()' a bitGravatar Linus Torvalds
2011-09-04Generate date string for the dive list dynamicallyGravatar Linus Torvalds
2011-09-04Merge branch 'ui-improvements' of https://github.com/nathansamson/diveclogGravatar Linus Torvalds
2011-09-04Merge branch 'compiler-warning' of https://github.com/nathansamson/diveclogGravatar Linus Torvalds
2011-09-04Add placeholder for cylinder type descriptionGravatar Linus Torvalds
2011-09-04Don't save cylinder working pressureGravatar Linus Torvalds
2011-09-04Remove redundant temperature readingsGravatar Linus Torvalds
2011-09-04Split the dive list in columns. Columns are sortable now (name = date, depth,...Gravatar Nathan Samson
2011-09-04Merge branch 'master' into ui-improvementsGravatar Nathan Samson
2011-09-04Fix typo in Makefile (LDLAGS -> LDFLAGS)Gravatar Linus Torvalds
2011-09-04Remove the redundant frames in the notebook. Closes #9Gravatar Nathan Samson
2011-09-04Merge branch 'fix-entries' of https://github.com/nathansamson/diveclogGravatar Linus Torvalds
2011-09-04Use a pane so the dive list can be made wider or smaller to the users wishesGravatar Nathan Samson
2011-09-04Update gitignore for the name-change of the executableGravatar Linus Torvalds
2011-09-04Oops. I forgot to 'fclose()' the file after saving the xmlGravatar Linus Torvalds
2011-09-04Removed the unused startemp and enttemp calculations. This fixes a compiler w...Gravatar Nathan Samson
2011-09-04Word wrap the info textview. Also do not show the scrollbars if not necessary.Gravatar Nathan Samson
2011-09-04Change location to a text entry instead of text view.Gravatar Nathan Samson
2011-09-03Add 'Quit' menu item, and fix invisible "File" on gtk2Gravatar Linus Torvalds
2011-09-03Merge https://github.com/mrjbq7/diveclogGravatar Linus Torvalds
2011-09-03Don't bother saving n2 percentageGravatar Linus Torvalds
2011-09-03Improve the layout of the text entries in gtk3. For gtk2 this could also be u...Gravatar Nathan Samson
2011-09-03Use the newer GtkUIManager for menu creation.Gravatar Nathan Samson
2011-09-03Do better cylinder information managementGravatar Linus Torvalds
2011-09-03dive.c: Fix spelling.Gravatar John Benediktsson
2011-09-03Add 'mean depth' marker on dive plotGravatar Linus Torvalds
2011-09-03Only update mean/max depths with computed ones if they are way offGravatar Linus Torvalds
2011-09-03Add various dive fixups, and show pressure (if any) in the plotGravatar Linus Torvalds
2011-09-03Update README a bitGravatar Linus Torvalds
2011-09-02Add location note to the top bar too.Gravatar Linus Torvalds
2011-09-02Do a dive de-dup passGravatar Linus Torvalds
2011-09-02Improve uemis xml parsing a bitGravatar Linus Torvalds
2011-09-02Silently ignore zero pressureGravatar Linus Torvalds
2011-09-02Use 'units' value instead of guessing based on integer/FPGravatar Linus Torvalds
2011-09-02Hack up some very rudimentary support for the Uemis xml formatGravatar Linus Torvalds
2011-09-01Show temperature in the info summaryGravatar Linus Torvalds
2011-09-01Generate 'watertemp' field from samples if requiredGravatar Linus Torvalds
2011-09-01Fix wrongly nested watertemp xml entryGravatar Linus Torvalds
2011-09-01We can't save escape characters.Gravatar Linus Torvalds
2011-09-01Save and parse notes and locationsGravatar Linus Torvalds
2011-09-01Do gasmix as an empty element XML tooGravatar Linus Torvalds
2011-09-01Clean up save-file output a bitGravatar Linus Torvalds
2011-09-01Always use proper units when saving.Gravatar Linus Torvalds
2011-09-01Teach the date parser to also parse the international standard date formatGravatar Linus Torvalds
2011-09-01Save everything in our current dives and samples into the xml fileGravatar Linus Torvalds
2011-09-01Fix up small details in input/outputGravatar Linus Torvalds
2011-09-01Add ability to 'save' divesGravatar Linus Torvalds
2011-09-01gasmix: stop tracking nitrogen percentagesGravatar Linus Torvalds
2011-09-01libdivecomputer does crazy gas mixes tooGravatar Linus Torvalds