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