Commit Graph

2068 Commits

Author SHA1 Message Date
Robin Dunn
5bbcdb6199 Merge pull request #97 from swt2c/remove_env_python
Remove shebang from non-executable files - fixes rpmlint errors
2016-06-03 19:34:51 -07:00
Scott Talbert
ee745fb7b3 Remove shebang from non-executable files - fixes rpmlint errors 2016-06-03 21:38:07 -04:00
Robin Dunn
8a633f1580 Merge pull request #91 from dougthor42/lib.plot.py_histogram_and_bar_charts
Updates for lib.plot.py to include histograms and bar charts.
2016-06-03 16:42:39 -07:00
Robin Dunn
c1cdb3a207 Merge pull request #92 from swt2c/fix_xml_ownership
Fix ownership transfer for wxXmlDocument methods
2016-06-03 16:35:51 -07:00
Robin Dunn
a8c0557b9f Merge pull request #95 from DietmarSchwertberger/DEMO_MEDIACTRL_WINDOWS
Demo MediaCtrl on MSW
2016-06-03 16:35:06 -07:00
DietmarSchwertberger
37514550f9 Use default backend on Windows
change also behaviour of playBtn due to missing event with the Windows
default backend
2016-05-30 20:48:15 +02:00
DietmarSchwertberger
f5dd89d265 Merge remote-tracking branch 'refs/remotes/wxWidgets/master' 2016-05-30 20:11:02 +02:00
Douglas Thor
9d3f510383 Updated changelog. 2016-05-27 14:18:41 -07:00
dougthor42
2e70f53fd6 Updates for lib.plot.py to include histograms and bar charts.
+ Added PolyBars class for bar charts
+ Added PolyHistogram class for histograms
  + lots of duplicate code from PolyBars - should look into making a parent class.
+ Added demos draw9 and draw10 for histogram and bar charts, respectively
  + added required menu items
