subsurface/qt-ui/profile
Dirk Hohndel 829473ddc6 Don't repopulate the model if the dive didn't change
plotDives takes a list of dives (for future use) but currently only looks
at the first dive in this list. With that semantic in mind we can save
ourselves some work if we first check if this is the same dive we are
already showing.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-02-10 16:32:10 -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 Don't repopulate the model if the dive didn't change 2014-02-10 16:32:10 -08:00
profilewidget2.h ProfileWidget2 class improvements 2014-02-09 14:42:07 -08:00