Robin Dunn
d35841602c
Merge branch 'lc_mixin' of https://github.com/david-hughes/Phoenix into david-hughes-lc_mixin
2017-11-16 13:03:24 -08:00
Robin Dunn
12049b45b3
Merge pull request #617 from infinity77/HTL-349
...
The fixes seems to get rid of issue #349 related to DnD in HyperTreeList. Fixes #349 .
2017-11-16 14:57:24 -06:00
infinity77
9c415f2615
The fixes seems to get rid of issue #349 related to DnD in HyperTreeList. Fixes #349 .
2017-11-15 16:42:26 +01:00
infinity77
c190473cf4
UltimateListCtrl: add an "Index" property to UltimateListEvent so the demo does not complain anymore. Maybe should add somemore properties for the other getters/setters too... Fixes #592
2017-11-15 16:38:58 +01:00
David Hughes
fbf274b031
Altered is True and is False conditions in CheckListCtrlMixin
2017-11-14 10:46:31 +00:00
Robin Dunn
0aa026ab3e
Merge pull request #593 from infinity77/master
...
fix aui/auibook.py for issue #358
2017-11-08 19:50:12 -06:00
Robin Dunn
90cdcd8f73
Merge pull request #604 from kollivier/table_sizer_removal
...
Fixes #579 . TableSizer was never completed and only errors out when…
2017-11-08 19:49:04 -06:00
kollivier
f3f51b85fc
Fixes #579 . TableSizer was never completed and only errors out when attempting to use it. Remove it and its references in the docs since it doesn't work and probably won't without considerable effort.
2017-11-08 14:33:25 -08:00
kollivier
ad7638ae84
Remove references to sized_controls module after migrating from user code.
2017-11-08 11:34:57 -08:00
Andrea Gavana
ad310419ec
fix aui/auibook.py for issue #358
2017-11-05 18:45:09 +01:00
Kevin Ollivier
941fd9f0f8
Add SizedStaticBox to SizedControls.
2017-10-27 06:15:22 -07:00
kollivier
1bf2a0bc13
After fixing AddChild in sized_controls, it appears to work with AGW's AUI now.
2017-09-13 16:17:48 -07:00
Robin Dunn
50836f4fd2
Merge pull request #531 from RobinD42/fix-issue528
...
Use integer division to find the item number.
2017-09-12 21:35:57 -05:00
Robin Dunn
7f62e587fb
Merge pull request #530 from RobinD42/fix-issue526
...
Don't use the string module. Do use the new file dialog style flags.
2017-09-12 21:35:41 -05:00
Robin Dunn
839323a6a1
Use bitwise OR
2017-09-12 17:10:56 -07:00
Robin Dunn
5544bbfee8
Use integer division to find the item number.
2017-09-12 16:48:40 -07:00
Robin Dunn
d86795d884
Don't use the string module. Do use the new file dialog style flags.
2017-09-12 15:38:49 -07:00
kollivier
11f4bd2254
Merge branch 'master' of https://github.com/RobinD42/Phoenix into sized_controls_null_fix
2017-09-09 11:42:54 -07:00
kollivier
7b02784829
SizedControls null sizer check for AUI support.
2017-09-08 14:21:31 -07:00
Robin Dunn
e43ba1eec0
Suggest using pip to install numpy
2017-09-08 14:18:53 -07:00
Robin Dunn
989e15a1dd
Set an initial frame size
2017-09-08 14:11:02 -07:00
Robin Dunn
77de0cfb7d
Merge branch 'refactor-lib.plot-part3' of https://github.com/dougthor42/Phoenix into dougthor42-refactor-lib.plot-part3
2017-09-08 09:20:11 -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
a1453d21d7
Merge branch 'master' into fix-issue503
2017-09-07 10:48:16 -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
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
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
0646a83d00
Merge pull request #462 from RobinD42/fix-issue460
...
Use the local TREE_HITTEST_ONITEMCOLUMN value
2017-08-08 19:50:11 -07:00
Robin Dunn
60dbde834b
'&' --> 'and' and some other text tweaks
2017-08-08 19:44:26 -07:00
Robin Dunn
b9cc7194c9
Use the local TREE_HITTEST_ONITEMCOLUMN value
2017-08-08 18:56:13 -07:00
Steve Barnes
2eea0a5634
Catch URLError from firewall and give practical advice
2017-08-08 11:45:59 +01:00
Steve Barnes
404ac70b1b
Minor message changes in wx/tools/wxget_docs_demo.py
2017-08-08 11:45:05 +01:00
Steve Barnes
b01de8654e
Responded to inline review comments and added propmt before download
2017-08-08 06:59:04 +01:00
Steve Barnes
97de5b0f92
Added wx/tools/wxget_docs_demo.py with script entry points of wxdemo and wxdocs
2017-08-07 06:26:53 +01:00
Steve Barnes
1795b5e7c7
Added get_docs_demo_url to get the documents or demo URL.
2017-08-06 13:07:57 +01:00
Steve Barnes
125e368e1a
New utility wxget to provide get where missing.
2017-08-06 12:55:39 +01:00
facelessuser
04c97c176d
Fix reference before assignment
...
Fix issue where textWidth can be referenced before it is actually assigned.
2017-07-26 22:13:52 -06:00
Robin Dunn
4d00ac9b93
Wait a little longer before splitting
2017-07-21 13:20:27 -07:00
Robin Dunn
a7038d507c
AppendItem --> Append
2017-07-19 16:40:41 -07:00
Robin Dunn
fc10486740
Ensure there are at least 3 points in the list for DrawSpline
2017-06-30 13:22:31 -07:00
Robin Dunn
2d638bef3d
Use GetIndex instead of m_itemIndex.
...
Ensure we have a widget before trying to Bind handlers to it.
Use InsertItem instead of InsertSringItem so the CheckListCtrlMixin monkey-patching will word correctly.
2017-06-20 10:50:40 -07:00
Robin Dunn
99cc9ccadf
Since both cases need wx.BU_EXACTFIT, simplify it
2017-06-08 00:37:54 -07:00
Robin Dunn
51c6cea7b9
Use a generic button on OSX
2017-06-07 20:35:24 -07:00
Robin Dunn
8e1da1f2e0
Clear the bitmap with the white brush
2017-06-02 22:46:35 -07:00
Robin Dunn
a3af417f8f
Fix the monkey-patch to use the new name of the real method
2017-06-02 22:43:21 -07:00
Paul McCarthy
72631cf7e8
More suppression of ClientToScreen warning message
2017-05-30 16:22:21 +01:00