1
0
forked from pool/wxWidgets-3_2
Commit Graph

14 Commits

Author SHA256 Message Date
fdb1292811 bump sover to suse8
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=94
2022-07-07 16:56:00 +00:00
564bb5fb48 Accepting request 987433 from home:polslinux:branches:X11:wxWidgets
- Update to version 3.2.0:
  All:
    * Build fixes for Unix systems using older Cairo or glibc versions.
    * Fix wxFileName::ReplaceHomeDir() when HOME=="/".
    * Fix wxLocale::IsAvailable(wxLANGUAGE_DEFAULT) regression.
    * Provide CMake config file for the library.
    * Add a 'revision' component to wxVersionInfo (Ronny Krüger).
  All (GUI):
    * Make loading bitmaps using BI_BITFIELDS work again.
    * Fix wxGenericListCtrl::GetColumnCount() for wxLC_LIST (Kvaz1r).
    * Fix refresh after calling wxGenericListCtrl::EnsureVisible() (taler21).
    * Add wxMenuItem::GetBitmapBundle().
    * Support additional wxWizard properties in XRC (Randalphwa).
  wxGTK:
    * Fix wxDC::Blit() and wxBitmap::GetSubBitmap() with HiDPI bitmaps.
    * Fix TAB navigation in wxSimplebook (Adrian Lopez).
    * Support wxINVERT logical operation on wxDC with white source colour.
    * Don't assert in wxGtkImage (used in e.g. wxToolBar) when bitmap is missing.
    * Fix wxListBox selection colors with non-default background (alilie).
    * Fix wxCURSOR_SIZING with Wayland.
    * Recognize modern versions of GNOME in GetDesktopEnvironment() (Ulrich Telle).
- Drop 0001-Add-new-wx-filedlgcustomize.h-to-the-list-of-files.patch

OBS-URL: https://build.opensuse.org/request/show/987433
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=93
2022-07-07 16:13:52 +00:00
ced3af6978 Accepting request 981365 from home:1Antoine1:branches:M17N
- Update to version 3.1.7:
  * CMake build system improvements (better precompiled headers
    support).
  * Many updated translations and new wxTRANSLATE_IN_CONTEXT().
  * Several previously missing attributes added to multiple XRC
    handlers.
  * Row reordering by dragging and UI enhancements in wxGrid.
  * Ability to suppress selected (or all) GTK warning messages in
    wxGTK.
  * And many bugs fixes, including for the regressions in 3.1.6.
- Remove wxWidgets-3.1.6-fix-wxDVC-not-showing-empty-cells.patch:
  Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/981365
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=91
2022-06-10 08:29:03 +00:00
92c3fc84b2 Accepting request 970135 from home:susnux:branches:X11:wxWidgets
Update to 3.1.6

OBS-URL: https://build.opensuse.org/request/show/970135
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=89
2022-04-14 12:10:14 +00:00
4d5a03886a Accepting request 897893 from home:1Antoine1:branches:X11:wxWidgets
- Update to version 3.1.5:
  * New wxWebRequest and related classes provide a simple way to
    use HTTPS and HTTP/2 from wxWidgets applications using native
    libraries or libcurl.
  * Support EGL in wxGLCanvas and Wayland in wxMediaCtrl under
    Linux.
  * Many appearance and other fixes for macOS 11.
  * More improvements to wxGrid UI, API and performance.
  * wxImage improvements: add alpha support in Paste() and
    clipboard support.
  * API additions: wxPersistentComboBox, wxFileName::ResolveLink(),
    wxFileHistory::SetMenuPathStyle(), wxString::utf8_string(),
    wxEVT_FULLSCREEN.
  * Improvements: wxConfig now supports 64-bit integers, wxLog uses
    millisecond resolution in timestamps, XRC files can be loaded
    from URLs.
  * Yet more bug fixes, fixes for API inconsistencies and
    optimizations, notably in wxDataViewCtrl, wxListCtrl,
    wxPropertyGrid.
- Remove patches fixed upstream:
  * 0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch.
  * 0002-Fix-documented-type-of-wxART_XXX-constants.patch.

OBS-URL: https://build.opensuse.org/request/show/897893
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=84
2021-06-07 12:27:50 +00:00
d1cf28bf04 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
2020-08-04 23:00:04 +00:00
9a780d71d6 - Update to new snapshot 3.1.3~g673 (6cc1d63d)
- Enabled webkit2 backend for wxWebView (wxGTK3 only)

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=51
2019-04-15 18:35:58 +00:00
ed7ec4422b Accepting request 664885 from home:e9925248:branches:X11:wxWidgets
- Update to 3.1.2

OBS-URL: https://build.opensuse.org/request/show/664885
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=47
2019-01-13 16:46:54 +00:00
949ac5ee26 - Update soversion.diff to use the package version, not some
incremental integer.

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=45
2018-04-17 10:58:44 +00:00
40e380662d OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=42 2018-02-19 00:34:12 +00:00
4e9e674c86 - Update to new development snapshot 3.1.1~2640
- Rework provides/conflicts between -devel variants.

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=36
2018-01-24 10:12:50 +00:00
3051ed2045 update to new snapshot g2244
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=23
2017-11-28 10:59:33 +00:00
ba1ac08f94 update to newer snapshot
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=15
2016-02-25 13:44:40 +00:00
fc7ab43dff wxWidgets development branch that will eventually become 3.2
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=1
2014-12-07 00:34:49 +00:00