Commit Graph

  • 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
  • 39ba18dc58 Fix wxURLDataObject Robin Dunn 2012-05-10 22:39:42 +00:00
  • aa5bc9b6b6 * Add the rest of the wx.DataObject classes and unittests. * Enable all the important virtual methods to be overridden in Pytyhon subclasses. * Use Python buffer object APIs and objects for data transfer where appropriate. Robin Dunn 2012-05-10 22:39:37 +00:00
  • 470cc7cea8 Import __version__ differently so WingIDE's source analysis works again. Robin Dunn 2012-05-10 22:39:29 +00:00
  • 342459580d Add a unit test for wx.Clipboard Robin Dunn 2012-05-10 22:39:24 +00:00
  • 2bd3ad68b6 Move the ConvertToSubClas code to a tool function so it can be reused elsewhere. Robin Dunn 2012-05-10 22:39:18 +00:00
  • ec06cdb967 indent the GIL macros Robin Dunn 2012-05-10 22:39:12 +00:00
  • cb5e679b6d Add a convenience function to the API for creating a writable buffer object from a pointer and size. Robin Dunn 2012-05-10 22:39:08 +00:00
  • 4045293f9d Acquire the GIL before checking for an error Robin Dunn 2012-05-10 22:39:02 +00:00
  • 6742c20040 Release the GIL when calling the function generated for CppMethod objects. Robin Dunn 2012-05-10 22:38:57 +00:00
  • 21a4a98cb7 Add wxClipboard Robin Dunn 2012-05-10 22:38:52 +00:00
  • 15115dca23 * Allow defining the real C++ signature of a method or ctor that we are replacing with a custom method with a different signature. This is important when the original is a ctor or a virtual method, and so there will need to be a matching method/ctor for it in the custom derived class generated by SIP. * Also support defining the code to be used in the "virtual catcher" so we can map between the real signature and our custom signature when reflecting the call to Python code. Robin Dunn 2012-05-10 22:38:45 +00:00
  • ec2e03905b PyDropTarget alias should be module code, not class code. Robin Dunn 2012-05-03 23:30:53 +00:00
  • 33a6da35ee Remove wx prefixes for default values in the pyArgsString. Robin Dunn 2012-05-03 23:30:48 +00:00
  • 95fac68451 Add wxDropSource and wxDropTarget Robin Dunn 2012-05-03 23:30:43 +00:00
  • 75bc864e1c Run _core first Robin Dunn 2012-04-30 05:35:58 +00:00
  • 00a0e811f0 quick fix for missing wxDragResult Robin Dunn 2012-04-30 05:35:53 +00:00
  • 0921891d22 Phoenix: support latest changes to the codebase in the docs. Andrea Gavana 2012-04-29 23:53:03 +00:00
  • 4553421c50 Typecast return value Robin Dunn 2012-04-28 05:21:31 +00:00
  • 18098181e3 Add buffer related methods and helpers for wxBitmap Robin Dunn 2012-04-28 04:05:08 +00:00
  • df774efcd0 It's okay for the buffer size to be larger than the expected size, only raise an error if the buffer is smaller Robin Dunn 2012-04-28 04:04:58 +00:00
  • c2e5a59a8f * Add a new wxPyBuffer class and MappedType to help facilitate checking input and getting the pointer and size of Python Buffer compatible objects. * Use wxPyBuffer with wx.Image * Return bytearrays from GetData and GetAlpha * Return memoryviews from GetDataBuffer and GetAlphaBuffer * Add some notes about these changes to the migration guide Robin Dunn 2012-04-28 04:04:53 +00:00
  • 259869c431 Add include guards Robin Dunn 2012-04-28 04:04:42 +00:00
  • 09df1a5ae0 Increase the delay to wait before trying to close the dialogs Robin Dunn 2012-04-26 01:29:44 +00:00
  • ad25fd5756 Fix comment Robin Dunn 2012-04-26 01:29:39 +00:00
  • e8e932aade * Fix image ctors that accept data buffers to check the size of the buffer * Do the same for the Create, SetData and SetAlpha methods * Replace the GetData and GetAlpha to return copies of the buffer as in Classic * Add GetDataBuffer, GetAlphaBuffer, SetDataBuffer, SetAlphaBuffer methods * Add wxImageHandler Robin Dunn 2012-04-26 01:29:35 +00:00
  • 7b6a094c4f Add support for using SIP's NoArgParser annotation Robin Dunn 2012-04-26 01:29:28 +00:00
  • 8fecc2b5f9 * Rename the wrappers for the C++ wxPlatformInfo to wx.PlatformInformation. * Restore the wx.PlatformInfo tuple like it exists in Classic. Robin Dunn 2012-04-24 00:15:33 +00:00
  • 053aadb224 Add notes about 2-phase create Robin Dunn 2012-04-24 00:15:22 +00:00
  • 5e1bfb8ada Phoenix: add the print dialog/data stuff, the pickers and the new tip provider overview in the documentation. Andrea Gavana 2012-04-22 10:22:26 +00:00
  • 146d38aa1b Add the various print framework classes and a printing sample application. Robin Dunn 2012-04-21 00:07:56 +00:00
  • a29a0d503a Output the deprecated method lines for both classes, not twice for one class. Robin Dunn 2012-04-21 00:07:45 +00:00
  • b75a58bc0b Fix the order of the DC classes Robin Dunn 2012-04-21 00:07:41 +00:00
  • 0a9d14c47c Add wx.adv.TaskBarIcon Robin Dunn 2012-04-20 05:41:54 +00:00
  • 3fd123c309 Fix the docs builder Robin Dunn 2012-04-19 16:54:45 +00:00
  • e16b81ee23 Add some new images for the docs Robin Dunn 2012-04-19 16:54:38 +00:00
  • 62decf2fc3 Add a new builder for the docs, reorder some other stuff a bit too. Robin Dunn 2012-04-19 03:04:12 +00:00
  • 7e73bf8483 ignore some sphinx work files Robin Dunn 2012-04-19 03:04:08 +00:00
  • 79f6e60a7b * Refactor the code for getting the svn revision so it can be shared. * Refactor the code for uploading files to the nightly server to its own helper function. * Add command to build and upload a docs tarball. Robin Dunn 2012-04-19 03:04:04 +00:00
  • 441352345f rewrap some paragraphs Robin Dunn 2012-04-19 03:03:58 +00:00
  • 7e1fa57504 Change the mac buildslave name Robin Dunn 2012-04-19 03:03:53 +00:00
  • 9e70e1ba0e Set install names using @loader_path in the extension modules and the wx libs so they can be loaded from the same folder and they can be included in the wx package dir. Robin Dunn 2012-04-18 03:33:07 +00:00
  • b59c0b5306 Add comments indicating the build slave owners Robin Dunn 2012-04-18 03:33:00 +00:00
  • 6128b342f0 Put the BuildBot's master config file under revision control to make it easier to recover from problems. It will still need to be copied to the buildbot server after changes are made however. Robin Dunn 2012-04-17 21:44:43 +00:00
  • d28db25970 * Add a readme file to the snapshot builds. * Add code to remove all but five of the snapshots from the FTP server * Add code to try getting the revision number from git-svn if it can't be gotten from svn Robin Dunn 2012-04-17 21:44:38 +00:00
  • f41caff007 No change, just testing buildbot triggers Robin Dunn 2012-04-17 17:43:16 +00:00
  • b139723508 change print to print() Robin Dunn 2012-04-17 17:01:37 +00:00
  • 2e6303bd88 Remove tipdlg from the list Robin Dunn 2012-04-17 17:01:33 +00:00
  • 7d0c892db5 A little refactoring to share dialog closing methods Robin Dunn 2012-04-17 17:01:29 +00:00
  • d398ada042 Add TipProvider and helpers to wx.adv Robin Dunn 2012-04-17 17:01:23 +00:00
  • 7ff166bce4 Add wx.FileCtrl Robin Dunn 2012-04-17 17:01:15 +00:00
  • c743c5f3fc Add picker classes Robin Dunn 2012-04-17 17:01:07 +00:00
  • 0cdfa23a88 Add picker classes Robin Dunn 2012-04-12 05:36:48 +00:00
  • 51dc293d52 MSW fixes Robin Dunn 2012-04-10 03:24:01 +00:00
  • 2acffba5fc Add wxHyperlinkCtrl to wx.adv Robin Dunn 2012-04-10 03:23:53 +00:00
  • 4b4b9a1210 Add wxDatePickerCtrl and wxCalendarCtrl to wx.adv Robin Dunn 2012-04-10 03:23:46 +00:00
  • 0fc8a04d30 Add wx.DragImage and wx.GenericDragImage Robin Dunn 2012-04-10 03:23:32 +00:00
  • d8fbf19f9e Add wx.adv.CommandLinkButton Robin Dunn 2012-04-10 03:23:23 +00:00
  • 9f315d03e7 Add CreateTextSizer Robin Dunn 2012-04-10 03:23:15 +00:00
  • f404c31784 set svn:eol-style property to native Robin Dunn 2012-04-10 03:16:37 +00:00
  • a2abfbb2f0 Phoenix: Andrea Gavana 2012-04-09 23:00:41 +00:00
  • bd26715e78 Phoenix: Andrea Gavana 2012-04-09 11:54:44 +00:00
  • f748a0b068 Phoenix: Andrea Gavana 2012-04-08 23:51:22 +00:00
  • cb33bc0d7d Phoenix: Add a stub page for 'Writing Non-English Applications' overview (not sure we want to add it or not to the main documentation pages). Andrea Gavana 2012-04-08 11:31:28 +00:00
  • e262cef61a Phoenix: Andrea Gavana 2012-04-08 11:13:07 +00:00
  • c08c2d64e2 Add translation classes Robin Dunn 2012-04-08 00:50:32 +00:00
  • ecc67098f5 Add wx.ArtProvider Robin Dunn 2012-04-08 00:50:26 +00:00
  • 7a21782821 Set output annotation for GetFrameParameters parameters Robin Dunn 2012-04-08 00:50:18 +00:00
  • 81933bcb30 Add wx.SystemOptions Robin Dunn 2012-04-08 00:50:14 +00:00
  • 07c75152e4 Add wx.SystemSettings Robin Dunn 2012-04-08 00:50:06 +00:00
  • da53c6f6d3 Change the SVN version in constants.py. Andrea Gavana 2012-04-07 22:17:19 +00:00
  • 7bf1b0e53d Small modification to modulehunter.py to correctly pick up the latest wxPython version if Phoenix binaries are not available. Andrea Gavana 2012-04-07 21:07:41 +00:00
  • ff175387b3 Phoenix: Add support for documenting wx.lib, wx.py and wx.tools (that's the whole wxPython/Phoenix documentation) Andrea Gavana 2012-04-07 21:00:39 +00:00
  • 67f0a02945 Don't wrap wxHelpController (at least for now) as it causes a link to the wxHTML library on Mac and GTK, which we don't want to do from wx.core. Robin Dunn 2012-04-07 04:17:33 +00:00
  • 79047b78a6 Add some of the HelpController classes Robin Dunn 2012-04-07 04:17:28 +00:00
  • 9636ae860a MSW build fixes Robin Dunn 2012-04-07 04:17:18 +00:00
  • 9ddc80004b Add context help classes Robin Dunn 2012-04-07 04:17:13 +00:00
  • 78a4c2a580 Reword a comment a bit Robin Dunn 2012-04-07 04:17:05 +00:00
  • d44af0e4f4 Phoenix: new updates to better handle wx.lib documentation. Andrea Gavana 2012-04-06 18:22:52 +00:00
  • b73709d7be Add MDI windows Robin Dunn 2012-04-05 19:01:25 +00:00
  • 7b1a32fd70 Also give the title param of TLWs a default value if it doesn't have one already. Robin Dunn 2012-04-05 19:01:18 +00:00
  • 77338050a0 Phoenix: Andrea Gavana 2012-04-05 18:28:47 +00:00
  • ba91908eec Convert tabs to spaces Robin Dunn 2012-04-04 23:24:01 +00:00
  • e65b007a40 Add Matrix classses Robin Dunn 2012-04-04 23:23:57 +00:00
  • 94c66c0a34 Phoenix updates: Andrea Gavana 2012-04-03 18:41:48 +00:00
  • a76c594a58 Phoenix: fixed few issues on the gallery and on parameter types. Andrea Gavana 2012-04-02 22:07:08 +00:00
  • 721cf235ae Phoenix: fixed few issues on the parameters hyperlinks Andrea Gavana 2012-04-02 19:45:44 +00:00
  • ab4c250c14 Phoenix: Minor tweaks to postprocess.py Andrea Gavana 2012-04-01 21:10:53 +00:00
  • aed67e3c7b git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 Andrea Gavana 2012-04-01 21:01:09 +00:00
  • dfc8c5e69f Phoenix stuff: Andrea Gavana 2012-04-01 17:56:57 +00:00
  • d695edca04 common dialogs are done Robin Dunn 2012-03-31 04:42:06 +00:00
  • 40f3ba1486 Add Find/Replace dialog and related classes Robin Dunn 2012-03-31 04:42:02 +00:00
  • 103842d100 Tweaks and cleanups Robin Dunn 2012-03-31 04:41:55 +00:00
  • fd80d0b98d Add wx.ColourDialog, wx.MultiChoiceDialog and wx.SingleChoiceDialog Robin Dunn 2012-03-31 04:41:44 +00:00
  • d9038109fc Add wxGenericProgressDialog so both it and the native progress dialog (if the platform has one) can be used. Robin Dunn 2012-03-31 04:41:34 +00:00
  • 62ef84af17 Add dirctrl Robin Dunn 2012-03-30 18:29:36 +00:00