Commit Graph

4062 Commits

Author SHA1 Message Date
Robin Dunn
d214e606db Split the requirements list into two lists, load install_requires list from one of them.
(cherry picked from commit 4b3f422806)
2019-05-21 12:17:20 -07:00
Robin Dunn
c154549d08 Another date and changelog update
(cherry picked from commit 57f61ae0054d4ed4deb893d8ce9b9099dc0077af)
2019-05-21 11:32:07 -07:00
Robin Dunn
7b5f6f082c Set release date
(cherry picked from commit dc0a9bfbc5d0018d0d1a5bc72d24234beea685ab)
2019-05-21 11:31:48 -07:00
Robin Dunn
829928faae Update changelog
(cherry picked from commit 8a33506d30)
2019-05-21 10:09:33 -07:00
Robin Dunn
ebf46524e5 Using a bare 0 for NULLs added to a varargs call stack does not push enough bytes to be used as a pointer. Switch back to NULL for SIP_NULLPTR, which appears to be doing the right thing.
(cherry picked from commit efcd6a9f0d)
2019-05-21 10:07:42 -07:00
Robin Dunn
882b764bef Change where the debug flags are added to ensure they come after the default -O3 typically added by Python
(cherry picked from commit 3499ed6ac9)
2019-05-21 10:07:17 -07:00
Robin Dunn
8f6580eeb1 Revert "Set the setuptools dependencies from requirements.txt"
This reverts commit 55691ae1f6.

(cherry picked from commit 466daf7e5f)
2019-05-21 10:06:50 -07:00
Robin Dunn
76a5ac00ff Set release date and add some changelog items
(cherry picked from commit 5938265b57)
2019-05-19 20:07:32 -07:00
Robin Dunn
5b30070698 Merge pull request #1227 from swt2c/fix_build_python3.8
Fix building with Python 3.8 on Linux

(cherry picked from commit c74a933c94)
2019-05-19 20:07:02 -07:00
Robin Dunn
1c51bc0de8 Merge pull request #1200 from pkienzle/master
python 2/3 compatible file handling in wx.py
2019-05-13 21:28:34 -07:00
Robin Dunn
2f6e88ffee Merge pull request #1202 from pkienzle/issue-1156-pywxrc
Fix wx/tools/pywxrc for py2/3 compatibility. Refs 1156.
2019-05-13 21:25:56 -07:00
Robin Dunn
221a98e902 Merge pull request #1223 from RobinD42/more-build-tweaks
More build tweaks

(cherry picked from commit d1b79db2a9)
2019-05-13 19:59:29 -07:00
Robin Dunn
384cc82709 Compensation for scrollbar width on GTK is no longer needed.
(cherry picked from commit 8b88b13cb1)
2019-05-13 19:45:47 -07:00
Robin Dunn
0e8ef04fec Merge pull request #1209 from RobinD42/use-pathlib-touch
Use pathlib2 to implement cmd_touch

(cherry picked from commit 68555f6d31)
2019-04-17 19:34:49 -07:00
Robin Dunn
c1cab5ee7c Add a note to the README directing readers to the website for install instructions
(cherry picked from commit 1f29d7f2a4)
2019-04-17 18:46:19 -07:00
Robin Dunn
40e5ce8bc4 Merge pull request #1208 from RobinD42/some-build-fixes
Enable wxPython's build to check results of wxWidgets configuration

(cherry picked from commit a6f6fff928)
2019-04-17 18:33:16 -07:00
Robin Dunn
96c41be226 Merge pull request #1199 from RobinD42/sip-4.19.16
Update sip to version 4.19.16

(cherry picked from commit 7383d34fce)
2019-04-15 16:57:04 -07:00
Paul Kienzle
092bb845d5 Fix wx/tools/pywxrc for py2/3 compatibility. Refs 1156. 2019-04-14 13:45:08 -04:00
Robin Dunn
0378328d45 Merge pull request #1201 from RobinD42/fix-issue1198
Fix access to members of transient wx.VisualAttributes

