Age | Commit message (Expand) | Author |
2014-06-03 | Planner: fix editing the dive planner points table | Dirk Hohndel |
2014-06-03 | Planner: make the warnings visually stand out more | Dirk Hohndel |
2014-06-03 | Planner: add a few more line breaks in the html notes | Dirk Hohndel |
2014-06-03 | Planner: Show gas changes at the correct depth. | Robert C. Helling |
2014-06-03 | Planner: Show waypoints for gas changes but no double depths | Robert C. Helling |
2014-06-03 | Don't crash when looping over pictures for a null dive | Dirk Hohndel |
2014-06-03 | Planner note logic and layout improved | Robert C. Helling |
2014-06-03 | Add print button to planner | Robert C. Helling |
2014-06-03 | Layout improvements to the dive plan | Robert C. Helling |
2014-06-03 | Not all C compilers like uint | Dirk Hohndel |
2014-06-03 | Change from QPixmap to QImage due to thread issues. | Tomaz Canabrava |
2014-06-03 | Make the new picture widget display the pictures. | Tomaz Canabrava |
2014-06-03 | Add the data() method of the Picture Model. | Tomaz Canabrava |
2014-06-03 | Update the picture model to use the new picture function calls. | Tomaz Canabrava |
2014-06-02 | Break picture handling code from C++ to C. | Tomaz Canabrava |
2014-06-02 | Fix compilation of the Qt Concurrent code. | 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-02 | Rewrite dive edit logic | Dirk Hohndel |
2014-06-02 | Planner: fix typo that broke tank pressure tracking | Dirk Hohndel |
2014-06-02 | Planner: warn about high pO2 | Dirk Hohndel |
2014-06-02 | Optionally strip diveplan to bare minimum | Robert C. Helling |
2014-06-02 | Fix addStop to work as slot again | Dirk Hohndel |
2014-06-01 | Rename two C++ methods to the more typical CamelCase | Dirk Hohndel |
2014-06-01 | Convert plot_gas_value to gasmix | Dirk Hohndel |
2014-06-01 | Remove is_air() and convert its users to gasmix | Dirk Hohndel |
2014-06-01 | Create simple non-thread-safe "gasname()" function | Linus Torvalds |
2014-06-01 | Override the MinMaxAvgWidget tool tips for the depth instance. | Tim Wootton |
2014-06-01 | More conversions to gasmix | Dirk Hohndel |
2014-06-01 | More cleanup for planner.c | Dirk Hohndel |
2014-06-01 | Change add_plan_to_notes() to operated on 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 | Add threaded processing of image pixmaps | Tomaz Canabrava |
2014-06-01 | Add a method to update the dive pictures on the model. | Tomaz Canabrava |
2014-06-01 | Add a new widget on the main tab: Pictures. | Tomaz Canabrava |
2014-06-01 | Add stub for a widget to show the dive pictures. | Tomaz Canabrava |
2014-06-01 | Do not replot for each picture added to dive. | Tomaz Canabrava |
2014-06-01 | Fix layout on the Shift-Image-Time import dialog | Tomaz Canabrava |
2014-06-01 | Simplify ruler update code. | Tomaz Canabrava |
2014-06-01 | Remove some unused variables | Dirk Hohndel |
2014-06-01 | Next step to using gasmix instead of o2/he | Dirk Hohndel |
2014-06-01 | Use proper types | 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: correctly track gas used | Dirk Hohndel |
2014-06-01 | Planner: track gas used even if we don't have a real cylinder | Dirk Hohndel |
2014-06-01 | Planner: more fixes for gas tracking | Dirk Hohndel |
2014-06-01 | Planner: add warning if the plan consumes more gas than provided | Dirk Hohndel |