Commit Graph

4022 Commits

Author SHA1 Message Date
Robin Dunn
b76bcbb086 Don't explicitly set the position of the frame 2018-10-29 13:55:19 -07:00
Robin Dunn
90a1448d91 Add changelog 2018-10-26 10:42:03 -07:00
Robin Dunn
b79a21779b Use the new tools.generateStubs tool for the wxJoystick stub 2018-10-25 15:07:37 -07:00
Robin Dunn
671663b76f Add missing GetMax* methods 2018-10-25 14:46:26 -07:00
Robin Dunn
f6170e79bd We can't call wx.Guage.OnPaint directly anymore 2018-10-25 14:28:43 -07:00
Robin Dunn
ae12e00771 "wx.Joystick" --> "wx.adv.Joystick" 2018-10-25 14:08:50 -07:00
Robin Dunn
929343bc73 The Joystick class is available on Mac now,
but we need to check if one is present.
2018-10-25 14:06:09 -07:00
Robin Dunn
73e13bf5f7 Merge pull request #1050 from mesalu/fix_1049
CustomTreeCtrl and HyperTreeList fixes

(cherry picked from commit da9f69c380)
2018-10-24 20:02:28 -07:00
Robin Dunn
8045b3ade2 Merge pull request #1048 from SilverViking/master
Fixed bug with image in floatcanvas incorrectly getting rescaled to zero width and height during frame resize.

(cherry picked from commit cb77b7cf89)
2018-10-24 20:01:57 -07:00
Robin Dunn
e140aaaaab Merge pull request #1045 from mesalu/fix_1042
fix wx.EvtHandler.QueueEvent code snippet

(cherry picked from commit e4da73bfed)
2018-10-24 20:01:37 -07:00
Felipe Calliari
9b01306497 fix DeprecationWarnings in frame.py (#1043)
This commit solves the following messages:
    DeprecationWarning: Menu.Append() is deprecated

(cherry picked from commit 94e9a38085)
2018-10-24 20:01:18 -07:00
Robin Dunn
4fc5e8050b Merge pull request #1037 from ibell/patch-1
Bump default ubuntu distro in builds to 18.04

(cherry picked from commit ec8f14da1c)
2018-10-24 20:00:53 -07:00
Robin Dunn
b8a922ef46 Merge pull request #1039 from RobinD42/fix-issue969
Ensure all text goes into MemoryFSHandler files as utf-8 data
2018-10-17 11:10:47 +08:00
Robin Dunn
0bb75d424d Ensure all data goes into MemoryFSHandler files as utf-8 data 2018-10-15 14:59:40 -07:00
Robin Dunn
1fa3908466 Add a __bool__ for every __nonzero__ that doesn't already have one
(cherry picked from commit 229870f9c9)
2018-10-12 23:59:28 -07:00
Robin Dunn
7300aa4718 Merge pull request #1035 from RobinD42/fix-issue961
include wxpy_api.h
2018-10-12 12:13:36 +08:00
Robin Dunn
8fa223494a Add changelog 2018-10-11 12:29:47 -07:00
Robin Dunn
d9b25fdc80 Move wxpy_api.h to wx/include/wxPython, so it will be included in the wheel 2018-10-11 12:15:37 -07:00
Robin Dunn
d722b2e733 Add changelog 2018-10-10 19:37:25 -07:00
Robin Dunn
3a9f37f2aa Merge pull request #1034 from RobinD42/fix-issue958-291-wxAccessible
Add wxAccessible and a tool to generate C++ stubs
2018-10-11 10:30:09 +08:00
Robin Dunn
ea5c502498 Generate stubs for glcanvas, mediactrl and webview 2018-10-10 18:06:01 -07:00
Robin Dunn
0dec6dfe26 Forward declare all classes, enable writing stubs to the header and globals to the C++ file 2018-10-10 15:25:26 -07:00
Robin Dunn
024846b3a3 Enable inserting a global string at an index position 2018-10-10 15:22:44 -07:00
Robin Dunn
8fd9ffbb74 Don't let sip try to make copies of wxAccessible 2018-10-10 13:32:08 -07:00
Robin Dunn
24797056e1 Turn on wxUSE_ACCESSIBILITY for MSW builds 2018-10-10 13:32:08 -07:00
Robin Dunn
9e635b4171 Add some more std types --> return values 2018-10-10 13:30:02 -07:00
Robin Dunn
a0819d256b Update wxWidgets revision 2018-10-10 10:53:19 -07:00
Robin Dunn
c332fbcf03 Mark output parameters 2018-10-10 10:38:03 -07:00
Robin Dunn
3e37ca2344 raise NotImplemented from static methods too 2018-10-10 10:37:35 -07:00
Robin Dunn
9327e74980 We already have method.argsString, no need to regenerate from the ParamDefs 2018-10-09 20:48:11 -07:00
Robin Dunn
bdede34184 Use generateStubs() 2018-10-09 20:36:03 -07:00
Robin Dunn
3154aea34b Add a tweaker tool to generate stub code for optional features 2018-10-09 20:35:28 -07:00
Robin Dunn
7b6fbf2a52 Merge pull request #1030 from RobinD42/fix-issue906
Fix wx.ListCtrl.Append when wx.LC_SORT style is used
2018-10-09 12:13:20 +08:00
Robin Dunn
a5309525da First pass on adding support for wxAccessible 2018-10-08 21:12:43 -07:00
Robin Dunn
a822abf7c1 Add changelog 2018-10-08 20:53:42 -07:00
Robin Dunn
8386a0e6c7 Use the position returned from InsertItem, in case the listctrl is sorted and the item is moved to some other location. 2018-10-05 14:24:39 -07:00
Robin Dunn
cd3fcb308a Fix typo 2018-10-05 14:23:37 -07:00
Robin Dunn
4c1ff7a1b4 Merge pull request #1027 from RobinD42/fix-issue926
Mark wx.FileSystemHandler.OpenFile as a factory function
2018-10-04 23:39:02 +08:00
Robin Dunn
5ae1c2464d Add changelog 2018-10-03 22:28:31 -07:00
Robin Dunn
b927820d93 Mark wx.FileSystemHandler.OpenFile as a factory function
so the ownership is transferred correctly.
2018-10-03 22:20:51 -07:00
Robin Dunn
547840f7de Add issue number 2018-10-03 19:30:47 -07:00
Robin Dunn
b4af342c89 Merge branch 'wingel-master' into wxPy-4.0.x 2018-10-03 19:29:57 -07:00
Robin Dunn
83a2e2c476 Merge branch 'master' of git://github.com/wingel/Phoenix into wingel-master 2018-10-03 19:29:28 -07:00
Robin Dunn
a268da9b84 Merge pull request #1026 from RobinD42/sip-4.19.13
Switch to SIP 4.19.13
2018-10-04 10:22:30 +08:00
Robin Dunn
80b80d8a25 Add changelog item 2018-10-03 16:31:56 -07:00
Robin Dunn
59a7550665 Add sip version to wx.PlatformInfo 2018-10-03 16:30:25 -07:00
Robin Dunn
fd1c739e64 sip MD5s for linux 2018-10-03 12:19:43 -07:00
Robin Dunn
eaf189e14e Revert part of last change for non-MSW 2018-10-03 12:05:24 -07:00
Robin Dunn
647941b36f Move setting of SIP_MODULE[BASE]NAME to buildtools.config 2018-10-03 11:37:34 -07:00
Robin Dunn
65ede8be96 sip md5 for Windows 2018-10-03 11:36:56 -07:00