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