(cherry picked from commit d6324a0578)
2019-04-13 16:25:55 -07:00
Paul Kienzle
d235a9af9c Merge branch 'master' of github.com:pkienzle/Phoenix 2019-04-13 02:20:12 -04:00
Paul Kienzle
37a575c1fb python 2/3 compatible file handling. Refs #1193. 2019-04-13 02:19:52 -04:00
Robin Dunn
f0e0d80dd8 workaround bad default size of wx.SearchCtrl on gtk3
(cherry picked from commit 1d1f4f712a)
2019-04-12 20:33:06 -07:00
Robin Dunn
fb4b52681b Add doodle sample
(cherry picked from commit bfd7bd588b)
2019-04-12 20:32:41 -07:00
Robin Dunn
57a784700b Add Py37 builder to the ubuntu-16.04 vagrant
(cherry picked from commit ce64eb025b)
2019-03-04 11:24:33 -08:00
Robin Dunn
6167177c1a Add a button to the mainloop sample to test wx.PostEvent
(cherry picked from commit 53219c9e00)
2019-02-27 12:59:17 -08:00
Robin Dunn
005fcc90c6 fix typo
(cherry picked from commit 53e8370e02)
2019-02-27 12:59:06 -08:00
Robin Dunn
fd1c26d2e1 Add info about wx.NewIdRef to MigrationGuid, and update OnHTMLOpeningURL section too. 2019-02-12 18:51:28 -08:00
Robin Dunn
4b39ae25af Merge pull request #1167 from RobinD42/fix-issue1068
Fix the use of the output parameter in HtmlWindow.OnOpeningURL
(cherry picked from commit c201f558bd)
2019-02-12 17:36:44 -08:00
Robin Dunn
7b9a27321a Add changelog item for #1150
(cherry picked from commit 5c70b8624d)
2019-02-02 16:07:33 -08:00
Robin Dunn
38ebb70786 Merge pull request #1143 from RobinD42/fix-issue1140
Added missing setters for the wheel-related properties in wx.MouseEvent
(cherry picked from commit c3cbf2e68a)
2019-01-15 16:03:04 -08:00
Robin Dunn
35990a6027 Merge pull request #1142 from RobinD42/fix-issue1141
Added missing HtmlWindow.ScrollToAnchor method
(cherry picked from commit 47c3d96760)
2019-01-15 16:02:52 -08:00
Robin Dunn
beac13c0bb Merge pull request #1131 from swt2c/fix_access_test
Xfail unimplemented access test instead of failing it
(cherry picked from commit 92fc4afa9d)
2019-01-15 16:02:37 -08:00
Robin Dunn
58e9c1da8c Merge pull request #1130 from swt2c/fix_joystick_stubs
Fix joystick stub compilation
(cherry picked from commit 4d50f773ab)
2019-01-15 16:02:16 -08:00
Robin Dunn
fde6792936 Merge pull request #1127 from swt2c/fix_vlbox_test
Fix vlbox test on Python 3
(cherry picked from commit 8c9b379bc4)
2019-01-15 16:01:59 -08:00
Robin Dunn
13d32e3ef5 Add section for 4.0.5
(cherry picked from commit c9948488d49603f3c761e674f5f8ed551e633d89)
2019-01-15 14:06:56 -08:00
Robin Dunn
f975c392c5 Fix some stub generator warnings 2019-01-08 11:25:00 -08:00
Robin Dunn
30a4c8b680 Final tweaks from 4.0.4 for CHANGES.rst 2019-01-08 11:00:20 -08:00
Robin Dunn
94ce8fc74a Merge pull request #1124 from RobinD42/fix-issue1123
Generate optional stubs for the wxFileSystemWatcher* classes
(cherry picked from commit 792d32a1c4)
2019-01-03 22:16:08 -08:00
Robin Dunn
1d427573b3 Merge pull request #1122 from kg-2/patch-1
Update FCObjects.py
2019-01-03 21:59:06 -08:00
kg-2
f8add4de3f Update FCObjects.py
raises a ValueError instead of an AttributeError b/c self.Image is never set
2019-01-02 19:08:40 -08:00
Robin Dunn
b02def8ce6 A little more info in the changelog
(cherry picked from commit 8245182fc2)
2019-01-02 16:16:16 -08:00
Robin Dunn
b34f320faa Add changelog item for hhctrl.ocx fix
(cherry picked from commit de840d4654)
2019-01-02 16:15:55 -08:00
Robin Dunn
c3879c4a83 Merge pull request #1118 from RobinD42/fix-issue1095
Add missing methods in wx.ListBox
(cherry picked from commit f0224794ab)
2018-12-31 15:20:34 -08:00
Robin Dunn
f4984db1b5 Move new item to end of list, and fixed typos 2018-12-21 14:47:36 -08:00
Robin Dunn
999bf9f92b Merge pull request #1096 from Metallicow/aui-fixes-Dec2018
Aui fixes dec2018
(cherry picked from commit d3deff2ed8)
2018-12-21 14:45:49 -08:00
Robin Dunn
cb1488a295 Merge pull request #1111 from a358003542/master
toasterbox.py
2018-12-21 14:20:37 -08:00
Robin Dunn
7876de4a32 Merge pull request #1110 from jensgoe/fix_newline_tokenize
ignore newline added by Tokenize module since Python 3.6
2018-12-21 14:18:15 -08:00
Robin Dunn
3a83977348 Merge pull request #1100 from jensgoe/fix_fancytext_setY
fixed argument assignment
2018-12-21 14:13:53 -08:00
Robin Dunn
4060a8eedc Merge pull request #1093 from swt2c/reenable_python3.7_ci
Re-enable Python 3.7 in CircleCI builds
(cherry picked from commit c403d25113)
2018-12-21 14:12:29 -08:00
Robin Dunn
a76d836c95 Merge pull request #1092 from swt2c/cleanup_ci_deps
Clean up CircleCI dependencies
(cherry picked from commit 185eeeec92)
2018-12-21 14:11:09 -08:00