index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
profile
/
divetooltipitem.cpp
Age
Commit message (
Expand
)
Author
2015-01-17
Clean up the header files
Dirk Hohndel
2015-01-17
Reduce the refresh rate of the toolTipItem to 25fps.
Tomaz Canabrava
2015-01-17
Honor prefs.anim_speed on the ToolTip animations
Tomaz Canabrava
2015-01-17
Reduce the number of calls to boundingRect
Tomaz Canabrava
2015-01-17
Fix the colors of the rectangle
Tomaz Canabrava
2015-01-17
Implement the paint method to draw the rounded rectangle.
Tomaz Canabrava
2015-01-17
Remove the background and the separator
Tomaz Canabrava
2015-01-17
Inherit from QGraphicsRectItem instead of QGraphicsShapeItem
Tomaz Canabrava
2015-01-15
Reduce the amount of calls to create the background on the ToolTip
Tomaz Canabrava
2015-01-15
Reuse the entry tooltip item and do fewer calls for each mouse move
Tomaz Canabrava
2015-01-15
Do not set the rectangle if it's the same
Tomaz Canabrava
2015-01-15
Only update the rectangle if it changed
Tomaz Canabrava
2015-01-15
Do not free the membuffer, reuse it
Tomaz Canabrava
2015-01-15
Fix memory leak
Tomaz Canabrava
2015-01-15
Major speedup when moving the mouse in the profile
Tomaz Canabrava
2014-12-18
Prevent leak by connecting object to its parrent
Anton Lundin
2014-10-18
Unify icon metrics
Giuseppe Bilotta
2014-10-18
actually use defaultIconSize()
Giuseppe Bilotta
2014-10-18
Dynamic ToolTipItem metrics
Giuseppe Bilotta
2014-09-20
Fix crash when moving the mouse over the profile when no dive is shown
Tomaz Canabrava
2014-09-19
Add tissue saturation plot to tooltip
Robert C. Helling
2014-09-18
Helper function for partial pressure calculation
Robert C. Helling
2014-07-15
Do not create a backup for Q_FOREACH container
Tomaz Canabrava
2014-05-24
Fixe movement of DiveHandlers when moving the NotificationArea
Tomaz Canabrava
2014-05-22
Gratuitous whitespace changes
Dirk Hohndel
2014-03-13
New profile: fix Information overlay location
Dirk Hohndel
2014-03-07
Remove a Lot of Dead Code.
Tomaz Canabrava
2014-02-27
Massive automated whitespace cleanup
Dirk Hohndel
2014-02-25
New profile: fix tooltip display for events
Dirk Hohndel
2014-02-19
Only recalculate the tooltip if time has changed
Dirk Hohndel
2014-02-10
Use 'struct membuffer' for profile info string generation
Linus Torvalds
2014-02-09
ToolTipItem class improvements
Boris Barbulovski
2014-02-06
Big improvement in speed ( callgrind )
Tomaz Canabrava
2014-02-06
Make the Tooltip Item work on the new profile.
Tomaz Canabrava
2014-02-06
Adapt the ToolTip to work on the new profile
Tomaz Canabrava
2014-02-06
Move the divetooltipitem to its own file.
Tomaz Canabrava