Commit Graph

3348 Commits

Author SHA1 Message Date
Robin Dunn
755d3ac028 Merge branch 'bob-white-master' 2017-09-07 20:44:33 -07:00
Robin Dunn
a7f15b3e80 Add changelog 2017-09-07 20:44:05 -07:00
Robin Dunn
9dac365fe5 Merge branch 'master' of https://github.com/bob-white/Phoenix into bob-white-master 2017-09-07 20:42:29 -07:00
Bob White
7b41a3e58f Using functools.cmp_to_key for old style sorts. 2017-09-07 12:15:38 -05:00
Robin Dunn
cbf3fa1e3a Merge pull request #506 from RobinD42/fix-issue503
Fix missing imports needed for drawing the legend
2017-09-07 11:36:34 -05:00
Robin Dunn
a1453d21d7 Merge branch 'master' into fix-issue503 2017-09-07 10:48:16 -05:00
Robin Dunn
69c47f86ef Merge pull request #507 from RobinD42/fix-issue463
Use functools.cmp_to_key for sorting customtreectrl children
2017-09-07 10:44:20 -05:00
Bob White
251f9d7d5a Fix for list.sort requiring keywords in python3.5
Python3.5 changed the parameters in list.sort to be keyword only
arguments.

This fixes all the instances I could find.
2017-09-07 09:35:33 -05:00
Robin Dunn
71a46774d1 Add changelog item 2017-09-06 17:56:39 -07:00
Robin Dunn
2e7a978055 Use functools.cmp_to_key for sorting children 2017-09-06 17:42:10 -07:00
Robin Dunn
81f8c41a24 Fix missing imports needed for drawing the legend 2017-09-06 16:54:03 -07:00
Robin Dunn
03248e0932 Merge pull request #502 from RobinD42/add-simplebook
Add wx.Simplebook
2017-09-06 00:28:15 -05:00
Robin Dunn
c4057bb033 Merge pull request #501 from RobinD42/fix-issue499
Fix for wx.Notebook.HitTest
2017-09-05 23:32:59 -05:00
Robin Dunn
b55cfa073a Add wx.Simplbook 2017-09-05 21:32:29 -07:00
Robin Dunn
678d6d897f Ensure wx.Notebook (and other bookctrls) declare all the base virtual methods 2017-09-05 16:38:27 -07:00
Robin Dunn
fa2d9c0cb2 Mention SpeedMeter fix 2017-09-04 16:14:40 -07:00
Robin Dunn
9439aebfee wx.GCDC is only badly needed on MSW, so just do it there. 2017-09-04 16:12:12 -07:00
Robin Dunn
5528f99640 Use a wx.GCDC on non-OSX platforms 2017-09-04 16:04:10 -07:00
Robin Dunn
6e7159eeaa Fix bad initial scale factor when default size is used 2017-09-04 15:59:37 -07:00
Robin Dunn
94c69d707f Add the agw subfolder to path so standalone samples can be run there 2017-09-04 14:00:57 -07:00
Robin Dunn
bad0242c18 Cleanup the process in ShutdownDemo if it's still running 2017-09-04 14:00:22 -07:00
Robin Dunn
3cab528b5c Add changelog entries for recent commits. 2017-09-01 09:34:22 -07:00
Robin Dunn
595b3a3818 Merge pull request #495 from swt2c/fix_grid_test
Fix test_grid42 failure
2017-09-01 11:02:55 -05:00
Scott Talbert
af936b17ad Fix test_grid42 failure
Fixes:
____________________________ grid_Tests.test_grid42 ____________________________
self = <unittests.test_grid.grid_Tests testMethod=test_grid42>

    def test_grid42(self):
        # old names
>       wx.grid.Grid.GridSelectCells
E       AttributeError: type object 'Grid' has no attribute 'GridSelectCells'

