summaryrefslogtreecommitdiffstats
path: root/divelist.h
AgeCommit message (Expand)Author
2011-11-13Make sure SAC and OTU get recalculated after cylinder info was changedGravatar Dirk Hohndel
2011-09-27Add preference option to chose if SAC and/or OTU should be in divelistGravatar Dirk Hohndel
2011-09-21Simplistic first attempt to get changes saved when quitting subsurfaceGravatar Dirk Hohndel
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-20Make 'struct DiveList' entirely internal to divelist.cGravatar Linus Torvalds
2011-09-19Make helper function for creating TreeView columns in the dive listGravatar Linus Torvalds
2011-09-19Update the divelist when dive info changesGravatar Linus Torvalds
2011-09-19Add location to divelist tooGravatar Linus Torvalds
2011-09-19Add temp/nitrox/sac entries to divelistGravatar Linus Torvalds
2011-09-12Libdivecomputer: start actually importing the dive dataGravatar Linus Torvalds
2011-09-11Be more careful about unit changesGravatar Linus Torvalds
2011-09-07Update the dive units without destroyng and rebuilding the dive listGravatar Linus Torvalds
2011-09-07Add GtkTreeViewColumn information to 'struct DiveList'Gravatar Linus Torvalds
2011-09-05Open File works. I refactored the code and introduced a new type. I never use...Gravatar Nathan Samson