4 New (experimental ;) ) feature: support for "object_ref" tag, for
5 creating references to named objects (see tn0014.txt). "reference..."
6 menu command creates new object_ref node. Properties of the top-level
7 object can be overriden, but overriding child controls is not working
8 as expected (maybe a bug in wx).
13 xxxStdDialogButtonSizer pulldown menu with standard buttons.
15 Some fixes for selecting tools inside toolbar with test window open
16 (whole toolbar is selected).
18 Toolbars can be added inside windows.
23 Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
25 Fixed pasting siblings (Ctrl key pressed while pasting).
27 Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
28 If encoding is not specified it is not written in XRC. Will add more
29 customization in the future.
31 Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
36 Added wxWizard, wxWizardPageSimple (only from pull-down menu).
38 Hide command for test window.
40 Replacing classes works better.
47 Edit->Locate command (Ctrl-L) for quick selection of items.
48 Works with event-handling controls (buttons, text fields) but
49 not with labels/sizers.
51 Some improvements: relative paths for files supplied as command-
52 line argument work correctly, notebook panels are highlighted
58 Added support for wxGridBagSizer (supported in wxPython 2.5).
63 Added subclass attribute.
68 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
71 Changed some dimensions in properties panel elements.
76 Sizes of some controls were not normal on wxMSW. Fixed.
78 Some changes to test window code to make it resize better and to
79 have focus control with sawfish for all types of windows.
84 Bugs with currentEncoding and frame testing fixed.
86 Some required parameters are set to default if missing.
88 Unsupported classes are tolerated, with warning message.
90 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
93 Multi-line editing for labels and some values (wxTextCtrl,
99 Changed internationalization support. '-i' option removed, default
100 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
101 default). When XRC file is opened with encoding specified,
102 translations are not used.
107 Replace command added (not quite finished yet).
112 Finally implemented tools panel for almost all controls (except
113 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
116 Changed some sizes in panel to better work with different fonts.
118 Fixed double-refreshing after Ctrl+R.
120 Maybe something else that I've forgot. It's been a looong day... :)
126 Added dialog unit support.
128 Dealing with non-specified required values (set to defaults, if exist).
130 Added 'minsize' parameter of sizeritem.
132 Added '-i' option to turn off translations and use international characters.
137 Mac platform-specific checks.
142 Implemented standard bitmap selection.
144 Fixed a bug in FlexGridSizer code.
149 File browsing (for bitmaps/icons, etc.) had a small problem when current
150 file was not saved yet.
155 Small bug fix for initial don't panic message.
160 Changed program structure, reduced use of global variables (grouped in
161 module 'globals', which creates an instanse 'g' of class Globals.
163 First version of undo/redo working!
165 Support for toolbars inside panels and frames.
167 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
169 wxMSW-only: added code to switch focus back to main window when test
175 Fixed unicode problem for unicode build.
182 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
183 control), improved wxXRC format suppor (menu styles, etc.).
185 Some I18N support: parsing "encoding" attribute in XML header, later
186 it can be modified in "properties" panel for "XML tree".
188 UNIX note: currently XML writing for non-ascii chars works only if
189 sys.getdefaultencoding() returns good value. To do this, one has to
190 put following lines to "sitecustomize.py" file:
194 sys.setdefaultencoding('iso-8859-1') # or whatever
200 Some command-line arguments.
202 "Test window" command and toolbar button.
204 New panel interphace (wxHTMLWindow is not used anymore).
206 Toggling between embedded and detached panel.
208 Cache for already used windows.
210 Current top-level control is bold, if test window shown.
214 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
217 contrib/src/xrc/xmlrsall.cpp
219 < AddHandler(new wxListCtrlXmlHandler);
222 > AddHandler(new wxListCtrlXmlHandler);
223 > #if wxUSE_CHECKLISTBOX
225 This is fixed in CVS.
230 Toolbar, bitmap, icon support (no display yet).
232 Changed parameter objects, added support for multiple parameters (like
235 Fixed double-clicking problem with tree control on Windows.
237 Some performance improovements.
243 Added notebook with properties page and style page. Fixed some problems
250 Some fixes suggested by RD
256 Faster preview window refresh.
258 Cut/Paste works better.