Commit Graph

4222 Commits

Author SHA1 Message Date
Robin Dunn
1cb20c254e Merge pull request #1406 from wxWidgets/add-useseventloop
Don't ignore UsesEventLoop

(cherry picked from commit e2eb035b23)
2019-10-22 20:04:22 -07:00
Robin Dunn
e2be299412 Merge pull request #1398 from wxWidgets/python-3.8
Changes needed for Python 3.8

(cherry picked from commit ec1600d2cd)
2019-10-21 22:08:26 -07:00
Robin Dunn
6975883ff4 Merge pull request #1397 from wxWidgets/more-sphinx-tweaks
More sphinx tweaks

(cherry picked from commit 4d57791228)
2019-10-21 22:07:34 -07:00
Robin Dunn
0a22f09078 Add a changelog entry 2019-10-17 15:00:16 -07:00
Robin Dunn
fac5ce6963 Merge pull request #1387 from wxWidgets/sphinx-update
Sphinx update

(cherry picked from commit 8261b58e87)
2019-10-10 12:51:23 -07:00
Robin Dunn
a7ac1582ce Merge pull request #1393 from driscollis/patch-6
Update actual location of wx.gizmos.TreeListCtrl

(cherry picked from commit 930e23e4ef)
2019-10-10 12:42:23 -07:00
Robin Dunn
a3a2c6ea75 Merge pull request #1392 from ThomasP0815/hypertreelist-issue-1389
Hypertreelist issue 1389

(cherry picked from commit bf2086e951)
2019-10-10 12:42:00 -07:00
Robin Dunn
8eb6a3bd30 Merge pull request #1383 from wxWidgets/fix2-1363
Preserve executable permission bits

(cherry picked from commit 526b5af2b4)
2019-10-10 12:41:15 -07:00
Robin Dunn
d17ac433d8 Merge pull request #1381 from l0stman/fix-supertooltip
Use the defined text color in a SuperToolTip

(cherry picked from commit bdaa489fbb)
2019-10-10 12:40:52 -07:00
Robin Dunn
4b2ad907a1 Merge pull request #1376 from duohedron/master
Fix numpy version to 1.16.1 for Python 2.7

(cherry picked from commit baaac1f6f0)
2019-10-10 12:40:04 -07:00
Robin Dunn
0b599ca428 Merge pull request #1369 from wxWidgets/fix-issue1363
Explicitly set permissions of the files and folders in source tarball

(cherry picked from commit 4c3e4296f9)
2019-10-10 12:39:27 -07:00
Robin Dunn
b45e5a7435 Merge branch 'ThomasP0815-improve-hypertreelist'
(cherry picked from commit f3ed7fd8d3)
2019-10-10 12:35:49 -07:00
Robin Dunn
7544a0b2ab Merge pull request #1366 from l0stman/fix-intctrl
Initialize the old value of IntCtrl to the default one

(cherry picked from commit 06d767d68a)
2019-09-30 10:42:40 -07:00
Robin Dunn
7329270871 Merge pull request #1362 from topic2k/fix_time.clock_deprecated
time.clock() is removed in Python 3.8

(cherry picked from commit 8d000c72b9)
2019-09-30 10:41:26 -07:00
Robin Dunn
634f716cb7 Also vendorize the six module 2019-09-13 21:21:17 -07:00
Robin Dunn
2828a0dc7d Fixed merge error 2019-09-13 20:56:10 -07:00
Robin Dunn
932dde1ea7 Backport a few more build.py changes from master 2019-09-13 20:22:11 -07:00
Robin Dunn
26210b37ed Update to 10.9 min deployment version, and try not explicitly setting the SDK
(cherry picked from commit dcb06f6f18)
2019-09-13 20:19:38 -07:00
Robin Dunn
321362dbd5 Trigger azure pipeline builds on the 4.0.x branch too 2019-09-13 20:04:34 -07:00
Robin Dunn
e7fa84da92 Changelog updates for recent changes
(cherry picked from commit af214853ee)
2019-09-13 14:03:20 -07:00
Robin Dunn
ef44752a52 Merge pull request #1355 from wxWidgets/array-mappedtypes-issue1346
Update array MappedTypes

(cherry picked from commit ada50c248f)
2019-09-13 14:03:20 -07:00
Robin Dunn
7c14d9a4ce Merge pull request #1353 from wxWidgets/neurodroid-embedded
Neurodroid's embedded sample PR plus a few changes of my own

(cherry picked from commit 32815309d4)
2019-09-13 14:03:20 -07:00
Robin Dunn
c1867aef8d Merge pull request #1352 from wxWidgets/getapp-issue1126
Remove tracking of application instance in wxPyApp

(cherry picked from commit 574049d7cf)
2019-09-13 14:03:20 -07:00
Robin Dunn
ec761b32f5 Merge pull request #1348 from wxWidgets/fix-issue1342
Keep a reference to the data parameter in wxFindReplaceDialog ctor

(cherry picked from commit 034ae9a775)
2019-09-13 14:03:20 -07:00
Robin Dunn
a2449bdf65 Merge pull request #1347 from wxWidgets/errcheck-virtual-methods
Check for Python errors upon return from overloaded virtual methods

