forked from pool/wxWidgets-3_2
Accepting request 822799 from home:StefanBruens:branches:X11:wxWidgets
- 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). - Drop obsolete patches: + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch - Build nostl package against gtk3, audacity crashes with gtk2 - Add nostl package for audacity - 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). - Drop obsolete patches: + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch - Build nostl package against gtk3, audacity crashes with gtk2 - Add nostl package for audacity - 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). - Drop obsolete patches: + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch - 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). - Drop obsolete patches: + 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch + 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch OBS-URL: https://build.opensuse.org/request/show/822799 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=62
This commit is contained in:
@@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- Drop obsolete patches:
|
||||
+ 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>
|
||||
|
||||
|
Reference in New Issue
Block a user