Age | Commit message (Expand) | Author |
2014-07-10 | Add helper functions to ensure we have sane tag lists | Dirk Hohndel |
2014-07-09 | Add support for importing TTS from CSV files | Anton Lundin |
2014-07-09 | Add support for importing NDL from CSV files | Anton Lundin |
2014-07-09 | Add support divecomputer based TTS | Anton Lundin |
2014-07-08 | Fix picture loading | Dirk Hohndel |
2014-07-05 | Remove gasmix_is_null | Robert C. Helling |
2014-07-04 | Planner: don't set cylinder start and end pressure when adding dive | Dirk Hohndel |
2014-07-04 | Planner: only track gas when planning a dive | Dirk Hohndel |
2014-07-03 | UI restructure: make planner act on displayed_dive | Dirk Hohndel |
2014-07-03 | UI restructure: add clone_dive helper | Dirk Hohndel |
2014-07-03 | Add a "smart strdup" helper named copy_string() | Dirk Hohndel |
2014-07-03 | UI restructure: add helper function to copy and clear a dive | Dirk Hohndel |
2014-07-02 | UI restructure: use a global variable to hold the dive we show / edit | Dirk Hohndel |
2014-07-01 | Show ascent gas consumption separately in planner | Robert C. Helling |
2014-06-25 | Make pO2 settings functional in planner | Robert C. Helling |
2014-06-18 | Use __typeof__ instead of typeof in the header | Thiago Macieira |
2014-06-14 | User survey: force running the survey from command line | Dirk Hohndel |
2014-06-11 | Provide for a dive_computer_type variable within dc structure | Willem Ferguson |
2014-06-11 | Allow the user to delete a dive computer from a dive | Dirk Hohndel |
2014-06-09 | Picture handling: switch to stronger typed offset | Dirk Hohndel |
2014-06-08 | Picture handling: change data structure to store offset instead timestamp | Dirk Hohndel |
2014-06-08 | Picture handling: keep picture list sorted | Dirk Hohndel |
2014-06-03 | Planner: only copy cylinders that were used in the template dive | Dirk Hohndel |
2014-06-03 | Whitespace | Dirk Hohndel |
2014-06-03 | CCR code: Change to sample structure | Willem Ferguson |
2014-06-03 | Fix linked list corruption, move code to C. | Tomaz Canabrava |
2014-06-03 | Don't crash when looping over pictures for a null dive | Dirk Hohndel |
2014-06-03 | Not all C compilers like uint | Dirk Hohndel |
2014-06-02 | Break picture handling code from C++ to C. | Tomaz Canabrava |
2014-06-02 | Add a FOR_EACH_PICTURE macro and the code for picture_count. | Tomaz Canabrava |
2014-06-02 | Add stubs for the main methods that will operate on pictures. | Tomaz Canabrava |
2014-06-02 | Add a picture_list struct | Tomaz Canabrava |
2014-06-01 | Remove is_air() and convert its users to gasmix | Dirk Hohndel |
2014-06-01 | Switch verify_gas_exists to take gasmix argument | Dirk Hohndel |
2014-06-01 | Switch more functions to use gasmix type | Dirk Hohndel |
2014-06-01 | Next step to using gasmix instead of o2/he | Dirk Hohndel |
2014-06-01 | Remove the .used member of the cylinder structure | Dirk Hohndel |
2014-06-01 | Encapsulate the horrid gas encoding in gas change events | Dirk Hohndel |
2014-06-01 | Planner: track gas used even if we don't have a real cylinder | Dirk Hohndel |
2014-05-31 | Planner: don't include the disclaimer in the dive plan detail widget | Dirk Hohndel |
2014-05-30 | Remove unused structure member | Dirk Hohndel |
2014-05-29 | Planner: track gas consumption in cylinders and samples | Dirk Hohndel |
2014-05-29 | Don't assume that pressures are always positive | Dirk Hohndel |
2014-05-26 | Merge branch 'atdotde' | Dirk Hohndel |
2014-05-26 | Use get_o2() and get_he() instead of accessing permilles directly | Robert C. Helling |
2014-05-25 | Move mod calculations to a separate helper | Anton Lundin |
2014-05-22 | Gratuitous whitespace changes | Dirk Hohndel |
2014-05-22 | Create a 'remove_event' function that removes an event. | Tomaz Canabrava |
2014-05-20 | Dive list: add context menu function to renumber dive(s) | Dirk Hohndel |
2014-05-19 | Add ability to make a dive computer the first dive computer of a dive | Dirk Hohndel |