aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveprofileitem.cpp
AgeCommit message (Expand)Author
2015-07-29Make gradient factor text an independent item on the profileGravatar Dirk Hohndel
2015-06-22Address uninitialized member warningsGravatar Dirk Hohndel
2015-05-29Move DivePlannerModel and CylinderModel to qt-modelsGravatar Tomaz Canabrava
2015-04-02Introduce recreational planner modeGravatar Robert C. Helling
2015-02-10Fix broken connectionGravatar Tomaz Canabrava
2015-02-10Finish the cleanup of mainwindow.uiGravatar Tomaz Canabrava
2015-02-10Remove the ProfileWidget from mainwindow.uiGravatar Tomaz Canabrava
2015-02-10Remove information panel from mainwindow.uiGravatar Tomaz Canabrava
2015-02-05CCR gas composition and gas pressure labels on dive profile: revisitedGravatar willem ferguson
2015-01-31DiveMeanDepthItem: fix bad translated depth unitsGravatar Lubomir I. Ivanov
2015-01-29Prevent potential access to uninitialized variableGravatar Dirk Hohndel
2015-01-28Small changes to the mean depth textGravatar Dirk Hohndel
2015-01-28Implement the mean depth textGravatar Tomaz Canabrava
2015-01-28Remove dead codeGravatar Tomaz Canabrava
2015-01-24Avoid overprinting of cylinder presssure labels for CCR divesGravatar willem ferguson
2015-01-17Clean up the header filesGravatar Dirk Hohndel
2015-01-17Cache the complex items to give us a boost of speedGravatar Tomaz Canabrava
2015-01-14Remove instantMeanDepthLineGravatar Cristine Guadelupe
2015-01-10Refactor dctype -> divemodeGravatar Robert C. Helling
2015-01-04Close two compiler warnings about reorderingGravatar Anton Lundin
2015-01-01Make the moving mean depth line a less obnoxious colorGravatar Dirk Hohndel
2015-01-01Whitespace cleanupGravatar Dirk Hohndel
2015-01-01Plot mean depth dataGravatar Krzysztof Arentowicz
2015-01-01Avoid divide by 0 errorGravatar Krzysztof Arentowicz
2014-12-30Make the moving mean depth line workGravatar Tomaz Canabrava
2014-12-30Set data model for the MeanDepth lineGravatar Tomaz Canabrava
2014-12-30Add skeleton for the instant mean depth lineGravatar Tomaz Canabrava
2014-11-24Reset plot info pointer when painting several polyonsGravatar Robert C. Helling
2014-11-22Check error code of get_cylider_idx_by_use()Gravatar Robert C. Helling
2014-11-17For CCR dives, show plot for diluent and O2 cylinder pressuresGravatar Robert C. Helling
2014-11-01Fix partial pressure graph thresholdsGravatar Dirk Hohndel
2014-10-20Recalculate the decompression if the date / time of a dive changesGravatar Dirk Hohndel
2014-10-12Remove unused variablesGravatar Anton Lundin
2014-09-19Tissue saturation plot a la Sherwater PretelGravatar Robert C. Helling
2014-09-18Helper function for partial pressure calculationGravatar Robert C. Helling
2014-07-23Code cleanup: HeartRate item was doing insane thingsGravatar Tomaz Canabrava
2014-07-18Save / Restore the QPainter before operations.Gravatar Tomaz Canabrava
2014-07-11Code cleanup: removed bogus animation functionsGravatar Tomaz Canabrava
2014-07-11Planner: add event that explains when planner turns redGravatar Dirk Hohndel
2014-07-11Planner: fix calculation when it is safe to surfaceGravatar Dirk Hohndel
2014-07-03UI restructure: don't use random dives from the divelist for dataGravatar Dirk Hohndel
2014-06-25Deco artefacts with low GFlowGravatar Robert C. Helling
2014-06-10Planner: show the GF used for planning on top of the profileGravatar Dirk Hohndel
2014-06-01Rename two C++ methods to the more typical CamelCaseGravatar Dirk Hohndel
2014-06-01Convert plot_gas_value to gasmixGravatar Dirk Hohndel
2014-05-26Paint the dive red if the user is breaking ceiling on the planner.Gravatar Tomaz Canabrava
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-22PreferencesChanged -> settingsChanged.Gravatar Tomaz Canabrava
2014-05-20Code Cleanup: use qMin instad of if( min ) setMin else setMax.Gravatar Tomaz Canabrava
2014-05-19Change get_dive_by_diveid to get_dive_by_uniq_idGravatar Dirk Hohndel