diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-14 16:20:15 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 10:12:29 +0700 |
commit | 49f4052c67d31d4870a86f53a52381a4bbf609fd (patch) | |
tree | 53ef8e50600ae29eb3564dc89e77a97a0a9199a2 /subsurface.pro | |
parent | ca07f45561aecf788dfbbbda9e36135f6fae69d2 (diff) | |
download | subsurface-49f4052c67d31d4870a86f53a52381a4bbf609fd.tar.gz |
Cartesian Axis, based on the Ruler class on the Dive Planner.
This is the same class as the Ruler, but uses the DiveLineItem
and DiveTextItem classes created to make it animateable. The next
few commits will work on that part. The Ruler was a very bad
name for a class that's actually an Axis, that's why I depreceated
the later.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/subsurface.pro b/subsurface.pro index 2753e3374..ead81818d 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -68,7 +68,8 @@ HEADERS = \ qt-ui/profile/divepixmapitem.h \ qt-ui/profile/divelineitem.h \ qt-ui/profile/divetextitem.h \ - qt-ui/profile/animationfunctions.h + qt-ui/profile/animationfunctions.h \ + qt-ui/profile/divecartesianaxis.h SOURCES = \ deco.c \ @@ -124,7 +125,8 @@ SOURCES = \ qt-ui/profile/divepixmapitem.cpp \ qt-ui/profile/divelineitem.cpp \ qt-ui/profile/divetextitem.cpp \ - qt-ui/profile/animationfunctions.cpp + qt-ui/profile/animationfunctions.cpp \ + qt-ui/profile/divecartesianaxis.cpp linux*: SOURCES += linux.c mac: SOURCES += macos.c |