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
Robin Dunn
cc0a1f16d4
Enable Auto ID Management on posix builds too. It's already enabled by default on MSW.
2018-06-24 14:57:02 -07:00
Robin Dunn
d9df2b552c
Add the wx.NewIdRef function
2018-06-24 14:17:16 -07:00
Robin Dunn
275d8efb86
Add wrapper for the wxWindowIDRef class
2018-06-24 14:17:16 -07:00
Robin Dunn
b755c7b7e1
Add release date and tag
2018-06-24 12:03:23 -07:00
Robin Dunn
476a597936
Merge branch 'HelioGuilherme66-fedora28' into wxPy-4.0.x
...
# Conflicts:
# CHANGES.rst
2018-06-23 18:31:30 -07:00
Robin Dunn
4b43671746
Merge pull request #894 from tianzhuqiao/py
...
Fix a bug in py.introspect.getTokens
2018-06-23 18:25:30 -07:00
Robin Dunn
d1618fae17
don't auto-update VB guest additions in this VM, it may break it.
2018-06-23 18:25:08 -07:00
Tianzhu Qiao
ecaa22ec19
Fix a bug in py.introspect.getTokens
2018-06-23 14:22:18 -07:00
Robin Dunn
6e0cd90169
Added changelog
2018-06-23 11:14:34 -07:00
Robin Dunn
39d8b7b7a3
Remove fedora-23
2018-06-23 11:14:09 -07:00
Robin Dunn
0d594bcaa0
Add fedora-28 to build.py
2018-06-23 11:11:23 -07:00
Robin Dunn
21e8ff98b7
Merge branch 'fedora28' of https://github.com/HelioGuilherme66/Phoenix into HelioGuilherme66-fedora28
2018-06-23 11:03:02 -07:00
Robin Dunn
4dc42a0bf5
Merge branch 'tianzhuqiao-agw_aui_4.0.x' into wxPy-4.0.x
2018-06-23 10:34:27 -07:00
Robin Dunn
af22796395
Move changelog item to 4.0.3 section
2018-06-23 10:33:29 -07:00
Robin Dunn
440dba3c58
Merge branch 'agw_aui_4.0.x' of https://github.com/tianzhuqiao/Phoenix into tianzhuqiao-agw_aui_4.0.x
2018-06-23 10:31:33 -07:00
Robin Dunn
7c3a8e1268
Add issue number
2018-06-23 10:29:34 -07:00
Robin Dunn
de143e9d83
Merge pull request #893 from RobinD42/fix-darwin-linking
...
Fix darwin linking
2018-06-22 22:43:44 -07:00
Robin Dunn
50dca2d92c
Clear LIBPATH_PYEXT and LIB_PYEXT just on darwin
2018-06-22 22:17:15 -07:00
Robin Dunn
e8f1e0b029
Clear LIBPATH_PYEXT and LIB_PYEXT.
...
Waf is filling these values with the output of pythonX.y-config --libs and --ldflags. On Darwin, at least, this causes an explicit link to the master Python shared lib, which for extension modules we definitely DO NOT WANT as it prevents the stock wxPython wheels from being used with alternate Pythons, like Anaconda, Homebrew and EDM.
2018-06-21 23:27:53 -07:00
Robin Dunn
ebae9b8eac
Set LINK_CC and LINK_CXX
2018-06-21 23:04:26 -07:00
Robin Dunn
ce6e18561d
Update wxWidgets submodule to current WX_BRANCH_3_0
2018-06-21 23:02:30 -07:00
Robin Dunn
4e92cf6a91
Also save LDSHARED in Config
2018-06-21 23:00:07 -07:00
Robin Dunn
336e39f5b2
wx.NewId() --> wx.ID_ANY or wx.Window.NewControlId() as appropriate
...
(cherry picked from commit b1b0c9e297 )
2018-06-19 12:06:14 -07:00
Robin Dunn
6d466b5934
Add some messages for waf to print while it is running wx-config
...
(cherry picked from commit 3f79d925a5 )
2018-06-19 12:05:50 -07:00
Robin Dunn
20880a3733
Merge branch 'release-prep' into wxPy-4.0.x
2018-06-17 22:04:57 -07:00
Robin Dunn
6a51ba4942
text tweaks
2018-06-17 21:59:16 -07:00
Robin Dunn
4c56c39e52
Merge tag 'wxPython-4.0.2' into wxPy-4.0.x
2018-06-17 21:32:08 -07:00
Robin Dunn
6651162288
post-release version bump
2018-06-17 21:17:25 -07:00