1
0
forked from pool/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:
Jan Engelhardt 2020-08-05 08:37:11 +00:00 committed by Git OBS Bridge
parent 493b71f4c6
commit 71ff03dcbe
3 changed files with 84 additions and 126 deletions

View File

@ -2,49 +2,35 @@
Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to new upstream release 3.1.4: - Update to new upstream release 3.1.4:
+ INCOMPATIBLE CHANGES SINCE 3.1.3: * Incompatible to 3.1.3: CMake library targets were renamed and
* CMake library targets were renamed and now start with 'wx'. In addition, now start with 'wx'. In addition, aliases for the libraries
aliases for the libraries have been added using the 'wx::' namespace. For have been added using the 'wx::' namespace. For example, the
example, the core library is now named wxcore and has alias wx::core. core library is now named wxcore and has alias wx::core.
+ All: * Add natural sort functions.
* Add natural sort functions (Hugo Elias, PB). * Add wxTempFFile class (Dummy).
* Add wxTempFFile class (Dummy). * Fix bug with multiple leading ".." in wxFileName::Normalize().
* Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese). * Improve brush transparency support in wxSVGFileDC.
* Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Optionally forbid implicit wxString/char* conversions.
* Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Add support for wxGenericAnimationCtrl to XRC.
* Add --disable-tests configure option (Hertatijanto Hartono). * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags.
+ All (GUI): * Add wxWebView::SetZoomFactor(float).
* Many wxGrid improvements: * Add wxWindow::DisableFocusFromKeyboard().
- Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. * Allow overriding wxDataViewModal::HasValue().
- Add activatable editors support, use it for boolean cells. * Call wxAuiManager::UnInit() automatically now.
- Add support for copying selected cells to clipboard (Kvaz1r). * Fix crash and layout problem in wxGenericDirCtrl
- Many bug fixes and usability improvements to selection. * wxQt: Fix build with Qt 5.15
- Improve wxGridCellChoiceEditor usability (Ian McInerney). * GTK backend:
- Significantly optimize wxGrid::AutoSizeColumns() for big grids. * Add native wxSearchCtrl implementation.
- Add ellipsization support. * Implement wxBU_EXACTFIT support in wxButton.
* Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin). * Fix a regression with crashes when using wxBufferedPaintDC.
* Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB). * Fix drawing bitmaps with masks using wxGraphicsContext under
* Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono). GTK2.
* Add wxWindow::DisableFocusFromKeyboard() (Tomay). * Fix position of popup menus on non-primary display.
* Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda). * Make wxUIActionSimulator much more reliable
* Call wxAuiManager::UnInit() automatically now. * Fix caret colour in wxTextCtrl with custom colours.
* 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).
- Drop obsolete patches: - Drop obsolete patches:
+ 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch * 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
+ 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch * 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 16 10:04:20 UTC 2020 - Dave Plater <davejplater@gmail.com> Tue Jun 16 10:04:20 UTC 2020 - Dave Plater <davejplater@gmail.com>

View File

@ -2,49 +2,35 @@
Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to new upstream release 3.1.4: - Update to new upstream release 3.1.4:
+ INCOMPATIBLE CHANGES SINCE 3.1.3: * Incompatible to 3.1.3: CMake library targets were renamed and
* CMake library targets were renamed and now start with 'wx'. In addition, now start with 'wx'. In addition, aliases for the libraries
aliases for the libraries have been added using the 'wx::' namespace. For have been added using the 'wx::' namespace. For example, the
example, the core library is now named wxcore and has alias wx::core. core library is now named wxcore and has alias wx::core.
+ All: * Add natural sort functions.
* Add natural sort functions (Hugo Elias, PB). * Add wxTempFFile class (Dummy).
* Add wxTempFFile class (Dummy). * Fix bug with multiple leading ".." in wxFileName::Normalize().
* Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese). * Improve brush transparency support in wxSVGFileDC.
* Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Optionally forbid implicit wxString/char* conversions.
* Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Add support for wxGenericAnimationCtrl to XRC.
* Add --disable-tests configure option (Hertatijanto Hartono). * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags.
+ All (GUI): * Add wxWebView::SetZoomFactor(float).
* Many wxGrid improvements: * Add wxWindow::DisableFocusFromKeyboard().
- Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. * Allow overriding wxDataViewModal::HasValue().
- Add activatable editors support, use it for boolean cells. * Call wxAuiManager::UnInit() automatically now.
- Add support for copying selected cells to clipboard (Kvaz1r). * Fix crash and layout problem in wxGenericDirCtrl
- Many bug fixes and usability improvements to selection. * wxQt: Fix build with Qt 5.15
- Improve wxGridCellChoiceEditor usability (Ian McInerney). * GTK backend:
- Significantly optimize wxGrid::AutoSizeColumns() for big grids. * Add native wxSearchCtrl implementation.
- Add ellipsization support. * Implement wxBU_EXACTFIT support in wxButton.
* Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin). * Fix a regression with crashes when using wxBufferedPaintDC.
* Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB). * Fix drawing bitmaps with masks using wxGraphicsContext under
* Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono). GTK2.
* Add wxWindow::DisableFocusFromKeyboard() (Tomay). * Fix position of popup menus on non-primary display.
* Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda). * Make wxUIActionSimulator much more reliable
* Call wxAuiManager::UnInit() automatically now. * Fix caret colour in wxTextCtrl with custom colours.
* 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).
- Drop obsolete patches: - Drop obsolete patches:
+ 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch * 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
+ 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch * 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 16 10:04:20 UTC 2020 - Dave Plater <davejplater@gmail.com> Tue Jun 16 10:04:20 UTC 2020 - Dave Plater <davejplater@gmail.com>

