Commit Graph

2151 Commits

Author SHA1 Message Date
Robin Dunn
c8850ea2df Merge branch 'fix_stc_sip4.18' of https://github.com/swt2c/Phoenix into swt2c-fix_stc_sip4.18 2016-06-11 20:59:43 -07:00
Robin Dunn
ebaf3a0ddf Docstring updates for the stat* modules 2016-06-11 13:53:02 -07:00
Robin Dunn
c8ec452dfb Merge pull request #83 from RobinD42/docs-add-wx-prefix
Use "wx." prefix in docs, and other docs improvements.
2016-06-11 13:49:44 -07:00
Robin Dunn
0e4d1f0e99 A couple more docs TODOs 2016-06-11 01:05:01 -07:00
Robin Dunn
23edbb8eb1 Move a few things around on the page layout.
* Move the search box to the sidebar
 * Move the next/prev/etc. in the topbar to the first row, and remove the 2nd row in the topbar
 * Adjust the margins of the sidebar and doc body up to the new size of the topbar
 * Remove the Next/Prev items from the sidebar
 * Move the "show page source" to the bottom of the sidebar and reduce the font
2016-06-11 00:39:36 -07:00
Scott Talbert
9b7c2ad488 Fix stc compilation under SIP 4.18
The stc code doesn't compile under SIP 4.18.  This appears to be due to changes
in the cast_xyz function generation, but it exposed a problem in the Phoenix
implementation.  The wx interface headers say that wxStyledTextCtrl inherits
from wxTextEntry, but it actually inherits from wxTextCtrlIface.  This now
(probably rightly so) doesn't compile with SIP 4.18.  The solution is to
essentially copy the methods from wxTextEntry and wxTextCtrl, as is done for
wxSearchCtrl and wxRichTextCtrl.
2016-06-10 22:19:03 -04:00
Robin Dunn
dd35a4f948 Add header comment to the generated ReST files 2016-06-10 09:25:36 -07:00
Robin Dunn
dd552ce670 Start updating some wx.lib docstrings 2016-06-09 21:46:05 -07:00
Robin Dunn
ddfbc17469 Fix names of base classes in Python classes when the base is from the binary modules. 2016-06-09 16:02:45 -07:00
Robin Dunn
fbe9163da8 Fix gallery links 2016-06-08 22:31:42 -07:00
Robin Dunn
2147270817 Fix generation of gallery page (issue was due to change to fullnames) 2016-06-08 10:57:15 -07:00
Robin Dunn
664d5b765a Fixes for inheritance diagrams 2016-06-08 00:31:10 -07:00
Robin Dunn
af7176bbd9 Put all three elements back in the all_classes dict,
even though we're not using them all, it's just easier for now.
2016-06-07 19:29:34 -07:00
Robin Dunn
ea4b9b8fc5 updates for fullnames in the docstrings 2016-06-07 16:44:52 -07:00
Robin Dunn
d7e4f7c22b Use fullnames in the inheritance diagrams, with some related fixes. 2016-06-07 16:43:46 -07:00
Robin Dunn
cfed6ce4df Various updates to use fullnames in wx.lib, fix links back to the compiled modules, various source cleanup, etc. 2016-06-07 16:43:04 -07:00
Robin Dunn
4fb5b54331 Add more excluded attrs for Py3 2016-06-07 16:33:13 -07:00
Robin Dunn
89dcaaec8f Move the wxpy and wxtools command into the wxlib command 2016-06-07 16:21:38 -07:00
Robin Dunn
1b6414a473 Update TODO 2016-06-04 18:35:01 -07:00
Robin Dunn
9cbca77f1f Add a deprecated GridBagSizer.CheckForIntersectionPos 2016-06-04 16:34:24 -07:00
Robin Dunn
874bdd2626 Don't remove leading wx when postprocessing 2016-06-04 16:08:29 -07:00
Robin Dunn
ca6f2515e5 Merge pull request #96 from GadgetSteve/master
Remove spurious backticks from GridBagSizer demo
2016-06-04 14:54:16 -07:00
Robin Dunn
2355ceb198 Use fullname on constants in the converted text 2016-06-04 14:44:08 -07:00
Steve Barnes
d4ea4cf0a8 Modifications to remove import six & use repr as per review comments 2016-06-04 06:45:26 +01:00
Robin Dunn
a21a23d32f Refactor map_generator, and add tracking of enum element names. 2016-06-03 20:28:55 -07:00
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
b314abc724 Merge branch 'master' into docs-add-wx-prefix 2016-06-03 16:44:40 -07: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
7c009f8cf4 typos 2016-06-03 16:38:50 -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
Robin Dunn
fd5f8a0ca2 update TODO 2016-06-03 16:17:11 -07:00
Steve Barnes
47a48ffcf0 DrawXXXList.py: replaced to occurences of dict.has_key(akey) with akey in dict.keys() 2016-06-02 07:11:29 +01:00
Steve Barnes
064805dcfe Used interger devision in ColourDB due to python 3 change 2016-06-02 06:53:08 +01:00
Steve Barnes
e900c979c9 Removed spurious back ticks from GridBagSizer.py 2016-06-01 07:43:25 +01:00
Steve (Gadget) Barnes
9be206d9ef Merge pull request #2 from wxWidgets/master
Merge from wxWidgets/Phoenix
2016-05-31 07:09:02 +01: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
Robin Dunn
dc06be82d3 Overview docs updates are more or less finished. 2016-05-30 07:16:43 -07:00
Robin Dunn
126f61abcf Items in an Xref's child elements may come in any order, so we can't depend on the refid and link being in the first child. 2016-05-30 07:16:07 -07:00
Robin Dunn
3fbecd36cf Fix generation of "classwx_" links 2016-05-29 23:20:30 -07:00
Robin Dunn
d13c96bbf9 Update sizers overview 2016-05-29 20:20:41 -07:00
Robin Dunn
36e4b96845 More overview updates 2016-05-28 21:30:56 -07:00
Robin Dunn
282cba7715 Update the remaining table snippets 2016-05-28 11:34:08 -07:00
Robin Dunn
f4213cb076 A few more overview updates 2016-05-27 23:59:15 -07:00
Robin Dunn
ea5c22317a Tweak the sizer flags table 2016-05-27 21:02:11 -07:00
Robin Dunn
ba827eeaaa Update comment about custom table snippets 2016-05-27 14:58:50 -07:00
Robin Dunn
be90ee5427 Fix incorrect doubling on ** in some cases.
More nested enum fixes.
2016-05-27 14:57:57 -07:00
Robin Dunn
3af36aced9 rename custom table snippets 2016-05-27 14:55:14 -07:00