r61
Details
-
FilenameLibQTip-1.0-r61.zip
-
Uploaded by
-
UploadedFeb 25, 2009
-
Size8.00 KB
-
Downloads310
-
MD5496525ef81e3e12146b01254c04a9cf1
Supported WoW Retail Versions
- 3.0.9
Changelog
------------------------------------------------------------------------
r61 | adirelle | 2009-02-25 13:40:08 +0000 (Wed, 25 Feb 2009) | 3 lines
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Added a global frame that is reponsible for laying out colspans when need be (but at most once per update).
Cells are now created as children of UIParent and then "reparented" to the tooltip. This ensures the fontstrings get properly initialized and should fixes the "truncated text on first display" issue (ticket #4).
------------------------------------------------------------------------
r60 | adirelle | 2009-02-25 12:56:44 +0000 (Wed, 25 Feb 2009) | 1 line
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Moved lineHeap and columnHeap into the library itself. There is no need to duplicate them into each frame now that there are indexed by tooltip key.
------------------------------------------------------------------------
r58 | torhal | 2009-02-25 12:10:03 +0000 (Wed, 25 Feb 2009) | 2 lines
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Bumped MAJOR.
------------------------------------------------------------------------
r56 | torhal | 2009-02-25 08:16:13 +0000 (Wed, 25 Feb 2009) | 3 lines
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
In ResizeColspans(): Removed line which only allowed the function to run if the tooltip was shown. Fixes ticket #4.
In InitializeTooltip(): Removed line which set ResizeColspans() to the tooltip's OnShow(), as this only worked after the tooltip was shown - making it rather useless.
------------------------------------------------------------------------
r54 | torhal | 2009-02-13 01:03:28 +0000 (Fri, 13 Feb 2009) | 1 line
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Added lineHeap[key] and columnHeap[key] to make each heap unique to the specified tooltip. This fixes the issue of setting a column/line's background to a different color which would propagate to another tooltip upon re-use.
------------------------------------------------------------------------
r53 | adirelle | 2009-01-11 09:17:28 +0000 (Sun, 11 Jan 2009) | 1 line
Changed paths:
A /trunk/.docmeta
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
First try at adding luadoc using .docmeta
------------------------------------------------------------------------