From 17adffb5e9e87a1cc1bccd42c9214fe819973e80 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 3 May 2007 17:47:51 +0000 Subject: [PATCH] update generated doc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.html | 141 ++++++++++++++++++++++++++++--------- 1 file changed, 106 insertions(+), 35 deletions(-) diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index db143a344e..222ce4902d 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -11,7 +11,78 @@

Recent Changes for wxPython

-

2.8.3.0

+

2.8.4.0

+
    +
  • +
+

wxGTK: Make wx.NO_BORDER style work with wx.RadioBox (patch 1525406)

+

Update to 0.9.1 of TreeMixin.

+

wx.lib.customtreectrl: Patch from Andrea that fixes the following +problems/issues:

+
+
    +
  • ZeroDivisionError when using the Vista selection style and calling +SelectItem; for some strange reason, sometimes the item rect is +not initialized and that generates the ZeroDivisionError when +painting the selection rectangle;
  • +
  • Added a DeleteWindow method to GenericTreeItem class, for items +that hold a widget next to them;
  • +
  • Renamed CustomTreeCtrl method IsEnabled to IsItemEnabled, otherwise +it conflicts with wx.Window.IsEnabled;
  • +
  • Now CustomTreeCtrl behaves correctly when the widget attached to an +item is narrower (in height) than the item text;
  • +
+
+

wx.lib.flatnotebook: Patch from Andrea that implements the following:

+
+
    +
  • A new style FNB_FF2: my intentions were to make it like Firefox 2, +however it turned out to be an hybrid between wxAUI notebook glose +style & FF2 ...I still think it looks OK. The main purpose for +making it more like wxAUI is to allow applications that uses both +to have same look and feel (or as close as it can get...);
  • +
  • Changed the behavior of the left/right rotation arrows to rotate +single tab at a time and not bulk of tabs;
  • +
  • Updated the demo module.
  • +
+
+

XRCed now uses a wx.FileHistory object for managing the recent files +menu.

+

wx.DateSpan and wx.TimeSpan now use lower case property names in order +to not conflict with the same named static methods that already +existed.

+

wx.aui.PyAuiDocArt and wx.aui.PyAuiTabArt can now be derived from in +wxPython and plugged in to wx.AUI.

+

XRCed has a new experimental feature to add controls by draging icons +from the tool palette to the test window. Mouse position is tracked +to highlight the future parent of the new item.

+

Updates to MaskedEdit controls from Will Sadkin:

+
+
+
maskededit.py:
+
Added parameter option stopFieldChangeIfInvalid, which can be used to +relax the validation rules for a control, but make best efforts to stop +navigation out of that field should its current value be invalid. Note: +this does not prevent the value from remaining invalid if focus for the +control is lost, via mousing etc.
+
numctrl.py, demo / MaskedNumCtrl.py:
+
In response to user request, added limitOnFieldChange feature, so that +out-of-bounds values can be temporarily added to the control, but should +navigation be attempted out of an invalid field, it will not navigate, +and if focus is lost on a control so limited with an invalid value, it +will change the value to the nearest bound.
+
combobox.py:
+
Added handler for EVT_COMBOBOX to address apparently inconsistent behavior +of control when the dropdown control is used to do a selection.
+
textctrl.py
+
Added support for ChangeValue() function, similar to that of the base +control, added in wxPython 2.7.1.1.
+
+
+

Update to latest FloatCanvas from Chris Barker.

+
+
+

2.8.3.0

  • 22-March-2007
@@ -91,7 +162,7 @@ main window.
-

2.8.1.1

+

2.8.1.1

  • 19-Jan-2007
@@ -121,7 +192,7 @@ StyledTextCtrl (such as in PyShell) are now top-level float-on-parent windows so they are no longer clipped by the bounds of the stc window.

-

2.8.1.0

+

2.8.1.0

  • 8-Jan-2007
@@ -143,7 +214,7 @@ essentially implement the MDI interface using a normal wx.Frame and a wx.aui.AuiNotebook.

-

2.8.0.1

+

2.8.0.1

  • 11-Dec-2006
@@ -193,7 +264,7 @@ introduce native search widgets.

uses the native renderer to draw the button.

-

2.7.2.0

+

2.7.2.0

  • 7-Nov-2006
@@ -233,7 +304,7 @@ constructor to use it instead of the default ActiveMovie backend, (assuming the quicktime DLLs are available on the system.)

-

2.7.1.3

+

2.7.1.3

  • 26-Oct-2006
@@ -253,7 +324,7 @@ SystemOption to zero. In a future release this will be the default.

the new wx.GraphicsContext and wx.GraphicsPath classes.

-

2.7.1.2

+

2.7.1.2

  • 21-Oct-2006
@@ -280,7 +351,7 @@ correctly with this.

Fixed refcount leak in wx.Window.GetChildren.

-

2.7.1.1

+

2.7.1.1

  • 18-Oct-2006
@@ -543,7 +614,7 @@ wx.PaintDC or wx.BufferedPaintDC. This uses the new wx.Window.IsDoubleBuffered method.

-

2.6.3.3

