Commit Graph

  • 435084297f Merge pull request #278 from RobinD42/treelistitem-__eq__ Robin Dunn 2017-04-15 10:21:27 -07:00
  • 5e0126811e Merge pull request #277 from RobinD42/immutable-value-classes Robin Dunn 2017-04-15 10:21:08 -07:00
  • 05626ef850 Give dataview.TreeListItem hash and equality operators. Remove non equality operators from DataViewItem, as there is no implicit ordering of the items that makes sense Robin Dunn 2017-04-14 21:28:54 -07:00
  • c84e3f2ab8 Remove TODO item, it’s been implemented in PR 277 Robin Dunn 2017-04-14 19:25:32 -07:00
  • 52facb4d7f Add a GetIM() method to Colour, Point, Size, Rect and other ‘value’ types. Robin Dunn 2017-04-14 19:19:26 -07:00
  • 58a8080952 Merge branch 'master' into release-prep Robin Dunn 2017-04-13 21:29:05 -07:00
  • a79cd3254c Add wx.YieldIfNeeded Robin Dunn 2017-04-12 10:44:54 -07:00
  • e8306ca7e0 Merge pull request #270 from acollange/patch-1 Robin Dunn 2017-04-13 21:25:22 -07:00
  • 254a9b60d2 Add TODO for adding versions of the ‘value’ types that can be immutable, hashable and usable as dictionary keys Robin Dunn 2017-04-13 21:09:42 -07:00
  • a4e226c7fd Merge branch 'master' into release-prep Robin Dunn 2017-04-13 20:51:26 -07:00
  • a83ef4b868 Merge pull request #272 from RobinD42/fix-point-size-type-mixing Robin Dunn 2017-04-13 20:49:17 -07:00
  • 698861daa7 Merge pull request #273 from PythonCHB/master Robin Dunn 2017-04-13 17:13:05 -07:00
  • 09223c530f added float() calls to get the proper divison when scaling bitmaps Christopher H.Barker, PhD 2017-04-13 11:17:36 -07:00
  • 5d7b9e6b17 Don’t test with the == operators, that will be changing in a different way in another PR Robin Dunn 2017-04-12 16:55:22 -07:00
  • 708e2487dc Since we know it is a Tuple or List we can use PySequence_Fast_GET_ITEM Robin Dunn 2017-04-12 14:32:50 -07:00
  • b01729f4ef Tighten up allowed types in auto sequence conversions Robin Dunn 2017-04-12 13:57:08 -07:00
  • 0a0c4903b0 Notes about how to do a release Robin Dunn 2017-04-12 12:07:00 -07:00
  • 3646ec1a9b Add TODO about the Mixin annotation Robin Dunn 2017-04-12 12:06:13 -07:00
  • 8f4ec53e47 Text formatting and some other updates for the Migration Guide Robin Dunn 2017-04-12 12:05:42 -07:00
  • 085b9d1c99 Minor text tweaks Robin Dunn 2017-04-12 10:45:15 -07:00
  • 01105def28 Add wx.YieldIfNeeded Robin Dunn 2017-04-12 10:44:54 -07:00
  • 923f4d9c2c Update Trove Classifiers Robin Dunn 2017-04-12 10:44:29 -07:00
  • 71e05cb8a2 Merge pull request #1 from acollange/acollange-patch-2 acollange 2017-04-12 12:23:24 +02:00
  • b5506061c6 Update customtreectrl.py acollange 2017-04-12 12:18:28 +02:00
  • 78c4a7145e Update framemanager.py acollange 2017-04-12 09:11:33 +02:00
  • f10f247119 Add migration guide section about FindWindow. Fix some sphinx warnings. Robin Dunn 2017-04-11 12:28:14 -07:00
  • 637db6c4bf Change uses of FindWindowById to just FindWindow. Also, clarify default value for parent arg in FindWindow* staticmethods. Robin Dunn 2017-04-10 11:05:36 -07:00
  • b0feb49137 Base unstable flag on wxWidgets version number Robin Dunn 2017-04-08 11:28:33 -07:00
  • a15b153200 Fixes needed due to unsyncing the wxW/wxPy version numbers Robin Dunn 2017-04-08 10:49:30 -07:00
  • c2ef0275c3 Avoid pip dependency error, install appdirs first Robin Dunn 2017-04-07 22:00:10 -07:00
  • fdae6ac1fb Fix the version number in CHANGES.rst too Robin Dunn 2017-04-07 21:13:26 -07:00
  • 428718a3d8 Add a string to wx.PlatformInfo for the wxWidgets version. Also add wx.wxWidgets_version. Robin Dunn 2017-04-07 21:08:34 -07:00
  • f10e966484 More text updates in the README and setup.py descriptions Robin Dunn 2017-04-07 12:27:02 -07:00
  • 8c79e98b57 randint wants integer values for the range Robin Dunn 2017-04-07 12:26:09 -07:00
  • f4e2104adc Set the version number to 4.0.0 and update comments and other text about not keeping in sync with wxWidgets version anymore. Robin Dunn 2017-04-07 12:24:36 -07:00
  • 9754a8e15a typo in comment Robin Dunn 2017-04-07 12:21:46 -07:00
  • 2468b549b3 Update wxWidgets changeset link Robin Dunn 2017-04-07 11:57:15 -07:00
  • 62666b38ba Various minor text tweaks here and there Robin Dunn 2017-04-05 13:39:42 -07:00
  • 349ec7648f Also have just one place to set the project name Robin Dunn 2017-04-05 13:39:01 -07:00
  • 19db03eb52 Add comment about fetching waf for the sdist Robin Dunn 2017-04-05 10:02:02 -07:00
  • cdf950c711 Add command to build a tarball containing the demo and samples Robin Dunn 2017-04-04 14:19:30 -07:00
  • 4fd36fd137 Merge branch 'master' into release-prep Robin Dunn 2017-04-04 13:20:28 -07:00
  • 8ce1232758 Merge pull request #258 from radarhere/master Robin Dunn 2017-04-04 13:18:14 -07:00
  • 634dda427c Removed unused variables Andrew Murray 2017-04-04 19:37:55 +10:00
  • 6ae8a86d60 Rearrange some things in propgrid Robin Dunn 2017-04-03 22:31:30 -07:00
  • 74148faaa6 Merge branch 'master' into release-prep Robin Dunn 2017-04-03 21:21:19 -07:00
  • 36b8076026 Merge pull request #262 from david-hughes/deadexcept Robin Dunn 2017-04-03 21:19:05 -07:00
  • 1e848ebf9a Merge pull request #261 from swt2c/fix_propgridadvprops_test Robin Dunn 2017-04-03 21:16:58 -07:00
  • cc57bbf85f Merge pull request #260 from swt2c/fix_richtext_pi Robin Dunn 2017-04-03 21:16:09 -07:00
  • 85d5707f3a It looks like the Mac workaround is not needed anymore Robin Dunn 2017-04-03 21:09:19 -07:00
  • 60ba3b6dcb Merge pull request #257 from wettenhj/minimal-test-fixes Robin Dunn 2017-04-03 21:08:00 -07:00
  • e0e08543fb Set the download link to be the PyPI page Robin Dunn 2017-03-31 13:19:52 -07:00
  • d676741717 There’s no need to exclude .svn any longer Robin Dunn 2017-03-31 13:19:24 -07:00
  • 31385bf2db Occurrences of PyDeadObjectError replaced by RuntimeError David Hughes 2017-03-29 11:43:33 +01:00
  • c2655e24f9 Fix wx.propgrib.MultiChoiceProperty test Scott Talbert 2017-03-28 21:15:59 -04:00
  • fc5d3dfe2e Set piBases for RichTextFormattingDialog Scott Talbert 2017-03-28 20:33:04 -04:00
  • d0b1707901 Disabling "pti.page" RibbonPageTabInfo attribute test. It looks like wxRibbonPageTabInfoArray isn't being wrapped into a valid Python object. James Wettenhall 2017-03-23 22:03:46 +11:00
  • d62a4ed7bb Call Dismiss, so the preferences editor doesn't linger. James Wettenhall 2017-03-23 22:03:19 +11:00
  • de9edce1b1 Wait 300 milliseconds before tearDown to give the FlickerTLW's wx.CallLater a chance to run, which avoids this exception: James Wettenhall 2017-03-23 22:02:13 +11:00
  • f5aca9d312 Destroying each FloatCanvas instance before tearDown avoids exceptions like this: James Wettenhall 2017-03-23 22:01:06 +11:00
  • 79bd87a0e4 Skipping this test, because when the ToasterBox instance (tb) goes out of scope, the following exception is raised: James Wettenhall 2017-03-23 22:00:30 +11:00
  • 15eca0a399 Monkey-patching RibbonGallery's Layout method avoids this exception: James Wettenhall 2017-03-23 21:59:09 +11:00
  • ff677ea1d5 Monkey-patch self.frame's PushEventHandler and PopEventHandler methods, because they don't behave well without a MainLoop. James Wettenhall 2017-03-23 21:57:54 +11:00
  • 220b97f9e7 Explicitly calling ShowModal and Destroy avoids having WidgetTestCase's tlw.Close(force=True) trigger an exception because the dialog's EVT_CLOSE handler is trying to call EndModal on a dialog which isn't modal. James Wettenhall 2017-03-23 21:55:22 +11:00
  • b678971bf4 Destroying date picker earlier avoids "R6025 - pure virtual function call". James Wettenhall 2017-03-23 21:54:17 +11:00
  • b9a7d3d650 Merge branch 'master' into release-prep Robin Dunn 2017-03-22 21:56:08 -07:00
  • 9b743cf383 Remove the rest of the py34 stuff I missed last time Robin Dunn 2017-03-22 21:51:28 -07:00
  • 5292f96b23 Remove the builders for Python 3.4 Robin Dunn 2017-03-20 20:41:51 -07:00
  • 48b51f41a8 Change “release_build” option to just “release” because I can never remember the other one. Robin Dunn 2017-03-22 20:34:06 -07:00
  • b077b6e48e Enable release-mode uploads for the linux builds too Robin Dunn 2017-03-22 18:25:02 -07:00
  • 3033ba8eff Merge branch 'master' into release-prep Robin Dunn 2017-03-22 09:48:52 -07:00
  • 5fec8821e7 Merge pull request #256 from RobinD42/fix-issue249 Robin Dunn 2017-03-22 09:45:12 -07:00
  • ad24b4ff79 Merge pull request #255 from wettenhj/VCForPython27 Robin Dunn 2017-03-21 19:24:23 -07:00
  • 875c9677ac Revert auto-propagating the mustHaveAppFlag from classes to their static methods, if any, and explicitly set the flag on only those static methods that need it instead. Robin Dunn 2017-03-21 15:55:10 -07:00
  • 4ef2ce2bd5 Revert auto-propagating the mustHaveAppFlag from classes to their static methods, if any, and explicitly set the flag on only those static methods that need it instead. Robin Dunn 2017-03-21 15:55:10 -07:00
  • 96dc809236 Adding support for Microsoft Visual C++ Compiler for Python 2.7 James Wettenhall 2017-03-22 08:40:05 +11:00
  • 5a787b55ae Upload release builds to a different ssh configured host name Robin Dunn 2017-03-20 20:43:02 -07:00
  • 5f42616486 Remove the builders for Python 3.4 Robin Dunn 2017-03-20 20:41:51 -07:00
  • 8e46c3e9bb Merge branch 'master' into release-prep Robin Dunn 2017-03-20 19:52:40 -07:00
  • 088ba0ccdf Merge pull request #254 from RobinD42/DLLs-for-Py36 Robin Dunn 2017-03-20 19:50:52 -07:00
  • 14211ef913 Merge pull request #252 from RobinD42/fix-issue251 Robin Dunn 2017-03-20 19:50:37 -07:00
  • 71f375b6af Add a TODO for the image file handlers Robin Dunn 2017-03-20 17:07:45 -07:00
  • 20f7f2dadd fix comment about the PYVER and the vcredist files Robin Dunn 2017-03-20 14:44:13 -07:00
  • b1b759a17d Include the MSVC CRT DLLs for Python 3.6 builds too Robin Dunn 2017-02-13 17:14:26 -08:00
  • 632dcaba79 Need to transfer ownership on the Prepend methods too. Robin Dunn 2017-03-20 16:35:21 -07:00
  • eafc436044 fix comment about the PYVER and the vcredist files Robin Dunn 2017-03-20 14:44:13 -07:00
  • 9b5f40caa4 Merge branch 'master' into release-prep Robin Dunn 2017-03-14 20:01:53 -07:00
  • 4fc5f9ed10 Merge pull request #239 from RobinD42/propgrid-more-fixes Robin Dunn 2017-03-14 19:50:08 -07:00
  • a2d01de343 A few more iteritems —> items Robin Dunn 2017-03-13 20:14:04 -07:00
  • 3d0fb1927e Remove the MappedType for wxPGAttributeStorage Robin Dunn 2017-03-13 19:59:54 -07:00
  • 775d6da37a We can’t use the default SIP machinery got GetAttributes because wxPGAttributeStorage doesn’t have a copy-ctor and the default copy ctor won’t IncRef the variant values and so crashes happen. Just do the conversion directly here instead. Robin Dunn 2017-03-13 19:47:19 -07:00
  • 479d5b9db6 typos Robin Dunn 2017-03-13 19:44:48 -07:00
  • 539f9d1f82 Rename Properties and Items methods so the same-named properties don’t cause a build warning Robin Dunn 2017-03-13 15:47:42 -07:00
  • 76df4153bb propgrid demo tweaks Robin Dunn 2017-03-11 20:25:25 -08:00
  • 93005e5427 Add variant converters for wxColourPropertyValue Robin Dunn 2017-03-11 20:14:51 -08:00
  • 094ab1f710 Just convert wxPGAttributeStorage to a dictionary Robin Dunn 2017-03-11 20:13:39 -08:00
  • c688fb0362 Port some Python code tweaks and extensions from Classic in propgrid Robin Dunn 2017-03-11 19:05:13 -08:00
  • 2b942551d9 Merge branch 'master' into propgrid-more-fixes Robin Dunn 2017-03-09 09:52:47 -08:00
  • e3fbb9f1b8 Merge pull request #246 from RobinD42/fix-gtk2-cairo Robin Dunn 2017-03-07 19:32:45 -08:00
  • e83e3c7d5f convert the context pointer to the proper type for cairocffi Robin Dunn 2017-03-07 19:19:44 -08:00