(cherry picked from commit 0e817cee59)
2019-09-13 14:03:20 -07:00
Robin Dunn
d229bb2d81 Merge pull request #1344 from JillHolliday/buttons_patch
Update buttons.py

(cherry picked from commit 7f8a697f7f)
2019-09-13 14:03:20 -07:00
Robin Dunn
f38324c6a2 Merge pull request #1333 from wxWidgets/fix-issue1331
Ensure setup.h was found before trying to open it

(cherry picked from commit 0cb8297700)
2019-09-13 14:03:20 -07:00
Robin Dunn
d7508fe463 Merge pull request #1330 from wxWidgets/fix-issue1328
fix typo in auibar docstring

(cherry picked from commit f2d1890bd5)
2019-09-13 14:03:19 -07:00
Robin Dunn
bd55467e6d Merge pull request #1312 from driscollis/patch-4
Fix typo in wx.StaticBoxSixer

(cherry picked from commit 773d8a83d9)
2019-09-13 14:03:19 -07:00
Robin Dunn
8eb27baa31 Merge pull request #1302 from wxWidgets/update-README
Update dependency list in the README

(cherry picked from commit 1112ae3374)
2019-09-13 14:03:19 -07:00
Robin Dunn
fbc2e9875e Merge pull request #1301 from wxWidgets/fix-overlay-crash
Fix overlay crash

(cherry picked from commit de4d1d811a)
2019-09-13 14:03:19 -07:00
Robin Dunn
6d77ad6341 Merge pull request #1286 from wxWidgets/fix-issue1277
Check if the interpreter still exists before trying to acquire the GIL

(cherry picked from commit 3aa44af267)
2019-09-13 14:03:19 -07:00
Robin Dunn
32fd73c054 Merge pull request #1282 from wxWidgets/add-sip-license
Include SIP's license file too

(cherry picked from commit 05ad1ef605)
2019-09-13 14:03:19 -07:00
Robin Dunn
3b5fb74a22 Merge pull request #1259 from wxWidgets/azure-pipelines
Switch to Azure pipelines

(cherry picked from commit 6dbf2223c3)
2019-09-13 14:03:19 -07:00
Robin Dunn
ccbb7970bf Merge pull request #1255 from wxWidgets/scandir-too
We need scandir too

(cherry picked from commit 4d93f1d358)
2019-09-13 14:03:19 -07:00
Robin Dunn
550ccd8f02 Merge pull request #1252 from wxWidgets/add-backports
Internalize backports

(cherry picked from commit acdd97946e)
2019-09-13 14:03:19 -07:00
Robin Dunn
56b54fdeef Merge pull request #1250 from wxWidgets/sizer-fixes
A few fixes from Jorge Moraleda

(cherry picked from commit aaf75b6b61)
2019-09-13 14:03:19 -07:00
Robin Dunn
ab87319e7d Merge pull request #1249 from wxWidgets/dox-wo-cygwin
Reduce dependency on cygwin

(cherry picked from commit 97c475a4b7)
2019-09-13 14:03:19 -07:00
Robin Dunn
53a49bd6f0 Merge pull request #1246 from Nyral/label_multiple_edit_fix
Fixes #1235: CustomTreeCtrl edit label remains stuck forever

(cherry picked from commit 4d336e13ba)
2019-09-13 14:03:19 -07:00
Robin Dunn
a450923f9c Merge pull request #1241 from wxWidgets/fix-pathlib-dep
Install and use pathlib2 only for Python2

(cherry picked from commit d29f17353e)
2019-09-13 14:03:19 -07:00
Robin Dunn
3cd7947096 Merge pull request #1240 from wxWidgets/WIT-gtk3-highlight
Use a wx.Overlay in WIT on GTK3

(cherry picked from commit 2e9612a3b0)
2019-09-13 14:03:19 -07:00
Robin Dunn
22b19bd1ec Merge pull request #1234 from ricpol/issue1230
Various fixes in wx.lib.calendar

(cherry picked from commit 56e6bd4c90)
2019-09-13 14:03:19 -07:00
Robin Dunn
88b7510ee1 Add section for 4.0.7 2019-09-13 13:59:00 -07:00
Robin Dunn
5439675937 Add section for 4.0.7 2019-09-13 13:59:00 -07:00
Robin Dunn
a1f2e1820e Link richtext with the adv lib 2019-09-13 13:59:00 -07:00
Robin Dunn
59e70e7c76 Merge pull request #1337 from swt2c/time_clock_removed
Replace time.clock (removed in Python 3.8) with time.process_time
2019-09-05 19:24:47 -07:00
Scott Talbert
c3543f9463 Replace time.clock (removed in Python 3.8) with time.process_time 2019-08-27 21:03:49 -04:00
Robin Dunn
ef81730d8a Python 2.7 doesn't have TemporaryDirectory 2019-06-22 19:12:31 -07:00
Robin Dunn
a2f6c4b402 Add option to regenerate sysconfig in broken build environments.
Also add option to print waf's config.log on error.
2019-06-22 19:11:33 -07:00
Robin Dunn
f57961ca0e Copy the .rc file and build separately for each extension module 2019-06-22 19:11:07 -07:00