Commit Graph

3392 Commits

Author SHA1 Message Date
kollivier
4a7d84ec8c Add example showing usage of SizedStaticBox now that we can support it. 2017-11-08 13:33:17 -08:00
kollivier
ad7638ae84 Remove references to sized_controls module after migrating from user code. 2017-11-08 11:34:57 -08:00
Kevin Ollivier
941fd9f0f8 Add SizedStaticBox to SizedControls. 2017-10-27 06:15:22 -07:00
Robin Dunn
da154d38ef Merge pull request #537 from kollivier/sized_controls_agw_aui_fix
After fixing AddChild in sized_controls, it appears to work with AGW'…
2017-09-14 17:40:42 -05: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
2e65754fb7 Merge pull request #532 from swt2c/fix_srchctrl_setcancelbitmap
Fix wx.SearchCtrl.SetCancelBitmap()
2017-09-12 22:48:53 -05: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
75f1a6adfe Merge pull request #529 from RobinD42/fix-issue493
Use bitwise OR
2017-09-12 21:35:26 -05:00
Scott Talbert
f882d21e8a Fix wx.SearchCtrl.SetCancelBitmap()
This addresses Trac ticket 17883.
2017-09-12 21:32:21 -04:00
Robin Dunn
967337354e Merge branch 'HelioGuilherme66-vfedora26' 2017-09-12 17:50:11 -07:00
Robin Dunn
d7a0b1fa84 Merge branch 'add-GetClassDefaultAttributes' 2017-09-12 17:49:51 -07: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
c76880a6c3 Ensure all window classes declare GetClassDefaultAttributes.
Many do not actually have it, but the docs only declare it in wx.Window so we will miss the ones that really do have one unless we let sip know about them.
2017-09-12 16:07:44 -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
Robin Dunn
f92904a8bd Phoenix --> wxPython4 and some additional info 2017-09-12 15:18:30 -07:00
Robin Dunn
a383d04464 Drop F24 and add F26 in build.py 2017-09-12 15:16:53 -07:00
Robin Dunn
d27d876037 Wording tweaks 2017-09-12 15:08:17 -07:00
Robin Dunn
289bd592aa Drop F24 2017-09-12 15:00:46 -07:00
Robin Dunn
ab0a816bb5 Make the build script a little easier to understand 2017-09-12 14:59:32 -07:00
Robin Dunn
8b0956fef5 Cleanup the F23 bootstrap a little 2017-09-12 14:59:05 -07:00
Robin Dunn
e6f2593d99 Switch to fedora/26-cloud-base, remove repo patch and add Py35 2017-09-12 14:58:39 -07:00
Robin Dunn
63e93c9891 Merge branch 'vfedora26' of https://github.com/HelioGuilherme66/Phoenix into HelioGuilherme66-vfedora26 2017-09-12 14:51:16 -07:00
HelioGuilherme66
70ddff2685 Adds Vagrant config for Fedora 26 2017-09-10 22:53:37 +01:00
Robin Dunn
3d29208ca2 Add changelog item for the SizedControls fix. 2017-09-09 16:59:30 -07:00
Robin Dunn
ff538b776d Merge pull request #523 from kollivier/sized_controls_null_fix
Sized controls null fix
2017-09-09 18:54:14 -05: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
Robin Dunn
03edeca5f8 Merge branch 'kollivier-master' 2017-09-08 19:31:09 -07:00
Robin Dunn
e4e7d892ca Merge branch 'dougthor42-refactor-lib.plot-part3' 2017-09-08 19:29:34 -07:00
Robin Dunn
ec99f4936d Add fedora-23 to the list of Vagrant VMs 2017-09-08 19:29:02 -07:00
Robin Dunn
d6e8aa94c9 Merge branch 'master' of https://github.com/kollivier/Phoenix into kollivier-master 2017-09-08 16:25: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
kollivier
0a058de861 Add fedora-23 vagrant box 2017-09-08 10:17:52 -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
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