]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/tools/XRCed/CHANGES.txt
Automatically disable wxDialupManager for wxMac and wxCocoa,
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
1 0.1.4-1
2 -------
3
4 Edit->Locate command (Ctrl-L) for quick selection of items.
5 Works with event-handling controls (buttons, text fields) but
6 not with labels/sizers.
7
8 Some improvements: relative paths for files supplied as command-
9 line argument work correctly, notebook panels are highlighted
10 better.
11
12 0.1.2-1
13 _______
14
15 Added support for wxGridBagSizer (supported in wxPython 2.5).
16
17 0.1.1-5
18 -------
19
20 Added subclass attribute.
21
22 0.1.1-4
23 -------
24
25 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
26 switching).
27
28 Changed some dimensions in properties panel elements.
29
30 0.1.1-3
31 -------
32
33 Sizes of some controls were not normal on wxMSW. Fixed.
34
35 Some changes to test window code to make it resize better and to
36 have focus control with sawfish for all types of windows.
37
38 0.1.1-2
39 -------
40
41 Bugs with currentEncoding and frame testing fixed.
42
43 Some required parameters are set to default if missing.
44
45 Unsupported classes are tolerated, with warning message.
46
47 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
48 tool palette).
49
50 Multi-line editing for labels and some values (wxTextCtrl,
51 wxHtmlWindow).
52
53 0.1.1-1
54 -------
55
56 Changed internationalization support. '-i' option removed, default
57 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
58 default). When XRC file is opened with encoding specified,
59 translations are not used.
60
61 0.1.1
62 -----
63
64 Replace command added (not quite finished yet).
65
66 0.1.0
67 -----
68
69 Finally implemented tools panel for almost all controls (except
70 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
71 rarely used).
72
73 Changed some sizes in panel to better work with different fonts.
74
75 Fixed double-refreshing after Ctrl+R.
76
77 Maybe something else that I've forgot. It's been a looong day... :)
78
79
80 0.0.9-6
81 -------
82
83 Added dialog unit support.
84
85 Dealing with non-specified required values (set to defaults, if exist).
86
87 Added 'minsize' parameter of sizeritem.
88
89 Added '-i' option to turn off translations and use international characters.
90
91 0.0.9-5
92 -------
93
94 Mac platform-specific checks.
95
96 0.0.9-4
97 -------
98
99 Implemented standard bitmap selection.
100
101 Fixed a bug in FlexGridSizer code.
102
103 0.0.9-3
104 -------
105
106 File browsing (for bitmaps/icons, etc.) had a small problem when current
107 file was not saved yet.
108
109 0.0.9-2
110 -------
111
112 Small bug fix for initial don't panic message.
113
114 0.0.9-1
115 -------
116
117 Changed program structure, reduced use of global variables (grouped in
118 module 'globals', which creates an instanse 'g' of class Globals.
119
120 First version of undo/redo working!
121
122 Support for toolbars inside panels and frames.
123
124 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
125
126 wxMSW-only: added code to switch focus back to main window when test
127 window is updated.
128
129 0.0.8-2
130 -------
131
132 Fixed unicode problem for unicode build.
133
134 0.0.8-1
135 -------
136
137 Using WX_2_4_BRANCH.
138
139 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
140 control), improved wxXRC format suppor (menu styles, etc.).
141
142 Some I18N support: parsing "encoding" attribute in XML header, later
143 it can be modified in "properties" panel for "XML tree".
144
145 UNIX note: currently XML writing for non-ascii chars works only if
146 sys.getdefaultencoding() returns good value. To do this, one has to
147 put following lines to "sitecustomize.py" file:
148
149 # Start code segment
150 import sys
151 sys.setdefaultencoding('iso-8859-1') # or whatever
152 # End code segment
153
154 0.0.7
155 -----
156
157 Some command-line arguments.
158
159 "Test window" command and toolbar button.
160
161 New panel interphace (wxHTMLWindow is not used anymore).
162
163 Toggling between embedded and detached panel.
164
165 Cache for already used windows.
166
167 Current top-level control is bold, if test window shown.
168
169 Undo/redo broken.
170
171 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
172 wxWin):
173
174 contrib/src/xrc/xmlrsall.cpp
175 45,46c45,46
176 < AddHandler(new wxListCtrlXmlHandler);
177 < #if CHECKLISTBOX
178 ---
179 > AddHandler(new wxListCtrlXmlHandler);
180 > #if wxUSE_CHECKLISTBOX
181
182 This is fixed in CVS.
183
184 0.0.6
185 -----
186
187 Toolbar, bitmap, icon support (no display yet).
188
189 Changed parameter objects, added support for multiple parameters (like
190 `growablecols').
191
192 Fixed double-clicking problem with tree control on Windows.
193
194 Some performance improovements.
195
196
197 0.0.5
198 -----
199
200 Added notebook with properties page and style page. Fixed some problems
201 on Windows.
202
203
204 0.0.4
205 -----
206
207 Some fixes suggested by RD
208
209
210 0.0.3
211 -----
212
213 Faster preview window refresh.
214
215 Cut/Paste works better.
216
217 Some tree icons.
218
219 Tree item names.
220
221 Bugfixes.
222
223
224 0.0.2
225 -----
226
227 The first release.
228