Commit Graph

3897 Commits

Author SHA1 Message Date
Robin Dunn
e32e36dd1a Mark wx.Menu.Insert.submenu with the transfer annotation 2018-07-17 14:14:51 -07:00
Robin Dunn
f8a2c7f0cc Merge pull request #929 from RobinD42/fix-issue925
Add Python 3.7 build on Fedora-28
2018-07-16 19:01:02 -07:00
Robin Dunn
3c6e5ca81a Merge pull request #930 from RobinD42/fix-issue927
Add NotificationMessage to the demo tree.
2018-07-16 19:00:50 -07:00
Robin Dunn
8fcf803d58 Add NotificationMessage to the demo tree. 2018-07-16 18:59:48 -07:00
Robin Dunn
3f3341cb35 Add changelog item 2018-07-16 18:46:37 -07:00
Robin Dunn
18d820226e Add Python 3.7 build on Fedora-28 2018-07-16 16:03:40 -07:00
Robin Dunn
eac1404fcc Merge pull request #911 from RobinD42/fix-issue902
Switch deprecation warnings in wx.lib.plot
2018-07-04 00:47:30 -07:00
Robin Dunn
2fcc312249 Merge branch 'wxPy-4.0.x' into fix-issue902 2018-07-04 00:44:53 -07:00
Robin Dunn
7a7231aa1e Merge pull request #912 from RobinD42/fix-issue904
Fix linux linking, update waf, etc.
2018-07-04 00:36:24 -07:00
Robin Dunn
8107296d96 Fix missing import 2018-07-04 00:35:26 -07:00
Robin Dunn
527fca7cd3 Fix typo 2018-07-03 21:44:30 -07:00
Robin Dunn
0beffc4435 Merge branch 'wxPy-4.0.x' into fix-issue904 2018-07-03 21:16:15 -07:00
Robin Dunn
0ea6f19bad Switch wx.lib.plot to use a warning class derived from a new wx.wxPyDeprecationWarning so it doesn't need to enable all warnings by default. 2018-07-03 21:10:28 -07:00
Robin Dunn
dcf0b99068 Merge branch 'tianzhuqiao-agw_aui_4.0.x' into wxPy-4.0.x 2018-07-03 20:42:37 -07:00
Robin Dunn
45f9d652fd Move changelog entry to the correct section 2018-07-03 20:41:33 -07:00
Robin Dunn
8b3fbec576 Merge branch 'agw_aui_4.0.x' of https://github.com/tianzhuqiao/Phoenix into tianzhuqiao-agw_aui_4.0.x 2018-07-03 20:38:43 -07:00
Robin Dunn
31c160c59c Add changelog entry 2018-07-03 20:25:22 -07:00
Robin Dunn
1de61ee4d0 Merge pull request #908 from carandraug/master
setup.py: list dependency on PIL used in a few wx.lib.agw modules
(cherry picked from commit 3723bcc8a0)
2018-07-03 20:20:21 -07:00
Robin Dunn
355f47309e misc updates 2018-06-29 11:57:11 -07:00
Robin Dunn
36831dc8b5 This code branch is only for non-windows so no need to conditionalize it.
Also add changelog item.
2018-06-29 11:40:26 -07:00
Robin Dunn
e1679ca201 Update waf to 2.0.8 2018-06-29 11:39:20 -07:00
root
b910acaef1 - readme.rst : hint for custom built python use --option-shared
- wscript : correction to be able to compile for custom built python on 
linux (correct WAF parameters)
- build.py : prepared for waf 2.0.8
2018-06-29 11:13:49 -07:00
Robin Dunn
7a99323e91 Include the MSVC runtime DLLs for Python 3.7 builds too 2018-06-29 11:08:46 -07:00
Robin Dunn
6f3308d75b Minor text tweak 2018-06-29 10:48:59 -07:00
Robin Dunn
30cbd37a73 Merge pull request #899 from mesalu/fix_898
Use pre-determined `LONGTYPE` rather than `long`
(cherry picked from commit 480a798859)
2018-06-29 10:47:19 -07:00
Tianzhu Qiao
9691df6fdf Add flag to hide page in notebook. 2018-06-27 19:36:24 -07:00
Robin Dunn
ebe5266897 Bump version for possible next release on this branch 2018-06-26 20:04:26 -07:00
Robin Dunn
153a1b5b4f sign the linux wheels too 2018-06-26 20:02:08 -07:00
Robin Dunn
2e74c462df Set all VMs to not auto-update the tools.
The current version of the plugin is behaving weirdly.
wxPython-4.0.3
2018-06-26 17:12:32 -07:00
Robin Dunn
420e0bcc76 Update release announcement 2018-06-25 19:20:04 -07:00
Robin Dunn
c157db6781 Merge branch 'wxPy-4.0.x' into release-prep 2018-06-25 19:13:55 -07:00
Robin Dunn
ada7b2fc51 Merge branch 'more-windowidref' into wxPy-4.0.x 2018-06-25 19:10:56 -07:00
Robin Dunn
99378d20c4 wx.Window.NewControlId --> wx.NewIdRef in the wx.py package too 2018-06-25 16:31:29 -07:00
Robin Dunn
93ad41092b wx.Window.NewControlId --> wx.NewIdRef 2018-06-25 14:17:37 -07:00
Robin Dunn
b0ce56c7a0 Merge branch 'fix-setinstallprefix-issue' into wxPy-4.0.x 2018-06-25 09:47:17 -07:00
Robin Dunn
8a53aa610b Add comparison and hash operators to wx.WindowIDRef 2018-06-25 09:44:02 -07:00
Robin Dunn
3e88095c53 Fixed issue when sys.prefix is not unicode (Python2) and when its contents are not translatable to utf-8. 2018-06-25 09:42:55 -07:00
Robin Dunn
4d7c3e3bc3 Clear release flags 2018-06-24 22:30:59 -07:00
Robin Dunn
2aab275514 Add issue number. Update date and release name. 2018-06-24 22:08:05 -07:00
Robin Dunn
f5a5651606 Merge branch 'wxPy-4.0.x' into release-prep 2018-06-24 22:06:00 -07:00
Robin Dunn
a55c2fc685 Merge pull request #897 from RobinD42/add-windowidref
Add wx.WindowIDRef and wx.NewIdRef
2018-06-24 21:36:52 -07:00
Robin Dunn
5f50673d3d Add changelog 2018-06-24 21:01:00 -07:00
Robin Dunn
97a95ab29c Reorder the text a bit. 2018-06-24 20:45:55 -07:00
Robin Dunn
087022b519 Say why wx.NewIdRef is better. 2018-06-24 20:42:17 -07:00
Robin Dunn
c3a89aedac Fix some uses of wx.NewId elsewhere in the docs 2018-06-24 20:41:49 -07:00
Robin Dunn
7394f1458b Fix typo 2018-06-24 20:40:58 -07:00
Robin Dunn
36fa818f2f Replace the deprecation text for wx.NewId 2018-06-24 20:40:36 -07:00
Robin Dunn
06f5361ed7 Fix typo 2018-06-24 15:04:32 -07:00
Robin Dunn
0a136b5c6a Add 'autoidman' to wx.PlatformInfo 2018-06-24 15:02:24 -07:00
Robin Dunn
9906320879 Add unittests for wx.NewIdRef 2018-06-24 14:57:47 -07:00