Steve Barnes
1febcd10c3
#545 Fallback download process, wget, urllib, pip --trusted-host, to maximise possilities of success.
2017-09-21 16:16:45 +01:00
Steve Barnes
dd7bdde296
#545 Addressed import error and added --force flag
2017-09-21 09:10:22 +01:00
Robin Dunn
f04d103bea
Bump version number for next series of builds until the next release.
2017-09-18 12:29:43 -07:00
Robin Dunn
baaca7bfc8
Updated release announcement text
wxPython-4.0.0b2
2017-09-16 10:42:43 -07:00
Robin Dunn
1a542f5e55
rewrap lines
2017-09-16 10:03:33 -07:00
Robin Dunn
f6840835ba
Merge branch 'master' into release-prep
2017-09-16 09:56:15 -07:00
Robin Dunn
0a315dd350
Merge pull request #539 from RobinD42/fix-issue497
...
Add a page for listing the various overview documents
2017-09-16 00:50:20 -05:00
Robin Dunn
0ba64bf6d2
Add a page for listing the various overview documents
2017-09-15 15:29:35 -07:00
Robin Dunn
dff0f6e03f
Add pip command to notes
2017-09-15 13:27:50 -07:00
Robin Dunn
00cac02778
Add changelog item for SetPropertyValue fix
2017-09-15 09:38:23 -07:00
Robin Dunn
d708fa67fb
Merge branch 'master' into release-prep
2017-09-15 08:33:45 -07:00
Robin Dunn
2c2d44f375
Merge pull request #538 from RobinD42/fix-issue536
...
Fix propgrid SetPropertyValue overloads
2017-09-14 23:48:42 -05:00
Robin Dunn
2b2040647c
typo
2017-09-14 20:07:58 -07:00
Robin Dunn
4ce9c2b46f
Various other propgrid related tweaks
2017-09-14 19:57:26 -07:00
Robin Dunn
90be887af6
Reorder the SetPropertyValue overloads and constrain the bool and double overloads.
...
This avoids choosing the int overload for anything that can be implicitly converted to an integer.
2017-09-14 19:56:09 -07:00
Robin Dunn
fc2c6cda57
Add support for using the /Constrained/ annotation
2017-09-14 19:53:17 -07:00
Robin Dunn
9dfd7ca9c7
Add 2nd PR number for the SizedControls fix.
2017-09-14 15:43:25 -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
Robin Dunn
6e5f1aa13b
Adjust title and date
2017-09-13 18:40:19 -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
05d3fe255a
Add more detail to the docstring for ShowBalloon()
2017-09-13 15:06:11 -07:00
Robin Dunn
9effaa0580
Merge branch 'master' into release-prep
...
# Conflicts:
# CHANGES.rst
2017-09-12 21:01:02 -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
bb3689b7c3
Add changelog items for recent changes
2017-09-12 18:13:15 -07: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
2f6dcb0e51
Merge branch 'master' into release-prep
2017-09-08 19:32:55 -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