unittests/test_grid.py:319: AttributeError
2017-08-31 22:06:18 -04:00
Robin Dunn
4ef6bc8603 Merge pull request #489 from RobinD42/fix-issue480
Turn "public" back on after emitting some private methods
2017-08-30 00:23:43 -05:00
Robin Dunn
3df175ec48 Keep the base virtuals, just exclude the ones from wxDataObjectSimple 2017-08-29 19:46:55 -07:00
Robin Dunn
0b007cc9ff Merge pull request #490 from RobinD42/fix-issue486
Add missing DeleteAllColumns
2017-08-29 21:45:02 -05:00
Robin Dunn
8d5f4c5c75 Merge pull request #488 from RobinD42/fix-issue468
Fix bad interaction between wxpTag and how wxmodules are reinitialized now.
2017-08-29 21:44:43 -05:00
Robin Dunn
c0654d6957 Don't add the common virtuals for wxURLDataObject.
It's complicated parentage causes build problems in some cases.
2017-08-29 19:21:48 -07:00
Robin Dunn
1be80aca7c Add missing DeleteAllColumns 2017-08-29 18:29:27 -07:00
Robin Dunn
b037c4e7cb Turn "public" back on after emitting some private methods 2017-08-29 16:23:49 -07:00
Robin Dunn
f5aabc5f62 Fix bad interaction between wxpTag and how wxmodules are reinitialized now.
Change wxPyHtmlTagsModule to be a normal wxModule that is created and initialized by the system, and track all the tag handler classes in a static member so they can be found again after modules are reinitialized again in the future.
2017-08-29 15:28:17 -07:00
Robin Dunn
09f48f5d21 fix typo 2017-08-29 13:35:07 -07:00
Robin Dunn
75b2386167 Add note and link about building on Linux 2017-08-29 13:32:51 -07:00
Robin Dunn
3de6e63a91 Merge pull request #479 from RobinD42/fix-issue474
Ignore the GetVirtualSize in wxScrolled
2017-08-23 20:00:22 -05:00
Robin Dunn
85ec35c5d6 Merge pull request #478 from mesalu/conform_ToolBar_params
Change ToolBar.AddTool help parameters to be consistent
2017-08-23 20:00:05 -05:00
Samuel Dunn
ec4c1fc1fa Reduce unnecessary whitespace 2017-08-23 09:23:47 -07:00
Samuel Dunn
e25eb17cc8 Revert "Change ToolBar.AddTool help parameters to be consistent"
This reverts commit b8d2ed10e6.
2017-08-23 09:18:26 -07:00
Robin Dunn
98ad3b69af Ignore the GetVirtualSize in wxScrolled, and inherit it from wx.Window instead. 2017-08-23 08:54:24 -05:00
Mesalu
519bd3d280 Change parameter adjustments to actually work. 2017-08-22 21:42:41 -07:00
Mesalu
b8d2ed10e6 Change ToolBar.AddTool help parameters to be consistent
This way python keyword arguments don't change depending on the overloaded method selected by sip.
2017-08-22 18:47:59 -07:00
Robin Dunn
d7cae3fe6c Update linux prerequisites list 2017-08-17 08:54:36 -07:00
Robin Dunn
c1010c5c6a More build-gtk3-by-default changes 2017-08-16 14:26:38 -07:00
Robin Dunn
e942177459 Typos and fix a link 2017-08-16 10:16:29 -07:00
Robin Dunn
d4f95cdf32 Don't add either of the gtk flags if on Darwin 2017-08-16 08:02:30 -07:00
Robin Dunn
198802b540 Merge pull request #471 from RobinD42/update-travis-builds
Update travis-ci config
2017-08-15 22:57:36 -07:00
Robin Dunn
4574999b07 Merge pull request #470 from RobinD42/fix-issue467
Fix wx.ListCtrl.SetItemData
2017-08-15 22:31:58 -07:00
Robin Dunn
e26eac06b3 Merge branch 'master' into update-travis-builds
# Conflicts:
#	.travis.yml
2017-08-15 21:27:24 -07:00
Robin Dunn
703dec2a1f Add changelog entry 2017-08-15 21:21:10 -07:00
Robin Dunn
6c9bbce45e Merge branch 'master' into fix-issue467 2017-08-15 21:19:20 -07:00