summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile
AgeCommit message (Expand)Author
2015-02-10Change the tooltip for bailoutGravatar Dirk Hohndel
2015-02-10Don't show a setpoint switch event at t=0Gravatar Dirk Hohndel
2015-02-03Disable dive component copy/paste shortcuts when no profile showGravatar Dirk Hohndel
2015-02-02Don't show the plot_info table in every debug buildGravatar Dirk Hohndel
2015-01-31Update ceiling when changing dive modeGravatar Robert C. Helling
2015-01-31Hide tooltip when posting a profile to FacebookGravatar Dirk Hohndel
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-28Hide ruler when in ADD or PLAN mode.Gravatar Tomaz Canabrava
2015-01-27diveplotdatamodel.cpp: use space before sensor indexGravatar Lubomir I. Ivanov
2015-01-26Change mean depth/s to mean depth @ sGravatar Tim Wootton
2015-01-26Heartrate sounds better than heart beatGravatar Tim Wootton
2015-01-24Fix crash with empty dive listGravatar Dirk Hohndel
2015-01-24Avoid overprinting of cylinder presssure labels for CCR divesGravatar willem ferguson
2015-01-24Correcly look at all relevant dive computer structuresGravatar Dirk Hohndel
2015-01-24Don't show previous dive computer textGravatar Dirk Hohndel
2015-01-23Code cleanup: CCR setpoint and o2 sensor visualisationGravatar willem ferguson
2015-01-21CCR option: display o2 sensor dataGravatar willem ferguson
2015-01-19Actually walk all dive computers, don't just claim to do soGravatar Dirk Hohndel
2015-01-19Fix extreme sluggish profile over timeGravatar Tomaz Canabrava
2015-01-18Fix build: add missing #includesGravatar Thiago Macieira
2015-01-18Move the heart rate graphGravatar Joakim Bygdell
2015-01-18Clean up the header filesGravatar Dirk Hohndel
2015-01-17Cache the complex items to give us a boost of speedGravatar Tomaz Canabrava
2015-01-17Fix memleak of QGraphicsRectItemGravatar Tomaz Canabrava
2015-01-17Only update text if something changedGravatar Tomaz Canabrava
2015-01-17Fix the colors - brush wasn't being set anymore.Gravatar Tomaz Canabrava
2015-01-17Reduce the amount of new/delete when setting a new text on DiveTextItemGravatar Tomaz Canabrava
2015-01-17Reduce the refresh rate of the toolTipItem to 25fps.Gravatar Tomaz Canabrava
2015-01-17Honor prefs.anim_speed on the ToolTip animationsGravatar Tomaz Canabrava
2015-01-17Reduce the number of calls to boundingRectGravatar Tomaz Canabrava
2015-01-17Fix the colors of the rectangleGravatar Tomaz Canabrava
2015-01-17Implement the paint method to draw the rounded rectangle.Gravatar Tomaz Canabrava
2015-01-17Remove the background and the separatorGravatar Tomaz Canabrava
2015-01-17Inherit from QGraphicsRectItem instead of QGraphicsShapeItemGravatar Tomaz Canabrava
2015-01-15Reduce the amount of calls to create the background on the ToolTipGravatar Tomaz Canabrava
2015-01-15Reuse the entry tooltip item and do fewer calls for each mouse moveGravatar Tomaz Canabrava
2015-01-15Do not set the rectangle if it's the sameGravatar Tomaz Canabrava
2015-01-15Only update the rectangle if it changedGravatar Tomaz Canabrava
2015-01-15Do not free the membuffer, reuse itGravatar Tomaz Canabrava
2015-01-15Speed Improvemens: fewer calls to mapFromScene / mapToSceneGravatar Tomaz Canabrava
2015-01-15Fix memory leakGravatar Tomaz Canabrava
2015-01-15Major speedup when moving the mouse in the profileGravatar Tomaz Canabrava
2015-01-14Remove instantMeanDepthLineGravatar Cristine Guadelupe
2015-01-10Refactor dctype -> divemodeGravatar Robert C. Helling
2015-01-09Repair minor bug in CCR setpoint graphGravatar Willem Ferguson
2015-01-07profile: don't show instantMeanDepth for printModeGravatar Lubomir I. Ivanov