davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=22203c0838a29f79a22b88e68b9422a57c7f14ed
commit 22203c0838a29f79a22b88e68b9422a57c7f14ed Author: Dave Andreoli <[email protected]> Date: Fri Nov 12 07:58:46 2021 +0100 Remove the old TODO file --- TODO | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/TODO b/TODO deleted file mode 100644 index 52d63a4..0000000 --- a/TODO +++ /dev/null @@ -1,37 +0,0 @@ - -BUGS -==== -* EdjeEdit: PartState API does not work -* Elm.Map: overlays_show segfaults, scrollers in examples are jumpy -* Genlist: "filter,done" event is sometimes fired before filter callbacks are done (see the genlist_filter.py test) - -Failing unit tests ------------------- -* tests.edje.test_04_edit: testPartEffect (marked as known failure) -* tests.edje.test_04_edit: testGroupDel (skipped, segfault) -* tests.edje.test_04_edit: testExternal (skipped, TODO) - -TODO -==== -* update links and text on: - http://www.freedesktop.org/wiki/Software/DBusBindings - (requires fd.org shell account?) -* Review the internal functions and name them consistently -* edje: complete the unit tests -* Initial Evas GL support (for Elm) -* Add more documentation for callbacks, events, etc. -* Check for missing Eo type mappings - -Elm ---- -* Automate compilation of the example edje files. -* Add more examples -* Prefs (only supports simple types, not so great for us) -* GLView -* Unit tests -* Images missing in the documentation: - - datetime - - systray - - video - - web - - window ? --
