index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
profile
/
divecartesianaxis.h
Age
Commit message (
Expand
)
Author
2014-07-29
Make the Axis set the changed flag when a new line is set
Tomaz Canabrava
2014-07-29
Change the Ruler text values when metric system changes.
Tomaz Canabrava
2014-05-26
Speed up the grid: don't repaint when uneeded.
Tomaz Canabrava
2014-05-22
PreferencesChanged -> settingsChanged.
Tomaz Canabrava
2014-04-28
Make heartrate grid less confusing
Dirk Hohndel
2014-02-27
Massive automated whitespace cleanup
Dirk Hohndel
2014-02-15
Make it possible to hide some of the grid lines.
Tomaz Canabrava
2014-02-15
New template-based-function: remove the uneeded items on a QList.
Tomaz Canabrava
2014-02-15
Remove the class 'CartesianPlane'
Tomaz Canabrava
2014-02-15
Removed unused setup function
Dirk Hohndel
2014-02-15
Make font label scale a per axis property
Dirk Hohndel
2014-02-12
Hide the extra axis labels on release mode, show on debug mode.
Tomaz Canabrava
2014-02-11
Take the on-canvas position into account for DiveCartesianAxis::valueAt()
Dirk Hohndel
2014-02-11
Put include guard to every header
Boris Barbulovski
2014-02-08
Remove code that was unused.
Tomaz Canabrava
2014-02-08
Show the profile again.
Tomaz Canabrava
2014-02-08
Break everything to make it correct next time.
Tomaz Canabrava
2014-02-05
Optimizations and fixes on the new profile.
Tomaz Canabrava
2014-01-28
Fix an issue added in the last commit
Tomaz Canabrava
2014-01-27
Add settings awareness for the PP graph
Tomaz Canabrava
2014-01-22
Prepare for plotting partial pressures in the new profile
Tomaz Canabrava
2014-01-19
Make the colors of the texts be prettier.
Tomaz Canabrava
2014-01-19
Remove the ticks on the Axis, we never used them on the old profile.
Tomaz Canabrava
2014-01-19
Fix the positioning of the Labels using the new DiveTextItem
Tomaz Canabrava
2014-01-17
Made the Axis be aware of Direction.
Tomaz Canabrava
2014-01-17
Added the Temperature Graph.
Tomaz Canabrava
2014-01-17
Started the code for a grid that knows how to handle itself.
Tomaz Canabrava
2014-01-16
Create a Time Axis that knows how to plot the minutes.
Tomaz Canabrava
2014-01-16
Added a 'Depth' Axis that knows how to add its strings on screen.
Tomaz Canabrava
2014-01-16
Cartesian Axis, based on the Ruler class on the Dive Planner.
Tomaz Canabrava