]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/tools/XRCed/CHANGES.txt
warning fix
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
CommitLineData
ab24d442
RR
10.1.4-1
2-------
3
4Edit->Locate command (Ctrl-L) for quick selection of items.
5Works with event-handling controls (buttons, text fields) but
6not with labels/sizers.
7
8Some improvements: relative paths for files supplied as command-
9line argument work correctly, notebook panels are highlighted
10better.
11
a4c013b2
RR
120.1.2-1
13_______
14
15Added support for wxGridBagSizer (supported in wxPython 2.5).
16
170.1.1-5
18-------
19
20Added subclass attribute.
21
8b9a4190
RD
220.1.1-4
23-------
24
25Fixed problems with wxStaticBitmap (stock_id attribute, icon type
26switching).
27
28Changed some dimensions in properties panel elements.
29
1fded56b
RD
300.1.1-3
31-------
32
33Sizes of some controls were not normal on wxMSW. Fixed.
34
35Some changes to test window code to make it resize better and to
36have focus control with sawfish for all types of windows.
37
380.1.1-2
39-------
40
41Bugs with currentEncoding and frame testing fixed.
42
43Some required parameters are set to default if missing.
44
45Unsupported classes are tolerated, with warning message.
46
47wxScrolledWindow added (to 'control' pulldown menu, not yet to the
48tool palette).
49
50Multi-line editing for labels and some values (wxTextCtrl,
51wxHtmlWindow).
52
530.1.1-1
54-------
55
56Changed internationalization support. '-i' option removed, default
57encoding is used (should be defined in sitecustomize.py, or 'ascii' by
58default). When XRC file is opened with encoding specified,
59translations are not used.
60
610.1.1
62-----
63
64Replace command added (not quite finished yet).
65
1e4a197e
RD
660.1.0
67-----
68
69Finally implemented tools panel for almost all controls (except
70wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
71rarely used).
72
73Changed some sizes in panel to better work with different fonts.
74
75Fixed double-refreshing after Ctrl+R.
76
77Maybe something else that I've forgot. It's been a looong day... :)
78
1fded56b 79
1e4a197e
RD
800.0.9-6
81-------
82
83Added dialog unit support.
84
85Dealing with non-specified required values (set to defaults, if exist).
86
87Added 'minsize' parameter of sizeritem.
88
89Added '-i' option to turn off translations and use international characters.
90
910.0.9-5
92-------
93
94Mac platform-specific checks.
95
960.0.9-4
97-------
98
99Implemented standard bitmap selection.
100
101Fixed a bug in FlexGridSizer code.
102
1030.0.9-3
104-------
105
106File browsing (for bitmaps/icons, etc.) had a small problem when current
107file was not saved yet.
108
1090.0.9-2
110-------
111
112Small bug fix for initial don't panic message.
113
1140.0.9-1
115-------
116
117Changed program structure, reduced use of global variables (grouped in
118module 'globals', which creates an instanse 'g' of class Globals.
119
120First version of undo/redo working!
121
122Support for toolbars inside panels and frames.
123
124Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
125
126wxMSW-only: added code to switch focus back to main window when test
127window is updated.
128
1290.0.8-2
130-------
131
132Fixed unicode problem for unicode build.
133
1340.0.8-1
135-------
136
137Using WX_2_4_BRANCH.
138
139Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
140control), improved wxXRC format suppor (menu styles, etc.).
141
142Some I18N support: parsing "encoding" attribute in XML header, later
143it can be modified in "properties" panel for "XML tree".
144
145UNIX note: currently XML writing for non-ascii chars works only if
146sys.getdefaultencoding() returns good value. To do this, one has to
147put following lines to "sitecustomize.py" file:
148
149# Start code segment
150import sys
151sys.setdefaultencoding('iso-8859-1') # or whatever
152# End code segment
153
1540.0.7
155-----
156
157Some command-line arguments.
158
159"Test window" command and toolbar button.
160
161New panel interphace (wxHTMLWindow is not used anymore).
162
163Toggling between embedded and detached panel.
164
165Cache for already used windows.
166
167Current top-level control is bold, if test window shown.
168
169Undo/redo broken.
170
171CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
172wxWin):
173
174contrib/src/xrc/xmlrsall.cpp
17545,46c45,46
176< AddHandler(new wxListCtrlXmlHandler);
177< #if CHECKLISTBOX
178---
179> AddHandler(new wxListCtrlXmlHandler);
180> #if wxUSE_CHECKLISTBOX
181
182This is fixed in CVS.
183
1840.0.6
185-----
186
187Toolbar, bitmap, icon support (no display yet).
188
189Changed parameter objects, added support for multiple parameters (like
190`growablecols').
191
192Fixed double-clicking problem with tree control on Windows.
193
194Some performance improovements.
195
196
1970.0.5
198-----
199
200Added notebook with properties page and style page. Fixed some problems
201on Windows.
202
203
2040.0.4
205-----
206
207Some fixes suggested by RD
208
209
2100.0.3
211-----
212
213Faster preview window refresh.
214
215Cut/Paste works better.
216
217Some tree icons.
218
219Tree item names.
220
221Bugfixes.
222
223
2240.0.2
225-----
226
227The first release.
228