aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divecartesianaxis.cpp
AgeCommit message (Expand)Author
2015-01-17Clean up the header filesGravatar Dirk Hohndel
2014-08-06Remove unused static functionGravatar Dirk Hohndel
2014-07-29Make the Axis set the changed flag when a new line is setGravatar Tomaz Canabrava
2014-07-29Change the Ruler text values when metric system changes.Gravatar Tomaz Canabrava
2014-07-11Code cleanup: removed bogus animation functionsGravatar Tomaz Canabrava
2014-07-11Correctly disable all animationsGravatar Tomaz Canabrava
2014-07-09Printing: scale fonts when printingGravatar Dirk Hohndel
2014-06-11Deal with some uninitialized variable warningsGravatar Dirk Hohndel
2014-05-26Better movements from the lines when added / removed.Gravatar Tomaz Canabrava
2014-05-26Speed up the grid: don't repaint when uneeded.Gravatar Tomaz Canabrava
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-22PreferencesChanged -> settingsChanged.Gravatar Tomaz Canabrava
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