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