]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/tools/XRCed/CHANGES.txt
Comment icon
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
1 0.1.8-4
2 -------
3
4 Fixes for wxMSW (notebook highlighting, control sizes, tree Unselect).
5
6 0.1.8-3
7 -------
8
9 Notebook page highlighting fix. Highlight resizes when the window
10 is resized. ParamUnit spin button detects event handler re-entry
11 (wxGTK probably has a bug in wxSpinButton with repeated events).
12
13 0.1.8-2
14 -------
15
16 Fix for dealing with empty 'growable' property, using MiniFrame
17 for properties panel, the panel is restored together with the
18 main window.
19
20 0.1.8-1
21 -------
22
23 Fixed SetItemBold and editing 'growable' properties of
24 wxFlexGridSizer.
25
26 0.1.8-0
27 -------
28
29 New feature added from a patch submitted on sourceforge by botg:
30 moving of tree items.
31
32 Bugs fixed:
33 - ChecklistBox content editing;
34 - Window styles more in sync with the docs;
35 - Replacing items;
36 - Reference property page created correctly (every property is
37 optional).
38
39 0.1.7-5
40 -------
41
42 Fix for non-ascii characters support when using other encodings
43 than utf-8 in 'content' property. Tested under unicode build.
44
45 0.1.7-4
46 -------
47
48 Second fix for Copy/Paste (using expat.native_encoding property).
49 Added cellpos,cellspan properties for Spacer in GridBag sizer.
50
51 0.1.7-3
52 -------
53
54 Fix for Copy/Paste objects with international characters.
55
56 0.1.7-2
57 -------
58
59 Fixed Cut command, added support for MenuBar inside Frame/Dialog.
60
61 0.1.7-1
62 -------
63
64 Important update of Paste command code which was passing too much data
65 thru clipboard using cPickle. Objects created while unpickling (from
66 minidom) were clogging memory. Now using toxml() (why didn't I do it
67 before - was I drunk or what? :) ).
68
69 0.1.7-0
70 -------
71
72 Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and
73 completed style flags. Test window is opened for an available parent
74 control if no specific view defined. Better handling of exceptions
75 (highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0.
76
77 0.1.6-7
78 -------
79
80 Using system clipboard for Copy/Paste.
81
82 0.1.6-6
83 -------
84
85 Improved some dialogs (window styles, growable cols). Changed the
86 range for wxSpinCtrl min/max to all integers (default 0/100 is not
87 always good).
88
89 0.1.6-5
90 -------
91
92 Fixed testing for any element inside object tree.
93
94 0.1.6-4
95 -------
96
97 Fixed replacing op for sizer children and spacer objects.
98 UndoReplace is not yet implemented.
99
100 0.1.6-3
101 -------
102
103 Fix for crash when opening new file with active tree selection.
104 Replacing controls bug fixed.
105
106 0.1.6-2
107 -------
108
109 wxMSW wxTreeCtrl behaviour is still different from wxGTK for
110 wxTR_MULTIPLE, some fixes for this.
111
112 0.1.6-1
113 -------
114
115 New (experimental ;) ) feature: support for "object_ref" tag, for
116 creating references to named objects (see tn0014.txt). "reference..."
117 menu command creates new object_ref node. Properties of the top-level
118 object can be overriden, but overriding child controls is not working
119 as expected (maybe a bug in wx).
120
121 0.1.5-3
122 -------
123
124 xxxStdDialogButtonSizer pulldown menu with standard buttons.
125
126 Some fixes for selecting tools inside toolbar with test window open
127 (whole toolbar is selected).
128
129 Toolbars can be added inside windows.
130
131 0.1.5-2
132 -------
133
134 Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
135
136 Fixed pasting siblings (Ctrl key pressed while pasting).
137
138 Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
139 If encoding is not specified it is not written in XRC. Will add more
140 customization in the future.
141
142 Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
143
144 0.1.5-1
145 -------
146
147 Added wxWizard, wxWizardPageSimple (only from pull-down menu).
148
149 Hide command for test window.
150
151 Replacing classes works better.
152
153 Added Locate tool.
154
155 0.1.4-1
156 -------
157
158 Edit->Locate command (Ctrl-L) for quick selection of items.
159 Works with event-handling controls (buttons, text fields) but
160 not with labels/sizers.
161
162 Some improvements: relative paths for files supplied as command-
163 line argument work correctly, notebook panels are highlighted
164 better.
165
166 0.1.2-1
167 _______
168
169 Added support for wxGridBagSizer (supported in wxPython 2.5).
170
171 0.1.1-5
172 -------
173
174 Added subclass attribute.
175
176 0.1.1-4
177 -------
178
179 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
180 switching).
181
182 Changed some dimensions in properties panel elements.
183
184 0.1.1-3
185 -------
186
187 Sizes of some controls were not normal on wxMSW. Fixed.
188
189 Some changes to test window code to make it resize better and to
190 have focus control with sawfish for all types of windows.
191
192 0.1.1-2
193 -------
194
195 Bugs with currentEncoding and frame testing fixed.
196
197 Some required parameters are set to default if missing.
198
199 Unsupported classes are tolerated, with warning message.
200
201 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
202 tool palette).
203
204 Multi-line editing for labels and some values (wxTextCtrl,
205 wxHtmlWindow).
206
207 0.1.1-1
208 -------
209
210 Changed internationalization support. '-i' option removed, default
211 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
212 default). When XRC file is opened with encoding specified,
213 translations are not used.
214
215 0.1.1
216 -----
217
218 Replace command added (not quite finished yet).
219
220 0.1.0
221 -----
222
223 Finally implemented tools panel for almost all controls (except
224 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
225 rarely used).
226
227 Changed some sizes in panel to better work with different fonts.
228
229 Fixed double-refreshing after Ctrl+R.
230
231 Maybe something else that I've forgot. It's been a looong day... :)
232
233
234 0.0.9-6
235 -------
236
237 Added dialog unit support.
238
239 Dealing with non-specified required values (set to defaults, if exist).
240
241 Added 'minsize' parameter of sizeritem.
242
243 Added '-i' option to turn off translations and use international characters.
244
245 0.0.9-5
246 -------
247
248 Mac platform-specific checks.
249
250 0.0.9-4
251 -------
252
253 Implemented standard bitmap selection.
254
255 Fixed a bug in FlexGridSizer code.
256
257 0.0.9-3
258 -------
259
260 File browsing (for bitmaps/icons, etc.) had a small problem when current
261 file was not saved yet.
262
263 0.0.9-2
264 -------
265
266 Small bug fix for initial don't panic message.
267
268 0.0.9-1
269 -------
270
271 Changed program structure, reduced use of global variables (grouped in
272 module 'globals', which creates an instanse 'g' of class Globals.
273
274 First version of undo/redo working!
275
276 Support for toolbars inside panels and frames.
277
278 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
279
280 wxMSW-only: added code to switch focus back to main window when test
281 window is updated.
282
283 0.0.8-2
284 -------
285
286 Fixed unicode problem for unicode build.
287
288 0.0.8-1
289 -------
290
291 Using WX_2_4_BRANCH.
292
293 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
294 control), improved wxXRC format suppor (menu styles, etc.).
295
296 Some I18N support: parsing "encoding" attribute in XML header, later
297 it can be modified in "properties" panel for "XML tree".
298
299 UNIX note: currently XML writing for non-ascii chars works only if
300 sys.getdefaultencoding() returns good value. To do this, one has to
301 put following lines to "sitecustomize.py" file:
302
303 # Start code segment
304 import sys
305 sys.setdefaultencoding('iso-8859-1') # or whatever
306 # End code segment
307
308 0.0.7
309 -----
310
311 Some command-line arguments.
312
313 "Test window" command and toolbar button.
314
315 New panel interphace (wxHTMLWindow is not used anymore).
316
317 Toggling between embedded and detached panel.
318
319 Cache for already used windows.
320
321 Current top-level control is bold, if test window shown.
322
323 Undo/redo broken.
324
325 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
326 wxWin):
327
328 contrib/src/xrc/xmlrsall.cpp
329 45,46c45,46
330 < AddHandler(new wxListCtrlXmlHandler);
331 < #if CHECKLISTBOX
332 ---
333 > AddHandler(new wxListCtrlXmlHandler);
334 > #if wxUSE_CHECKLISTBOX
335
336 This is fixed in CVS.
337
338 0.0.6
339 -----
340
341 Toolbar, bitmap, icon support (no display yet).
342
343 Changed parameter objects, added support for multiple parameters (like
344 `growablecols').
345
346 Fixed double-clicking problem with tree control on Windows.
347
348 Some performance improovements.
349
350
351 0.0.5
352 -----
353
354 Added notebook with properties page and style page. Fixed some problems
355 on Windows.
356
357
358 0.0.4
359 -----
360
361 Some fixes suggested by RD
362
363
364 0.0.3
365 -----
366
367 Faster preview window refresh.
368
369 Cut/Paste works better.
370
371 Some tree icons.
372
373 Tree item names.
374
375 Bugfixes.
376
377
378 0.0.2
379 -----
380
381 The first release.
382