Commit Graph

2318 Commits

Author SHA1 Message Date
Robin Dunn
d775f28143 Don't specify the size, so the FileCtrl will use it's best size instead. 2016-07-20 17:09:54 -07:00
Robin Dunn
85a74b311c The BannerWindow sample was not included in the sample tree. Also, move it into the demo's notebook page instead of a separate window. 2016-07-18 21:33:14 -07:00
Robin Dunn
3f545f7fd9 typo 2016-07-18 21:31:26 -07:00
Robin Dunn
8aaafe17ca Use "wx.adv" in the overview text 2016-07-18 14:38:58 -07:00
Robin Dunn
0628ade371 typos 2016-07-18 14:38:33 -07:00
Robin Dunn
80c1ba87df Don't display the AUI_* samples for now. 2016-07-18 14:38:15 -07:00
Robin Dunn
f91c215009 Copyright year 2016-07-18 13:02:22 -07:00
Robin Dunn
f3cf957421 Switch to wx.lib.colourselect as the old one previously used here hard crashes on OSX. 2016-07-18 13:00:56 -07:00
Robin Dunn
23acabb32a fix space typos 2016-07-18 12:59:22 -07:00
Robin Dunn
a6262c53a9 * Switch ColourSelect to derive from GenBitmapButton as it looks and works better on OSX for this task.
* Fix docstrings
* Add a way to share custom colour values across instances or invocations of ColourSelect
2016-07-18 12:58:45 -07:00
Robin Dunn
122ad2559b fix imports, etc. in analogclock 2016-07-16 09:04:13 -07:00
Robin Dunn
67242fb6b4 Add a message dlg explaining how to see the demo samples. 2016-07-16 08:59:38 -07:00
Robin Dunn
128b28c879 Building the docs (build.py wxlib) imports all modules, so we need to avoid import side-effects like starting an application. 2016-07-16 08:58:52 -07:00
Robin Dunn
641aa6e251 Remove an old, unmaintained and broken module. 2016-07-15 17:15:18 -07:00
Robin Dunn
214753dfe2 Update TODOs 2016-07-15 16:31:14 -07:00
Robin Dunn
1bf2953886 Rename parameter name to fontInfo to reduce confusion in the docs 2016-07-15 16:29:37 -07:00
Robin Dunn
d8ad925f60 Fix TextExtent methods in wx.DC 2016-07-15 16:28:33 -07:00
Robin Dunn
cd87abfc22 typo 2016-07-15 16:27:35 -07:00
Robin Dunn
9f8a5b8d9a Fix bug when there are more than one code snippets in a set of overloaded methods. 2016-07-15 16:25:05 -07:00
Robin Dunn
d99540da34 Merge branch 'WX_3_0_BRANCH' into wxPy-3.0-branch 2016-07-14 12:30:50 -07:00
Robin Dunn
1a5dbab03c Fixes for AboutDialogInfo.
Most of the properties were missing because the getter methods were not documented so no wrappers were being generated for them.
2016-07-14 11:57:00 -07:00
Robin Dunn
eb6d056a85 Some fixes for HtmlWindow sample in the demo 2016-07-13 12:23:34 -07:00
Robin Dunn
db8957f995 Add note to some module docstrings about importing before creating wx.App 2016-07-13 12:23:04 -07:00
Robin Dunn
a1083594be Merge pull request #111 from dougthor42/refactor-lib.plot-part2
Additional Refactoring of lib.plot [Part 2: conversion to package]
2016-07-11 09:05:30 -07:00
Robin Dunn
042b6d3c52 Merge pull request #116 from swprojects/fix-listctrl
update listctrl
2016-07-11 08:36:11 -07:00
Robin Dunn
5d2e0e1fc7 Merge pull request #114 from david-hughes/master
Update helpviewer.py
2016-07-11 08:35:37 -07:00
swprojects
e592026a34 update listctrl
change xrange to range
2016-07-09 21:13:41 +01:00
david-hughes
bfcc50ce53 Update helpviewer.py
Trivial changes to comments
2016-07-08 16:26:19 +01:00
Robin Dunn
10808493ab Merge pull request #107 from RobinD42/add-ribbon-lib
Add ribbon lib
2016-07-07 21:55:20 -07:00
Robin Dunn
4397c220b3 Add ribbon sample app 2016-07-07 21:54:16 -07:00
Robin Dunn
a75e835323 Merge branch 'master' into add-ribbon-lib 2016-07-07 21:43:15 -07:00
Robin Dunn
07164aba1a Merge pull request #110 from RobinD42/use-pytest
Use pytest for running unittests
2016-07-07 21:38:56 -07:00
Robin Dunn
5e2539b3a5 Merge branch 'more-docs-fixes' 2016-07-07 21:35:18 -07:00
Robin Dunn
c83d90922b Change the name of the *ClientObject methods to *ClientData 2016-07-07 21:32:23 -07:00
Robin Dunn
0d9c55e690 Set the parameters of GetColourScheme as output args.
Get rid of PyGetColourScheme
2016-07-07 21:28:56 -07:00
Robin Dunn
1d1fc7c187 More docstring ref fixes in wx.lib 2016-07-07 09:58:04 -07:00
Douglas Thor
29d42604ab docstring updates. 2016-07-07 09:13:21 -07:00
Douglas Thor
3817c4e5e7 Updates to demo.py
+ renamed _test() to run_demo().
+ Renamed TestFrame to MainFrame, moved methods into logical blocks.
2016-07-07 09:13:21 -07:00
Douglas Thor
15a8b2d13b Documentation updates
+ Sphinx cross-references and pylint: disable
+ Added __docformat__ and import comments
2016-07-07 09:13:20 -07:00
Douglas Thor
81244b6a7e Renamed plot.py to polyobjects.py
+ Moved DisplaySide, scale_and_shift_point, and set_displayside to utils.py
  + renamed _DisplaySide to DisplaySide
  + renamed _set_displayside to set_displayside
