]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/tools/XRCed/CHANGES.txt
Get/SetTitle only for wxTopLevelWindow (wxMGL part).
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
CommitLineData
14653d3b
RR
10.1.6-5
2-------
3
34b29ae7 4Fixed testing for any element inside object tree.
14653d3b 5
baba4aa5
RR
60.1.6-4
7-------
8
9Fixed replacing op for sizer children and spacer objects.
10UndoReplace is not yet implemented.
11
0725108f
RR
120.1.6-3
13-------
14
15Fix for crash when opening new file with active tree selection.
16Replacing controls bug fixed.
17
83173c7a
RR
180.1.6-2
19-------
20
21wxMSW wxTreeCtrl behaviour is still different from wxGTK for
22wxTR_MULTIPLE, some fixes for this.
23
03319b65
RR
240.1.6-1
25-------
26
27New (experimental ;) ) feature: support for "object_ref" tag, for
28creating references to named objects (see tn0014.txt). "reference..."
29menu command creates new object_ref node. Properties of the top-level
30object can be overriden, but overriding child controls is not working
31as expected (maybe a bug in wx).
32
5758b246
RR
330.1.5-3
34-------
35
36xxxStdDialogButtonSizer pulldown menu with standard buttons.
37
38Some fixes for selecting tools inside toolbar with test window open
39(whole toolbar is selected).
40
41Toolbars can be added inside windows.
42
016f67ba
RR
430.1.5-2
44-------
45
46Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
47
48Fixed pasting siblings (Ctrl key pressed while pasting).
49
9a69d0aa
RR
50Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
51If encoding is not specified it is not written in XRC. Will add more
52customization in the future.
53
54Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
55
64bce500
RR
560.1.5-1
57-------
58
59Added wxWizard, wxWizardPageSimple (only from pull-down menu).
60
61Hide command for test window.
62
63Replacing classes works better.
64
65Added Locate tool.
66
ab24d442
RR
670.1.4-1
68-------
69
70Edit->Locate command (Ctrl-L) for quick selection of items.
71Works with event-handling controls (buttons, text fields) but
72not with labels/sizers.
73
74Some improvements: relative paths for files supplied as command-
75line argument work correctly, notebook panels are highlighted
76better.
77
a4c013b2
RR
780.1.2-1
79_______
80
81Added support for wxGridBagSizer (supported in wxPython 2.5).
82
830.1.1-5
84-------
85
86Added subclass attribute.
87
8b9a4190
RD
880.1.1-4
89-------
90
91Fixed problems with wxStaticBitmap (stock_id attribute, icon type
92switching).
93
94Changed some dimensions in properties panel elements.
95
1fded56b
RD
960.1.1-3
97-------
98
99Sizes of some controls were not normal on wxMSW. Fixed.
100
101Some changes to test window code to make it resize better and to
102have focus control with sawfish for all types of windows.
103
1040.1.1-2
105-------
106
107Bugs with currentEncoding and frame testing fixed.
108
109Some required parameters are set to default if missing.
110
111Unsupported classes are tolerated, with warning message.
112
113wxScrolledWindow added (to 'control' pulldown menu, not yet to the
114tool palette).
115
116Multi-line editing for labels and some values (wxTextCtrl,
117wxHtmlWindow).
118
1190.1.1-1
120-------
121
122Changed internationalization support. '-i' option removed, default
123encoding is used (should be defined in sitecustomize.py, or 'ascii' by
124default). When XRC file is opened with encoding specified,
125translations are not used.
126
1270.1.1
128-----
129
130Replace command added (not quite finished yet).
131
1e4a197e
RD
1320.1.0
133-----
134
135Finally implemented tools panel for almost all controls (except
136wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
137rarely used).
138
139Changed some sizes in panel to better work with different fonts.
140
141Fixed double-refreshing after Ctrl+R.
142
143Maybe something else that I've forgot. It's been a looong day... :)
144
1fded56b 145
1e4a197e
RD
1460.0.9-6
147-------
148
149Added dialog unit support.
150
151Dealing with non-specified required values (set to defaults, if exist).
152
153Added 'minsize' parameter of sizeritem.
154
155Added '-i' option to turn off translations and use international characters.
156
1570.0.9-5
158-------
159
160Mac platform-specific checks.
161
1620.0.9-4
163-------
164
165Implemented standard bitmap selection.
166
167Fixed a bug in FlexGridSizer code.
168
1690.0.9-3
170-------
171
172File browsing (for bitmaps/icons, etc.) had a small problem when current
173file was not saved yet.
174
1750.0.9-2
176-------
177
178Small bug fix for initial don't panic message.
179
1800.0.9-1
181-------
182
183Changed program structure, reduced use of global variables (grouped in
184module 'globals', which creates an instanse 'g' of class Globals.
185
186First version of undo/redo working!
187
188Support for toolbars inside panels and frames.
189
190Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
191
192wxMSW-only: added code to switch focus back to main window when test
193window is updated.
194
1950.0.8-2
196-------
197
198Fixed unicode problem for unicode build.
199
2000.0.8-1
201-------
202
203Using WX_2_4_BRANCH.
204
205Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
206control), improved wxXRC format suppor (menu styles, etc.).
207
208Some I18N support: parsing "encoding" attribute in XML header, later
209it can be modified in "properties" panel for "XML tree".
210
211UNIX note: currently XML writing for non-ascii chars works only if
212sys.getdefaultencoding() returns good value. To do this, one has to
213put following lines to "sitecustomize.py" file:
214
215# Start code segment
216import sys
217sys.setdefaultencoding('iso-8859-1') # or whatever
218# End code segment
219
2200.0.7
221-----
222
223Some command-line arguments.
224
225"Test window" command and toolbar button.
226
227New panel interphace (wxHTMLWindow is not used anymore).
228
229Toggling between embedded and detached panel.
230
231Cache for already used windows.
232
233Current top-level control is bold, if test window shown.
234
235Undo/redo broken.
236
237CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
238wxWin):
239
240contrib/src/xrc/xmlrsall.cpp
24145,46c45,46
242< AddHandler(new wxListCtrlXmlHandler);
243< #if CHECKLISTBOX
244---
245> AddHandler(new wxListCtrlXmlHandler);
246> #if wxUSE_CHECKLISTBOX
247
248This is fixed in CVS.
249
2500.0.6
251-----
252
253Toolbar, bitmap, icon support (no display yet).
254
255Changed parameter objects, added support for multiple parameters (like
256`growablecols').
257
258Fixed double-clicking problem with tree control on Windows.
259
260Some performance improovements.
261
262
2630.0.5
264-----
265
266Added notebook with properties page and style page. Fixed some problems
267on Windows.
268
269
2700.0.4
271-----
272
273Some fixes suggested by RD
274
275
2760.0.3
277-----
278
279Faster preview window refresh.
280
281Cut/Paste works better.
282
283Some tree icons.
284
285Tree item names.
286
287Bugfixes.
288
289
2900.0.2
291-----
292
293The first release.
294