Mercurial > wow > mailopener
view Libs/AceGUI-3.0-SharedMediaWidgets/Changelog-AceGUI-3.0-SharedMediaWidgets-v3.4.1.txt @ 3:c6f0976069c7
Default value for the welcome / bye notification is now set to false
The mailframe checkbox now primarily toggles the mail opening, however if you hold shift you can still disable the entire addon
Now properly removes QuickAuction?s mail count
Now tracks when a mail lost all attachments rather than it being deleted in order to continue processing the next item (mail sent by players containing text should now work properly). This should also be good for a nice speed increase.
Added a variable called ?busy? to the MailOpener object indicating whether or not Mail Opener is currently working. Other addons (or macros) can retrieve it with ?LibStub("AceAddon-3.0"):GetAddon("MailOpener").busy?
A mail refresh from the Postal service should no longer occur while mail is being opened but will happen instantly afterwards.
Postal?s module toggling will now be handled by Postal itself.
Added a short summary to the top of all modules for other developers.
The time remaining until next mail box refresh should be displayed for as long as Mail Opener can be sure.
| author | Zerotorescue |
|---|---|
| date | Tue, 07 Sep 2010 17:46:27 +0200 |
| parents | 823e33465b6e |
| children |
line wrap: on
line source
------------------------------------------------------------------------ r33 | yssaril | 2010-07-25 17:23:31 +0000 (Sun, 25 Jul 2010) | 1 line Changed paths: A /tags/v3.4.1 (from /trunk:32) Tagging as v3.4.1 ------------------------------------------------------------------------ r32 | yssaril | 2010-07-22 19:41:17 +0000 (Thu, 22 Jul 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua forgot to bump the widget version numbers ------------------------------------------------------------------------ r31 | yssaril | 2010-07-21 21:27:09 +0000 (Wed, 21 Jul 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua 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) ------------------------------------------------------------------------ r30 | yssaril | 2010-07-21 19:56:18 +0000 (Wed, 21 Jul 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua cosmetic alignment fix of the StatusbarWidget ------------------------------------------------------------------------ r28 | yssaril | 2010-07-14 04:11:26 +0000 (Wed, 14 Jul 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua Get AceGUI focus before we generate the dropdown (reduces frame creation) ------------------------------------------------------------------------ r27 | yssaril | 2010-07-13 14:51:57 +0000 (Tue, 13 Jul 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua widgets could error out if the old ones loaded after the new ones. Should be fixed now (LibStub to the rescue) ------------------------------------------------------------------------ r26 | yssaril | 2010-07-12 22:09:59 +0000 (Mon, 12 Jul 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua widgets will now once again auto populate if a nil list is set ------------------------------------------------------------------------ r25 | yssaril | 2010-07-12 19:45:14 +0000 (Mon, 12 Jul 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua forgot to bump widget version number ------------------------------------------------------------------------ r24 | yssaril | 2010-07-12 19:44:14 +0000 (Mon, 12 Jul 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua fixed global number nil error. sorry about that. (also removed all trailing spaces) ------------------------------------------------------------------------ r23 | yssaril | 2010-07-12 06:55:27 +0000 (Mon, 12 Jul 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua D /trunk/AceGUI-3.0-SharedMediaWidgets/SharedFunctions.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua A /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/widget.xml M /trunk/AceGUI-3.0-SharedMediaWidgets.toc Complete recoding of all widgets. They no longer leach of the Dropdown widget. Nothing changed API wise. ------------------------------------------------------------------------ r22 | nevcairiel | 2010-02-09 20:09:10 +0000 (Tue, 09 Feb 2010) | 1 line Changed paths: M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SharedFunctions.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua 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. ------------------------------------------------------------------------
