[Git][wxwidgets/wxwidgets][master] 2 commits: Only compile wxInfoBar unit test if wxUSE_INFOBAR==1

0 views
Skip to first unread message

Vadim Zeitlin (@_VZ_)

unread,
Jun 3, 2025, 9:37:49 AMJun 3
to wx-commi...@googlegroups.com

Vadim Zeitlin pushed to branch master at wxWidgets / wxWidgets

Commits:

  • e649bdf4
    by Vadim Zeitlin at 2025-06-03T15:08:48+02:00
    Only compile wxInfoBar unit test if wxUSE_INFOBAR==1
    
    This should have been part of c1fa7055f6 (Fix wxInfoBar buttons
    regression after custom checkbox addition, 2025-06-02).
    
    See #25493.
    
  • 42bf7dcb
    by Vadim Zeitlin at 2025-06-03T15:16:24+02:00
    Set 3.3.0 release date to 2025-06-06
    

5 changed files:

Changes:

  • docs/changes.txt
    ... ... @@ -236,7 +236,7 @@ Changes in behaviour which may result in build errors
    236 236
       cursor-related ones.
    
    237 237
     
    
    238 238
     
    
    239
    -3.3.0: (released 2025-05-22)
    
    239
    +3.3.0: (released 2025-06-06)
    
    240 240
     ----------------------------
    
    241 241
     
    
    242 242
     This release contains the following major changes compared to 3.2.8:
    

  • docs/doxygen/mainpages/manual.h
    ... ... @@ -14,7 +14,7 @@
    14 14
     @author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor,
    
    15 15
             Bryan Petty, Francesco Montorsi, Robert Roebling et al
    
    16 16
     
    
    17
    -@date May 22, 2025
    
    17
    +@date June 6, 2025
    
    18 18
     
    
    19 19
     Welcome to wxWidgets, a stable and powerful open source framework for
    
    20 20
     developing native cross-platform GUI applications in C++!
    

  • docs/publicity/announce.txt
    1
    -May 22, 2025 -- The wxWidgets team is pleased to announce the first new
    
    1
    +June 6, 2025 -- The wxWidgets team is pleased to announce the first new
    
    2 2
     development release of our open source framework for the development of native
    
    3 3
     cross-platform applications in C++.
    
    4 4
     
    

  • docs/readme.txt
    ... ... @@ -147,4 +147,4 @@ developed by its users and your contributions to it are always welcome!
    147 147
     
    
    148 148
     Have fun!
    
    149 149
     
    
    150
    -The wxWidgets Team, May 2025
    150
    +The wxWidgets Team, June 2025

  • tests/controls/infobar.cpp
    ... ... @@ -12,6 +12,8 @@
    12 12
     
    
    13 13
     #include "testprec.h"
    
    14 14
     
    
    15
    +#if wxUSE_INFOBAR
    
    16
    +
    
    15 17
     #ifndef WX_PRECOMP
    
    16 18
         #include "wx/app.h"
    
    17 19
     #endif // WX_PRECOMP
    
    ... ... @@ -37,3 +39,5 @@ TEST_CASE("wxInfoBar::Buttons", "[wxInfoBar]")
    37 39
         info->RemoveButton(buttonId);
    
    38 40
         CHECK(info->GetButtonCount() == 0);
    
    39 41
     }
    
    42
    +
    
    43
    +#endif // wxUSE_INFOBAR

Reply all
Reply to author
Forward
0 new messages