r46

Details

  • Filename
    LibQTip-1.0-r46.zip
  • Uploaded by
  • Uploaded
    Dec 19, 2008
  • Size
    7.39 KB
  • Downloads
    154
  • MD5
    64326eb40c5b5b79e572942077fa911f

Supported WoW Retail Versions

  • 3.0.3

Changelog

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