summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile
AgeCommit message (Expand)Author
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
2015-01-06Fix potential crashGravatar Dirk Hohndel
2015-01-05Give oxygen a proper colour in the tankbarGravatar Joakim Bygdell
2015-01-05Don't always show the setpoint graphGravatar Dirk Hohndel
2015-01-05Display CCR setpoint values on the po2 graphGravatar Willem Ferguson
2015-01-05Various capitalization fixesGravatar Joseph W. Joshua
2015-01-04Close two compiler warnings about reorderingGravatar Anton Lundin
2015-01-03Extend SAMPLE_EVENT_GASCHANGE2 to have cylinder index in 'flags' fieldGravatar Linus Torvalds
2015-01-02Fix gaschange tooltip informationGravatar Linus Torvalds
2015-01-01Make the moving mean depth line a less obnoxious colorGravatar Dirk Hohndel
2015-01-01Whitespace cleanupGravatar Dirk Hohndel
2015-01-01Get rid of mean depth lineGravatar Krzysztof Arentowicz
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-30Add a new signal to send the current time/depth of the mouse posGravatar Tomaz Canabrava
2014-12-30Add the instantMeanDepth on SceneGravatar Tomaz Canabrava
2014-12-30Move stuff to protected on DepthLineGravatar Tomaz Canabrava