Age | Commit message (Expand) | Author |
2011-09-20 | Attempt to get the location column to resize in a sensible way | Dirk Hohndel |
2011-09-20 | Minor tweaks to column headers | Dirk Hohndel |
2011-09-19 | Reinstate the main window title | Linus Torvalds |
2011-09-19 | Hacky hard-coded font for dive list entries | Linus Torvalds |
2011-09-19 | Make helper function for creating TreeView columns in the dive list | Linus Torvalds |
2011-09-19 | Add cylinder description to dive list | Linus Torvalds |
2011-09-19 | Turn the rest of the duplicate string fields to use render functions | Linus Torvalds |
2011-09-19 | Use renderer function for divelist depth field too | Linus Torvalds |
2011-09-19 | Use a renderer function on the date field | Linus Torvalds |
2011-09-19 | Oops, fix typo. EAN, not EAD | Linus Torvalds |
2011-09-19 | Update the divelist when dive info changes | Linus Torvalds |
2011-09-19 | Add air usage calculations to dive list | Linus Torvalds |
2011-09-19 | Add location to divelist too | Linus Torvalds |
2011-09-19 | Clean up divelist generation some more | Linus Torvalds |
2011-09-19 | Start filling in temperature and nitrox data in dive list | Linus Torvalds |
2011-09-19 | Add temp/nitrox/sac entries to divelist | Linus Torvalds |
2011-09-19 | Make the divelist column naming clearer | Linus Torvalds |
2011-09-07 | Update the dive units without destroyng and rebuilding the dive list | Linus Torvalds |
2011-09-07 | Make divelist honor the length units | Linus Torvalds |
2011-09-07 | Add GtkTreeViewColumn information to 'struct DiveList' | Linus Torvalds |
2011-09-05 | Repaint the dives in dive_list_update_dives() instead of in callers | Linus Torvalds |
2011-09-05 | Open File works. I refactored the code and introduced a new type. I never use... | Nathan Samson |
2011-09-04 | Zebra-color the divelist | Linus Torvalds |
2011-09-04 | Right align the numbers | Nathan Samson |
2011-09-04 | Generate date string for the dive list dynamically | Linus Torvalds |
2011-09-04 | Split the dive list in columns. Columns are sortable now (name = date, depth,... | Nathan Samson |
2011-08-31 | Use a gtk table instead of hbox | Linus Torvalds |
2011-08-31 | Teach the thing to actually track the currently selected dive | Linus Torvalds |
2011-08-31 | Re-do the tree selection code with a selection callback | Linus Torvalds |
2011-08-31 | Split up divelist scroll window generation into its own file | Linus Torvalds |