Commit Graph

3422 Commits

Author SHA1 Message Date
Robin Dunn
541c4882da Add an item to wx.PlatformInfo and wx.__version__ indicating build type:
Development, snapshot or release
2017-09-27 17:25:37 -07:00
Robin Dunn
a5cfe9bbab Merge pull request #555 from RobinD42/fix-issue547
Fix for wxpg. SetPropertyAttribute
2017-09-23 22:33:02 -05:00
Robin Dunn
c8c03ebbf4 Merge pull request #554 from RobinD42/fix-issue544
PGEditorDialogAdapter.GetEditorDialog is a factory function,
2017-09-23 21:22:08 -05:00
Robin Dunn
c8a82c0601 Clear potential prior error state 2017-09-23 19:17:23 -07:00
Robin Dunn
fdc02603eb PGEditorDialogAdapter.GetEditorDialog is a factory function,
mark it as such so the ownership of the returned value is handled correctly.
2017-09-22 16:07:27 -07:00
Robin Dunn
2864b52ce4 Merge pull request #553 from RobinD42/fix-issue542
Update wxWidgets revision to get wx.ribbon fix
2017-09-22 16:42:19 -05:00
Robin Dunn
4294eee0c9 Merge pull request #552 from RobinD42/fix-issue540
wx.aui MDI fixes
2017-09-22 16:42:01 -05:00
Robin Dunn
2359e88b79 Update wxWidgets revision to get wx.ribbon fix 2017-09-22 13:09:45 -07:00
Robin Dunn
3aa2cbcbdb Fixes in wx.aui to properly transfer ownership of the menubar, and also some tweaks in the AUI_MDI sample in the demo. 2017-09-21 23:12:44 -07: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