Commit Graph

3442 Commits

Author SHA1 Message Date
Robin Dunn
dfc4b62e11 Add methods to wx.TextCtrl for output "file-like" compatibility 2017-10-25 17:49:05 -07:00
Robin Dunn
ec00c6bd74 Add Python 3.6 builds for Ubuntu 14.06.
See https://github.com/matplotlib/matplotlib/pull/9484
2017-10-21 14:04:29 -07:00
Robin Dunn
0f9b36ee7d Merge pull request #573 from RobinD42/fix-issue572
Add missing wx.GetLocale
2017-10-19 10:28:57 -05:00
Robin Dunn
82a073067a Changelog entry for wx.GetLocale 2017-10-18 11:48:15 -07:00
Robin Dunn
3df03527a3 Update wxWidgets changeset link 2017-10-18 11:38:09 -07:00
Robin Dunn
b2c06479cb Add test checking that wx.GetLocale exists 2017-10-18 09:33:07 -07:00
Robin Dunn
efbe85041a Merge pull request #568 from RobinD42/fix-issue297
Enable wxArray wrappers to return a copy from __getitem__.
2017-10-12 23:31:46 -05:00
Robin Dunn
b5d8d5c24e Remove branch spec from .gitmodules 2017-10-12 16:54:26 -07:00
Robin Dunn
66b4a7966d Enable wxArray wrappers to return copy from __getitem__.
This solves problems where an array that is the return value of some method call is indexed immediately and a reference to the array is not held, which could result in garbage values for the indexed item. Currently this is turned on for just GridCellCoordsArray, but others can be switched in the future if needed.
2017-10-12 14:33:15 -07:00
Robin Dunn
dc013475cc Merge pull request #563 from RobinD42/fix-issue561
Transfer object ownership of pageObj in PropertyGridManager.AddPage
2017-10-05 00:38:57 -05:00
Robin Dunn
eb20b362a8 Transfer object ownership of pageObj in PropertyGridManager.AddPage 2017-10-04 16:03:32 -07:00
Robin Dunn
b67671ea6f Fix AccereratorTable sample code 2017-09-28 08:15:03 -07:00
Robin Dunn
077db11c07 Merge pull request #557 from RobinD42/fix-issue550
Return None when trying to make a memoryview buffer with a NULL pointer
2017-09-28 01:22:51 -05:00
Robin Dunn
b95bc59769 Fix typo 2017-09-27 20:00:06 -07:00
Robin Dunn
9148ce676b Python 2.7 fix. Apparently pickle doesn't like memoryview objects on 2.7 2017-09-27 19:53:14 -07:00
Robin Dunn
193641b1ad Changelog and demo cleanup 2017-09-27 19:51:28 -07:00
Robin Dunn
a5eeca0a5c Return None when trying to make a memoryview buffer with a NULL pointer 2017-09-27 19:17:19 -07:00
Robin Dunn
88ed169615 Merge branch 'add-build-type' 2017-09-27 17:36:54 -07:00
Robin Dunn
93d3a2303e Changelog entry for wx.BUILD_TYPE 2017-09-27 17:34:01 -07:00
Robin Dunn
dba1c6f159 Use "snapshot" instead of the revision text, that's already in the version number.
Also, spell out "development"
2017-09-27 17:31:36 -07:00
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