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