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