aboutsummaryrefslogtreecommitdiffstats
path: root/divelist.h
AgeCommit message (Expand)Author
2013-01-13Correctly show the planned dive in the divelistGravatar Dirk Hohndel
2013-01-06Display dive profile of the dive we plan, as we plan itGravatar Dirk Hohndel
2013-01-04First stab at simplistic dive planningGravatar Dirk Hohndel
2013-01-03Consider previous dives when calculating decoGravatar Dirk Hohndel
2013-01-01First step towards grabbing keys and handling them ourselvesGravatar Dirk Hohndel
2012-11-21Make sure there are no invisible selected dives after import / downloadGravatar Dirk Hohndel
2012-09-02Add autogen menu commandGravatar Dirk Hohndel
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