+ updated imports to reflect package rename
+ changed format of imports in __init__.py to be more PEP8-like.
+ updated numpy import exception
+ whitespace cleanups.
2016-07-07 09:13:20 -07:00
Douglas Thor
047da1b885 Class and function renaming.
+ Renamed demo.__test() to demo._test()
  + Updated __main__ to reflect this change.
+ Renamed BoxPlot to PolyBoxPlot to maintain uniformity
  + Added backwards compat for PolyBoxPlot to __init__.py
+ Updated CHANGELOG.md
2016-07-07 09:13:20 -07:00
Douglas Thor
7da7a52737 Added __main__.py so python -m plot runs demo 2016-07-07 09:13:20 -07:00
Douglas Thor
c34cc76cd6 Moved demos to ./examples 2016-07-07 09:13:20 -07:00
Douglas Thor
a8be4a9e1e Moved PlotCanvas to its own module: plotcanvas.py 2016-07-07 09:13:19 -07:00
Douglas Thor
c601ec9989 Added simple_example.py
+ fixed typo in __init__.py
+ Added x values to box plot legends in demo.py
2016-07-07 09:13:19 -07:00
Douglas Thor
31c35d0cfc Moved TempStyle, PendingDeprecation to utils.py 2016-07-07 09:13:19 -07:00
Douglas Thor
b6e5d73b42 Moved demo to separate module, replaced cursors for mag and move. 2016-07-07 09:13:19 -07:00
Douglas Thor
91c85b24a9 Updated __init__.py
+ old imports are not affected by the new package structure.
2016-07-07 09:13:18 -07:00
Douglas Thor
e80aa821bb Moved plot.py to plot/plot.py 2016-07-07 09:13:18 -07:00
Douglas Thor
2fd98b724b Moved changelog and readme to files. 2016-07-07 09:13:18 -07:00