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