r49
Details
-
FilenameLibQTip-1.0-r49.zip
-
Uploaded by
-
UploadedDec 23, 2008
-
Size7.46 KB
-
Downloads158
-
MD565294482cc6835456e147dae1ea8e78f
Supported WoW Retail Versions
- 3.0.3
Changelog
------------------------------------------------------------------------
r49 | torhal | 2008-12-23 19:26:19 +0000 (Tue, 23 Dec 2008) | 3 lines
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Removed frameHeap, as it has been deprecated by the tooltip's lineHeap and columnHeap.
Removed needless whitespace (mostly Tabs) at the ends of some lines.
------------------------------------------------------------------------
r48 | adirelle | 2008-12-23 11:13:19 +0000 (Tue, 23 Dec 2008) | 1 line
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Fixed tickets #6 and #7.
------------------------------------------------------------------------
r46 | torhal | 2008-12-19 19:57:52 +0000 (Fri, 19 Dec 2008) | 3 lines
Changed paths:
A /trunk/LICENSE.txt
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Moved license text from main Lua file to LICENSE.txt
Cleaned up some comments and removed irrelevant ones.
Added tipPrototype methods :SetDefaultProvider() and :GetDefaultProvider()
------------------------------------------------------------------------
r45 | torhal | 2008-12-10 02:33:08 +0000 (Wed, 10 Dec 2008) | 2 lines
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Upped MINOR to 5.
------------------------------------------------------------------------
r44 | torhal | 2008-12-10 01:54:03 +0000 (Wed, 10 Dec 2008) | 2 lines
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
In _SetCell(): Replaced non-existent "tooltip" argument with "self" in call to cell:SetupCell()
------------------------------------------------------------------------
r43 | adirelle | 2008-11-24 07:01:57 +0000 (Mon, 24 Nov 2008) | 1 line
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Fixed colspan width handling with column numbers greater than 9.
------------------------------------------------------------------------
r42 | adirelle | 2008-11-23 13:30:28 +0000 (Sun, 23 Nov 2008) | 3 lines
Changed paths:
M /trunk/LibQTip-1.0/LibQTip-1.0.lua
Fixed ticket #1.
Ensure that nobody could add a line before setting the column layout.
Clear values stored in cell on release.
------------------------------------------------------------------------