subsurface/qt-ui/profile
Dirk Hohndel ba6713f0d8 Clean up the setDive function
* This should never be called with a NULL dive.
* The dc variable was set then never used.
* We now have a unique id for each dive, but we can't simply not
  repopulate the model in setDive as the old comment might make you
  consider, as otherwise the dataModel will reference already freed data
  in pInfo.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-02-10 16:27:05 -08:00
..
animationfunctions.cpp Remove code that was unused. 2014-02-08 07:21:28 -08:00
animationfunctions.h Show the profile again. 2014-02-08 07:21:13 -08:00
divecartesianaxis.cpp Do not add the items to the scene twice. 2014-02-10 09:58:42 -08:00
divecartesianaxis.h Remove code that was unused. 2014-02-08 07:21:28 -08:00
diveeventitem.cpp Fix the rest of item visibilities and a few alignment fixes. 2014-02-08 07:22:30 -08:00
diveeventitem.h Transform the DiveProfileItem to an Abstract Generalization 2014-01-17 06:18:00 +07:00
divelineitem.cpp Added a new Namespace to deal with Animations and related functions. 2014-01-16 10:12:29 +07:00
divelineitem.h Added a class based on QGraphicsLineItem that can be animated. 2014-01-16 10:12:29 +07:00
divepixmapitem.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
divepixmapitem.h Added a QGraphicsPixmapItem subclass that handles Animations. 2014-01-16 10:12:29 +07:00
diveplotdatamodel.cpp Clean up the setDive function 2014-02-10 16:27:05 -08:00
diveplotdatamodel.h Clean up the setDive function 2014-02-10 16:27:05 -08:00
diveprofileitem.cpp Clear the data when the model resets. 2014-02-10 09:57:04 -08:00
diveprofileitem.h Clear the data when the model resets. 2014-02-10 09:57:04 -08:00
diverectitem.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
diverectitem.h Added a new class based on QGraphicsRectItem that can be animated. 2014-01-16 10:12:20 +07:00
divetextitem.cpp DiveTextItem improvements 2014-02-09 14:42:06 -08:00
divetextitem.h Add the dive computer text. 2014-01-21 09:38:46 -08:00
divetooltipitem.cpp Use 'struct membuffer' for profile info string generation 2014-02-10 07:03:27 -08:00
divetooltipitem.h Adapt the ToolTip to work on the new profile 2014-02-06 06:29:19 -08:00
profilewidget2.cpp Set up the dive that was passed in as first dive 2014-02-10 15:12:01 -08:00
profilewidget2.h ProfileWidget2 class improvements 2014-02-09 14:42:07 -08:00