View File

@ -2,49 +2,35 @@
Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to new upstream release 3.1.4: - Update to new upstream release 3.1.4:
+ INCOMPATIBLE CHANGES SINCE 3.1.3: * Incompatible to 3.1.3: CMake library targets were renamed and
* CMake library targets were renamed and now start with 'wx'. In addition, now start with 'wx'. In addition, aliases for the libraries
aliases for the libraries have been added using the 'wx::' namespace. For have been added using the 'wx::' namespace. For example, the
example, the core library is now named wxcore and has alias wx::core. core library is now named wxcore and has alias wx::core.
+ All: * Add natural sort functions.
* Add natural sort functions (Hugo Elias, PB). * Add wxTempFFile class (Dummy).
* Add wxTempFFile class (Dummy). * Fix bug with multiple leading ".." in wxFileName::Normalize().
* Fix bug with multiple leading ".." in wxFileName::Normalize() (Fabian Cenedese). * Improve brush transparency support in wxSVGFileDC.
* Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Optionally forbid implicit wxString/char* conversions.
* Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Add support for wxGenericAnimationCtrl to XRC.
* Add --disable-tests configure option (Hertatijanto Hartono). * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags.
+ All (GUI): * Add wxWebView::SetZoomFactor(float).
* Many wxGrid improvements: * Add wxWindow::DisableFocusFromKeyboard().
- Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. * Allow overriding wxDataViewModal::HasValue().
- Add activatable editors support, use it for boolean cells. * Call wxAuiManager::UnInit() automatically now.
- Add support for copying selected cells to clipboard (Kvaz1r). * Fix crash and layout problem in wxGenericDirCtrl
- Many bug fixes and usability improvements to selection. * wxQt: Fix build with Qt 5.15
- Improve wxGridCellChoiceEditor usability (Ian McInerney). * GTK backend:
- Significantly optimize wxGrid::AutoSizeColumns() for big grids. * Add native wxSearchCtrl implementation.
- Add ellipsization support. * Implement wxBU_EXACTFIT support in wxButton.
* Add support for wxGenericAnimationCtrl to XRC (Ilya Sinitsin). * Fix a regression with crashes when using wxBufferedPaintDC.
* Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags (Ian McInerney, PB). * Fix drawing bitmaps with masks using wxGraphicsContext under
* Add wxWebView::SetZoomFactor(float) (Hertatijanto Hartono). GTK2.
* Add wxWindow::DisableFocusFromKeyboard() (Tomay). * Fix position of popup menus on non-primary display.
* Allow overriding wxDataViewModal::HasValue() (Jorge Moraleda). * Make wxUIActionSimulator much more reliable
* Call wxAuiManager::UnInit() automatically now. * Fix caret colour in wxTextCtrl with custom colours.
* 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).
- Drop obsolete patches: - Drop obsolete patches:
+ 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch * 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch
+ 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch * 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 16 10:04:20 UTC 2020 - Dave Plater <davejplater@gmail.com> Tue Jun 16 10:04:20 UTC 2020 - Dave Plater <davejplater@gmail.com>