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