Commit Graph

2820 Commits

Author SHA1 Message Date
Robin Dunn
c9e99b54b0 Update copyright in wx/lib 2017-02-13 17:06:07 -08:00
Robin Dunn
3aa71ee825 Update copyright in sphinxtools 2017-02-13 16:52:44 -08:00
Robin Dunn
02d191cb7e Update copyright in src 2017-02-13 16:31:56 -08:00
Robin Dunn
ac3282148b Update copyright in packaging and samples 2017-02-13 16:31:34 -08:00
Robin Dunn
9d172ddc8a Update copyright in etgtools 2017-02-13 16:18:47 -08:00
Robin Dunn
4e38994944 Update copyright in etg 2017-02-13 16:14:55 -08:00
Robin Dunn
4b16ccc7d1 Update copyright in demo 2017-02-13 15:30:04 -08:00
Robin Dunn
56368cc31d Update copyright in buildtools 2017-02-13 15:29:30 -08:00
Robin Dunn
b3485d4dc7 Fix missing SetFocusIgnoringChildren in wx.ScrolledWindow.
Fixes #225
2017-02-09 14:46:05 -08:00
Robin Dunn
ecc47974a8 Fix tree upload commands 2017-02-08 20:43:24 -08:00
Robin Dunn
55df8e07ae Update wxWidgets revision 2017-02-08 19:29:14 -08:00
Robin Dunn
b21b242f6d Allow running vagrant builds in specified VMs only 2017-02-08 19:28:50 -08:00
Robin Dunn
717fdf9bd9 Add info about getting the linux snapshot builds 2017-02-07 15:56:04 -08:00
Robin Dunn
6cc9ca0130 Use the find command to delete uploaded linux wheel files older than 30 days 2017-02-07 15:12:59 -08:00
Robin Dunn
7b35940528 Change directory structure for the linux snapshot builds.
Fixes #224
2017-02-07 13:03:34 -08:00
Robin Dunn
5fc970e38e Add context manager methods to WindowDisabler.
Fixes #226
2017-02-06 22:34:58 -08:00
Robin Dunn
0a44abbec4 Fix compilation error in siplib with older C compilers 2017-02-04 10:44:52 -08:00
Robin Dunn
c8466d35c3 Fix sip MD5 for Windows 2017-02-03 22:15:12 -08:00
Robin Dunn
429829f1bb Merge pull request #211 from RobinD42/mustHaveApp
mustHaveApp
2017-02-03 22:06:16 -08:00
Robin Dunn
20580bda6e tweak comment a little 2017-02-03 17:01:56 -08:00
Robin Dunn
f3a4016d0b update wxWidgets pointer 2017-02-03 16:49:56 -08:00
Robin Dunn
5f703d7823 Add note about gstreamer 1.0 2017-02-03 16:35:12 -08:00
Robin Dunn
213830a1ec Add Py36 and gstreamer 1.0 to the Ubuntu 16.04 vagrant box 2017-02-03 14:15:43 -08:00
Robin Dunn
5d03b6965c Update SIP snapshot 2017-02-03 12:37:34 -08:00
Robin Dunn
90453a1494 Add unittest for mustHaveApp checks 2017-02-03 12:24:19 -08:00
Robin Dunn
b0c24a57fe Merge branch 'py36' 2017-02-03 08:34:56 -08:00
Robin Dunn
ed9b6ff0d5 Add builders and config for Py36 on Windows and OSX 2017-02-02 19:02:47 -08:00
Robin Dunn
fe62e4770a Merge pull request #220 from mesalu/requirements_tweak
Add numpy to requirements
2017-02-02 17:56:03 -08:00
Robin Dunn
079fb835fa Update wxWidgets revision to be used. 2017-02-02 09:54:49 -08:00
Mesalu
d74f8708db Add numpy to requirements
numpy is required for a few unit tests.  Since requirements already includes pytest (and friends) for the sake of testing, it makes sense to ensure all required modules are present.
2017-02-01 15:35:32 -08:00
Robin Dunn
29de984d00 Update siplib 2017-02-01 10:22:48 -08:00
Robin Dunn
a74fd1e110 update wxWidgets pointer 2017-01-31 20:12:34 -08:00
Robin Dunn
6fbc50ccd4 Also check setting image handler’s properties 2017-01-31 20:11:00 -08:00
Robin Dunn
e7911f5c1e minor code reorg 2017-01-31 19:17:15 -08:00
Samuel Dunn
2c853264e9 Add unit test to verify successful derivation of wx.ImageHandler 2017-01-31 17:08:49 -08:00
Samuel Dunn
8017b65616 ImageHandler no longer needs to be marked abstract 2017-01-31 17:05:04 -08:00
Robin Dunn
b6a2f4ff7c Revert adding pure virtual impls for wxDataViewCustomRenderer
Things still broken, waiting on a SIP fix…
2017-01-31 12:11:32 -08:00
Robin Dunn
123642f1b0 Use sys.maxsize so the test works for 32bit builds too 2017-01-31 08:29:15 -08:00
Robin Dunn
17cf02fada Pretend wxAutoBufferedPaintDC derives directly from wxDC 2017-01-30 16:05:53 -08:00
Robin Dunn
e3d15a2d36 Update vagrant configs for distros that have Python 3.6 available 2017-01-30 15:13:13 -08:00
Robin Dunn
1f7a6cb152 Fix missing pure virtuals in wxDataViewCustomRenderer 2017-01-30 14:18:04 -08:00
Robin Dunn
ee768f899c Add possible TODO for python-future 2017-01-30 13:50:23 -08:00
Robin Dunn
44b87bd34a Update to new sip snapshot 2017-01-30 13:49:41 -08:00
Robin Dunn
07a7440093 Merge pull request #216 from RobinD42/pyevent-clone-fix2
PyEvent Clone fix, 2nd try
2017-01-28 13:16:06 -06:00
Robin Dunn
81d10133bf Skip docs for the C++ impl of Clone.
Add docstring for _getAttrDict.
2017-01-28 10:42:21 -08:00
Robin Dunn
be61a4c386 Enable skipping items only when generating docs 2017-01-28 10:41:39 -08:00
Robin Dunn
360e3e6b2f Instead of using copy.copy to implement Clone, create the new instance with __new__ 2017-01-27 20:44:09 -08:00
Robin Dunn
968784d63d Merge pull request #215 from mesalu/fix_clone
Enable pickling of PyEvent objects to fix PyEvent.Clone
2017-01-26 16:03:06 -06:00
Samuel Dunn
753a01482c Updated doc strings to be more informative 2017-01-24 21:03:56 -08:00
Samuel
f978321bbf enable pickling of PyEvent objects 2017-01-24 17:22:48 -08:00