Commit Graph

1736 Commits

Author SHA1 Message Date
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
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
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
d07fb5331a Allow skipping the MD5 check on tools when in dev mode 2015-03-17 14:23:54 -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
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
Robin Dunn
a8c5b53ed5 typos 2015-03-07 14:29:39 -08:00
Robin Dunn
b048fb93ef Pythonize StatusBar.SetStatusStyles 2015-03-06 17:02:19 -08:00
Robin Dunn
7be451686e Add TODO for pythonizing wx.StatusBar.SetStatusStyles 2015-03-06 13:57:21 -08:00
Robin Dunn
5ae6f4b5c0 Oops,the wrong MD5 value was updated 2015-03-05 16:07:36 -08:00
Robin Dunn
cd377cdfe0 Update sip to version 4.14.7 2015-03-05 15:37:36 -08:00
Robin Dunn
4d5810d5c1 Add wxEvtHandler::TryBefore and TryAfter 2015-03-05 15:16:54 -08:00
Robin Dunn
dcd5d1dbaf add TODO and clean up whitespace 2015-03-04 17:21:29 -08:00
Robin Dunn
75ba21e45c Add mapped type for wxVariantList 2015-03-04 17:14:26 -08:00
Robin Dunn
d5f4aefd4b Add typedef for wxLongLong_t and wxULongLong_t 2015-03-04 17:13:49 -08:00
Robin Dunn
30e7d68f76 Allow typedefs to be nested in classes. 2015-03-03 20:53:18 -08:00
Robin Dunn
351f676b4f Ignore the ExtraControlCreatorFunction typedef (for now) 2015-03-03 20:51:33 -08:00
Robin Dunn
94817a7861 Update wxWidgets submodule 2015-03-02 21:06:46 -08:00
Robin Dunn
7483f7b5de Merge pull request #100 from wernerfb/2015-March-Persist
agw-persist - allow save/restore of an individual control's value
2015-03-01 23:47:56 -08:00
wernerfb
2ad78d83ab Allow that an individual controls saves/restores its value (got into SVN at some point) 2015-03-01 18:07:04 +01:00
Robin Dunn
d1dfc4e035 Update to Doxygen 1.8.8 (the same version currently used by wxWidgets) 2015-02-28 15:34:57 -08:00
Robin Dunn
d968a07b49 Merge pull request #7 from wernerfb/2015-Feb-Aquabutton
Event change from wx.EVT_UPDATE_UI did not show the status change
2015-02-28 15:33:04 -08:00
wernerfb
138a666787 Event change from wx.EVT_UPDATE_UI did not show the status change 2015-02-28 12:41:40 +01:00
Robin Dunn
fe9f19f159 Provide a more informative error message and an exception when a XML file is not found for an item. 2015-02-27 21:01:30 -08:00
Robin Dunn
d669ca667c Merge pull request #89 from wernerfb/june-timectrl
masked.timectrl
2015-02-27 19:52:04 -08:00
Werner F Bruhin
e36c213dd5 - fix deprecation warning for m_shiftDown 2015-02-27 10:47:51 +01:00
Werner F Bruhin
5b606897ca - test for background color to be correct 2015-02-27 10:47:51 +01:00
Werner F Bruhin
c6eff96a3f - timectrl demo shows all values as invalid/out of bounds
- so added a test, but strangely enough that passes, but doesn't hurt
2015-02-27 10:47:50 +01:00
Robin Dunn
b666da8b7f fix typo 2015-02-26 19:40:53 -08:00
Robin Dunn
5d6d972953 Remove finished ToDo 2015-02-26 17:42:20 -08:00
Robin Dunn
1ee85c8c0d Merge branch 'PythonCHB-master' 2015-02-26 16:55:24 -08:00
Robin Dunn
0851b03f66 More info and clarification for the main README 2015-02-26 16:55:00 -08:00
Robin Dunn
24625e78d6 Merge branch 'datetime-parse' 2015-02-26 16:22:23 -08:00
Robin Dunn
2e1b3ec664 Add prettifyNode tool function 2015-02-26 16:20:31 -08:00
Robin Dunn
9a230dbbd5 Update the docs for the changes in the Parse*() methods API 2015-02-26 14:38:57 -08:00
Chris Barker
65f86e08b6 updated readme to include bring in the wxWidgets submodule 2015-02-25 20:03:10 -08:00
Robin Dunn
15e911fd96 Change the wx.DateTime.Parse*() to be like they were in Classic, returning a -1 on failure, or the number of characters parsed otherwise.
Add some unit tests to exercise the new methods.
2015-02-25 00:00:23 -08:00
Robin Dunn
e308d980b2 Update TODOs 2015-02-24 19:39:51 -08:00