annotate Libs/AceGUI-3.0-SharedMediaWidgets/Changelog-AceGUI-3.0-SharedMediaWidgets-v3.4.1.txt @ 8:1b2d819b4fa8

Now using the global MailAddonBusy to indicate MailOpener is busy, read comments in Core.lua for more info. Default status is now ?enabled without automatic mail opening? to let first time users look around before MailOpener messes up their heads. A StaticPopupDialog will be added later to ask if they want to auto-enable. When ?enabled without automatic mail opening? is on and you toggle the mail opening checkbox on, mail opening will automatically start.
author Zerotorescue
date Thu, 09 Sep 2010 10:53:19 +0200
parents 823e33465b6e
children
rev   line source
Zerotorescue@0 1 ------------------------------------------------------------------------
Zerotorescue@0 2 r33 | yssaril | 2010-07-25 17:23:31 +0000 (Sun, 25 Jul 2010) | 1 line
Zerotorescue@0 3 Changed paths:
Zerotorescue@0 4 A /tags/v3.4.1 (from /trunk:32)
Zerotorescue@0 5
Zerotorescue@0 6 Tagging as v3.4.1
Zerotorescue@0 7 ------------------------------------------------------------------------
Zerotorescue@0 8 r32 | yssaril | 2010-07-22 19:41:17 +0000 (Thu, 22 Jul 2010) | 1 line
Zerotorescue@0 9 Changed paths:
Zerotorescue@0 10 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
Zerotorescue@0 11 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
Zerotorescue@0 12 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
Zerotorescue@0 13 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
Zerotorescue@0 14 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 15
Zerotorescue@0 16 forgot to bump the widget version numbers
Zerotorescue@0 17 ------------------------------------------------------------------------
Zerotorescue@0 18 r31 | yssaril | 2010-07-21 21:27:09 +0000 (Wed, 21 Jul 2010) | 1 line
Zerotorescue@0 19 Changed paths:
Zerotorescue@0 20 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
Zerotorescue@0 21 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
Zerotorescue@0 22 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
Zerotorescue@0 23 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
Zerotorescue@0 24 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 25
Zerotorescue@0 26 fix a backward compatibility issue with addons still using t[name] = name tables instead of the LSM hash table t[name] = path. (should now give those addons previews of the selections again)
Zerotorescue@0 27 ------------------------------------------------------------------------
Zerotorescue@0 28 r30 | yssaril | 2010-07-21 19:56:18 +0000 (Wed, 21 Jul 2010) | 1 line
Zerotorescue@0 29 Changed paths:
Zerotorescue@0 30 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 31 M /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
Zerotorescue@0 32
Zerotorescue@0 33 cosmetic alignment fix of the StatusbarWidget
Zerotorescue@0 34 ------------------------------------------------------------------------
Zerotorescue@0 35 r28 | yssaril | 2010-07-14 04:11:26 +0000 (Wed, 14 Jul 2010) | 1 line
Zerotorescue@0 36 Changed paths:
Zerotorescue@0 37 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
Zerotorescue@0 38 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
Zerotorescue@0 39 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
Zerotorescue@0 40 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
Zerotorescue@0 41 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 42
Zerotorescue@0 43 Get AceGUI focus before we generate the dropdown (reduces frame creation)
Zerotorescue@0 44 ------------------------------------------------------------------------
Zerotorescue@0 45 r27 | yssaril | 2010-07-13 14:51:57 +0000 (Tue, 13 Jul 2010) | 1 line
Zerotorescue@0 46 Changed paths:
Zerotorescue@0 47 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
Zerotorescue@0 48 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
Zerotorescue@0 49 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
Zerotorescue@0 50 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
Zerotorescue@0 51 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 52 M /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
Zerotorescue@0 53
Zerotorescue@0 54 widgets could error out if the old ones loaded after the new ones. Should be fixed now (LibStub to the rescue)
Zerotorescue@0 55 ------------------------------------------------------------------------
Zerotorescue@0 56 r26 | yssaril | 2010-07-12 22:09:59 +0000 (Mon, 12 Jul 2010) | 1 line
Zerotorescue@0 57 Changed paths:
Zerotorescue@0 58 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
Zerotorescue@0 59 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
Zerotorescue@0 60 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
Zerotorescue@0 61 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
Zerotorescue@0 62 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 63
Zerotorescue@0 64 widgets will now once again auto populate if a nil list is set
Zerotorescue@0 65 ------------------------------------------------------------------------
Zerotorescue@0 66 r25 | yssaril | 2010-07-12 19:45:14 +0000 (Mon, 12 Jul 2010) | 1 line
Zerotorescue@0 67 Changed paths:
Zerotorescue@0 68 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
Zerotorescue@0 69 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
Zerotorescue@0 70 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
Zerotorescue@0 71 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
Zerotorescue@0 72 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 73
Zerotorescue@0 74 forgot to bump widget version number
Zerotorescue@0 75 ------------------------------------------------------------------------
Zerotorescue@0 76 r24 | yssaril | 2010-07-12 19:44:14 +0000 (Mon, 12 Jul 2010) | 1 line
Zerotorescue@0 77 Changed paths:
Zerotorescue@0 78 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
Zerotorescue@0 79 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
Zerotorescue@0 80 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
Zerotorescue@0 81 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
Zerotorescue@0 82 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 83 M /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
Zerotorescue@0 84
Zerotorescue@0 85 fixed global number nil error. sorry about that. (also removed all trailing spaces)
Zerotorescue@0 86 ------------------------------------------------------------------------
Zerotorescue@0 87 r23 | yssaril | 2010-07-12 06:55:27 +0000 (Mon, 12 Jul 2010) | 1 line
Zerotorescue@0 88 Changed paths:
Zerotorescue@0 89 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
Zerotorescue@0 90 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
Zerotorescue@0 91 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
Zerotorescue@0 92 D /trunk/AceGUI-3.0-SharedMediaWidgets/SharedFunctions.lua
Zerotorescue@0 93 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
Zerotorescue@0 94 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 95 A /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
Zerotorescue@0 96 M /trunk/AceGUI-3.0-SharedMediaWidgets/widget.xml
Zerotorescue@0 97 M /trunk/AceGUI-3.0-SharedMediaWidgets.toc
Zerotorescue@0 98
Zerotorescue@0 99 Complete recoding of all widgets. They no longer leach of the Dropdown widget. Nothing changed API wise.
Zerotorescue@0 100 ------------------------------------------------------------------------
Zerotorescue@0 101 r22 | nevcairiel | 2010-02-09 20:09:10 +0000 (Tue, 09 Feb 2010) | 1 line
Zerotorescue@0 102 Changed paths:
Zerotorescue@0 103 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
Zerotorescue@0 104 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
Zerotorescue@0 105 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
Zerotorescue@0 106 M /trunk/AceGUI-3.0-SharedMediaWidgets/SharedFunctions.lua
Zerotorescue@0 107 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
Zerotorescue@0 108 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
Zerotorescue@0 109
Zerotorescue@0 110 Check if the pullout is still open before trying to close it, hopefully fixing a rare error occuring when selecting an option in the dropdown.
Zerotorescue@0 111 ------------------------------------------------------------------------