aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divetooltipitem.cpp
AgeCommit message (Expand)Author
2015-01-17Clean up the header filesGravatar Dirk Hohndel
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-15Fix memory leakGravatar Tomaz Canabrava
2015-01-15Major speedup when moving the mouse in the profileGravatar Tomaz Canabrava
2014-12-18Prevent leak by connecting object to its parrentGravatar Anton Lundin
2014-10-18Unify icon metricsGravatar Giuseppe Bilotta
2014-10-18actually use defaultIconSize()Gravatar Giuseppe Bilotta
2014-10-18Dynamic ToolTipItem metricsGravatar Giuseppe Bilotta
2014-09-20Fix crash when moving the mouse over the profile when no dive is shownGravatar Tomaz Canabrava
2014-09-19Add tissue saturation plot to tooltipGravatar Robert C. Helling
2014-09-18Helper function for partial pressure calculationGravatar Robert C. Helling
2014-07-15Do not create a backup for Q_FOREACH containerGravatar Tomaz Canabrava
2014-05-24Fixe movement of DiveHandlers when moving the NotificationAreaGravatar Tomaz Canabrava
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-03-13New profile: fix Information overlay locationGravatar Dirk Hohndel
2014-03-07Remove a Lot of Dead Code.Gravatar Tomaz Canabrava
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-25New profile: fix tooltip display for eventsGravatar Dirk Hohndel
2014-02-19Only recalculate the tooltip if time has changedGravatar Dirk Hohndel
2014-02-10Use 'struct membuffer' for profile info string generationGravatar Linus Torvalds
2014-02-09ToolTipItem class improvementsGravatar Boris Barbulovski
2014-02-06Big improvement in speed ( callgrind )Gravatar Tomaz Canabrava
2014-02-06Make the Tooltip Item work on the new profile.Gravatar Tomaz Canabrava
2014-02-06Adapt the ToolTip to work on the new profileGravatar Tomaz Canabrava
2014-02-06Move the divetooltipitem to its own file.Gravatar Tomaz Canabrava