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