4 Preferences for default "sizeritem" parameters for new panels and
5 controls can be configured ("File">"Preferences...").
7 Implemented comment object for including simple one-line comments and
8 comment directives as tree nodes. No validation is performed for a
9 valid XML string so comments must not contain "-->". Comment directive
10 is a special comment starting with '%' character, followed by a line
11 of python code. It is executed using 'exec' when the resource file is
12 opened. This is useful to import plugin modules containing custom
13 handlers which are specific to the resource file, hovewer this is of
14 course a security hole if you use foreign XRC files. A warning is
15 displayed if the preference option 'ask' is selected (by default).
17 Added support for custom controls and plugin modules. Refer to this
18 wxPythonWiki for the details:
19 http://wiki.wxpython.org/index.cgi/XRCed#custom
21 Tool panel sections can be collapsed/expanded by clicking on the
22 label of a tool group.
24 Some undo/redo and other fixes.
29 Fixes for wxMSW (notebook highlighting, control sizes, tree Unselect).
34 Notebook page highlighting fix. Highlight resizes when the window
35 is resized. ParamUnit spin button detects event handler re-entry
36 (wxGTK probably has a bug in wxSpinButton with repeated events).
41 Fix for dealing with empty 'growable' property, using MiniFrame
42 for properties panel, the panel is restored together with the
48 Fixed SetItemBold and editing 'growable' properties of
54 New feature added from a patch submitted on sourceforge by botg:
58 - ChecklistBox content editing;
59 - Window styles more in sync with the docs;
61 - Reference property page created correctly (every property is
67 Fix for non-ascii characters support when using other encodings
68 than utf-8 in 'content' property. Tested under unicode build.
73 Second fix for Copy/Paste (using expat.native_encoding property).
74 Added cellpos,cellspan properties for Spacer in GridBag sizer.
79 Fix for Copy/Paste objects with international characters.
84 Fixed Cut command, added support for MenuBar inside Frame/Dialog.
89 Important update of Paste command code which was passing too much data
90 thru clipboard using cPickle. Objects created while unpickling (from
91 minidom) were clogging memory. Now using toxml() (why didn't I do it
92 before - was I drunk or what? :) ).
97 Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and
98 completed style flags. Test window is opened for an available parent
99 control if no specific view defined. Better handling of exceptions
100 (highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0.
105 Using system clipboard for Copy/Paste.
110 Improved some dialogs (window styles, growable cols). Changed the
111 range for wxSpinCtrl min/max to all integers (default 0/100 is not
117 Fixed testing for any element inside object tree.
122 Fixed replacing op for sizer children and spacer objects.
123 UndoReplace is not yet implemented.
128 Fix for crash when opening new file with active tree selection.
129 Replacing controls bug fixed.
134 wxMSW wxTreeCtrl behaviour is still different from wxGTK for
135 wxTR_MULTIPLE, some fixes for this.
140 New (experimental ;) ) feature: support for "object_ref" tag, for
141 creating references to named objects (see tn0014.txt). "reference..."
142 menu command creates new object_ref node. Properties of the top-level
143 object can be overriden, but overriding child controls is not working
144 as expected (maybe a bug in wx).
149 xxxStdDialogButtonSizer pulldown menu with standard buttons.
151 Some fixes for selecting tools inside toolbar with test window open
152 (whole toolbar is selected).
154 Toolbars can be added inside windows.
159 Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
161 Fixed pasting siblings (Ctrl key pressed while pasting).
163 Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
164 If encoding is not specified it is not written in XRC. Will add more
165 customization in the future.
167 Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
172 Added wxWizard, wxWizardPageSimple (only from pull-down menu).
174 Hide command for test window.
176 Replacing classes works better.
183 Edit->Locate command (Ctrl-L) for quick selection of items.
184 Works with event-handling controls (buttons, text fields) but
185 not with labels/sizers.
187 Some improvements: relative paths for files supplied as command-
188 line argument work correctly, notebook panels are highlighted
194 Added support for wxGridBagSizer (supported in wxPython 2.5).
199 Added subclass attribute.
204 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
207 Changed some dimensions in properties panel elements.
212 Sizes of some controls were not normal on wxMSW. Fixed.
214 Some changes to test window code to make it resize better and to
215 have focus control with sawfish for all types of windows.
220 Bugs with currentEncoding and frame testing fixed.
222 Some required parameters are set to default if missing.
224 Unsupported classes are tolerated, with warning message.
226 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
229 Multi-line editing for labels and some values (wxTextCtrl,
235 Changed internationalization support. '-i' option removed, default
236 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
237 default). When XRC file is opened with encoding specified,
238 translations are not used.
243 Replace command added (not quite finished yet).
248 Finally implemented tools panel for almost all controls (except
249 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
252 Changed some sizes in panel to better work with different fonts.
254 Fixed double-refreshing after Ctrl+R.
256 Maybe something else that I've forgot. It's been a looong day... :)
262 Added dialog unit support.
264 Dealing with non-specified required values (set to defaults, if exist).
266 Added 'minsize' parameter of sizeritem.
268 Added '-i' option to turn off translations and use international characters.
273 Mac platform-specific checks.
278 Implemented standard bitmap selection.
280 Fixed a bug in FlexGridSizer code.
285 File browsing (for bitmaps/icons, etc.) had a small problem when current
286 file was not saved yet.
291 Small bug fix for initial don't panic message.
296 Changed program structure, reduced use of global variables (grouped in
297 module 'globals', which creates an instanse 'g' of class Globals.
299 First version of undo/redo working!
301 Support for toolbars inside panels and frames.
303 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
305 wxMSW-only: added code to switch focus back to main window when test
311 Fixed unicode problem for unicode build.
318 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
319 control), improved wxXRC format suppor (menu styles, etc.).
321 Some I18N support: parsing "encoding" attribute in XML header, later
322 it can be modified in "properties" panel for "XML tree".
324 UNIX note: currently XML writing for non-ascii chars works only if
325 sys.getdefaultencoding() returns good value. To do this, one has to
326 put following lines to "sitecustomize.py" file:
330 sys.setdefaultencoding('iso-8859-1') # or whatever
336 Some command-line arguments.
338 "Test window" command and toolbar button.
340 New panel interphace (wxHTMLWindow is not used anymore).
342 Toggling between embedded and detached panel.
344 Cache for already used windows.
346 Current top-level control is bold, if test window shown.
350 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
353 contrib/src/xrc/xmlrsall.cpp
355 < AddHandler(new wxListCtrlXmlHandler);
358 > AddHandler(new wxListCtrlXmlHandler);
359 > #if wxUSE_CHECKLISTBOX
361 This is fixed in CVS.
366 Toolbar, bitmap, icon support (no display yet).
368 Changed parameter objects, added support for multiple parameters (like
371 Fixed double-clicking problem with tree control on Windows.
373 Some performance improovements.
379 Added notebook with properties page and style page. Fixed some problems
386 Some fixes suggested by RD
392 Faster preview window refresh.
394 Cut/Paste works better.