+ updated plotNN menu items status-bar text to be descriptive.
+ increased default size of demo - menus were sometimes covering the status bar.
+ updated XSpec and YSpec to accept a list or tuple of (min, max) values.
+ Updated default size of TestFrame to be a bit bigger.
2016-05-27 14:09:40 -07:00
Robin Dunn
b6068166c2 Set wx submodule to newest 3.0 2016-05-27 10:31:36 -07:00
Scott Talbert
2cf14db8c5 Fix ownership transfer for wxXmlDocument methods 2016-05-26 23:32:36 -04:00
Robin Dunn
dc47a18e32 Merge pull request #88 from RobinD42/copy-vcredist-dlls
For Python 3.5 add the VC14 CRT DLLs
2016-05-25 22:47:43 -07:00
Robin Dunn
22d2394190 For Python 3.5 add the VC14 CRT DLLs 2016-05-25 22:23:42 -07:00
Robin Dunn
f03b1157d9 The linux build slave has been updated. Remove the Python 3.3 builder and add builders for 3.4 and 3.5 2016-05-25 09:25:36 -07:00
Robin Dunn
14a1dddde4 Merge pull request #84 from GadgetSteve/master
Resolved a few minor issues in demos
2016-05-24 14:59:00 -07:00
Steve Barnes
c1d26d1e84 Remaining xrange issues resolved by replacing with range 2016-05-22 14:11:56 +01:00
Steve Barnes
92e74bf28d AUI_MDI now working 2016-05-22 14:07:03 +01:00
Steve Barnes
a8e543ebf3 agw/GenericMessageDialog now working 2016-05-22 13:13:04 +01:00
Steve Barnes
c938972c39 AUI_Notebook now working 2016-05-22 13:00:01 +01:00
Steve Barnes
520f94031c DVC_ListCtrl now working 2016-05-22 12:54:43 +01:00
Steve Barnes
583841c8af Fixes to get AUI_DockingWindowMgr working 2016-05-22 12:46:00 +01:00
Steve Barnes
6c9c63979f Changed xrange to range in RawBitmapAccess and BitmapFromBuffer 2016-05-22 09:26:33 +01:00
Steve Barnes (at Home
3a5292b73b Addressed iteritems & sys.maxint in ListCtrl_edit and CheckListCtrlMixin 2016-05-22 09:05:43 +01:00
Steve Barnes (at Home
9cd9b0d6d2 Modified Treebook and Toolbook to use next(imageIdGenerator) rather than imageIdGenerator.next() 2016-05-22 08:56:27 +01:00
Steve Barnes (at Home
c1ca8af72a Modified Validator to use string.ascii_letters rather than string.letters 2016-05-22 08:50:54 +01:00
Robin Dunn
6aacc38153 Fix how the const parameter types are specified,
the isConst flag isn't used here yet.
2016-05-17 11:12:32 -07:00
Robin Dunn
a8f6d6961d Move axbase to an etg script, add tests 2016-05-17 10:45:05 -07:00
Robin Dunn
ae42d4d894 add the msw module for the docs 2016-05-17 08:21:33 -07:00
Robin Dunn
8a022cf799 The base class is wx.msw.PyAxBaseWindow, call its __init__ 2016-05-16 21:03:34 -07:00
Robin Dunn
87e4e46c3b Fix the module these classes are in. 2016-05-16 21:00:40 -07:00
Robin Dunn
566b5cc247 Merge pull request #81 from RobinD42/pr35-msw-module
Finish PR 35
2016-05-14 23:51:46 -07:00
Robin Dunn
25980af616 Update wxWidgets commit 2016-05-14 23:50:53 -07:00
Robin Dunn
fce72e9882 Update TODO 2016-05-14 23:27:24 -07:00
Robin Dunn
a823a32524 Add axbase with wxPyAxBaseWindow 2016-05-14 23:14:37 -07:00
Robin Dunn
f4bcb01aaa typo 2016-05-13 20:16:18 -07:00
Robin Dunn
5751b9296e typos 2016-05-13 20:15:54 -07:00
Robin Dunn
8bdff2cf2a fixes in the metafile test 2016-05-13 19:37:33 -07:00
Robin Dunn
986d868ccb Begin merging the remaining parts for PR #35.
Add _msw module for wxMSW-only things, starting with the metafile classes.
2016-05-13 18:51:53 -07:00
Robin Dunn
028d173676 Rename some doc files --> *.rst for editor support and for GitHub visibility. 2016-05-11 22:12:07 -07:00
Robin Dunn
c42ee6bce3 More typos and other cleanup 2016-05-11 19:49:57 -07:00
Robin Dunn
bcc70efbb4 Update the section on version numbers 2016-05-11 19:44:10 -07:00
Robin Dunn
d89d038a72 Not using mercurial any more... 2016-05-11 19:39:18 -07:00
Robin Dunn
65c07cf447 RIP wxversion 2016-05-11 19:38:53 -07:00
Robin Dunn
3e3c3a41f9 More typos and other cleanup 2016-05-10 22:36:37 -07:00
Robin Dunn
4e9935e1f0 Merge pull request #80 from swt2c/fix_comboctrl_doc
Fix ComboCtrl documentation
2016-05-10 21:45:23 -07:00
Scott Talbert
19573aa9a6 Fix ComboCtrl documentation 2016-05-10 20:33:18 -04:00
Robin Dunn
b85bcd3efa Merge pull request #78 from RobinD42/misc-stuff
Misc stuff
2016-05-09 23:00:03 -07:00
Robin Dunn
d62a2af519 Update comments about version number scheme 2016-05-09 22:17:52 -07:00
Robin Dunn
4ad4884809 Update copyright, etc. 2016-05-09 22:17:29 -07:00
Robin Dunn
fb041b0f1a Merge pull request #77 from swt2c/skip_pdfviewer_test
Skip pdfviewer test on wxGTK also - it crashes there too
2016-05-09 22:00:14 -07:00