diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-14 18:22:27 -0600 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-14 18:22:27 -0600 |
commit | fa3c18d83b3f8d8ec9ccb692bf385b07cde30412 (patch) | |
tree | d235c094f21312d79a28cf7e699a691cfb3173c4 /subsurface.pro | |
parent | 9015160199506f271f8758c9b284b1d56bae860b (diff) | |
download | subsurface-fa3c18d83b3f8d8ec9ccb692bf385b07cde30412.tar.gz |
Add initial support for a visual tracker of gas used
This shows a color-coded bar at the bottom of the graph that corresponds
with the active gas.
Todo:
- text that explicitly states gas on the left edge of the bar
- better vertical positioning of the bar
- ability to turn this on and off
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index 1857f8405..0aa6a5de9 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -83,6 +83,7 @@ HEADERS = \ qt-ui/profile/diveeventitem.h \ qt-ui/profile/divetooltipitem.h \ qt-ui/profile/ruleritem.h \ + qt-ui/profile/tankitem.h \ qt-ui/updatemanager.h \ qt-ui/divelogexportdialog.h \ qt-ui/usersurvey.h \ @@ -162,6 +163,7 @@ SOURCES = \ qt-ui/profile/diveeventitem.cpp \ qt-ui/profile/divetooltipitem.cpp \ qt-ui/profile/ruleritem.cpp \ + qt-ui/profile/tankitem.cpp \ qt-ui/updatemanager.cpp \ qt-ui/divelogexportdialog.cpp \ qt-ui/usersurvey.cpp \ |