1
0
Go to file
Todd R a422bd545e Accepting request 747467 from home:StevenK:branches:X11:wxWidgets
- Update to 4.0.7.post1
  * This post-release just fixes a problem with the numpy dependency constraint
    for Python 2.7. (#1415)
  * Bug fixes in wx.lib.calendar: key navigation across month boundaries is
    now possible; key navigation now sets the date and fires the EVT_CALENDAR
    event; setter APIs now set the date correctly (#1230).
  * Switch to using a wx.Overlay in the Widget Inspection Tool to highlight
    widgets when running on a GTK3 port.
  * Fixed issue in wx.lib.agw.customtreectrl where label editor could remain
    stuck forever (#1235).
  * Fix a sometimes crash when using a wx.Overlay by letting the wx.DCOverlay
    hold a reference to the DC, to ensure that the DCOverlay is destroyed
    first. (PR#1301)
  * Ported the embedding sample from Classic, which shows how to use wxPython
    from a C++ wxWidgets application that embeds Python. (PR #1353)
  * Fixed wx.GetApp() to use wxWidgets' global wxApp instance instead of
    maintaining its own pointer. This way, if the wxApp is created by C++ code
    wxPython will still be able to get access to it. (#1126)
  * Several other PRs have been backported from the master branch (which will
    become wxPython 4.1.0), the full list can be seen here:
    https://github.com/wxWidgets/Phoenix/pull/1357
  * Fixed a probably rare, but fatal bug on OSX when calling certain overloaded
    virtual methods with implementations in Python.
  * Fixed char pointers in generated stub code to have a valid pointer value.
  * Reverted the change that loads up install_requires from the contents of
    requirements.txt. Split the requirements.txt file into one for install and
    one for development.
  * Added missing HtmlWindow.ScrollToAnchor method, and also a couple methods
    in HtmlCell too. (#1141)
  * Added missing setters for the wheel-related properties in wx.MouseEvent.

OBS-URL: https://build.opensuse.org/request/show/747467
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=10
2019-11-21 21:29:01 +00:00
_constraints Accepting request 666998 from home:Guillaume_G:branches:openSUSE:Factory:ARM 2019-02-01 19:44:56 +00:00
.gitattributes Accepting request 610092 from home:TheBlackCat:branches:X11:wxWidgets 2018-05-18 07:23:48 +00:00
.gitignore Accepting request 610092 from home:TheBlackCat:branches:X11:wxWidgets 2018-05-18 07:23:48 +00:00
fix_no_return_in_nonvoid.patch Accepting request 616403 from home:TheBlackCat:branches:X11:wxWidgets 2018-06-13 03:44:24 +00:00
python-wxPython-rpmlintrc Accepting request 614297 from home:czerw:branches:X11:wxWidgets 2018-06-07 15:13:53 +00:00
python-wxPython.changes Accepting request 747467 from home:StevenK:branches:X11:wxWidgets 2019-11-21 21:29:01 +00:00
python-wxPython.spec Accepting request 747467 from home:StevenK:branches:X11:wxWidgets 2019-11-21 21:29:01 +00:00
wxPython-4.0.7.post1.tar.gz Accepting request 747467 from home:StevenK:branches:X11:wxWidgets 2019-11-21 21:29:01 +00:00