Commit Graph

4024 Commits

Author SHA1 Message Date
Robin Dunn
8bfe2199dc Merge pull request #1058 from RobinD42/fix-issue1032
Ensure colours set in TreeItemAttr are instances of wx.Colour
2018-10-26 18:14:28 -07:00
Robin Dunn
c3bdf0af09 Merge branch 'wxPy-4.0.x' into fix-issue1032 2018-10-26 18:14:01 -07:00
Robin Dunn
ebb3de75ed Merge pull request #1057 from RobinD42/fix-issue1025
fix test suite errors in wx/py/tests
2018-10-26 18:10:08 -07:00
Robin Dunn
f38671044c Merge pull request #1056 from RobinD42/fix-issue1024
Fix AUI sample to properly use a range of wx.WindowIDRefs
2018-10-26 18:09:51 -07:00
Robin Dunn
24a455acb3 Merge pull request #1055 from RobinD42/fix-issue1013
Fix tickmarks when there is a negative bounds
2018-10-26 18:09:32 -07:00
Robin Dunn
7e904dca15 Ensure colours set in TreeItemAttr are instances of wx.Colour 2018-10-26 13:27:09 -07:00
Robin Dunn
e4d716eb37 fix test suite errors in wx/py/tests 2018-10-26 11:55:56 -07:00
Robin Dunn
ab5d60525c Fix AUI sample to properly use a range of wx.WindowIDRefs 2018-10-26 11:20:30 -07:00
Robin Dunn
776ddbab3d Fix tickmarks when there is a negative bounds 2018-10-26 10:41:00 -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