aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
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-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 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-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-02Rewrite dive edit logicGravatar 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-01Override the MinMaxAvgWidget tool tips for the depth instance.Gravatar Tim Wootton
2014-06-01More conversions to gasmixGravatar 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
2014-06-01Add stub for a widget to show the dive pictures.Gravatar Tomaz Canabrava
2014-06-01Do not replot for each picture added to dive.Gravatar Tomaz Canabrava
2014-06-01Fix layout on the Shift-Image-Time import dialogGravatar Tomaz Canabrava
2014-06-01Simplify ruler update code.Gravatar Tomaz Canabrava
2014-06-01Remove some unused variablesGravatar Dirk Hohndel
2014-06-01Next step to using gasmix instead of o2/heGravatar Dirk Hohndel
2014-06-01Use proper typesGravatar Dirk Hohndel
2014-06-01Remove the .used member of the cylinder structureGravatar Dirk Hohndel
2014-06-01Encapsulate the horrid gas encoding in gas change eventsGravatar Dirk Hohndel
2014-05-31Revert "Show the calculated deco stops in the planner table"Gravatar Dirk Hohndel
2014-05-31Planner: don't include the disclaimer in the dive plan detail widgetGravatar Dirk Hohndel
2014-05-31Planner: show the plan notes in the new widgetGravatar Dirk Hohndel
2014-05-31Planner: add dive plan output area that replaces dive listGravatar Dirk Hohndel
2014-05-31Planner: wild guess attempt to fix a crash on MacGravatar Dirk Hohndel
2014-05-31Allow editing segment duration. This shifts all following waypoints.Gravatar Robert C. Helling
2014-05-30Planner: don't recreate the dive while cleaning up the widgetsGravatar Dirk Hohndel
2014-05-30Planner: remove check for empty diveplanGravatar Dirk Hohndel
2014-05-30Planner: don't do unnecessary work on empty dive plansGravatar Dirk Hohndel
2014-05-30Planner: after freeing the plan, throw away the pointerGravatar Dirk Hohndel
2014-05-29Do not offer an editor when double-clicking REMOVE on the planner.Gravatar Tomaz Canabrava
2014-05-29Do not show 'trash' icon for deco stops.Gravatar Tomaz Canabrava