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