Commit Graph

  • f0924fce36 Add wx.Choicebook, wx.Listbook, wx.Toolbook and wx.Treebook Robin Dunn 2012-06-20 17:10:42 +00:00
  • cb545458a8 * Add missing BookCtrl and Notebook constants and Notebook event binders. * Add a wx.BookCtrl and binder aliases (set to wx.Notebook) since it is mentioned in the notebook overview. * update unittests Robin Dunn 2012-06-20 17:10:29 +00:00
  • 01296cf8cb Phoenix: Andrea Gavana 2012-06-18 19:41:24 +00:00
  • 2ba7d71620 Add wx.Caret Robin Dunn 2012-06-18 02:14:50 +00:00
  • efe443938e Add the next batch of ETG scripts to be implemented. Robin Dunn 2012-06-18 02:14:42 +00:00
  • 411d6f2902 Add wx.BusyInfo Robin Dunn 2012-06-18 02:14:38 +00:00
  • b443e0e5e9 Ensure that all the extra -isysroot flags are removed from the arg list, not just the first extra one. Robin Dunn 2012-06-15 00:11:14 +00:00
  • 998fb8369e cleanup Robin Dunn 2012-06-14 22:46:39 +00:00
  • 2c2562bdc1 10.5 deployment target Robin Dunn 2012-06-14 22:46:34 +00:00
  • f95921cc5a rename 10.5 buildslave because it isn't 10.5 anymore :-) Robin Dunn 2012-06-14 22:46:30 +00:00
  • 1af93b1f5a Oops, forgot to add the new builders to the schedulers Robin Dunn 2012-06-14 01:19:16 +00:00
  • ce58c541c2 Add a new OSX buildbot, set it to build for Py3.2 Robin Dunn 2012-06-14 01:16:46 +00:00
  • d0c3be8ad1 Use i386 arch flag when building sip, update MD5 in build.py Robin Dunn 2012-06-14 00:22:02 +00:00
  • 78b63e56ea Fixes for better integration with the existing wxScrolledWindow and wxScrolledCanvas docs Robin Dunn 2012-06-13 23:22:11 +00:00
  • 84bd75da00 Refactor the code which downloads the tools to make it reusable for more tools. Add downloading of the Doxygen command. This helps ensure that all are using the same version, and makes setting up new build environments or buildslaves easier since sometimes installing an old version of doxygen can be tricky. Robin Dunn 2012-06-13 23:22:05 +00:00
  • 8bf034a1c8 tweak the docstring a little Robin Dunn 2012-06-13 23:22:00 +00:00
  • 1aaaef0e92 Phoenix: Andrea Gavana 2012-06-13 20:40:53 +00:00
  • 6416c3639e Set svn:eol-style property to native Robin Dunn 2012-06-13 20:00:47 +00:00
  • 5bdaa46245 Associate the new builder with a scheduler Robin Dunn 2012-06-13 00:42:31 +00:00
  • 5912e2670a * Rename the ubuntu slave to include the architecture in the name. * Add a Py3.2 build on the ubuntu slave Robin Dunn 2012-06-12 23:13:21 +00:00
  • b5fcfba543 Phoenix: Andrea Gavana 2012-06-12 22:08:35 +00:00
  • 7009b4d8dd Compile fix for Python3 build Robin Dunn 2012-06-12 21:53:52 +00:00
  • e7359ac55a Add extra flags and info to enable template specialization typdefs to be documented like a class. Use it with wxScrolledWindow and wxScrolledCanvas. Robin Dunn 2012-06-12 20:56:21 +00:00
  • f697317ebc Classes without explicit bases still derive from object Robin Dunn 2012-06-12 20:56:15 +00:00
  • 3e720e2530 Phoenix: Andrea Gavana 2012-06-12 20:34:13 +00:00
  • 9233e2747b Phoenix: Andrea Gavana 2012-06-10 21:08:29 +00:00
  • b364c33912 Update comments Robin Dunn 2012-06-09 00:15:47 +00:00
  • 5c9b32cad6 Fix copy/paste error Robin Dunn 2012-06-08 20:04:50 +00:00
  • 0cc5adff02 Add virtual flag for SendAutoScrollEvents Robin Dunn 2012-06-08 19:33:03 +00:00
  • cb2f179d20 bug fix Robin Dunn 2012-06-08 05:13:41 +00:00
  • 09ea28d697 Add wx.adv.Wizard Robin Dunn 2012-06-08 05:13:36 +00:00
  • d472962864 Wordwrap the text used for docstrings. Put the signatures for the ctors before the text, just like the other functions, methods. Robin Dunn 2012-06-08 05:13:28 +00:00
  • 14c7c36924 Phoenix: Andrea Gavana 2012-06-07 21:07:40 +00:00
  • 41aef0d14e Add wx.adv.TreeListCtrl Robin Dunn 2012-06-07 04:34:53 +00:00
  • e1f8314e53 Add wx.adv.TimePickerCtrl Robin Dunn 2012-06-07 04:34:46 +00:00
  • 1c28577aaf Add wx.adv.RichToolTip Robin Dunn 2012-06-07 04:34:39 +00:00
  • 1b0eaa1329 Add wx.adv.BitmapComboBox Robin Dunn 2012-06-07 04:34:32 +00:00
  • 5c50397ce6 Clarify the Bind docstring a little bit Robin Dunn 2012-06-07 04:34:24 +00:00
  • afc235d940 Phoenix: delete unused/personally compiled DLLs from the wx folder. Andrea Gavana 2012-06-06 19:41:16 +00:00
  • fc5b4a31ca Phoenix: Andrea Gavana 2012-06-06 19:36:04 +00:00
  • 1848134afa remove expectedFailure decorator, because it should not fail now with the new sip. Robin Dunn 2012-06-06 01:15:39 +00:00
  • a9445a95e6 Add OwnerDrawnComboBox Robin Dunn 2012-06-06 01:15:34 +00:00
  • 5577cb87b7 Update to a newer build of SIP to get some bug fixes Robin Dunn 2012-06-06 01:15:27 +00:00
  • 18ee2640b5 return self from ignore() so we can chain another operation on it Robin Dunn 2012-06-06 01:15:19 +00:00
  • 3426d72bc3 Some little tweaks and fixes Robin Dunn 2012-06-06 01:15:14 +00:00
  • a0c031bcce Add note about multiple inheritance Robin Dunn 2012-06-06 01:15:07 +00:00
  • 54b96c13a5 Make HitTest return 2 values and add HitTestSubItem that reurns all 3, like in Classic Robin Dunn 2012-06-06 01:15:02 +00:00
  • d5d284a4e6 Add wx.ComboCtrl and wx.ComboPopup Robin Dunn 2012-06-06 01:14:57 +00:00
  • b38aa2c9c3 HasTransparentBackground is protected in some classes Robin Dunn 2012-06-06 01:14:48 +00:00
  • b92ca5fe14 Use $PROJECTS Robin Dunn 2012-06-06 01:14:43 +00:00
  • 7a4a5eb4cf Check dependencies and skip running sip if nothing is out of date. Robin Dunn 2012-05-31 20:31:03 +00:00
  • 1574d2c081 Explicitly specify the waf build output fodler and have it include the Python version so more than one can be in the build tree at the same time. Also add release/debug for Windows builds. Remove the code and comments attempting to do this from wscript. Robin Dunn 2012-05-31 20:30:58 +00:00
  • bbbe85b554 Refactor the various PyObject user-data classes to share a common templated base class Robin Dunn 2012-05-30 23:33:53 +00:00
  • b2224f6492 Add wx.HTMLDataObject Robin Dunn 2012-05-30 19:26:49 +00:00
  • c56045244f Phoenix: Andrea Gavana 2012-05-30 19:06:06 +00:00
  • 45ac7c4273 Use absolute paths to these includes so that extensions can pick up headers from these dirs as well. Kevin Ollivier 2012-05-30 18:29:45 +00:00
  • 71da9bea83 Don't do a #ifdef inside a macro expansion, MSVC doesn't like it. Robin Dunn 2012-05-30 06:37:38 +00:00
  • 787cfb858e Add and use the wxPyThreadBlocker class. Robin Dunn 2012-05-30 03:24:34 +00:00
  • 209b24057c col --> colour in Python version so API matches wrapped version Robin Dunn 2012-05-30 03:24:21 +00:00
  • 274a4cf18e Add wx.adv.SashWindow, wx.adv.SashLayoutWindow and friends Robin Dunn 2012-05-30 03:24:16 +00:00
  • 26a4ade258 Use absolute import Robin Dunn 2012-05-30 03:24:06 +00:00
  • 6400014b77 Test for some missing constants Robin Dunn 2012-05-30 03:24:01 +00:00
  • 3eb0e40d78 A little cleanup and comments Robin Dunn 2012-05-30 03:23:56 +00:00
  • 40dfc6acd4 make runnable with python3 Robin Dunn 2012-05-30 03:15:08 +00:00
  • 93e5c5de43 fix typo Robin Dunn 2012-05-30 03:15:02 +00:00
  • 4fee2a598a Phoenix: Andrea Gavana 2012-05-29 20:11:36 +00:00
  • ef79b8c371 - Shorten up the documentation page header; - Add samples for wx.SplashScreen and AffineMatrix2D. Andrea Gavana 2012-05-26 20:35:44 +00:00
  • 1d3fc8dad2 remove the 't' mode for codecs.open Robin Dunn 2012-05-25 21:35:14 +00:00
  • 2e218eb0f9 update py3 notes Robin Dunn 2012-05-25 20:43:53 +00:00
  • 2011586fa0 Use codecs.open in textfile_open() for Py2.7 so it can work more like open() in Py3, auto-converting to/from utf-8 and unicode. Use textfile_open in parts of the sphinx command that were having encoding errors and also in writeIfChanged(). Robin Dunn 2012-05-25 20:43:48 +00:00
  • b41df0b779 Many, many (many!) changes needed to build and run the Phoenix extension modules with Python 3. Where possible changes were made such that the code works with both Python 2.7 and 3.2 without conditionals. In general the following types of changes were made: Robin Dunn 2012-05-24 23:28:02 +00:00
  • 7813eacd4b Add a space to make it clear that we're returning the address of the returned reference Robin Dunn 2012-05-24 23:27:29 +00:00
  • 63c7167aca we also need the /Z7 flag for debug info on MSVC Robin Dunn 2012-05-24 23:27:24 +00:00
  • 2387664639 Add wx.adv.SplashScreen Robin Dunn 2012-05-24 23:27:19 +00:00
  • 8f04fee7be Add wx.adv.NotificationMessage Robin Dunn 2012-05-24 23:27:12 +00:00
  • 8c1db7a994 Phoenix: Andrea Gavana 2012-05-22 19:27:06 +00:00
  • c133c08a8b Explicitly specify the pyArgsString for wx.TextAttr.SetFont since the generators don't know how to handle the & operator in bitflags yet. Robin Dunn 2012-05-22 00:18:03 +00:00
  • 29d1610e0e Fix pi generation of global variables when there is something in front of the wx preifx Robin Dunn 2012-05-22 00:17:59 +00:00
  • 9d73df7b77 Add wx.adv.EditableListBox Robin Dunn 2012-05-22 00:17:53 +00:00
  • 218cf07fa1 Add wx.adv.BannerWindow Robin Dunn 2012-05-22 00:17:46 +00:00
  • fffbf482ea check for a parameter named 'winid' too. Robin Dunn 2012-05-22 00:17:39 +00:00
  • 28ef2da74e Add wx.adv.AnimationCtrl Robin Dunn 2012-05-22 00:17:34 +00:00
  • b70299d205 Add simple unittest for wx.Overlay Robin Dunn 2012-05-22 00:17:26 +00:00
  • 9afc5d886e Fixes crashes when trying to use the variadic version of the wx.FileTypeInfo ctor Robin Dunn 2012-05-22 00:17:21 +00:00
  • 48d5c078f0 Add wx.adv.Joystick Robin Dunn 2012-05-22 00:17:14 +00:00
  • 276acdab9a Phoenix: Andrea Gavana 2012-05-21 20:02:03 +00:00
  • 4d61dc78a8 Add overlay classes Robin Dunn 2012-05-19 06:22:42 +00:00
  • 68d0292399 Remove extra symbols from global variables before writing the code for the pi file Robin Dunn 2012-05-19 06:22:32 +00:00
  • 5867c12a93 add missing setters for some wx.Rect properties, and also use the autogenerated properties. Robin Dunn 2012-05-19 06:22:28 +00:00
  • 9a389de406 Add wx.PowerEvent Robin Dunn 2012-05-19 06:22:23 +00:00
  • ee85ff894a Add Mime classes Robin Dunn 2012-05-18 20:23:02 +00:00
  • 87ef3295a7 Phoenix: Andrea Gavana 2012-05-17 20:56:11 +00:00
  • 80a0991700 Ignore IsPlaying, it's not in the MSW port Robin Dunn 2012-05-17 05:16:53 +00:00
  • 340e631233 Add wx.adv.Sound Robin Dunn 2012-05-17 02:54:28 +00:00
  • 34904a45eb allow cppSignature args to the _sip methods too Robin Dunn 2012-05-17 02:54:20 +00:00
  • 3d3aaae524 Tweak some comments Robin Dunn 2012-05-17 02:49:13 +00:00
  • 1282553221 The test function is not imported from _core because of the leading underscore. Check and use it directly from wx._core instead. Robin Dunn 2012-05-17 02:49:08 +00:00
  • 5253d778e7 Add --cairo flag for MSW build Robin Dunn 2012-05-12 06:57:34 +00:00
  • 370d9e45c9 Make it possible to build both release and debug (*_d.pyd, /MDd, etc.) versions on Windows. Robin Dunn 2012-05-12 06:18:09 +00:00
  • 267123eea9 copy the cairo DLLs on Windows Robin Dunn 2012-05-12 06:18:05 +00:00