aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-06-03Another futile attempt to keep whitespace consistentGravatar Dirk Hohndel
2014-06-03Do not plot pictures that don't have a timestamp.Gravatar Tomaz Canabrava
2014-06-03Also hold a pointer to the struct picture on the model.Gravatar Tomaz Canabrava
2014-06-03Add a method to plot the pictures on the profile.Gravatar Tomaz Canabrava
2014-06-03Connect & disconnect the PictureModel on the profileGravatar Tomaz Canabrava
2014-06-03Add a static 'instance()' member for the Photos model.Gravatar Tomaz Canabrava
2014-06-03Fix linked list corruption, move code to C.Gravatar Tomaz Canabrava
2014-06-03Add photo saving for the XML backend.Gravatar Tomaz Canabrava
2014-06-03Fix dive water temperature XML parsingGravatar Linus Torvalds
2014-06-03Cancel dive edit when escape key is pressedGravatar Dirk Hohndel
2014-06-03Planner: reject plan if escape key is pressedGravatar Dirk Hohndel
2014-06-03Make most of the shortcuts widget specificGravatar Dirk Hohndel
2014-06-03Planner: fix editing the dive planner points tableGravatar Dirk Hohndel
2014-06-03Planner: make the warnings visually stand out moreGravatar Dirk Hohndel
2014-06-03Planner: add a few more line breaks in the html notesGravatar Dirk Hohndel
2014-06-03Planner: Show gas changes at the correct depth.Gravatar Robert C. Helling
2014-06-03Planner: Show waypoints for gas changes but no double depthsGravatar Robert C. Helling
2014-06-03Don't crash when looping over pictures for a null diveGravatar Dirk Hohndel
2014-06-03Planner note logic and layout improvedGravatar Robert C. Helling
2014-06-03Add print button to plannerGravatar Robert C. Helling
2014-06-03Layout improvements to the dive planGravatar Robert C. Helling
2014-06-03Not all C compilers like uintGravatar Dirk Hohndel
2014-06-03Change from QPixmap to QImage due to thread issues.Gravatar Tomaz Canabrava
2014-06-03Make the new picture widget display the pictures.Gravatar Tomaz Canabrava
2014-06-03Add the data() method of the Picture Model.Gravatar Tomaz Canabrava
2014-06-03Update the picture model to use the new picture function calls.Gravatar Tomaz Canabrava
2014-06-02Break picture handling code from C++ to C.Gravatar Tomaz Canabrava
2014-06-02Fix compilation of the Qt Concurrent code.Gravatar Tomaz Canabrava
2014-06-02Add a FOR_EACH_PICTURE macro and the code for picture_count.Gravatar Tomaz Canabrava
2014-06-02Add stubs for the main methods that will operate on pictures.Gravatar Tomaz Canabrava
2014-06-02Add a picture_list structGravatar Tomaz Canabrava
2014-06-02Rewrite dive edit logicGravatar Dirk Hohndel
2014-06-02Planner: fix typo that broke tank pressure trackingGravatar Dirk Hohndel
2014-06-02Planner: warn about high pO2Gravatar Dirk Hohndel
2014-06-02Optionally strip diveplan to bare minimumGravatar Robert C. Helling
2014-06-02Fix addStop to work as slot againGravatar Dirk Hohndel
2014-06-01Rename two C++ methods to the more typical CamelCaseGravatar Dirk Hohndel
2014-06-01Convert plot_gas_value to gasmixGravatar Dirk Hohndel
2014-06-01Remove is_air() and convert its users to gasmixGravatar Dirk Hohndel
2014-06-01Create simple non-thread-safe "gasname()" functionGravatar Linus Torvalds
2014-06-01Override the MinMaxAvgWidget tool tips for the depth instance.Gravatar Tim Wootton
2014-06-01More conversions to gasmixGravatar Dirk Hohndel
2014-06-01More cleanup for planner.cGravatar Dirk Hohndel
2014-06-01Change add_plan_to_notes() to operated on gasmixGravatar Dirk Hohndel
2014-06-01Switch verify_gas_exists to take gasmix argumentGravatar Dirk Hohndel
2014-06-01Switch more functions to use gasmix typeGravatar Dirk Hohndel
2014-06-01Add threaded processing of image pixmapsGravatar Tomaz Canabrava
2014-06-01Add a method to update the dive pictures on the model.Gravatar Tomaz Canabrava
2014-06-01Add a new widget on the main tab: Pictures.Gravatar Tomaz Canabrava