Commit Graph

3453 Commits

Author SHA1 Message Date
Robin Dunn
e6c16cf455 Support 2-phase create, add unittests 2017-10-30 12:42:38 -07:00
Robin Dunn
2233deb830 Some docstring updates 2017-10-30 11:58:37 -07:00
Robin Dunn
17643e9cd1 Port the LEDNumberCtrl from wxCode/gizmos in Classic 2017-10-27 17:21:59 -07:00
Robin Dunn
0fb1ce987a Merge pull request #583 from RobinD42/fix-issue571
Slight reorg of the docs home page, and add link to functions index
2017-10-25 22:13:37 -05:00
Robin Dunn
17b59d5eff Merge pull request #582 from RobinD42/fix-issue578
Add methods to wx.TextCtrl for output "file-like" compatibility
2017-10-25 22:13:21 -05:00
Robin Dunn
0161136266 Merge branch 'master' into fix-issue578 2017-10-25 22:13:03 -05:00
Robin Dunn
488eb77b58 Merge branch 'master' into fix-issue578 2017-10-25 22:11:17 -05:00
Robin Dunn
ece7ab12c1 Merge pull request #581 from RobinD42/fix-issue580
Transfer ownership of menu given to toolbar items
2017-10-25 22:10:28 -05:00
Robin Dunn
69d44e00fd Slight reorg of the docs home page, and add link to functions index 2017-10-25 20:09:20 -07:00
Robin Dunn
dfc4b62e11 Add methods to wx.TextCtrl for output "file-like" compatibility 2017-10-25 17:49:05 -07:00
Robin Dunn
69f46552dc changelog 2017-10-25 16:50:41 -07:00
Robin Dunn
802b2c4389 Transfer ownership of SetDropdownMenu.menu 2017-10-25 16:48:14 -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