forked from jengelh/wxWidgets-3_2
adhere to formatting rules for .changes
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=65
This commit is contained in:
parent
493b71f4c6
commit
71ff03dcbe
@ -2,49 +2,35 @@
|
||||
Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Update to new upstream release 3.1.4:
|
||||
+ INCOMPATIBLE CHANGES SINCE 3.1.3:
|
||||
* CMake library targets were renamed and now start with 'wx'. In addition,
|
||||
aliases for the libraries have been added using the 'wx::' namespace. For
|
||||
example, the core library is now named wxcore and has alias wx::core.
|
||||
+ All:
|
||||
* Add natural sort functions (Hugo Elias, PB).
|
||||
* Add wxTempFFile class (Dummy).
|
||||
* Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese).
|
||||
* Improve brush transparency support in wxSVGFileDC (Maarten Bent).
|
||||
* Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori).
|
||||
* Add --disable-tests configure option (Hertatijanto Hartono).
|
||||
+ All (GUI):
|
||||
* Many wxGrid improvements:
|
||||
- Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too.
|
||||
- Add activatable editors support, use it for boolean cells.
|
||||
- Add support for copying selected cells to clipboard (Kvaz1r).
|
||||
- Many bug fixes and usability improvements to selection.
|
||||
- Improve wxGridCellChoiceEditor usability (Ian McInerney).
|
||||
- Significantly optimize wxGrid::AutoSizeColumns() for big grids.
|
||||
- Add ellipsization support.
|
||||
* Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin).
|
||||
* Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB).
|
||||
* Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono).
|
||||
* Add wxWindow::DisableFocusFromKeyboard() (Tomay).
|
||||
* Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda).
|
||||
* Call wxAuiManager::UnInit() automatically now.
|
||||
* Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent).
|
||||
* Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan).
|
||||
+ wxGTK:
|
||||
* Add native wxSearchCtrl implementation (AliKet).
|
||||
* Several bug fixes and improvements in wxSpinCtrl.
|
||||
* Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
|
||||
* Allow using generic wxAnimationCtrl if wanted.
|
||||
* Fix a regression with crashes when using wxBufferedPaintDC.
|
||||
* Fix drawing bitmaps with masks using wxGraphicsContext under GTK2.
|
||||
* Fix position of popup menus on non-primary display.
|
||||
* Make wxUIActionSimulator much more reliable (AliKet).
|
||||
* Fix caret colour in wxTextCtrl with custom colours.
|
||||
+ wxQt:
|
||||
* Fix build with Qt 5.15 (Stefan Brüns).
|
||||
* Incompatible to 3.1.3: CMake library targets were renamed and
|
||||
now start with 'wx'. In addition, aliases for the libraries
|
||||
have been added using the 'wx::' namespace. For example, the
|
||||
core library is now named wxcore and has alias wx::core.
|
||||
* Add natural sort functions.
|
||||
* Add wxTempFFile class (Dummy).
|
||||
* Fix bug with multiple leading ".." in wxFileName::Normalize().
|
||||
* Improve brush transparency support in wxSVGFileDC.
|
||||
* Optionally forbid implicit wxString/char* conversions.
|
||||
* Add support for wxGenericAnimationCtrl to XRC.
|
||||
* Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags.
|
||||
* Add wxWebView::SetZoomFactor(float).
|
||||
* Add wxWindow::DisableFocusFromKeyboard().
|
||||
* Allow overriding wxDataViewModal::HasValue().
|
||||
* Call wxAuiManager::UnInit() automatically now.
|
||||
* Fix crash and layout problem in wxGenericDirCtrl
|
||||
* wxQt: Fix build with Qt 5.15
|
||||
* GTK backend:
|
||||
* Add native wxSearchCtrl implementation.
|
||||
* Implement wxBU_EXACTFIT support in wxButton.
|
||||
* Fix a regression with crashes when using wxBufferedPaintDC.
|
||||
* Fix drawing bitmaps with masks using wxGraphicsContext under
|
||||
GTK2.
|
||||
* Fix position of popup menus on non-primary display.
|
||||
* Make wxUIActionSimulator much more reliable
|
||||
* Fix caret colour in wxTextCtrl with custom colours.
|
||||
- Drop obsolete patches:
|
||||
+ 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
|
||||
+ 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
|
||||
* 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
|
||||
* 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 10:04:20 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
||||
|
@ -2,49 +2,35 @@
|
||||
Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Update to new upstream release 3.1.4:
|
||||
+ INCOMPATIBLE CHANGES SINCE 3.1.3:
|
||||
* CMake library targets were renamed and now start with 'wx'. In addition,
|
||||
aliases for the libraries have been added using the 'wx::' namespace. For
|
||||
example, the core library is now named wxcore and has alias wx::core.
|
||||
+ All:
|
||||
* Add natural sort functions (Hugo Elias, PB).
|
||||
* Add wxTempFFile class (Dummy).
|
||||
* Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese).
|
||||
* Improve brush transparency support in wxSVGFileDC (Maarten Bent).
|
||||
* Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori).
|
||||
* Add --disable-tests configure option (Hertatijanto Hartono).
|
||||
+ All (GUI):
|
||||
* Many wxGrid improvements:
|
||||
- Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too.
|
||||
- Add activatable editors support, use it for boolean cells.
|
||||
- Add support for copying selected cells to clipboard (Kvaz1r).
|
||||
- Many bug fixes and usability improvements to selection.
|
||||
- Improve wxGridCellChoiceEditor usability (Ian McInerney).
|
||||
- Significantly optimize wxGrid::AutoSizeColumns() for big grids.
|
||||
- Add ellipsization support.
|
||||
* Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin).
|
||||
* Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB).
|
||||
* Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono).
|
||||
* Add wxWindow::DisableFocusFromKeyboard() (Tomay).
|
||||
* Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda).
|
||||
* Call wxAuiManager::UnInit() automatically now.
|
||||
* Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent).
|
||||
* Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan).
|
||||
+ wxGTK:
|
||||
* Add native wxSearchCtrl implementation (AliKet).
|
||||
* Several bug fixes and improvements in wxSpinCtrl.
|
||||
* Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
|
||||
* Allow using generic wxAnimationCtrl if wanted.
|
||||
* Fix a regression with crashes when using wxBufferedPaintDC.
|
||||
* Fix drawing bitmaps with masks using wxGraphicsContext under GTK2.
|
||||
* Fix position of popup menus on non-primary display.
|
||||
* Make wxUIActionSimulator much more reliable (AliKet).
|
||||
* Fix caret colour in wxTextCtrl with custom colours.
|
||||
+ wxQt:
|
||||
* Fix build with Qt 5.15 (Stefan Brüns).
|
||||
* Incompatible to 3.1.3: CMake library targets were renamed and
|
||||
now start with 'wx'. In addition, aliases for the libraries
|
||||
have been added using the 'wx::' namespace. For example, the
|
||||
core library is now named wxcore and has alias wx::core.
|
||||
* Add natural sort functions.
|
||||
* Add wxTempFFile class (Dummy).
|
||||
* Fix bug with multiple leading ".." in wxFileName::Normalize().
|
||||
* Improve brush transparency support in wxSVGFileDC.
|
||||
* Optionally forbid implicit wxString/char* conversions.
|
||||
* Add support for wxGenericAnimationCtrl to XRC.
|
||||
* Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags.
|
||||
* Add wxWebView::SetZoomFactor(float).
|
||||
* Add wxWindow::DisableFocusFromKeyboard().
|
||||
* Allow overriding wxDataViewModal::HasValue().
|
||||
* Call wxAuiManager::UnInit() automatically now.
|
||||
* Fix crash and layout problem in wxGenericDirCtrl
|
||||
* wxQt: Fix build with Qt 5.15
|
||||
* GTK backend:
|
||||
* Add native wxSearchCtrl implementation.
|
||||
* Implement wxBU_EXACTFIT support in wxButton.
|
||||
* Fix a regression with crashes when using wxBufferedPaintDC.
|
||||
* Fix drawing bitmaps with masks using wxGraphicsContext under
|
||||
GTK2.
|
||||
* Fix position of popup menus on non-primary display.
|
||||
* Make wxUIActionSimulator much more reliable
|
||||
* Fix caret colour in wxTextCtrl with custom colours.
|
||||
- Drop obsolete patches:
|
||||
+ 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
|
||||
+ 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
|
||||
* 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
|
||||
* 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 10:04:20 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
||||
|
@ -2,49 +2,35 @@
|
||||
Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Update to new upstream release 3.1.4:
|
||||
+ INCOMPATIBLE CHANGES SINCE 3.1.3:
|
||||
* CMake library targets were renamed and now start with 'wx'. In addition,
|
||||
aliases for the libraries have been added using the 'wx::' namespace. For
|
||||
example, the core library is now named wxcore and has alias wx::core.
|
||||
+ All:
|
||||
* Add natural sort functions (Hugo Elias, PB).
|
||||
* Add wxTempFFile class (Dummy).
|
||||
* Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese).
|
||||
* Improve brush transparency support in wxSVGFileDC (Maarten Bent).
|
||||
* Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori).
|
||||
* Add --disable-tests configure option (Hertatijanto Hartono).
|
||||
+ All (GUI):
|
||||
* Many wxGrid improvements:
|
||||
- Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too.
|
||||
- Add activatable editors support, use it for boolean cells.
|
||||
- Add support for copying selected cells to clipboard (Kvaz1r).
|
||||
- Many bug fixes and usability improvements to selection.
|
||||
- Improve wxGridCellChoiceEditor usability (Ian McInerney).
|
||||
- Significantly optimize wxGrid::AutoSizeColumns() for big grids.
|
||||
- Add ellipsization support.
|
||||
* Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin).
|
||||
* Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB).
|
||||
* Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono).
|
||||
* Add wxWindow::DisableFocusFromKeyboard() (Tomay).
|
||||
* Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda).
|
||||
* Call wxAuiManager::UnInit() automatically now.
|
||||
* Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent).
|
||||
* Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan).
|
||||
+ wxGTK:
|
||||
* Add native wxSearchCtrl implementation (AliKet).
|
||||
* Several bug fixes and improvements in wxSpinCtrl.
|
||||
* Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
|
||||
* Allow using generic wxAnimationCtrl if wanted.
|
||||
* Fix a regression with crashes when using wxBufferedPaintDC.
|
||||
* Fix drawing bitmaps with masks using wxGraphicsContext under GTK2.
|
||||
* Fix position of popup menus on non-primary display.
|
||||
* Make wxUIActionSimulator much more reliable (AliKet).
|
||||
* Fix caret colour in wxTextCtrl with custom colours.
|
||||
+ wxQt:
|
||||
* Fix build with Qt 5.15 (Stefan Brüns).
|
||||
* Incompatible to 3.1.3: CMake library targets were renamed and
|
||||
now start with 'wx'. In addition, aliases for the libraries
|
||||
have been added using the 'wx::' namespace. For example, the
|
||||
core library is now named wxcore and has alias wx::core.
|
||||
* Add natural sort functions.
|
||||
* Add wxTempFFile class (Dummy).
|
||||
* Fix bug with multiple leading ".." in wxFileName::Normalize().
|
||||
* Improve brush transparency support in wxSVGFileDC.
|
||||
* Optionally forbid implicit wxString/char* conversions.
|
||||
* Add support for wxGenericAnimationCtrl to XRC.
|
||||
* Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags.
|
||||
* Add wxWebView::SetZoomFactor(float).
|
||||
* Add wxWindow::DisableFocusFromKeyboard().
|
||||
* Allow overriding wxDataViewModal::HasValue().
|
||||
* Call wxAuiManager::UnInit() automatically now.
|
||||
* Fix crash and layout problem in wxGenericDirCtrl
|
||||
* wxQt: Fix build with Qt 5.15
|
||||
* GTK backend:
|
||||
* Add native wxSearchCtrl implementation.
|
||||
* Implement wxBU_EXACTFIT support in wxButton.
|
||||
* Fix a regression with crashes when using wxBufferedPaintDC.
|
||||
* Fix drawing bitmaps with masks using wxGraphicsContext under
|
||||
GTK2.
|
||||
* Fix position of popup menus on non-primary display.
|
||||
* Make wxUIActionSimulator much more reliable
|
||||
* Fix caret colour in wxTextCtrl with custom colours.
|
||||
- Drop obsolete patches:
|
||||
+ 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
|
||||
+ 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
|
||||
* 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
|
||||
* 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 10:04:20 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
||||
|
Loading…
Reference in New Issue
Block a user