Commit Graph

  • 801682c786 Some Py3 fixes for PyCrust Robin Dunn 2014-03-02 07:48:20 +00:00
  • 55c21ec895 Add test for wx.grid.Grid.SetCellHighlightPenWidth Robin Dunn 2014-03-02 00:13:53 +00:00
  • 726e75e766 Change wx.StatusBar.GetFieldRect to return the rectangle (for Pythonicity and Classic compatibility) Robin Dunn 2014-03-02 00:13:42 +00:00
  • cad18dd6f8 PR70: add classic --> phoenix entry for GenericDatePickerCtrl Robin Dunn 2014-03-02 00:13:30 +00:00
  • 09a9eae1ba Make the pubsub tests Py3 compatible Robin Dunn 2014-02-26 03:54:09 +00:00
  • 207c1f294c PR 68: update unit tests for pubsub Robin Dunn 2014-02-26 03:53:59 +00:00
  • fe2d0b3a8b Convert docset plist files back to textual XML. Add note about compatibility Robin Dunn 2014-02-26 03:53:46 +00:00
  • ab1736cc2c Change windows build slave to only do 1 build at a time. Robin Dunn 2014-02-26 03:53:38 +00:00
  • 24c102a784 ThumbnailCtrl on Phoenix: fix a ZeroDivisionError when the ThumbnailCtrl is minimized inside a AUI pane. Andrea Gavana 2014-02-15 21:32:59 +00:00
  • bb9ba09d7c Phoenix docs: rename the richtextctrl_overview.rst with the underscore and add the snipped for dataview.TreeListCtrl.GetNextItem.1.py Andrea Gavana 2014-02-15 21:31:49 +00:00
  • bcbdcd9631 Remove more CVS $Id$ and $Revision$ tags, and a bit of code that uses them. Robin Dunn 2014-02-11 03:35:32 +00:00
  • 70729b25f6 Fix != comparison for gdicmn classes. Fixes #15772 Robin Dunn 2014-02-11 03:32:49 +00:00
  • d35a897edb Phoenix docs: avoid Sphinx warnings if a short description of a class/method ends with the ":" character. Andrea Gavana 2014-02-09 13:43:25 +00:00
  • 299b2925cf Phoenix docs: adjust the demo code in scrolledpanel.py docstrings to avoid Sphinx warnings (hopefully) Andrea Gavana 2014-02-09 13:38:04 +00:00
  • dca5ec90a7 Phoenix docs: fix pdfviewer docstrings to avoid Sphinx warnings Andrea Gavana 2014-02-09 13:27:18 +00:00
  • cbbbda346e Phoenix docs: fix masked\textctrl.py docstrings to avoid Sphinx warnings Andrea Gavana 2014-02-09 13:21:05 +00:00
  • 977ab38959 Phoenix docs: fix imagebrowser.py docstrings to avoid Sphinx warnings Andrea Gavana 2014-02-09 13:18:29 +00:00
  • a2b514bf53 Phoenix docs: fix floatcanvas/FloatCanvas.py docstrings to avoid Sphinx warnings Andrea Gavana 2014-02-09 13:14:42 +00:00
  • b5ecf4045b Phoenix docs: fix calendar.py docstrings to avoid Sphinx warnings Andrea Gavana 2014-02-09 13:04:21 +00:00
  • e04cab6d11 Phoenix docs: avoid Sphinx errors while making the class index for a package (see previous errors on wxGrid). Andrea Gavana 2014-02-09 12:56:02 +00:00
  • 69544082bd Phoenix docs: add the "richtextctrl overview" file into the "index.rst" file list. Andrea Gavana 2014-02-09 12:28:51 +00:00
  • 9dcb2b2639 Not really the right place for it, but add an icon for the wxWidgets docset Robin Dunn 2014-02-09 02:47:59 +00:00
  • 3f19016bb4 change docset names, add icons Robin Dunn 2014-02-09 02:39:44 +00:00
  • 571668a23f Remove the old CVS $Id: tags. They don't work in git, and don't work by default in SVN either. Robin Dunn 2014-02-09 02:39:35 +00:00
  • 0246266507 Just move treelist to the dataview module. That makes a little more sense. Robin Dunn 2014-02-08 02:00:11 +00:00
  • 16adf8aa20 Have wx._adv import wx._dataview so the TreeListCtrl wrappers know about the DataViewCtrl type Robin Dunn 2014-02-08 02:00:00 +00:00
  • 20b7999b7a Fix generation of the deprecated calendar wxEventTypes Robin Dunn 2014-02-07 03:05:12 +00:00
  • 17e96cbccf Add SashInvisible property Robin Dunn 2014-02-07 03:05:04 +00:00
  • aac2c7eb12 Skip pdfviewer tests for now. Robin Dunn 2014-02-07 03:04:55 +00:00
  • de004a78b5 Use GetBitmap and range instead of getBitmap and xrange Robin Dunn 2014-02-07 03:04:47 +00:00
  • af11009f80 Redeclare more virtual methods from the base class that have implementations in wxDataViewColumn Robin Dunn 2014-02-07 03:04:38 +00:00
  • 790043356e Set svn:eol-style to native for all the css files Robin Dunn 2014-02-06 08:55:40 +00:00
  • 7cadc774f0 Make it possible to run a subset of unit tests from the command line using standard wildcards Robin Dunn 2014-02-06 08:05:32 +00:00
  • 5e06f04c53 Hack the pubsub unittests so they are at least importable Robin Dunn 2014-02-06 08:05:24 +00:00
  • 28a4550a83 Python 2.7 also has sys.maxsize so we can use that instead of the six.MAXSIZE alias. Robin Dunn 2014-02-06 08:05:15 +00:00
  • fdea4ad5cf Now that voidptr is fixed and can be constructed with an integer, there is no need to add a kludge to use integer as a pointer from Python. So get rid of the extra wxDataViewItem constructor. Robin Dunn 2014-02-06 08:05:07 +00:00
  • 4fd3eb82cf Add option for buildign release mode binaries that include debug info/symbols. Robin Dunn 2014-02-06 08:04:59 +00:00
  • 505ce0e43e Be a little smarter about what types to use for wx[U]IntPtr Robin Dunn 2014-02-06 08:04:51 +00:00
  • f36865ed87 Fix creating a sip lib.voidptr from a number Robin Dunn 2014-02-06 08:04:43 +00:00
  • 336911e737 Allow Destroy to be overridden (virtualized) Robin Dunn 2014-02-06 08:04:35 +00:00
  • a7492f279e Just a little cleanup and comments Robin Dunn 2014-02-06 08:04:27 +00:00
  • 26975f4bff Fix debug helper line Robin Dunn 2014-02-06 08:04:17 +00:00
  • c09f6cc652 Switch back to wx.FFont Robin Dunn 2014-02-06 08:04:09 +00:00
  • f039b3dad2 It is just wxDataViewChoiceByIndexRenderer that is only available in the generic version. Add wrapper for wxDataViewChoiceRenderer. Robin Dunn 2014-02-06 08:04:01 +00:00
  • d7bd72af50 fix line endings Robin Dunn 2014-02-06 08:03:52 +00:00
  • 3ab0303ac8 Restructure the page headers and how they are tweaked so we don't have the weird wrapping problems, unless the user has a weirdly sized browser. Robin Dunn 2014-02-02 06:22:36 +00:00
  • 9231246c97 Add support for building Dash or Zeal compatible docset bundles. Robin Dunn 2014-02-02 06:22:24 +00:00
  • cedf2ecb4e v3.3.0 at sf.net/projects/pubsub Oliver Schoenborn 2014-02-01 22:36:11 +00:00
  • 309a66960b Fix a missed wx.ArtProvider_GetBitmap to wx.ArtProvider.GetBitmap change. Robin Dunn 2014-01-28 04:50:59 +00:00
  • a9595b241a PR64: Various Phoenix and Py3 fixes for the demo and library Robin Dunn 2014-01-28 04:48:21 +00:00
  • 74ddaf3d64 Shuffle some FloatCanvas code around a little to avoid a circular import problem. Robin Dunn 2014-01-28 03:57:37 +00:00
  • 8971a8a38b sys.maxint —> six.MAXSIZE Robin Dunn 2014-01-27 07:52:10 +00:00
  • a03e3d9cb8 Deprecate old method names. Robin Dunn 2014-01-25 08:28:23 +00:00
  • 5ff2917adf Update the six module to 1.5.2 Robin Dunn 2014-01-25 08:28:15 +00:00
  • 48dbde99f3 Some changes needed for the demo framework to start up and run with Py3. Probably still needs some more work... Robin Dunn 2014-01-25 08:28:06 +00:00
  • 37b08e317d Fix import for Py3 Robin Dunn 2014-01-25 08:27:58 +00:00
  • 2baf85d347 Convert embedded image data from string literals to bytes Robin Dunn 2014-01-25 08:27:48 +00:00
  • 1cb64ffe22 __str__ and __repr__ should return string objects, not bytes. Only encode on PY2. Robin Dunn 2014-01-25 08:27:34 +00:00
  • 96b69a7636 Switch all wxToolBarBase to wxToolBar Robin Dunn 2014-01-24 06:51:05 +00:00
  • 2688614a4d Add wx.FileType.GetIconInfo Robin Dunn 2014-01-24 05:15:43 +00:00
  • 558fcfa5a3 PR61: Added python shebangs Robin Dunn 2014-01-23 00:44:14 +00:00
  • 4a196fafe6 Add the wxEventTypes for the _DAY, _MONTH, _YEAR events. Robin Dunn 2014-01-23 00:20:15 +00:00
  • 2bf5a267fa PR58: More fixes for Phoenix deprecations Robin Dunn 2014-01-23 00:20:07 +00:00
  • ea181b5b72 PR57: Mainly style changes, a few white space stuff and an xrange to range change. Robin Dunn 2014-01-23 00:19:55 +00:00
  • 88066eefc1 PR56: IntersectRect is now available Robin Dunn 2014-01-23 00:19:19 +00:00
  • a926955226 PR55: added documentation, PEP8 recommended changes Robin Dunn 2014-01-23 00:19:11 +00:00
  • ed90a026ea PR54: Fixes double “March” and some rst syntax issues. Robin Dunn 2014-01-23 00:19:02 +00:00
  • 1253cfb1f0 Uncomment _DAY, _MONTH, and _YEAR events Robin Dunn 2014-01-23 00:18:53 +00:00
  • 1abc932d3f Fix print statements Robin Dunn 2014-01-23 00:18:45 +00:00
  • 67f1e5e703 Fix optionally transferring the ownership of a GridTable when SetTable is called. Robin Dunn 2014-01-23 00:18:36 +00:00
  • 784673e690 PR 44 (modified): fixes print statements/functions in samples. Robin Dunn 2014-01-15 08:13:12 +00:00
  • 00c2a11514 Add and test wx.IntersectRect() Robin Dunn 2014-01-15 07:28:37 +00:00
  • 3ecd3ab293 PR 47: print() fixed Robin Dunn 2014-01-15 07:28:25 +00:00
  • 0496c8b610 prefer str not tuple for print statements Metallicow 2014-01-14 05:30:19 -06:00
  • bbeef1173c Fix wxPython.lib —> wx.lib in file header comments. Robin Dunn 2014-01-14 05:55:14 +00:00
  • ccc17659fd PR 53 (partial): Display the splash image in the README doc. (Shown on the projects’s main github page.) Robin Dunn 2014-01-14 05:34:49 +00:00
  • 8c9a486bbd Just call them all console scripts for now Robin Dunn 2014-01-14 05:06:22 +00:00
  • 10527b5f01 Update ez_setup Robin Dunn 2014-01-14 05:06:13 +00:00
  • 6798806985 More Py3 syntax fixes Robin Dunn 2014-01-14 05:06:05 +00:00
  • 9d5238fa33 Fix print statements that use the file= arg to use the print_ function from wx.lib.six instead. Robin Dunn 2014-01-14 03:09:25 +00:00
  • 700f95c632 PR 50: Py3 fixes Robin Dunn 2014-01-14 03:09:16 +00:00
  • 3b8ddb9d54 PR 49 from Werner: I18N for calendar and CDate. Robin Dunn 2014-01-14 03:09:03 +00:00
  • 503913f34c PR 48: CDate and Calendar unittest Robin Dunn 2014-01-14 03:08:53 +00:00
  • 294c3428dc PR 46: Fix print statements for Py3 Robin Dunn 2014-01-14 02:35:08 +00:00
  • ea390ff6d1 Use the panel for the combo ctrl’s parent. Robin Dunn 2014-01-14 02:35:00 +00:00
  • 16a50d33ca The rest of PR 36. Loop optimizations in ListRowHighlighter.RefreshRows. Robin Dunn 2014-01-14 02:34:51 +00:00
  • ad00674de2 Fix virtual catcher for EndEdit. Fix ownership transfer for wxGridCellAttr.SetEditor and SetRenderer. Robin Dunn 2014-01-14 02:34:41 +00:00
  • 24bf92a45d More wx.PySimpleApp —> wx.App migrations Robin Dunn 2014-01-14 02:34:31 +00:00
  • af329545fb PY3 pubsub Fixs Metallicow 2014-01-12 10:28:54 -06:00
  • 40f84f3724 Pull the version number in the docs from buildtools.config.Config Robin Dunn 2014-01-12 01:45:38 +00:00
  • 2fb6f00867 PR 42 from Metallicow. Py3 and Phoenix updates Robin Dunn 2014-01-11 23:13:15 +00:00
  • b0fa504d1d PR 41 from Metallicow. Pen and Brush style updates Robin Dunn 2014-01-11 23:12:52 +00:00
  • 7d3e2b7c2e PR 40 from Metallicow. Py3 and Phoenix updates Robin Dunn 2014-01-11 23:12:43 +00:00
  • c1beea6cfa PR 39 from Metallicow. Py3 and Phoenix updates, Pen and Brush style updates Robin Dunn 2014-01-11 23:12:35 +00:00
  • 4f3de49192 PR 38 from Metallicow. Pen and Brush style updates Robin Dunn 2014-01-11 23:12:22 +00:00
  • 0fd7d9313a PR 37 from Metallicow. Pen and Brush style updates Robin Dunn 2014-01-11 23:12:13 +00:00
  • 2ef0524e42 Part of PR 36 from Metallicow. Py3 and Phoenix updates for maskededit. Robin Dunn 2014-01-11 21:40:20 +00:00
  • 67aaf6547e PR 35 from Metallicow. Py3 and Phoenix updates for maskededit. Robin Dunn 2014-01-11 21:40:11 +00:00
  • 01e4be8766 PR 34 from Metallicow. Py3 and Phoenix updates for art. Robin Dunn 2014-01-11 21:40:01 +00:00
  • fcfbb55c46 PR 33 from Metallicow. Py3 and Phoenix updates for editor. Robin Dunn 2014-01-11 21:39:52 +00:00