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