Commit Graph

  • f4749bd6bd Fix missing self arg Robin Dunn 2017-08-08 16:48:05 -07:00
  • 2eea0a5634 Catch URLError from firewall and give practical advice Steve Barnes 2017-08-08 11:45:59 +01:00
  • 404ac70b1b Minor message changes in wx/tools/wxget_docs_demo.py Steve Barnes 2017-08-08 11:45:05 +01:00
  • 0da9225fe5 Add not on wxdocs & wxdemo utilities to docs/sphinx/rest_substitutions/overviews/index.rst Steve Barnes 2017-08-08 11:43:11 +01:00
  • d7e694d2e2 Detailed changes in CHANGES.rst and added to the LONG_DESCRIPTION in setup.py Steve Barnes 2017-08-08 07:15:59 +01:00
  • b01de8654e Responded to inline review comments and added propmt before download Steve Barnes 2017-08-08 06:59:04 +01:00
  • 97de5b0f92 Added wx/tools/wxget_docs_demo.py with script entry points of wxdemo and wxdocs Steve Barnes 2017-08-07 06:26:53 +01:00
  • 1795b5e7c7 Added get_docs_demo_url to get the documents or demo URL. Steve Barnes 2017-08-06 13:07:57 +01:00
  • 125e368e1a New utility wxget to provide get where missing. Steve Barnes 2017-08-06 12:55:39 +01:00
  • 063c38538f Merge remote-tracking branch 'upstream/master' Steve Barnes 2017-08-06 07:06:58 +01:00
  • 71cb7d6fa1 Merge pull request #453 from RobinD42/fix-issue444 Robin Dunn 2017-08-04 20:28:57 -07:00
  • 97002a8803 Not sure why it was commented out, but the taskbar icon needs to be destroyed in order for the MainLoop to exit normally. Robin Dunn 2017-08-04 17:19:48 -07:00
  • 35faa21466 Merge branch 'itsayellow-master' Robin Dunn 2017-08-04 13:31:22 -07:00
  • 2e07a611f5 Make the snippet a little more pythonic. Update the save dialog snippet too. Robin Dunn 2017-08-04 10:39:19 -07:00
  • 401ac5b614 Merge branch 'master' of https://github.com/itsayellow/Phoenix into itsayellow-master Robin Dunn 2017-08-04 10:11:41 -07:00
  • 8962f63421 Merge branch 'ghisvail-patch-1' Robin Dunn 2017-08-04 10:05:57 -07:00
  • 9c26b68783 Run the wxlib command for sdist builds Robin Dunn 2017-08-03 16:43:22 -07:00
  • 052e19116a Add the sphinx source files to the source tarball Robin Dunn 2017-08-03 16:41:39 -07:00
  • 6104c898b0 Add note about where the real file selection and archiving happens. Robin Dunn 2017-08-03 11:22:54 -07:00
  • 30ad8f83a5 Merge branch 'patch-1' of https://github.com/ghisvail/Phoenix into ghisvail-patch-1 Robin Dunn 2017-08-03 10:03:44 -07:00
  • e2d043acb5 Exclude the Sphinx build directory from sdist Ghislain Antony Vaillant 2017-08-03 08:34:23 +01:00
  • 0f94be4e68 fixing code snippet - open even if contentNotSaved Matt Clapp 2017-08-01 21:09:53 -07:00
  • b4c62f8e2e Merge pull request #450 from RobinD42/fix-issue449 Robin Dunn 2017-08-01 18:39:30 -07:00
  • 526d216e6c Fixed copy/paste error in wx.BusyInfo.__exit__ Robin Dunn 2017-07-31 10:31:52 -07:00
  • d1d1786942 Merge remote-tracking branch 'upstream/master' Steve Barnes 2017-07-30 05:59:05 +01:00
  • d01fc1ac6a Merge pull request #445 from facelessuser/supertooltip-fix Robin Dunn 2017-07-29 10:28:07 -07:00
  • 3889e177fd Merge pull request #446 from RobinD42/fix-issue441 Robin Dunn 2017-07-29 10:27:46 -07:00
  • 05970d3add Merge pull request #447 from RobinD42/fix-issue443 Robin Dunn 2017-07-29 10:27:35 -07:00
  • 6980ef2aac Transfer ownership of wx.EvtHandler when needed. Robin Dunn 2017-07-28 19:56:27 -07:00
  • 9e86d0dbd9 And a changelog entry for it Robin Dunn 2017-07-28 19:54:22 -07:00
  • f330eb702f Add wrappers for methods listed in the docs as deprecated but still present. Robin Dunn 2017-07-28 19:51:08 -07:00
  • 04c97c176d Fix reference before assignment facelessuser 2017-07-26 22:13:52 -06:00
  • a312eef892 Added a deprecated compatibility helper for wx.CustomDataFormat Robin Dunn 2017-07-26 15:26:21 -07:00
  • 3fb9ac28cb fix some old links Robin Dunn 2017-07-25 15:51:51 -07:00
  • deee37cf32 Add issue_template.md Robin Dunn 2017-07-26 16:57:38 -07:00
  • b4c113791c Merge remote-tracking branch 'upstream/master' Steve Barnes 2017-07-25 06:54:27 +01:00
  • 218f68c4bf Merge remote-tracking branch 'upstream/master' Steve Barnes 2017-07-24 20:47:42 +01:00
  • cf1ad0b663 Added and updated steps for making the release Robin Dunn 2017-07-24 10:40:19 -07:00
  • 70f67e2870 post-release bump of the version number Robin Dunn 2017-07-24 10:37:48 -07:00
  • 3fb5b6c7f2 Add docs to the release tarball Ghislain Antony Vaillant 2017-07-24 09:54:09 +01:00
  • 01310520ee Update classifiers and author_email wxPython-4.0.0b1 Robin Dunn 2017-07-23 19:48:38 -07:00
  • affe39d257 Let's call it beta 1, and a few other tweaks and updates. Robin Dunn 2017-07-22 17:38:53 -07:00
  • 5d5e5ef05f Merge branch 'master' into release-prep Robin Dunn 2017-07-22 00:28:04 -07:00
  • 172bd50d41 Merge pull request #438 from RobinD42/fix-issue426 Robin Dunn 2017-07-22 00:25:12 -07:00
  • d3e9b9a9a2 Merge pull request #436 from RobinD42/doc-structure-updates Robin Dunn 2017-07-22 00:24:59 -07:00
  • 4af693b90c Merge pull request #435 from RobinD42/fix-issue434 Robin Dunn 2017-07-22 00:24:45 -07:00
  • 29ef0cd2a9 Merge remote-tracking branch 'upstream/master' Steve Barnes 2017-07-22 07:06:42 +01:00
  • fe75c9acb2 In DLG_UNIT if the input parameter was not a Point or Size then convert the return value to a tuple Robin Dunn 2017-07-21 22:17:40 -07:00
  • 2150fcd4d5 Merge pull request #422 from RobinD42/fix-issue394 Robin Dunn 2017-07-21 21:58:16 -07:00
  • a853b7fa95 reformat and add new item Robin Dunn 2017-07-21 21:55:06 -07:00
  • 0d1b7dcdf3 Add missing HtmlCell.FindCellByPos Robin Dunn 2017-07-21 21:53:26 -07:00
  • 36099cff0c Merge branch 'master' into fix-issue394 Robin Dunn 2017-07-21 16:31:55 -07:00
  • a3da640408 Set transfer flag for wxItemContainer.SetClientObject Robin Dunn 2017-07-21 16:18:59 -07:00
  • 70f6f447b4 Apply the usual fix for Get/SetClientData Robin Dunn 2017-07-21 16:18:06 -07:00
  • 1caf4fd24c ImageFileWithLargeEditor is still not great, but it at least doesn't endlessly recurse, or crash any more. Robin Dunn 2017-07-21 15:39:58 -07:00
  • 261706fca9 tweaks for testing Robin Dunn 2017-07-21 13:24:03 -07:00
  • 6bf050289f Virtualize Get/SetProperty Robin Dunn 2017-07-21 13:23:09 -07:00
  • 0a179d849b fix typo Robin Dunn 2017-07-21 13:20:54 -07:00
  • 4d00ac9b93 Wait a little longer before splitting Robin Dunn 2017-07-21 13:20:27 -07:00
  • 34783b3735 Some main.html --> index.html changes Robin Dunn 2017-07-21 08:53:06 -07:00
  • f06c6533f5 Make the index be what was main.html, redirect main to index, and set the Home link to the main wxPython site. Robin Dunn 2017-07-20 21:01:43 -07:00
  • 8c5cff10e7 Merge pull request #433 from RobinD42/fix-issue416 Robin Dunn 2017-07-20 18:08:51 -07:00
  • a7038d507c AppendItem --> Append Robin Dunn 2017-07-19 16:40:41 -07:00
  • 63dd9a6b31 Merge branch 'master' into fix-issue394 Robin Dunn 2017-07-19 16:29:33 -07:00
  • eea6c699ea typos Robin Dunn 2017-07-19 16:25:58 -07:00
  • dfdb51b1a0 Fix up the ReST for recent items to facilitate inclusion of this file in the new website as-is. Robin Dunn 2017-07-17 12:21:02 -07:00
  • 7a0361fa4b Merge branch 'master' into release-prep Robin Dunn 2017-07-17 12:19:32 -07:00
  • 60ba661bbd The old names for the wxGridSelectionModes enum had leading "wx", put it back Robin Dunn 2017-07-07 11:17:15 -07:00
  • 3bd62d15f0 Merge pull request #427 from wxWidgets/PR_Update_wxWindow_Unittest Robin Dunn 2017-07-17 12:14:17 -07:00
  • b1b91dface Update test_window.py Mesalu 2017-07-13 11:18:49 -07:00
  • 1c767aad21 Merge pull request #425 from cbenhagen/patch-1 Robin Dunn 2017-07-10 08:12:20 -07:00
  • ba7f63cba4 Use wx.Icon instead of wx.IconFromBitmap Ben Hagen 2017-07-09 13:14:38 +02:00
  • 1fb5d77caf Add some changelog notes Robin Dunn 2017-07-08 08:37:57 -07:00
  • 09d1c25cb8 New URL at Sourceforge for the release-extras files Robin Dunn 2017-07-05 09:40:10 -07:00
  • 56e6806a9f Fix detailedDoc for ShowPage. It needs to be a list, not just a single string. Robin Dunn 2017-07-05 09:38:53 -07:00
  • 02273e77d9 Merge pull request #424 from RobinD42/fix-issue413 Robin Dunn 2017-07-05 09:04:51 -07:00
  • fc10486740 Ensure there are at least 3 points in the list for DrawSpline Robin Dunn 2017-06-30 13:22:31 -07:00
  • a7b9b026d6 Merge pull request #421 from RobinD42/fix-issue420 Robin Dunn 2017-06-30 11:52:25 -07:00
  • bb403e185f update unittest Robin Dunn 2017-06-30 10:20:19 -07:00
  • 52b87b79cd Change "label" arg name to "bitmap" Robin Dunn 2017-06-30 10:18:15 -07:00
  • b8d4aa32c9 Merge branch 'master' into fix-issue394 Robin Dunn 2017-06-30 08:52:05 -07:00
  • 5e0c0fb19c We need to explicitly enable wxUSE_IFF on Windows, it is turned off by default. Robin Dunn 2017-06-30 08:51:16 -07:00
  • 1593369d3d Merge branch 'master' into fix-issue394 Robin Dunn 2017-06-29 21:03:22 -07:00
  • aed793bb54 ...but it's only needed once. :( Robin Dunn 2017-06-29 21:02:17 -07:00
  • f992c083e2 Merge branch 'master' into fix-issue394 Robin Dunn 2017-06-29 21:00:32 -07:00
  • 9400f7f67c ImageHandler headers need to be included (but just on Windows?) Robin Dunn 2017-06-29 20:59:05 -07:00
  • 5f4f3cb563 set mask so old pdb and demo archives will be cleaned up Robin Dunn 2017-06-29 15:01:16 -07:00
  • 3a24ceb87c Use DoGetEditorClass instead of GetEditor Robin Dunn 2017-06-29 12:35:26 -07:00
  • 812c82f747 Add the m_value property to aid with backwards compatibility Robin Dunn 2017-06-29 12:26:04 -07:00
  • aab742f9fd Merge branch 'master' into fix-issue394 Robin Dunn 2017-06-28 19:24:20 -07:00
  • e9e58ed35f Merge pull request #411 from mesalu/WIP_add_imghandlers Robin Dunn 2017-06-28 19:21:35 -07:00
  • 6c9c845d8c Update ext/wxWidgets Samuel Dunn 2017-06-28 18:22:43 -07:00
  • ee59e9ca70 Add ImageHandler classes to module Samuel Dunn 2017-06-28 18:22:26 -07:00
  • b8260ea7f1 Also error-check wxArrayInt conversion Robin Dunn 2017-06-27 20:15:33 -07:00
  • 9a8a5ee545 relocate the sip directives to fix earlier premature commit Robin Dunn 2017-06-27 20:14:24 -07:00
  • 5295e4eba8 Clear possible exception from PyBytes_Check before converting from Unicode Robin Dunn 2017-06-27 20:12:56 -07:00
  • 3b0d3c18a0 Add support for some PyDate_ APIs in our API, so we only have to worry about PyDateTime_IMPORT being needed in one compilation unit. Robin Dunn 2017-06-27 20:11:22 -07:00
  • 528c4f36c7 Expose GenerateValueAsString so it is overridable Robin Dunn 2017-06-27 20:19:58 -07:00
  • 3bb2a52b77 typos Robin Dunn 2017-06-27 16:59:55 -07:00
  • d2aa99bf89 Add new wx.CONFIG_ names Robin Dunn 2017-06-26 19:53:31 -07:00