r51

Details

  • Filename
    LibQTip-1.0-r51.zip
  • Uploaded by
  • Uploaded
    Jan 4, 2009
  • Size
    7.35 KB
  • Downloads
    180
  • MD5
    93f95bc94420bae3a88f52f7ead9f13b

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r51 | torhal | 2009-01-05 05:03:31 +0000 (Mon, 05 Jan 2009) | 2 lines
Changed paths:
   M /trunk/LibQTip-1.0/LibQTip-1.0.lua

Removed bgFrame, as InitializeTooltip() now "inherits" the backdrop/border and initial scale from GameTooltip.

------------------------------------------------------------------------
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.
------------------------------------------------------------------------