Update TODO

This commit is contained in:
Kai Huuhko 2013-12-02 22:00:37 +02:00
parent d6c145325c
commit 2dbc63272d
1 changed files with 14 additions and 11 deletions

25
TODO
View File

@ -3,16 +3,15 @@ BUGS
==== ====
* EdjeEdit: PartState API does not work (edje edit is disabled for now) * EdjeEdit: PartState API does not work (edje edit is disabled for now)
* Edje.External: The unit test fails * Edje.External: The unit test fails (marked as known failure in unittest)
* Elm.Map: overlays_show segfaults, scrollers in examples jump when menu opens * Elm.Map: overlays_show segfaults, scrollers in examples jump when menu opens
* Bad binaries produced when build environment is invalid (T504)
TODO TODO
==== ====
* Improve, review and document our use of exceptions * Improve, review and document our use of exceptions
* Use more _set_properties_from_keyword_args, replace Evas' _set_common_params
with it?
* Check that README has all changes listed * Check that README has all changes listed
* Overall API review * Overall API review
@ -26,27 +25,21 @@ Elementary
TODO (optional) TODO (optional)
=============== ===============
* include python-ethumb * Use more _set_properties_from_keyword_args, replace Evas' _set_common_params
* edje: complete the unit tests with it?
* update links and text on: * update links and text on:
http://www.freedesktop.org/wiki/Software/DBusBindings http://www.freedesktop.org/wiki/Software/DBusBindings
(requires fd.org shell account?) (requires fd.org shell account?)
* Add more documentation for callbacks, events, etc. * Add more documentation for callbacks, events, etc.
* Check for missing Eo type mappings * Check for missing Eo type mappings
* Initial Evas GL support (for Elm)
Elm Elm
--- ---
* New documentation images with the new default theme.
* Images missing in the documentation: * Images missing in the documentation:
- datetime - datetime
- video - video
- web - web
- window ? - window ?
* Drag-n-Drop (in progress/kuuko)
* Automate compilation of the example edje files.
* Add more examples
* Prefs
TODO (future) TODO (future)
@ -57,3 +50,13 @@ TODO (future)
classes? classes?
* Elm unit tests, things like top_widget and getting child objects * Elm unit tests, things like top_widget and getting child objects
can be done easily. can be done easily.
* include python-ethumb
* edje: complete the unit tests
* Initial Evas GL support (for Elm)
Elm
---
* Drag-n-Drop
* Automate compilation of the example edje files.
* Add more examples
* Prefs