Commit Graph

4375 Commits

Author SHA1 Message Date
Robin Dunn
8395898ea5 Merge branch 'improve-hypertreelist' of https://github.com/ThomasP0815/Phoenix into ThomasP0815-improve-hypertreelist 2019-10-07 13:35:23 -07:00
Pappenreiter.Thomas
5c373dcc67 hypertreelist demo extended 2019-10-07 13:02:42 +02:00
Robin Dunn
bdaa489fbb Merge pull request #1381 from l0stman/fix-supertooltip
Use the defined text color in a SuperToolTip
2019-10-04 20:58:16 -07:00
Robin Dunn
baaac1f6f0 Merge pull request #1376 from duohedron/master
Fix numpy version to 1.16.1 for Python 2.7
2019-10-04 20:33:30 -07:00
Robin Dunn
a149ede93e Update wxWidgets revision 2019-10-04 17:00:53 -07:00
Robin Dunn
526b5af2b4 Merge pull request #1383 from wxWidgets/fix2-1363
Preserve executable permission bits
2019-10-01 09:19:49 -07:00
Robin Dunn
e16bed5478 Just add rw permissions, not clobber all, to preserve any executable bits that may already be set on some files. 2019-09-30 21:02:13 -07:00
duohedron
851b7bf353 Fix numpy version for Python 3 2019-09-30 21:29:07 +02:00
rr
9cba3914b6 Use the defined text color in a SuperToolTip
Previously, the text color was hardcoded as the system's text menu
color.
2019-09-27 08:25:04 +03:00
Robin Dunn
38d64b3851 Run sphinx with the target Python, not whatever happens to be on the PATH 2019-09-26 20:12:38 -07:00
duohedron
956f48c2d7 Fix numpy version to 1.16.1 for Python 2.7 2019-09-25 11:15:06 +02:00
Robin Dunn
f76a71a20e Ensure all DLLs are cleaned up 2019-09-20 11:57:29 -07:00
Robin Dunn
4c3e4296f9 Merge pull request #1369 from wxWidgets/fix-issue1363
Explicitly set permissions of the files and folders in source tarball
2019-09-19 20:43:49 -07:00
Robin Dunn
06d767d68a Merge pull request #1366 from l0stman/fix-intctrl
Initialize the old value of IntCtrl to the default one
2019-09-19 15:45:17 -07:00
Robin Dunn
8d000c72b9 Merge pull request #1362 from topic2k/fix_time.clock_deprecated
time.clock() is removed in Python 3.8
2019-09-19 15:43:12 -07:00
Robin Dunn
5afa4ed086 Revert part of 7e3844710d 2019-09-19 15:39:42 -07:00
Robin Dunn
ba99c18fc9 Explicitly set permissions of the files and folders in the source tarball 2019-09-19 14:08:13 -07:00
Robin Dunn
675e437188 Add build config tags 2019-09-18 20:32:19 -07:00
Robin Dunn
dbf38d9d24 Add missing dist builder.
Use 32-bit Python for win32 builds.
Add additional windows and linux workers.
2019-09-18 11:04:46 -07:00
Robin Dunn
134fe64659 Typos 2019-09-18 10:57:50 -07:00
Robin Dunn
47a942ae4f Fix possible permissions issue with uploaded files 2019-09-18 10:57:33 -07:00
Robin Dunn
1fddb7115d Stick with sphinx 1.4.5 for now 2019-09-17 20:53:54 -07:00
Robin Dunn
c3a68bef90 Use encoding when postprocessing the documentation files 2019-09-17 18:26:21 -07:00
Robin Dunn
8cd7531c06 A little more cleanup in the buildbot files 2019-09-17 18:25:24 -07:00
Robin Dunn
6cf07611d7 Update master.cfg for new BuildBot 2.4.1 server 2019-09-17 18:02:11 -07:00
rr
78cd863d2b Initialize the old value of IntCtrl to the default one
Previously, it was initialized to zero.  Thus, the EVT_INT event
wouldn't be triggered if we change the value to zero regardless of the
initial value.  This change fixes the issue.
2019-09-17 00:03:33 +03:00
topic2k
873fd00a41 time.clock() is removed in Python 3.8
Two more places where `time.clock()` is called. Adopt the imports accordingly.
2019-09-15 12:55:34 +02:00
Robin Dunn
4a506f82a6 Python2 doesn't have ClassMethodDescriptorType, but the build slaves are stuck on Py2 for now. 2019-09-14 19:03:41 -07:00
Robin Dunn
5f5245bc5d Buildbot fixes, and remove Py34 builders 2019-09-14 16:00:27 -07:00
Robin Dunn
301d5e924a Also vendorize the six module
(cherry picked from commit 634f716cb7)
2019-09-14 01:15:47 -07:00
Robin Dunn
e866e404ce Merge pull request #1359 from wxWidgets/fix-getclippingrect
Fix GetClippingRect to deal with the new GetClippingBox return value
2019-09-14 01:13:21 -07:00
Robin Dunn
c0cb93b237 Merge pull request #1358 from wxWidgets/fix-issue1356
Actually insert the RecalcSizes method into the class
2019-09-14 01:13:02 -07:00
Robin Dunn
9289e33167 Fix GetClippingRect to deal with the new GetClippingBox return value 2019-09-13 20:29:32 -07:00
Robin Dunn
3c9f134f1d Actually insert the RecalcSizes method into the class 2019-09-13 12:34:47 -07:00
Robin Dunn
af214853ee Changelog updates for recent changes 2019-09-12 19:21:53 -07:00
Robin Dunn
ada50c248f Merge pull request #1355 from wxWidgets/array-mappedtypes-issue1346
Update array MappedTypes
2019-09-12 19:20:01 -07:00
Robin Dunn
a804dd8717 Merge pull request #1354 from wxWidgets/remove-old-names-pr903
Remove use of some constants that no longer exist in 4.1
2019-09-12 19:19:44 -07:00
Robin Dunn
32815309d4 Merge pull request #1353 from wxWidgets/neurodroid-embedded
Neurodroid's embedded sample PR plus a few changes of my own
2019-09-12 19:19:02 -07:00
Robin Dunn
574049d7cf Merge pull request #1352 from wxWidgets/getapp-issue1126
Remove tracking of application instance in wxPyApp
2019-09-12 19:18:36 -07:00
Robin Dunn
2226577f9a Defer checking the contents of the sequences in order to get better exceptions 2019-09-12 16:45:39 -07:00
Robin Dunn
aa8711ce82 Add README file 2019-09-12 15:05:49 -07:00
Robin Dunn
5680b4adff wxPyConstructObject should be sufficient so wxPyMake_wxObject is no longer needed. 2019-09-12 14:58:07 -07:00
Robin Dunn
a2e12af3d8 Remove the hack for wx.CallAfter. A fix for wx.GetApp when embedding is on the way 2019-09-12 14:56:18 -07:00
Robin Dunn
28882cbb5d Ignore the embedded executable and object file 2019-09-12 14:37:07 -07:00
Robin Dunn
1fa7200cbd Load sip.h from wxPython's include folder 2019-09-12 14:36:29 -07:00
Robin Dunn
00e2844dec Copy sip.h into the wx/include/wxPython folder 2019-09-12 14:35:14 -07:00
Robin Dunn
faab38c0f9 Merge branch 'embedded' of git://github.com/neurodroid/Phoenix into neurodroid-embedded 2019-09-12 13:48:57 -07:00
Robin Dunn
c1d25d0e16 Remove tracking of application instance in wxPyApp, and just use the one already in wxAppConsole instead. This will enable wx.GetApp to still do the right thing when the wxApp is created outside of Python. 2019-09-12 13:42:31 -07:00
Robin Dunn
fea9c980f8 Remove use of some constants that no longer exist in 4.1 2019-09-12 13:13:34 -07:00
Robin Dunn
3f77541a07 update nanosvg ref 2019-09-12 11:58:56 -07:00