kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=5bfb35c797e6bc2145b23bc6c760f44ee6f348b9
commit 5bfb35c797e6bc2145b23bc6c760f44ee6f348b9 Author: Kai Huuhko <kai.huu...@gmail.com> Date: Sun Oct 20 00:59:20 2013 +0300 Update TODO --- TODO | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/TODO b/TODO index ea4c3b0..87ec07d 100644 --- a/TODO +++ b/TODO @@ -4,16 +4,6 @@ BUGS * Evas: smart object doesn't work * EdjeEdit: PartState API does not work -* Docs: GenlistWidget is documented instead of Genlist - (all the scrollable are affected) - - - One solution to this is to use inherited-members option in autodoc. - Is there a way to have only the immediate parents this way? - - - Another is having an abstraction layer with all functions defined and - documented in Genlist and then calling the parent class functions. - This defeats the purpose of having it in many classes. - Perhaps there is some clever way to use getattr and __doc__ = ...? TODO @@ -31,13 +21,15 @@ TODO * Split base object defines from includes/efl.evas.pxd so that everything defined there doesn't get included to the C code that cimports it. This may have been fixed in latest versions of Cython. -* Add more scrollables once the documentation issue (and others) is solved. +* Add compatibility properties/methods for scrollables +* Check that all scrollable Elm widgets are documented as being such. * Review the new elm list type object item system. * Check for documentation changes. * Elm Drag-n-Drop (in progress/kuuko) * Unit tests for elm, things like top_widget and getting child objects can be done easily. +* New Elm documentation images with the new default theme. * Images missing in the documentation: - datetime - video --