]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/tools/XRCed/CHANGES.txt
'[1219035] cleanup: miscellaneous' and minor source cleaning.
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
CommitLineData
016f67ba
RR
10.1.5-2
2-------
3
4Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
5
6Fixed pasting siblings (Ctrl key pressed while pasting).
7
9a69d0aa
RR
8Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
9If encoding is not specified it is not written in XRC. Will add more
10customization in the future.
11
12Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
13
64bce500
RR
140.1.5-1
15-------
16
17Added wxWizard, wxWizardPageSimple (only from pull-down menu).
18
19Hide command for test window.
20
21Replacing classes works better.
22
23Added Locate tool.
24
ab24d442
RR
250.1.4-1
26-------
27
28Edit->Locate command (Ctrl-L) for quick selection of items.
29Works with event-handling controls (buttons, text fields) but
30not with labels/sizers.
31
32Some improvements: relative paths for files supplied as command-
33line argument work correctly, notebook panels are highlighted
34better.
35
a4c013b2
RR
360.1.2-1
37_______
38
39Added support for wxGridBagSizer (supported in wxPython 2.5).
40
410.1.1-5
42-------
43
44Added subclass attribute.
45
8b9a4190
RD
460.1.1-4
47-------
48
49Fixed problems with wxStaticBitmap (stock_id attribute, icon type
50switching).
51
52Changed some dimensions in properties panel elements.
53
1fded56b
RD
540.1.1-3
55-------
56
57Sizes of some controls were not normal on wxMSW. Fixed.
58
59Some changes to test window code to make it resize better and to
60have focus control with sawfish for all types of windows.
61
620.1.1-2
63-------
64
65Bugs with currentEncoding and frame testing fixed.
66
67Some required parameters are set to default if missing.
68
69Unsupported classes are tolerated, with warning message.
70
71wxScrolledWindow added (to 'control' pulldown menu, not yet to the
72tool palette).
73
74Multi-line editing for labels and some values (wxTextCtrl,
75wxHtmlWindow).
76
770.1.1-1
78-------
79
80Changed internationalization support. '-i' option removed, default
81encoding is used (should be defined in sitecustomize.py, or 'ascii' by
82default). When XRC file is opened with encoding specified,
83translations are not used.
84
850.1.1
86-----
87
88Replace command added (not quite finished yet).
89
1e4a197e
RD
900.1.0
91-----
92
93Finally implemented tools panel for almost all controls (except
94wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
95rarely used).
96
97Changed some sizes in panel to better work with different fonts.
98
99Fixed double-refreshing after Ctrl+R.
100
101Maybe something else that I've forgot. It's been a looong day... :)
102
1fded56b 103
1e4a197e
RD
1040.0.9-6
105-------
106
107Added dialog unit support.
108
109Dealing with non-specified required values (set to defaults, if exist).
110
111Added 'minsize' parameter of sizeritem.
112
113Added '-i' option to turn off translations and use international characters.
114
1150.0.9-5
116-------
117
118Mac platform-specific checks.
119
1200.0.9-4
121-------
122
123Implemented standard bitmap selection.
124
125Fixed a bug in FlexGridSizer code.
126
1270.0.9-3
128-------
129
130File browsing (for bitmaps/icons, etc.) had a small problem when current
131file was not saved yet.
132
1330.0.9-2
134-------
135
136Small bug fix for initial don't panic message.
137
1380.0.9-1
139-------
140
141Changed program structure, reduced use of global variables (grouped in
142module 'globals', which creates an instanse 'g' of class Globals.
143
144First version of undo/redo working!
145
146Support for toolbars inside panels and frames.
147
148Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
149
150wxMSW-only: added code to switch focus back to main window when test
151window is updated.
152
1530.0.8-2
154-------
155
156Fixed unicode problem for unicode build.
157
1580.0.8-1
159-------
160
161Using WX_2_4_BRANCH.
162
163Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
164control), improved wxXRC format suppor (menu styles, etc.).
165
166Some I18N support: parsing "encoding" attribute in XML header, later
167it can be modified in "properties" panel for "XML tree".
168
169UNIX note: currently XML writing for non-ascii chars works only if
170sys.getdefaultencoding() returns good value. To do this, one has to
171put following lines to "sitecustomize.py" file:
172
173# Start code segment
174import sys
175sys.setdefaultencoding('iso-8859-1') # or whatever
176# End code segment
177
1780.0.7
179-----
180
181Some command-line arguments.
182
183"Test window" command and toolbar button.
184
185New panel interphace (wxHTMLWindow is not used anymore).
186
187Toggling between embedded and detached panel.
188
189Cache for already used windows.
190
191Current top-level control is bold, if test window shown.
192
193Undo/redo broken.
194
195CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
196wxWin):
197
198contrib/src/xrc/xmlrsall.cpp
19945,46c45,46
200< AddHandler(new wxListCtrlXmlHandler);
201< #if CHECKLISTBOX
202---
203> AddHandler(new wxListCtrlXmlHandler);
204> #if wxUSE_CHECKLISTBOX
205
206This is fixed in CVS.
207
2080.0.6
209-----
210
211Toolbar, bitmap, icon support (no display yet).
212
213Changed parameter objects, added support for multiple parameters (like
214`growablecols').
215
216Fixed double-clicking problem with tree control on Windows.
217
218Some performance improovements.
219
220
2210.0.5
222-----
223
224Added notebook with properties page and style page. Fixed some problems
225on Windows.
226
227
2280.0.4
229-----
230
231Some fixes suggested by RD
232
233
2340.0.3
235-----
236
237Faster preview window refresh.
238
239Cut/Paste works better.
240
241Some tree icons.
242
243Tree item names.
244
245Bugfixes.
246
247
2480.0.2
249-----
250
251The first release.
252