42 Commits

Author SHA1 Message Date
Robin Dunn
b217b92aa3 Move TODO items to github issues 2017-04-18 18:53:16 -07:00
Robin Dunn
af5986425f new TODOs 2017-04-17 10:13:17 -07:00
Robin Dunn
0b57a79ab0 Merge branch 'master' into release-prep 2017-04-15 10:30:48 -07:00
Robin Dunn
be47177b34 Add a TODO for wxMessageDialog::ButtonLabel 2017-04-15 10:26:12 -07:00
Robin Dunn
c84e3f2ab8 Remove TODO item, it’s been implemented in PR 277 2017-04-14 19:25:32 -07:00
Robin Dunn
254a9b60d2 Add TODO for adding versions of the ‘value’ types that can be immutable, hashable and usable as dictionary keys 2017-04-13 21:09:42 -07:00
Robin Dunn
3646ec1a9b Add TODO about the Mixin annotation 2017-04-12 12:06:13 -07:00
Robin Dunn
71f375b6af Add a TODO for the image file handlers 2017-03-20 17:07:45 -07:00
Robin Dunn
c77c05040d TODO updates 2017-02-14 19:31:11 -08:00
Robin Dunn
9c87092819 Turn off the generation of the .pi files. The new official standard is .pyi files. 2017-02-13 21:24:54 -08:00
Robin Dunn
e7f3c031d1 Move info about etg howto into etg/README 2017-02-13 14:05:27 -08:00
Robin Dunn
ee768f899c Add possible TODO for python-future 2017-01-30 13:50:23 -08:00
Robin Dunn
6c65fbb865 Use the new %PreMethoCode directive to implement the mustHaveApp functionality
(Raises an exception if protected items are called before the wx.App has been created.)
2017-01-21 18:56:41 -08:00
Robin Dunn
91fe1f02fc Doc updates for AUI 2016-11-11 20:16:35 -08:00
Robin Dunn
3762e10e19 cleanup 2016-10-01 01:16:20 -07:00
Robin Dunn
03c47b50df Add wx.adv.PropertySheetDialog 2016-09-30 13:45:41 -07:00
Robin Dunn
47f1fd2761 Move the building of the docs to the Windows buildslave. 2016-09-23 19:24:38 -07:00
Robin Dunn
9fe03f7570 Remove some additional unused/outdated demo files 2016-08-10 15:55:21 -07:00
Robin Dunn
b1c22a32a4 Merge branch 'master' into wip-demo 2016-08-05 21:04:57 -07:00
Robin Dunn
50c1acd136 Don't use "*args, **kw" in the docs when only one of the overloads is not ignored. 2016-08-05 16:21:35 -07:00
Robin Dunn
854f2b509a Merge branch 'master' into wip-demo 2016-08-05 13:24:13 -07:00
Scott Talbert
fefc7c59b0 Add wrapper and unittests for wxPalette 2016-08-04 20:47:58 -04:00
Robin Dunn
090931f415 Updates for the TODO list 2016-08-04 10:58:22 -07:00
Robin Dunn
a0d5f596f2 Hide the DynamicSashWindow sample for now 2016-08-02 21:53:21 -07:00
Robin Dunn
214753dfe2 Update TODOs 2016-07-15 16:31:14 -07:00
Robin Dunn
05fccb01b4 update TODO 2016-07-06 13:12:51 -07:00
Robin Dunn
f0d24cc724 clean up file generated by the tests 2016-07-04 15:18:19 -07:00
Robin Dunn
5983df8a5f Generate attribute docs for exposed C++ attributes like properties. 2016-06-17 16:01:38 -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
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
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
fd5f8a0ca2 update TODO 2016-06-03 16:17:11 -07:00
Robin Dunn
dc06be82d3 Overview docs updates are more or less finished. 2016-05-30 07:16:43 -07:00
Robin Dunn
62609f66da Fix fullname issues for enums nested in a class 2016-05-25 09:22:35 -07:00
Robin Dunn
045773b119 Try without the currentmodule directive... 2016-05-24 23:40:58 -07:00
Robin Dunn
b8f32de5ea Tweak some CSS, etc. 2016-05-24 22:05:32 -07:00
Robin Dunn
40461eece5 Update docs TODOs 2016-05-24 12:12:08 -07:00
Robin Dunn
24e2b78806 Lots more docs changes.
Add a generator that updates a persistent mapping of item (functions, classes, etc.) to the module names they are a member of.

Remove the NO_MODULE dictionary as we're tracking all the item --> module names now.

Consolidate the 2 removeWxPrefix implementations to just one.

Fix taking out too much space in the class index when removing the :ref: for unknown items, which caused ReST problems.

Use pyName if it is set

When renaming classes we also need to change the className in the method objects

Properly deal with nested classes
2016-05-22 23:39:40 -07:00
Robin Dunn
fce72e9882 Update TODO 2016-05-14 23:27:24 -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