Commit Graph

4203 Commits

Author SHA1 Message Date
Robin Dunn
83fa9e3b2e remove cmd_build_vagrant, add cmd_build_docker 2019-07-04 11:23:27 -07:00
Robin Dunn
2bdef86c7b remove unused parameters 2019-07-04 11:22:31 -07:00
Robin Dunn
9400615bc8 Clean up package caches and such 2019-07-03 15:49:04 -07:00
Robin Dunn
0d4ee1d8c4 wxpython --> wxpython4 2019-07-03 15:43:33 -07:00
Robin Dunn
5445daf0fd Add a task for pushing the images to docker hub 2019-07-03 15:38:00 -07:00
Robin Dunn
b9480a6391 Fix fetching the distro names from the subfolders 2019-07-03 15:37:08 -07:00
Robin Dunn
ce6e71a42f The org name is actually 'wxpython4' 2019-07-03 15:36:23 -07:00
Robin Dunn
81db218d4f Remove the screensaver packages 2019-07-03 15:33:00 -07:00
Robin Dunn
8a69264893 Add task to run an image 2019-07-02 18:22:29 -07:00
Robin Dunn
767f278e4a Add option to build the gui flavor of an image 2019-07-02 18:22:06 -07:00
Robin Dunn
c21cb5f6d2 Add 'gui' docker files, which include running X11 via a VNC server 2019-07-02 18:21:10 -07:00
Robin Dunn
de95ecbc87 Move build docker files to build subdir 2019-07-02 18:19:30 -07:00
Robin Dunn
da4b2bc8eb Set the timezone and a bit of reorg 2019-07-02 18:17:54 -07:00
Robin Dunn
cccbfa1279 Add script to build docker images and build wxpython using them 2019-07-01 19:36:03 -07:00
Robin Dunn
a19b2d99d1 Add centos-7 2019-06-29 21:16:53 -07:00
Robin Dunn
66ba2c0c6c Add fedora-30 2019-06-29 16:52:37 -07:00
Robin Dunn
b2e76458f7 Sort package names 2019-06-29 16:52:37 -07:00
Robin Dunn
ce64baf0fd Add Fedora-29 2019-06-29 16:52:37 -07:00
Robin Dunn
471c297f9d More small tweaks and fixes. 2019-06-29 16:52:37 -07:00
Robin Dunn
e81ff423b1 Add Debian 9 and 10 images 2019-06-29 16:52:37 -07:00
Robin Dunn
4a0436ae7c Add flag to specify if GTK builds are supported 2019-06-29 16:52:37 -07:00
Robin Dunn
1d7e08ff09 install nano, just in case an editor is needed 2019-06-29 16:52:37 -07:00
Robin Dunn
e553bdca3a Add Dockerfiles for 14.04 and 16.04 2019-06-29 16:52:37 -07:00
Robin Dunn
a867674859 Move the dist folder to the root 2019-06-29 16:52:37 -07:00
Robin Dunn
cad5411ae3 Complete Dockerfile and build script for ubuntu-18.04 2019-06-29 16:52:37 -07:00
Robin Dunn
af3e2ce582 start playing with Docker 2019-06-29 16:52:37 -07:00
Robin Dunn
49f7e69182 use --forked instead of --boxed with pytest 2019-06-29 16:52:19 -07:00
Robin Dunn
3aa44af267 Merge pull request #1286 from wxWidgets/fix-issue1277
Check if the interpreter still exists before trying to acquire the GIL
2019-06-29 16:47:16 -07:00
Robin Dunn
783ce37252 Check if the interpreter still exists before trying to acquire the GIL 2019-06-29 11:22:14 -07:00
Robin Dunn
c90357e787 Add note to Migration Guide about wx.WS_EX_VALIDATE_RECURSIVELY 2019-06-29 11:19:35 -07:00
Robin Dunn
7ea1dd6f47 Merge pull request #1284 from wxWidgets/fix-1278
The wx.WS_EX_VALIDATE_RECURSIVELY extended style flag is obsolete
2019-06-29 11:08:38 -07:00
Robin Dunn
f93e835c68 The wx.WS_EX_VALIDATE_RECURSIVELY extended style flag is obsolete 2019-06-28 23:08:49 -07:00
Robin Dunn
86feefabdd Merge pull request #1283 from wxWidgets/fix-no-webkit-builds
Fix compilation when webkit is not available
2019-06-28 20:38:16 -07:00
Robin Dunn
05ad1ef605 Merge pull request #1282 from wxWidgets/add-sip-license
Include SIP's license file too
2019-06-28 20:24:57 -07:00
Robin Dunn
c041e9f1e6 Add some links at the bottom of the page to test scrolling 2019-06-28 13:26:50 -07:00
Robin Dunn
6eb4683085 Remove old docs link from sample html 2019-06-28 13:26:50 -07:00
Robin Dunn
2acd657bdc Text tweak 2019-06-28 13:21:51 -07:00
Robin Dunn
98ea1d87f4 Include SIP's license file too 2019-06-28 12:55:05 -07:00
Robin Dunn
870d77b91d Don't define an extra set of wxWebViewIE_EmulationLevel enum when webkit is not available. 2019-06-28 09:58:45 -07:00
Robin Dunn
03ee6dcd95 Python 2.7 doesn't have TemporaryDirectory
(cherry picked from commit ef81730d8a)
2019-06-22 19:23:27 -07:00
Robin Dunn
6dab1307fa Add option to regenerate sysconfig in broken build environments.
Also add option to print waf's config.log on error.

(cherry picked from commit a2f6c4b402)
2019-06-22 19:23:27 -07:00
Robin Dunn
6a4dc562d2 Copy the .rc file and build separately for each extension module
(cherry picked from commit f57961ca0e)
2019-06-22 19:23:27 -07:00
Robin Dunn
b7d0902004 Switch back to the default conf.check_python_headers for darwin
(cherry picked from commit 77daf71259)
2019-06-22 19:23:27 -07:00
Robin Dunn
2bfa54af35 Merge pull request #1271 from wxWidgets/fix-issue1266
Set FindText.findEnd to be an output parameter
2019-06-19 18:26:18 -07:00
Robin Dunn
3ceead8b81 Merge pull request #1265 from mesalu/address_1238
Attempts to enforce system settings in the demo page panel.
2019-06-19 17:00:03 -07:00
Robin Dunn
a4a481c7f8 Set FindText.findEnd to be an output parameter 2019-06-19 16:15:38 -07:00
Mesalu
033fe60a92 Fix logic so command line switch overrides system settings. 2019-06-17 15:47:01 -07:00
Mesalu
a805eed69a Attempts to enforce system settings in the demo page panel.
Adds a block in the wx.stc.StyledTextCtrl version of DemoPageEditor that will try to match system settings for caret period.
Also adds the ability to read a switch off of sys.argv to manually disable cursor blinking.
2019-06-17 15:37:47 -07:00
Robin Dunn
1e7506600c Merge branch 'add-EnableSystemTheme' 2019-06-12 19:04:59 -07:00
Robin Dunn
54dc9ac457 Add EnableSystemTheme method to the classes which support it 2019-06-12 13:33:26 -07:00