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