1
0

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() (Fabian Cenedese). * Fix bug with multiple leading ".." in wxFileName::Normalize().
* Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Improve brush transparency support in wxSVGFileDC.
* Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Optionally forbid implicit wxString/char* conversions.
* Add --disable-tests configure option (Hertatijanto Hartono). * Add support for wxGenericAnimationCtrl to XRC.
+ All (GUI): * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags.
* Many wxGrid improvements: * Add wxWebView::SetZoomFactor(float).
- Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. * Add wxWindow::DisableFocusFromKeyboard().
- Add activatable editors support, use it for boolean cells. * Allow overriding wxDataViewModal::HasValue().
- 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. * Call wxAuiManager::UnInit() automatically now.
* Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent). * Fix crash and layout problem in wxGenericDirCtrl
* Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan). * wxQt: Fix build with Qt 5.15
+ wxGTK: * GTK backend:
* Add native wxSearchCtrl implementation (AliKet). * Add native wxSearchCtrl implementation.
* Several bug fixes and improvements in wxSpinCtrl. * Implement wxBU_EXACTFIT support in wxButton.
* Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
* Allow using generic wxAnimationCtrl if wanted.
* Fix a regression with crashes when using wxBufferedPaintDC. * Fix a regression with crashes when using wxBufferedPaintDC.
* Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix drawing bitmaps with masks using wxGraphicsContext under
GTK2.
* Fix position of popup menus on non-primary display. * Fix position of popup menus on non-primary display.
* Make wxUIActionSimulator much more reliable (AliKet). * Make wxUIActionSimulator much more reliable
* Fix caret colour in wxTextCtrl with custom colours. * 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() (Fabian Cenedese). * Fix bug with multiple leading ".." in wxFileName::Normalize().
* Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Improve brush transparency support in wxSVGFileDC.
* Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Optionally forbid implicit wxString/char* conversions.
* Add --disable-tests configure option (Hertatijanto Hartono). * Add support for wxGenericAnimationCtrl to XRC.
+ All (GUI): * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags.
* Many wxGrid improvements: * Add wxWebView::SetZoomFactor(float).
- Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. * Add wxWindow::DisableFocusFromKeyboard().
- Add activatable editors support, use it for boolean cells. * Allow overriding wxDataViewModal::HasValue().
- 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. * Call wxAuiManager::UnInit() automatically now.
* Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent). * Fix crash and layout problem in wxGenericDirCtrl
* Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan). * wxQt: Fix build with Qt 5.15
+ wxGTK: * GTK backend:
* Add native wxSearchCtrl implementation (AliKet). * Add native wxSearchCtrl implementation.
* Several bug fixes and improvements in wxSpinCtrl. * Implement wxBU_EXACTFIT support in wxButton.
* Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
* Allow using generic wxAnimationCtrl if wanted.
* Fix a regression with crashes when using wxBufferedPaintDC. * Fix a regression with crashes when using wxBufferedPaintDC.
* Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix drawing bitmaps with masks using wxGraphicsContext under
GTK2.
* Fix position of popup menus on non-primary display. * Fix position of popup menus on non-primary display.
* Make wxUIActionSimulator much more reliable (AliKet). * Make wxUIActionSimulator much more reliable
* Fix caret colour in wxTextCtrl with custom colours. * 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() (Fabian Cenedese). * Fix bug with multiple leading ".." in wxFileName::Normalize().
* Improve brush transparency support in wxSVGFileDC (Maarten Bent). * Improve brush transparency support in wxSVGFileDC.
* Optionally forbid implicit wxString/char* conversions (Arrigo Marchiori). * Optionally forbid implicit wxString/char* conversions.
* Add --disable-tests configure option (Hertatijanto Hartono). * Add support for wxGenericAnimationCtrl to XRC.
+ All (GUI): * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags.
* Many wxGrid improvements: * Add wxWebView::SetZoomFactor(float).
- Live-resize wxGrid columns/rows, making it work with wxGTK3 and wxOSX too. * Add wxWindow::DisableFocusFromKeyboard().
- Add activatable editors support, use it for boolean cells. * Allow overriding wxDataViewModal::HasValue().
- 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. * Call wxAuiManager::UnInit() automatically now.
* Fix crash and layout problem in wxGenericDirCtrl (Maarten Bent). * Fix crash and layout problem in wxGenericDirCtrl
* Improve AUI appearance in dark mode (Daniel Kulp, Michel Le Bihan). * wxQt: Fix build with Qt 5.15
+ wxGTK: * GTK backend:
* Add native wxSearchCtrl implementation (AliKet). * Add native wxSearchCtrl implementation.
* Several bug fixes and improvements in wxSpinCtrl. * Implement wxBU_EXACTFIT support in wxButton.
* Implement wxBU_EXACTFIT support in wxButton (Artur Wieczorek).
* Allow using generic wxAnimationCtrl if wanted.
* Fix a regression with crashes when using wxBufferedPaintDC. * Fix a regression with crashes when using wxBufferedPaintDC.
* Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix drawing bitmaps with masks using wxGraphicsContext under
GTK2.
* Fix position of popup menus on non-primary display. * Fix position of popup menus on non-primary display.
* Make wxUIActionSimulator much more reliable (AliKet). * Make wxUIActionSimulator much more reliable
* Fix caret colour in wxTextCtrl with custom colours. * 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>