Commit Graph

4259 Commits

Author SHA1 Message Date
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
3bce916e34 Update wxWidgets, add wxDPIChangedEvent, adapt to some propgrid api changes 2019-09-04 14:18:12 -07:00
JillHolliday
883d093cda Update buttons.py 2019-09-03 12:12:01 +01:00
Robin Dunn
34521dc10d Fix static text showing font filename 2019-08-26 20:51:41 -07:00
Robin Dunn
81d331b864 docstring tweaks 2019-08-26 20:51:16 -07:00
Robin Dunn
0cb8297700 Merge pull request #1333 from wxWidgets/fix-issue1331
Ensure setup.h was found before trying to open it
2019-08-21 19:16:20 -07:00
Robin Dunn
f2d1890bd5 Merge pull request #1330 from wxWidgets/fix-issue1328
fix typo in auibar docstring
2019-08-21 19:15:59 -07:00
Robin Dunn
10cd50b68d Ensure setup.h was found before trying to open it 2019-08-21 16:46:26 -07:00
Robin Dunn
8a5df76dba fix typo 2019-08-20 11:53:19 -07:00
Robin Dunn
4a6d2f467c fix typo 2019-08-16 13:57:30 -07:00
Robin Dunn
142e0143d3 Merge pull request #1326 from wxWidgets/mesalu-fix_clean-all
Update build.py
2019-08-15 22:02:59 -07:00
Mesalu
530ecbc4b9 Update build.py
Call `cmd_clean_docker` in `cmd_cleanall` instead of `cmd_clean_vagrant`
2019-08-15 18:19:22 -07:00
Robin Dunn
b430a16ec3 Ensure sip knows that wxLog has a default ctor and a dtor 2019-08-13 15:25:40 -07:00
Robin Dunn
1fa31ac042 Catch wx.EVT_SEARCHCTRL_SEARCH_BTN 2019-08-13 15:24:56 -07:00
Robin Dunn
cae89a5df8 PGLongStringDialogAdapter is gone 2019-08-07 12:41:57 -07:00
Robin Dunn
b7cf3fbe03 PGFileDialogAdapteris gone 2019-08-03 14:22:43 -07:00
Robin Dunn
f7ff075f45 Various fixes and tweaks to go with the wxWidgets update 2019-07-31 12:20:00 -07:00
Robin Dunn
d9e8f44698 Update to current wxWidgets master 2019-07-31 08:47:00 -07:00
Robin Dunn
1f5fe1e398 Fix stray backtick 2019-07-24 22:00:11 -07:00
Robin Dunn
773d8a83d9 Merge pull request #1312 from driscollis/patch-4
Fix typo in wx.StaticBoxSixer
2019-07-24 20:55:57 -07:00
Mike Driscoll
fcf30690d6 Fix typo in wx.StaticBoxSixer 2019-07-23 12:33:17 -05:00
Robin Dunn
a83dea0030 Merge pull request #1310 from wxWidgets/fix-issue1307
Add some missing methods in BitmapComboBox
2019-07-18 20:55:35 -07:00
Robin Dunn
b89004fee7 Add changelog note 2019-07-17 12:01:49 -07:00
Robin Dunn
a09ddd8c27 Add some missing methods in BitmapComboBox 2019-07-17 12:00:41 -07:00
Robin Dunn
c5b231e985 Fix sizer alignment assertions in demo/ActiveX_PDFWindow.py 2019-07-10 18:14:23 -07:00
Robin Dunn
1112ae3374 Merge pull request #1302 from wxWidgets/update-README
Update dependency list in the README
2019-07-09 08:13:13 -07:00
Robin Dunn
de4d1d811a Merge pull request #1301 from wxWidgets/fix-overlay-crash
Fix overlay crash
2019-07-08 21:34:15 -07:00
Robin Dunn
e1549b79f2 Add comment about the readme being for those building from a git checkout,
and point the reader to other sources for simpler instructions.
2019-07-08 21:33:55 -07:00
Robin Dunn
4b6f2b3896 Removed some comments about newer dependencies since they are now in the example dependency list above. 2019-07-08 21:21:13 -07:00
Robin Dunn
55d65616a8 Update dependency list in the README 2019-07-08 21:17:46 -07:00
Robin Dunn
86b361d938 Merge pull request #1272 from Metallicow/sizer-fixes
Fix some sizer issues with wxPy4.1
2019-07-08 21:05:12 -07:00
Robin Dunn
581f094f04 Merge pull request #1268 from tycode/dropdown-button-text-not-rendering
Fix AUI dropdown button not rendering text when icon is wx.NullBitmap
2019-07-08 20:57:39 -07:00
Robin Dunn
5614bb958f Merge pull request #1288 from Metallicow/AddPrivateFont
AddPrivateFont
2019-07-08 20:55:14 -07:00
Robin Dunn
507c0385fc Merge pull request #1298 from wxWidgets/docker
Switch from Vagrant to Docker
2019-07-08 20:52:58 -07:00
Robin Dunn
3e5dc01342 Add Changelog entry for the Overlay fix 2019-07-08 20:48:36 -07:00
Robin Dunn
e0366971fb Fix probable copy/paste error 2019-07-08 14:01:47 -07:00
Robin Dunn
1db178d3d1 Let the DCOverlay hold a reference to the dc, so it won't be GC'ed too soon. 2019-07-08 13:13:28 -07:00
Robin Dunn
f7700c8cb6 Add a note to the changelog about the switch to Docker 2019-07-04 12:25:41 -07:00
Robin Dunn
dd46b58611 Remove the vagrant tree 2019-07-04 12:19:23 -07:00
Robin Dunn
6b70527fc1 Add README for the docker folder 2019-07-04 12:18:00 -07:00
Robin Dunn
83fa9e3b2e remove cmd_build_vagrant, add cmd_build_docker 2019-07-04 11:23:27 -07:00
Robin Dunn
2bdef86c7b remove unused parameters 2019-07-04 11:22:31 -07:00
Robin Dunn
9400615bc8 Clean up package caches and such 2019-07-03 15:49:04 -07:00
Robin Dunn
0d4ee1d8c4 wxpython --> wxpython4 2019-07-03 15:43:33 -07:00