summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-09-06Merge branch 'patch-1' of git://github.com/schacon/diveclogGravatar Linus Torvalds
2011-09-06Add some air usage statistics to the dive plotGravatar Linus Torvalds
2011-09-06Do cylinder pressure plot first, then depth, then text notesGravatar Linus Torvalds
2011-09-06Add more explicit contributing explanationGravatar Scott Chacon
2011-09-06Tweak the "show depth in text" heuristic a bitGravatar Linus Torvalds
2011-09-06Plot some numerical depth markersGravatar Linus Torvalds
2011-09-06Fix drawing artifact with UEMIS xml dataGravatar Dirk Hohndel
2011-09-05Repaint the dives in dive_list_update_dives() instead of in callersGravatar Linus Torvalds
2011-09-05update UEMIS date_time parsingGravatar Dirk Hohndel
2011-09-05Update dive info and profile after loading filesGravatar Linus Torvalds
2011-09-05Merge branch 'open-files' of git://github.com/nathansamson/diveclogGravatar Linus Torvalds
2011-09-05Add support from importing from Diving Log xml filesGravatar Linus Torvalds
2011-09-05Make the import source an enumerationGravatar Linus Torvalds
2011-09-05Report errors when opening filesGravatar Nathan Samson
2011-09-05Make it possible to load multiple files at once.Gravatar Nathan Samson
2011-09-05Open File works. I refactored the code and introduced a new type. I never use...Gravatar Nathan Samson
2011-09-05Parse Uemis cylinder data correctly.Gravatar Linus Torvalds
2011-09-05Turn dive depth, temperature and duration into xml attributesGravatar Linus Torvalds
2011-09-05Sanitize and fix cylinder pressure overviewGravatar Linus Torvalds
2011-09-05Comment typo fixGravatar Nikola Kotur
2011-09-04Zebra-color the divelistGravatar Linus Torvalds
2011-09-04Merge branch 'more-divelist-goodness' of https://github.com/nathansamson/dive...Gravatar Linus Torvalds
2011-09-04Save milli-units with variable precisionGravatar Linus Torvalds
2011-09-04Use common helper for printing milli-unitsGravatar Linus Torvalds
2011-09-04Properly save/restore cylinder description stringGravatar Linus Torvalds
2011-09-04Parse uemis cylinder dataGravatar Linus Torvalds
2011-09-04Right align the numbersGravatar Nathan Samson
2011-09-04Merge branch 'ui-tweaks' of https://github.com/nathansamson/diveclogGravatar Linus Torvalds
2011-09-04Make a guess at the cylinder description from the size and pressureGravatar Linus Torvalds
2011-09-04Merge hbonse's UI tweaks, but fixing the compile warnings. Also bringing it u...Gravatar Nathan Samson
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-04Some UI beauty patches:Gravatar Hylke Bons
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