Commit Graph

4348 Commits

Author SHA1 Message Date
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
Robin Dunn
9658a8c426 Some fixes for Py2 2019-09-12 11:58:38 -07:00
Robin Dunn
537c5cec6e Merge pull request #1323 from wxWidgets/add-wxsvg
Add support for parsing and rendering SVG files
2019-09-11 23:23:27 -07:00
Robin Dunn
3f07e0d98f Fix overview text 2019-09-11 20:28:30 -07:00
Robin Dunn
b748ae8545 Update wxWidgets ref 2019-09-11 20:24:26 -07:00
Robin Dunn
9e45e484dd Add ability to select some other SVG file to view 2019-09-11 16:37:41 -07:00
Robin Dunn
6206d20bad Various small tweaks and fixes 2019-09-11 12:56:11 -07:00
Robin Dunn
034ae9a775 Merge pull request #1348 from wxWidgets/fix-issue1342
Keep a reference to the data parameter in wxFindReplaceDialog ctor
2019-09-06 13:02:54 -07:00
Robin Dunn
0e817cee59 Merge pull request #1347 from wxWidgets/errcheck-virtual-methods
Check for Python errors upon return from overloaded virtual methods
2019-09-05 19:51:37 -07:00
Robin Dunn
5ab7848288 Keep a reference to the data parameter in wxFindReplaceDialog ctor 2019-09-05 19:49:44 -07:00
Robin Dunn
46ca3dbc70 Merge pull request #1337 from swt2c/time_clock_removed
Replace time.clock (removed in Python 3.8) with time.process_time

(cherry picked from commit 59e70e7c76)
2019-09-05 19:46:41 -07:00
Robin Dunn
7f8a697f7f Merge pull request #1344 from JillHolliday/buttons_patch
Update buttons.py
2019-09-05 19:27:06 -07:00
Robin Dunn
059e1bee65 Check for Python errors upon return from overloaded virtual methods 2019-09-05 18:55:39 -07:00
Robin Dunn
41bb70cb60 Update wxWidgets ref 2019-09-05 18:53:18 -07:00
Robin Dunn
1b03456463 Mention parameter name changes in the radial gradient methods in the MigrationGuide 2019-09-05 18:53:03 -07:00
Robin Dunn
676e588c76 Ensure the context is not None before assigning to it 2019-09-05 10:38:42 -07:00
Christoph Schmidt-Hieber
76dea0e4f7 Move ugly hack to even uglier location 2019-09-05 13:22:27 +02:00
Christoph Schmidt-Hieber
36789e3449 Improve robustness of looking up wrapped wxObject 2019-09-05 13:22:00 +02:00
Robin Dunn
d09910f413 Add changelog item for wx.svg 2019-09-04 18:04:15 -07:00
Robin Dunn
83e2212bf6 Add SVGImage_Render sample 2019-09-04 17:21:37 -07:00
Robin Dunn
5a3f0dd98e Update wxWidgets ref 2019-09-04 15:02:30 -07:00
Robin Dunn
fe91b450cf add a test SVG showing use of a gradient pen 2019-09-04 14:31:01 -07:00
Robin Dunn
4580d2114f docstring tweak 2019-09-04 14:31:01 -07:00
Robin Dunn
5e6a7b49b1 Add SVGImage sample to the demo, and some example SVG files. 2019-09-04 14:31:01 -07:00
Robin Dunn
a2a2b25d33 a bit more cleanup 2019-09-04 14:31:01 -07:00
Robin Dunn
c4f30a1eba Docstring tweaks 2019-09-04 14:31:01 -07:00
Robin Dunn
2cc38c2fe3 fix typo 2019-09-04 14:31:01 -07:00