aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divecartesianaxis.cpp
AgeCommit message (Expand)Author
2014-04-28Make heartrate grid less confusingGravatar Dirk Hohndel
2014-04-16Renaming the prefs struct members to be consistent with the QSettings.Gravatar Gehad Elrobey
2014-03-10Profile2: fix some initializer list order warningsGravatar Lubomir I. Ivanov
2014-03-03Whitespace cleanupGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-17Missing initializerGravatar Dirk Hohndel
2014-02-16Clean up some warningsGravatar Dirk Hohndel
2014-02-15Make it possible to hide some of the grid lines.Gravatar Tomaz Canabrava
2014-02-15Better setup of the defaults for the grid.Gravatar Tomaz Canabrava
2014-02-15Create the grids.Gravatar Tomaz Canabrava
2014-02-15Change the axis update method to move the lines.Gravatar Tomaz Canabrava
2014-02-15New template-based-function: remove the uneeded items on a QList.Gravatar Tomaz Canabrava
2014-02-15Remove the class 'CartesianPlane'Gravatar Tomaz Canabrava
2014-02-15If the depth is zero, dont show it.Gravatar Tomaz Canabrava
2014-02-15Removed unused setup functionGravatar Dirk Hohndel
2014-02-15Make font label scale a per axis propertyGravatar Dirk Hohndel
2014-02-15New Profile: make axis labels smallerGravatar Dirk Hohndel
2014-02-12Hide the extra axis labels on release mode, show on debug mode.Gravatar Tomaz Canabrava
2014-02-11Take the on-canvas position into account for DiveCartesianAxis::valueAt()Gravatar Dirk Hohndel
2014-02-11Use our macro for FP comparisonsGravatar Dirk Hohndel
2014-02-11Fix bug in logic expressionGravatar Dirk Hohndel
2014-02-10Do not add the items to the scene twice.Gravatar Tomaz Canabrava
2014-02-10Fixed item visibility on emptyState after being on profileState.Gravatar Tomaz Canabrava
2014-02-09Initialize variable members in DiveCartesianAxis class.Gravatar Boris Barbulovski
2014-02-08Re-enable more items on the new profile.Gravatar Tomaz Canabrava
2014-02-08Partial pressures and cylinder pressure back on profile.Gravatar Tomaz Canabrava
2014-02-08Remove code that was unused.Gravatar Tomaz Canabrava
2014-02-08Show the profile again.Gravatar Tomaz Canabrava
2014-02-08Fix time and half of depth lines.Gravatar Tomaz Canabrava
2014-02-08Break everything to make it correct next time.Gravatar Tomaz Canabrava
2014-02-05Fix DepthAxis when partial pressures aren't used.Gravatar Michael Andreen
2014-02-05Optimizations and fixes on the new profile.Gravatar Tomaz Canabrava
2014-01-29Fix positioning of many text items.Gravatar Tomaz Canabrava
2014-01-28Fix an issue added in the last commitGravatar Tomaz Canabrava
2014-01-28Use the same behavior as the old time markersGravatar Tomaz Canabrava
2014-01-28Do not create label if string is empty.Gravatar Tomaz Canabrava
2014-01-27Add settings awareness for the PP graphGravatar Tomaz Canabrava
2014-01-25Fix potential crash at startupGravatar Dirk Hohndel
2014-01-22Prepare for plotting partial pressures in the new profileGravatar Tomaz Canabrava
2014-01-21Prevent potential math overflow in new profileGravatar Robert C. Helling
2014-01-19Make the colors of the texts be prettier.Gravatar Tomaz Canabrava
2014-01-19Remove the ticks on the Axis, we never used them on the old profile.Gravatar Tomaz Canabrava
2014-01-19Fix the positioning of the Labels using the new DiveTextItemGravatar Tomaz Canabrava
2014-01-17Create a version of create_graph_info that doesn't depend on GC.Gravatar Tomaz Canabrava
2014-01-17Fix compile time warningsGravatar Dirk Hohndel
2014-01-17Made the Axis be aware of Direction.Gravatar Tomaz Canabrava
2014-01-17Added the Temperature Graph.Gravatar Tomaz Canabrava
2014-01-17Started the code for a grid that knows how to handle itself.Gravatar Tomaz Canabrava
2014-01-16Get rid of build warningsGravatar Dirk Hohndel
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel