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