comparison Libs/AceGUI-3.0-SharedMediaWidgets/Changelog-AceGUI-3.0-SharedMediaWidgets-v3.4.1.txt @ 0:c6ff7ba0e8f6

Reasonably functional now. Cleaning up some stuff which might have to be reverted.
author Zerotorescue
date Thu, 07 Oct 2010 17:17:43 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c6ff7ba0e8f6
1 ------------------------------------------------------------------------
2 r33 | yssaril | 2010-07-25 17:23:31 +0000 (Sun, 25 Jul 2010) | 1 line
3 Changed paths:
4 A /tags/v3.4.1 (from /trunk:32)
5
6 Tagging as v3.4.1
7 ------------------------------------------------------------------------
8 r32 | yssaril | 2010-07-22 19:41:17 +0000 (Thu, 22 Jul 2010) | 1 line
9 Changed paths:
10 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
11 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
12 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
13 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
14 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
15
16 forgot to bump the widget version numbers
17 ------------------------------------------------------------------------
18 r31 | yssaril | 2010-07-21 21:27:09 +0000 (Wed, 21 Jul 2010) | 1 line
19 Changed paths:
20 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
21 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
22 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
23 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
24 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
25
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)
27 ------------------------------------------------------------------------
28 r30 | yssaril | 2010-07-21 19:56:18 +0000 (Wed, 21 Jul 2010) | 1 line
29 Changed paths:
30 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
31 M /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
32
33 cosmetic alignment fix of the StatusbarWidget
34 ------------------------------------------------------------------------
35 r28 | yssaril | 2010-07-14 04:11:26 +0000 (Wed, 14 Jul 2010) | 1 line
36 Changed paths:
37 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
38 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
39 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
40 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
41 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
42
43 Get AceGUI focus before we generate the dropdown (reduces frame creation)
44 ------------------------------------------------------------------------
45 r27 | yssaril | 2010-07-13 14:51:57 +0000 (Tue, 13 Jul 2010) | 1 line
46 Changed paths:
47 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
48 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
49 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
50 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
51 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
52 M /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
53
54 widgets could error out if the old ones loaded after the new ones. Should be fixed now (LibStub to the rescue)
55 ------------------------------------------------------------------------
56 r26 | yssaril | 2010-07-12 22:09:59 +0000 (Mon, 12 Jul 2010) | 1 line
57 Changed paths:
58 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
59 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
60 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
61 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
62 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
63
64 widgets will now once again auto populate if a nil list is set
65 ------------------------------------------------------------------------
66 r25 | yssaril | 2010-07-12 19:45:14 +0000 (Mon, 12 Jul 2010) | 1 line
67 Changed paths:
68 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
69 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
70 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
71 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
72 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
73
74 forgot to bump widget version number
75 ------------------------------------------------------------------------
76 r24 | yssaril | 2010-07-12 19:44:14 +0000 (Mon, 12 Jul 2010) | 1 line
77 Changed paths:
78 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
79 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
80 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
81 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
82 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
83 M /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
84
85 fixed global number nil error. sorry about that. (also removed all trailing spaces)
86 ------------------------------------------------------------------------
87 r23 | yssaril | 2010-07-12 06:55:27 +0000 (Mon, 12 Jul 2010) | 1 line
88 Changed paths:
89 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
90 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
91 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
92 D /trunk/AceGUI-3.0-SharedMediaWidgets/SharedFunctions.lua
93 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
94 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
95 A /trunk/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
96 M /trunk/AceGUI-3.0-SharedMediaWidgets/widget.xml
97 M /trunk/AceGUI-3.0-SharedMediaWidgets.toc
98
99 Complete recoding of all widgets. They no longer leach of the Dropdown widget. Nothing changed API wise.
100 ------------------------------------------------------------------------
101 r22 | nevcairiel | 2010-02-09 20:09:10 +0000 (Tue, 09 Feb 2010) | 1 line
102 Changed paths:
103 M /trunk/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua
104 M /trunk/AceGUI-3.0-SharedMediaWidgets/BorderWidget.lua
105 M /trunk/AceGUI-3.0-SharedMediaWidgets/FontWidget.lua
106 M /trunk/AceGUI-3.0-SharedMediaWidgets/SharedFunctions.lua
107 M /trunk/AceGUI-3.0-SharedMediaWidgets/SoundWidget.lua
108 M /trunk/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua
109
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.
111 ------------------------------------------------------------------------