summaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
2011-10-23Disable sorting by dive numberGravatar Dirk Hohndel
2011-10-23Make columns for temperature, cylinder, and nitrox optionalGravatar Dirk Hohndel
2011-10-23Show dive number in dive listGravatar Dirk Hohndel
2011-10-20Allow multiple selections in the dive listGravatar Dirk Hohndel
2011-10-02Split up generic code to generate a gtk tree view columnGravatar Linus Torvalds
2011-09-27Add preference option to chose if SAC and/or OTU should be in divelistGravatar Dirk Hohndel
2011-09-26Make OTU column invisible by defaultGravatar Dirk Hohndel
2011-09-22Add OTU to divelistGravatar Dirk Hohndel
2011-09-22Calculate OTUs for every diveGravatar Dirk Hohndel
2011-09-22Minor change to the alignment of the divelist columnsGravatar Dirk Hohndel
2011-09-22Put the location last in the dive listGravatar Linus Torvalds
2011-09-22Put the default focus on the dive list at startupGravatar Linus Torvalds
2011-09-22Fix up some minor whitespace issuesGravatar Linus Torvalds
2011-09-22Select the first dive after filling the dive listGravatar Linus Torvalds
2011-09-22Make the dive list searching act on the locationGravatar Linus Torvalds
2011-09-22In divelist maxdepth column, only show depth unitGravatar Linus Torvalds
2011-09-21Simplistic first attempt to get changes saved when quitting subsurfaceGravatar Dirk Hohndel
2011-09-20Fix up printing some moreGravatar Linus Torvalds
2011-09-20Fix divelist sortingGravatar Linus Torvalds
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-20Make the divelist font configurableGravatar Linus Torvalds
2011-09-20Merge branch 'for-linus' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-09-20Make 'struct DiveList' entirely internal to divelist.cGravatar Linus Torvalds
2011-09-20Attempt to get the location column to resize in a sensible wayGravatar Dirk Hohndel
2011-09-20Minor tweaks to column headersGravatar Dirk Hohndel
2011-09-19Reinstate the main window titleGravatar Linus Torvalds
2011-09-19Hacky hard-coded font for dive list entriesGravatar Linus Torvalds
2011-09-19Make helper function for creating TreeView columns in the dive listGravatar Linus Torvalds
2011-09-19Add cylinder description to dive listGravatar Linus Torvalds
2011-09-19Turn the rest of the duplicate string fields to use render functionsGravatar Linus Torvalds
2011-09-19Use renderer function for divelist depth field tooGravatar Linus Torvalds
2011-09-19Use a renderer function on the date fieldGravatar Linus Torvalds
2011-09-19Oops, fix typo. EAN, not EADGravatar Linus Torvalds
2011-09-19Update the divelist when dive info changesGravatar Linus Torvalds
2011-09-19Add air usage calculations to dive listGravatar Linus Torvalds
2011-09-19Add location to divelist tooGravatar Linus Torvalds
2011-09-19Clean up divelist generation some moreGravatar Linus Torvalds
2011-09-19Start filling in temperature and nitrox data in dive listGravatar Linus Torvalds
2011-09-19Add temp/nitrox/sac entries to divelistGravatar Linus Torvalds
2011-09-19Make the divelist column naming clearerGravatar Linus Torvalds
2011-09-07Update the dive units without destroyng and rebuilding the dive listGravatar Linus Torvalds
2011-09-07Make divelist honor the length unitsGravatar Linus Torvalds
2011-09-07Add GtkTreeViewColumn information to 'struct DiveList'Gravatar Linus Torvalds
2011-09-05Repaint the dives in dive_list_update_dives() instead of in callersGravatar Linus Torvalds
2011-09-05Open File works. I refactored the code and introduced a new type. I never use...Gravatar Nathan Samson
2011-09-04Zebra-color the divelistGravatar Linus Torvalds
2011-09-04Right align the numbersGravatar Nathan Samson
2011-09-04Generate date string for the dive list dynamicallyGravatar Linus Torvalds
2011-09-04Split the dive list in columns. Columns are sortable now (name = date, depth,...Gravatar Nathan Samson
2011-08-31Use a gtk table instead of hboxGravatar Linus Torvalds