Age | Commit message (Expand) | Author |
2013-05-11 | Require libzip, xslt and osm-gps-map in all builds | Henrik Brautaset Aronsen |
2013-04-21 | Move creation of dive and dive trip date string into helper functions | Dirk Hohndel |
2013-04-15 | Remove second dive_trip_list definition and douplicate helper function | Dirk Hohndel |
2013-04-10 | Add missing divelogs check for LIBZIP and XSLT | Henrik Brautaset Aronsen |
2013-04-09 | Add menu entry for divelogs.de upload | Henrik Brautaset Aronsen |
2013-04-07 | Continue to separate Gtk related code from core logic: divelist | Dirk Hohndel |
2013-04-07 | Separate Gtk related code from core logic: divelist | Dirk Hohndel |
2013-03-24 | Export dives to UDDF file | Miika Turkia |
2013-02-19 | Obviate the need for explicit 'remember_tree_state/restore_tree_state' calls | Linus Torvalds |
2013-01-13 | Correctly show the planned dive in the divelist | Dirk Hohndel |
2013-01-06 | Display dive profile of the dive we plan, as we plan it | Dirk Hohndel |
2013-01-04 | First stab at simplistic dive planning | Dirk Hohndel |
2013-01-03 | Consider previous dives when calculating deco | Dirk Hohndel |
2013-01-01 | First step towards grabbing keys and handling them ourselves | Dirk Hohndel |
2012-11-21 | Make sure there are no invisible selected dives after import / download | Dirk Hohndel |
2012-09-02 | Add autogen menu command | Dirk Hohndel |
2011-11-13 | Make sure SAC and OTU get recalculated after cylinder info was changed | Dirk Hohndel |
2011-09-27 | Add preference option to chose if SAC and/or OTU should be in divelist | Dirk Hohndel |
2011-09-21 | Simplistic first attempt to get changes saved when quitting subsurface | Dirk Hohndel |
2011-09-20 | Separate out the UI from the program logic | Dirk Hohndel |
2011-09-20 | Make 'struct DiveList' entirely internal to divelist.c | Linus Torvalds |
2011-09-19 | Make helper function for creating TreeView columns in the dive list | Linus Torvalds |
2011-09-19 | Update the divelist when dive info changes | Linus Torvalds |
2011-09-19 | Add location to divelist too | Linus Torvalds |
2011-09-19 | Add temp/nitrox/sac entries to divelist | Linus Torvalds |
2011-09-12 | Libdivecomputer: start actually importing the dive data | Linus Torvalds |
2011-09-11 | Be more careful about unit changes | Linus Torvalds |
2011-09-07 | Update the dive units without destroyng and rebuilding the dive list | Linus Torvalds |
2011-09-07 | Add GtkTreeViewColumn information to 'struct DiveList' | Linus Torvalds |
2011-09-05 | Open File works. I refactored the code and introduced a new type. I never use... | Nathan Samson |