Commit Graph

1768 Commits

Author SHA1 Message Date
Mike Driscoll
fcf6670bc4 Update docs to point to Phoenix github instead of svn 2015-03-27 13:08:49 -05:00
Robin Dunn
50e5ff205d Merge pull request #12 from wernerfb/2015MarchSpeedGTK
test for agw.speedmeter
2015-03-26 08:13:35 -07:00
Werner F Bruhin
4e408d1c17 just add the Tags 2015-03-26 09:54:21 +01:00
Werner F Bruhin
fa0eb1c575 add some tests for speedmeter 2015-03-26 09:53:59 +01:00
Robin Dunn
9289a7cf84 Various tweaks and updates for unittests 2015-03-25 20:40:01 -07:00
Robin Dunn
2a7f50fae0 ownership is not actually transfered 2015-03-25 20:38:29 -07:00
Robin Dunn
b0208259ee Use rich compare methods instead of __cmp__, as Python3 doesn't support the latter. 2015-03-25 20:37:22 -07:00
Robin Dunn
6826af801b Fix some base classes for pi documentation files 2015-03-25 20:36:21 -07:00
Robin Dunn
fc5d0dfca6 Merge branch 'sip-4.16' 2015-03-25 19:57:40 -07:00
Robin Dunn
1ca41bcc4e Remove all but the 3rd trial implementation for dealing with the multiple inheritance in the scrolled window classes. 2015-03-25 18:47:00 -07:00
Robin Dunn
02bb55b7bd Port some changes from Classic 2015-03-25 17:53:07 -07:00
Robin Dunn
9a733347ab Update to sip 4.16.7 final 2015-03-25 13:06:18 -07:00
Robin Dunn
aecdd96a25 update sip MD5s for the 4.16.7 snapshot 2015-03-24 15:26:27 -07:00
Robin Dunn
b553f66b25 More sip-4.16 work. The build now completes w/o errors. 2015-03-23 09:09:32 -07:00
Robin Dunn
211b10d175 Merge branch 'master' into sip-4.16 2015-03-21 12:26:26 -07:00
Robin Dunn
599596c286 Update wxWidgets submodule 2015-03-20 19:47:15 -07:00
Robin Dunn
dd1d9d580f Better checks for downloaded tools.
isfile --> md5 check --> if platformBinary: return else --> os.access --> test executing

See PR#11
2015-03-20 19:47:15 -07:00
Robin Dunn
0ebd54573c Ignore saved copies of sip/cpp 2015-03-20 19:47:15 -07:00
Robin Dunn
c9f170a03b Merge branch 'wip' into sip-4.16 2015-03-20 12:12:48 -07:00
Robin Dunn
25b8834454 Ignore saved copies of sip/cpp 2015-03-20 12:12:10 -07:00
Robin Dunn
421dafaf2e More steps on the sip 4.16 journey. 2015-03-20 12:05:24 -07:00
Robin Dunn
0b98e7563b Merge pull request #10 from wernerfb/2015March-AUIgtk
Fix crash on GTK
2015-03-20 11:13:17 -07:00
Robin Dunn
91110d0db6 Merge branch 'master' into sip-4.16 2015-03-20 11:03:24 -07:00
Robin Dunn
42c661cf54 More Python3 fixes 2015-03-20 10:56:33 -07:00
Robin Dunn
a7cb363452 Use Python3 syntax for except clause. 2015-03-19 12:50:20 -07:00
Werner F Bruhin
d2fb677799 Fix crash on GTK 2015-03-18 09:51:35 +01:00
Robin Dunn
2ac42ed0d4 Merge branch 'wip' into sip-4.16 2015-03-17 18:03:48 -07:00
Robin Dunn
53815d8ec2 Merge branch 'master' into wip 2015-03-17 18:03:20 -07:00
Robin Dunn
22cc6b665e Only test executability when platformBinary is true.
Others will likely be run by Python or similar.
2015-03-17 18:02:33 -07:00
Robin Dunn
36f4779d52 Merge branch 'wip' into sip-4.16 2015-03-17 17:28:22 -07:00
Robin Dunn
2c20cce983 Merge branch 'master' into wip 2015-03-17 17:27:51 -07:00
Robin Dunn
8b28cafb29 Merge pull request #9 from davidfraser/double-float-clicks
Don't replace `double` with `float` if it's immediately followed by 'click'
2015-03-17 17:25:20 -07:00
Robin Dunn
44d0e76dff Merge pull request #8 from davidfraser/ubuntu-1404-build-fixes
Fixes for running on Ubuntu 14.04.2
2015-03-17 17:24:24 -07:00
Robin Dunn (cyclops)
37a9711136 fail signature check if none of the keyword args are used. 2015-03-17 16:39:14 -07:00
Robin Dunn
15395e9df2 Merge branch 'wip' into sip-4.16 2015-03-17 14:24:20 -07:00
Robin Dunn
d07fb5331a Allow skipping the MD5 check on tools when in dev mode 2015-03-17 14:23:54 -07:00
Robin Dunn
f40098bd0e siplib update to a new sip snapshot 2015-03-17 13:24:18 -07:00
Robin Dunn
4fd33ccd6d Allow skipping the MD5 check on tools when in dev mode 2015-03-17 13:23:28 -07:00
Robin Dunn
efb3824a17 comment tweaks 2015-03-17 13:22:10 -07:00
David Fraser
e8cac2f291 Don't be content with having the correct MD5 - check that the package is executable
(On Ubuntu 14.04.2 x86, the downloaded doxygen gives an `[ErrNo 8] Exec format error` here)
2015-03-17 15:14:39 +00:00
David Fraser
144992dd9b Don't replace double with float if it's immediately followed by a word starting 'click'
Otherwise we advise people about 'float clicking' and other difficult endeavours
See http://trac.wxwidgets.org/ticket/16904
2015-03-17 14:59:49 +00:00
David Fraser
a28e87a32f Quote fontname as required by graphviz 2.36.0 2015-03-17 14:30:14 +00:00
Robin Dunn
db20285f49 Start of porting to newest sip. Not quite ready yet… 2015-03-13 18:28:33 -07:00
Robin Dunn
2c3b7a813d wx.YieldIfNeeded doesn't exist in Phoenix.
This fixes going into help mode in PyShell.
2015-03-12 13:51:51 -07:00
Robin Dunn
205bdf2684 Add deprecated RichTextCtrl.GetDefaultStyle 2015-03-12 10:15:58 -07:00
Robin Dunn
3a44ba8f0b Fix __setitem__ and add another test 2015-03-12 10:15:58 -07:00
Robin Dunn
b3089a52e8 Add Get() and sequence protocol methods to RichTextRange 2015-03-12 10:15:58 -07:00
Robin Dunn
7af0d34a92 Add a TODO 2015-03-12 10:15:58 -07:00
Robin Dunn
c65a747f2e fix pyArgsString for wx.Colour.Get 2015-03-12 10:15:58 -07:00
Robin Dunn
62a222180b Sip needs to see declarations of TryBefore/TryAfter in all classes where it might be overridden. Otherwise searching for event handlers could fail in some cases. 2015-03-07 14:44:13 -08:00