aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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