Commit Graph

4121 Commits

Author SHA1 Message Date
Robin Dunn
f0d6404bc5 We need scandir too 2019-06-03 22:26:10 -07:00
Robin Dunn
acdd97946e Merge pull request #1252 from wxWidgets/add-backports
Internalize backports
2019-06-03 22:18:44 -07:00
Robin Dunn
90fd88f45d Instead of doing conditional requirements, add the backports we need to buildtools.backports 2019-06-03 21:33:23 -07:00
Robin Dunn
d6faf337e2 Ignore wxCreateScrolled (for now) 2019-06-03 09:17:47 -07:00
Robin Dunn
dd7696f9d6 Update wxWidgets revision for wxScrolled<wxControl> fix 2019-06-03 09:11:13 -07:00
Robin Dunn
aaf75b6b61 Merge pull request #1250 from wxWidgets/sizer-fixes
A few fixes from Jorge Moraleda
2019-05-31 22:06:37 -07:00
Robin Dunn
7924b3b48d A few fixes from Jorge Moraleda 2019-05-31 21:21:06 -07:00
Robin Dunn
97c475a4b7 Merge pull request #1249 from wxWidgets/dox-wo-cygwin
Reduce dependency on cygwin
2019-05-31 21:10:12 -07:00
Robin Dunn
d737f38d9c Merge branch 'master' into dox-wo-cygwin 2019-05-31 21:09:47 -07:00
Robin Dunn
4a7a0acbbf Merge pull request #1248 from wxWidgets/use-textwrap3-indent
Use textwrap3 on Python 2
2019-05-31 21:06:59 -07:00
Robin Dunn
23a99b9742 Reduce dependency on cygwin, enable working with other bash implementations 2019-05-31 15:49:32 -07:00
Robin Dunn
e234a65cd7 Use textwrap3 on Python 2 2019-05-31 08:57:15 -07:00
Robin Dunn
b4239a3813 Add backports.shutil_which 2019-05-31 08:46:20 -07:00
Robin Dunn
d29f17353e Merge pull request #1241 from wxWidgets/fix-pathlib-dep
Install and use pathlib2 only for Python2
2019-05-29 20:39:11 -07:00
Robin Dunn
2e9612a3b0 Merge pull request #1240 from wxWidgets/WIT-gtk3-highlight
Use a wx.Overlay in WIT on GTK3
2019-05-29 20:38:55 -07:00
Robin Dunn
2c4f9cb226 Install and use pathlib2 only for Python2 2019-05-29 19:52:07 -07:00
Robin Dunn
3409c0b577 Add changelog entry 2019-05-29 19:23:26 -07:00
Robin Dunn
e74c9b2c10 Use an overlay to highlight widgets when running on GTK3 2019-05-29 19:18:50 -07:00
Robin Dunn
e389a38b53 Propgrid fixes needed due to wxWidgets update 2019-05-29 15:10:44 -07:00
Robin Dunn
86182c9111 Update wxWidgets revision 2019-05-29 14:15:24 -07:00
Robin Dunn
41a4841eb2 Fix extraction of the template parameter name 2019-05-29 14:14:43 -07:00
Robin Dunn
8442697a50 Merge pull request #1239 from wxWidgets/fix-build-issues
Fix build issues
2019-05-28 18:51:23 -07:00
Robin Dunn
56e6bd4c90 Merge pull request #1234 from ricpol/issue1230
Various fixes in wx.lib.calendar
2019-05-28 18:33:53 -07:00
Robin Dunn
d97465c5c0 Recursively export submodules 2019-05-28 16:44:02 -07:00
Robin Dunn
23fe71ff6d Restore always trying to build the msg catalogs, and
remove the source .mo file when done copying it. (Because they're not committed to wxWidgets repo anymore.)
2019-05-28 14:50:06 -07:00
ricpol
08194d61d7 register changes in CHANGES.rst 2019-05-28 22:21:49 +02:00
Robin Dunn
a8a434e071 Merge pull request #1237 from RobinD42/test-circleci
trivial changes just for CI testing
2019-05-27 23:21:54 -07:00
Robin Dunn
ff1d5402a1 Python 2.7 doesn't have indent 2019-05-27 22:51:53 -07:00
Robin Dunn
1f12bb7733 trivial changes just for CI testing 2019-05-27 22:26:57 -07:00
Robin Dunn
cf35065141 Print the compiler version information on posix builds 2019-05-27 22:06:49 -07:00
Robin Dunn
20d5780a44 Remove old command 2019-05-27 22:06:23 -07:00
Robin Dunn
c956955abe grammar fix 2019-05-27 20:27:34 -07:00
Robin Dunn
2f45313257 #if, not #ifdef 2019-05-27 16:00:33 -07:00
Robin Dunn
2e6cda34a8 Fix wxWidgets micro version number 2019-05-27 15:14:29 -07:00
Robin Dunn
e30c6caea6 Use wxUSE_GRAPHICS_DIRECT2D to test if Direct2D renderer is possible 2019-05-27 14:56:02 -07:00
Robin Dunn
7a82a27ab8 Set wxUSE_WINRT to 0 2019-05-27 14:56:02 -07:00
Robin Dunn
bf051ff18b Fixed typo 2019-05-27 14:51:39 -07:00
Robin Dunn
8a5fdff138 wxWindow --> wxWindowBase 2019-05-27 09:04:16 -07:00
ricpol
6088d873f8 fixes and tests for CDate.py 2019-05-25 18:53:04 +02:00
ricpol
a8bf4a5113 some new test for wx.lib.calendar 2019-05-25 17:14:07 +02:00
ricpol
5a5e821424 fixed CalenDlg to make it work with the other updates 2019-05-25 17:11:24 +02:00
ricpol
f74f4dde34 give up calendar to avoid possible import shadowing 2019-05-25 16:59:39 +02:00
ricpol
0ea38e43d8 smart date setting in SetDate 2019-05-25 16:12:38 +02:00
Robin Dunn
f884bf8e4a Convert new code snippets 2019-05-24 15:35:56 -07:00
Robin Dunn
23f15182c8 Update wxWidgets revision 2019-05-24 13:49:48 -07:00
Robin Dunn
93d3bb8f5f Only build the message catalogs by default in release builds 2019-05-24 12:01:44 -07:00
Robin Dunn
794eb6f82d disable building the message catalogs, for now 2019-05-24 11:34:26 -07:00
ricpol
e2023a1fbc setter APIs now actually set valid dates 2019-05-24 19:41:06 +02:00
Robin Dunn
849c70b09e Switch branch for the buildbot 2019-05-24 09:59:42 -07:00
ricpol
b7641ca656 fixed bug in key navigation when crossing DST boundary 2019-05-24 14:40:29 +02:00