Commit Graph

2175 Commits

Author SHA1 Message Date
Robin Dunn
d0f79d62df Add missing '.' in wx.ribbon. module names 2016-06-24 19:59:25 -07:00
Robin Dunn
9986b0ba9d Fix event binders 2016-06-24 19:57:39 -07:00
Robin Dunn
eb13e511ee fix typo 2016-06-24 19:56:51 -07:00
Robin Dunn
9dd8dd5adf Fix event binders 2016-06-24 19:56:30 -07:00
Robin Dunn
51887b10f7 All ribbon classes added, still need tweaks and tests 2016-06-21 20:31:30 -07:00
Robin Dunn
8742967677 Start adding wrappers for the wx.ribbon module 2016-06-21 20:30:30 -07:00
Robin Dunn
ebf1ed1138 Add a #include via addHeaderCode to the etg template 2016-06-21 20:30:09 -07:00
Robin Dunn
b098f2378c Don't map ignored items 2016-06-21 20:28:43 -07:00
Robin Dunn
a485513e4a Update copyright text added written to %Copying blocks 2016-06-21 20:28:15 -07:00
Robin Dunn
1f81ba9299 Let's try multilib builds on Mac... 2016-06-21 20:24:28 -07:00
Robin Dunn
3bfb0dc12f Refactor adding extension module build rules 2016-06-21 20:23:51 -07:00
Robin Dunn
32bf05208f wxpython.org has an SSL cert now 2016-06-21 20:23:36 -07:00
Robin Dunn
2b688df96d Merge pull request #104 from swt2c/fix_grid_clone
Fix memory management issues with Clone() in Grid classes by setting …
2016-06-17 20:06:38 -07:00
Robin Dunn
e5bc11109d Merge branch 'docs-summary-tweaks' 2016-06-17 19:50:27 -07:00
Robin Dunn
5983df8a5f Generate attribute docs for exposed C++ attributes like properties. 2016-06-17 16:01:38 -07:00
Robin Dunn
3a3bfea166 Use just the tail of the fullname on the summary pages 2016-06-17 15:52:49 -07:00
Scott Talbert
125c3ecc3a Fix memory management issues with Clone() in Grid classes by setting as Factory 2016-06-17 00:05:58 -04:00
Robin Dunn
4d05434a6c Merge branch 'sip-4.18.1' 2016-06-11 22:26:06 -07:00
Robin Dunn
d736044bb1 We need to ignore the native caret methods in wxSTC too 2016-06-11 22:16:27 -07:00
Robin Dunn
be00229828 Add linux MD5s for sip 2016-06-11 21:59:17 -07:00
Robin Dunn
4428ba405f Add win32 MD5 for sip 2016-06-11 21:35:36 -07:00
Robin Dunn
9a104792b7 Ignore MacCheckSpelling, it doesn't exist in wxSTC. 2016-06-11 21:31:08 -07:00
Robin Dunn
2e28b42b13 Merge branch 'swt2c-fix_stc_sip4.18' into sip-4.18.1 2016-06-11 21:01:55 -07:00
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
2ea46e8c9a Update to SIP 4.18.1 snapshot 2016-06-11 20:59:19 -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