+

2.6.3.3

  • 15-July-2006
@@ -580,7 +651,7 @@ machines, but at least all compile errors and warnings related to it have been resolved.

-

2.6.3.2

+

2.6.3.2

  • 3-April-2006
@@ -614,7 +685,7 @@ already shown.

is selected only with the keyboard.

-

2.6.3.0

+

2.6.3.0

  • 27-March-2006
@@ -676,7 +747,7 @@ zoomed plot and move it around with a mouse drag.

Added wx.StandardPaths.GetDocumentsDir() (patch 1214360)

-

2.6.2.1

+

2.6.2.1

  • 10-Jan-2006
@@ -845,7 +916,7 @@ be easy to accommodate, all you need to do is add a parenthesis pair: (...x, y, ...) ---> (...(x,y), ...)
-

2.6.1.0

+

2.6.1.0

  • 4-June-2005
@@ -873,7 +944,7 @@ calls.

change will get written at the next flush.

-

2.6.0.1

+

2.6.0.1

  • 30-May-2005
@@ -986,7 +1057,7 @@ there is a range of allowed values (so a wx.SpinCtrl is used instead of a wx.TextCtrl.)

-

2.6.0.0

+

2.6.0.0

  • 26-Apr-2005
@@ -1064,7 +1135,7 @@ EVT_KEY_UP and EVT_TEXT events from its embedded text control.

-

2.5.5.1

+

2.5.5.1

  • 8-Apr-2005
@@ -1133,7 +1204,7 @@ folks.

Added the ActiveGrid IDE as a sample application.

-

2.5.4.1

+

2.5.4.1

  • 16-Mar-2005
@@ -1367,7 +1438,7 @@ wx.Image.

-

2.5.3.1

+

2.5.3.1

  • 9-Nov-2004
@@ -1524,7 +1595,7 @@ it.

version installs, and comes with an uninstaller script.

-

2.5.2.8

+

2.5.2.8

  • 27-Aug-2004
@@ -1556,7 +1627,7 @@ wxCheckListBox.
-

2.5.2.7

+

2.5.2.7

  • 14-Aug-2004
@@ -1740,7 +1811,7 @@ MigrationGuide for more details on using the new module.

Floats are allowed again as function parameters where ints are expected.

-

2.4.2.4

+

2.4.2.4

  • 1-Oct-2003
@@ -1753,7 +1824,7 @@ demonstrated in the Threads sample in the demo.

Added Chris Barker's FloatCanvas.

-

2.4.1.2

+

2.4.1.2

  • 19-Jun-2003
@@ -1808,7 +1879,7 @@ and Spacers can be specified with a wxSize (or 2-tuple) parameter

Added wxCursorFromBits.

-

2.4.0.7

+

2.4.0.7

  • 24-Mar-2003
@@ -1848,7 +1919,7 @@ think I am testing in the future...

Updated to 0.9b of PyCrust.

-

2.4.0.4

+

2.4.0.4

  • 7-Mar-2003
@@ -1909,7 +1980,7 @@ doesn't have a standard place for them.

Updated to the 0.9a version of PyCrust

-

2.4.0.2

+

2.4.0.2

  • 23-Jan-2003
@@ -1918,7 +1989,7 @@ doesn't have a standard place for them.

Added wxPyColourChooser by Michael Gilfix.

-

2.4.0.1

+

2.4.0.1

  • 10-Jan-2003
@@ -1928,14 +1999,14 @@ enhancements.

wxPython/lib/dialogs.py for more details.

-

2.3.4.2

+

2.3.4.2

  • 21-Dec-2002

Various bug fixes.

-

2.3.4.1

+

2.3.4.1

  • 18-Dec-2002
@@ -1993,7 +2064,7 @@ HTMLHelp viewer does. Changed how the wxPythonDocs tarball is built and added a script to launch the doc viewer.

-

2.3.3.1

+

2.3.3.1

  • 19-Sep-2002
@@ -2139,7 +2210,7 @@ example.

Added wxTimeCtrl from Will Sadkin.

-

2.3.2.1

+

2.3.2.1

  • 20-Dec-2001
@@ -2149,7 +2220,7 @@ without barfing and is also still compatible with Python debuggers.

Added some patches from library contributors.

-

2.3.2

+

2.3.2

  • 11-Dec-2001
@@ -2235,7 +2306,7 @@ wxPython/contrib/dllwidget and wxPython/demo/dllwidget for more details.

-

2.3.1

+

2.3.1

  • 10-Jul-2001
@@ -2252,7 +2323,7 @@ subclass wxXmlResourceHandler, etc...

Added enhanced wxVTKRenderWindow by Prabhu Ramachandran

-

2.3.0

+

2.3.0

  • 22-May-2001
@@ -2352,7 +2423,7 @@ by having smaller functional apps to play with. They can be found in wxPython/samples.

-

2.2.7

+

2.2.7

  • 19-Jun-2001
@@ -2360,7 +2431,7 @@ wxPython/samples.

changes and fixes in the wxWindows library.

-

2.2.5

+

2.2.5

  • 30-Jan-2001