Commit Graph

5441 Commits

Author SHA1 Message Date
Robin Dunn
369d49f621 Merge branch 'swt2c-sip6' 2022-06-30 14:13:57 -07:00
Robin Dunn
9d4ed22309 Fix clean_wx command for MSW last-sip5 2022-06-29 09:28:46 -07:00
Robin Dunn
b8c898a5da Merge pull request #2198 from wxWidgets/wx-3.2.0
switch to wx 3.2.0
2022-06-29 08:22:03 -07:00
Robin Dunn
b0a75a5bba Fix for wxBitmap::UseAlpha on MSW 2022-06-28 21:26:01 -07:00
Robin Dunn
4c993c1b1a Updates needed to switch to wx master branch (3.2.0) 2022-06-28 20:27:42 -07:00
Scott Talbert
90171ba216 Update to use sip 6.6.x
1) Switch to running sip using its new sip-build command line interface,
   which requires writing out a pyproject.toml to configure it.
2) Generate the sip build file (sbf) ourselves since sip no longer writes
   them.
3) Remove the embedded sip module code and generate it on the fly during
   the build process.

Fixes #2169.
2022-06-18 13:54:17 -04:00
Robin Dunn
ba8b778432 Add new docker images, retire older ones 2022-06-17 17:01:13 -07:00
Robin Dunn
7d45ee6abb Merge pull request #2183 from wxWidgets/swt2c-wx_3.1.7
Update wxWidgets to 3.1.7 ++
2022-06-09 02:26:06 -04:00
Robin Dunn
9781f584cd Expose some protected methods in wxBitmapBundleImpl 2022-06-08 18:25:40 -07:00
Robin Dunn
ab5167bf0f 3.1.6 --> 3.1.7 2022-06-08 18:10:07 -07:00
Robin Dunn
a030c90dd2 Pythonize new code snippets in the docs 2022-06-08 18:08:54 -07:00
Robin Dunn
f993afa723 Change wx.FileDialogCustomize.AddChoice to accept a list of strings 2022-06-08 18:08:20 -07:00
Scott Talbert
46f1c1759f Update wxWidgets to 3.1.7 2022-06-08 14:44:47 -07:00
DietmarSchwertberger
b33ede2106 support EVT_GRID_ROW_MOVE 2022-06-08 21:04:37 +02:00
Robin Dunn
0295297913 Use images on the Notebook tabs on Mac too, and clean up some other old hacks 2022-06-07 19:28:24 -07:00
Robin Dunn
502d835401 Fix test for osx port 2022-06-07 15:25:46 -07:00
Robin Dunn
8fae1c28b3 Merge pull request #2177 from oscargus/patch-1
Remove 3.6, add 3.10
2022-06-06 16:37:44 -07:00
Oscar Gustafsson
cc1ff6809e Remove 3.6, add 3.10 2022-06-05 21:08:39 +02:00
Robin Dunn
9347915e21 Merge pull request #2175 from DietmarSchwertberger/gridmovers_scrolled
gridmovers: don't cache value from GetScrollPixelsPerUnit
2022-06-02 18:56:42 -07:00
Robin Dunn
85aea3fdd5 Merge pull request #2176 from wxWidgets/drop-distutils-install
drop one use of distutils install
2022-06-01 18:11:04 -07:00
Robin Dunn
be0ba7db80 Install and test with the wheel, not the deprecated distutils install command. 2022-06-01 13:00:17 -07:00
Robin Dunn
c2dbb03e92 Explicitly build for both architectures on Mac instead of expecting it to be done by default. 2022-06-01 10:08:47 -07:00
Robin Dunn
f58bb9e355 little tweaks 2022-05-31 17:34:18 -07:00
DietmarSchwertberger
a7fdbd4fe6 don't cache GetScrollPixelsPerUnit 2022-05-31 19:31:29 +02:00
Dietmar Schwertberger
7dea40d31e Merge branch 'wxWidgets:master' into master 2022-05-31 19:22:51 +02:00
Robin Dunn
26c746ca13 Add note about MSVC compiler changes, update some others. 2022-05-22 23:05:01 -07:00
Robin Dunn
727f3aff2a Merge pull request #2158 from komoto48g/shell-stc
Fix issue #2157: wx.py.shell.Shell.OnHistorySearch
2022-05-22 23:01:11 -07:00
Robin Dunn
3134c91446 Pin the version of Jinja2 to 2.10 2022-05-21 12:41:12 -07:00
Robin Dunn
59d87d948b Merge pull request #2134 from DietmarSchwertberger/ISSUE2120
fix issue #2120: wx.lib.agw.multidirdialog.MultiDirDialog.GetPaths()
2022-05-21 12:38:50 -07:00
Robin Dunn
c740b6886d Merge pull request #2139 from komoto48g/fix-eventwatcher
Fix eventwatcher checkAll(check=False)
2022-05-21 12:36:44 -07:00
Robin Dunn
de59dd924a Merge pull request #2140 from komoto48g/fix-shell
Fix shell getMultilineCommand
2022-05-21 12:35:15 -07:00
Robin Dunn
baa09183f6 Merge pull request #2144 from DietmarSchwertberger/ISSUE_1841
fix gridmovers issue #1841
2022-05-21 12:34:27 -07:00
Robin Dunn
7896b23b4c Merge branch 'andriyor-patch-1' 2022-05-21 12:28:45 -07:00
Robin Dunn
4196fccb9e Add documentation link 2022-05-21 12:28:26 -07:00
Paul McCarthy
2af58848c4 BF: Proportion parameter must be an integer 2022-05-21 12:24:50 -07:00
Robin Dunn
33a257ceb8 Add some debug prints 2022-05-21 12:24:50 -07:00
Robin Dunn
58751d8161 Add more new Python code snippets 2022-05-21 12:24:50 -07:00
Robin Dunn
ede26d4671 Add Python snippets for the BitmapBundle docs 2022-05-21 12:24:50 -07:00
Robin Dunn
6c7dd5d458 Transfer ownership in wx.BitmapBundle.FromImpl
Add unittest for wx.BitmapBundleImpl
2022-05-21 12:24:50 -07:00
Robin Dunn
88d9fbc03d Ignore wx.App.GetGUIInstance 2022-05-21 12:24:50 -07:00
Robin Dunn
1facdad9d4 Update VC runtime DLLs 2022-05-21 12:24:50 -07:00
Robin Dunn
b2b7a8f88d Improve a comment, and comment-out some debug code. 2022-05-21 12:24:50 -07:00
Robin Dunn
505fcdcfaf Since we've already set everything we need in the environment set DISTUTILS_USE_SDK so distutils won't try to do it all again. 2022-05-21 12:24:50 -07:00
Robin Dunn
befc958742 Try the windows-2022 image on Azure, add some debug prints. 2022-05-21 12:24:50 -07:00
Robin Dunn
e7feac7c35 Docstring clarification 2022-05-21 12:24:50 -07:00
Robin Dunn
98770380fc Use 14.0 as the minimum MSVC version 2022-05-21 12:24:50 -07:00
Robin Dunn
8dcd0936e3 Use MSVCinfo in the waf script to help set up the compiler for the wxPython build 2022-05-21 12:24:50 -07:00
Robin Dunn
d3eed52a25 Move setting the environment variables into getMSVCInfo 2022-05-21 12:24:50 -07:00
Robin Dunn
999ad33c96 Switch to setuptools.msvc for getting setup info for the Windows compiler, reducing dependence on distutils. 2022-05-21 12:24:50 -07:00
Robin Dunn
526cb6ac40 Add a TODO 2022-05-21 12:24:50 -07:00