diff options
author | davemds <dave@gurumeditation.it> | 2013-04-14 13:08:15 +0200 |
---|---|---|
committer | davemds <dave@gurumeditation.it> | 2013-04-14 13:08:15 +0200 |
commit | 9d85805b13151206df7f285109f71ba272e445a9 (patch) | |
tree | 201cb495c8ceeae9b431ceb4d81c8cbf8945652f /TODO | |
parent | 9c8405ee0ccd5153807b9adf96297ee1994ee8fc (diff) |
Python-EFL: Implemented EdjeEdit API, with full unit tests.
Some stuff is not working on the C side, the unit test is full
of FIXME and TODO. The biggest problem is the PartState that
do not work at all, I will give a short look at this, but I'm
not so much intrested atm...If you want/need to help please
let me know.
Diffstat (limited to '')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,7 @@ BUGS | |||
3 | ==== | 3 | ==== |
4 | 4 | ||
5 | * Evas: smart object doesn't work | 5 | * Evas: smart object doesn't work |
6 | * EdjeEdit: PartState API does not work | ||
6 | * Docs: GenlistWidget is documented instead of Genlist | 7 | * Docs: GenlistWidget is documented instead of Genlist |
7 | (all the scrollable are affected) | 8 | (all the scrollable are affected) |
8 | 9 | ||
@@ -22,7 +23,6 @@ TODO | |||
22 | * ecore.FileMonitor | 23 | * ecore.FileMonitor |
23 | * alert on signal and subprocess module usage (was in python-ecore/ecore/__init__.py) | 24 | * alert on signal and subprocess module usage (was in python-ecore/ecore/__init__.py) |
24 | * evas.SmartObject | 25 | * evas.SmartObject |
25 | * edje.Edit | ||
26 | * edje: complete the unit tests | 26 | * edje: complete the unit tests |
27 | * elm.Web need a test | 27 | * elm.Web need a test |
28 | * elm.GestureLayer need a test | 28 | * elm.GestureLayer need a test |
@@ -39,6 +39,7 @@ TODO | |||
39 | * Tests for evas.Textgrid | 39 | * Tests for evas.Textgrid |
40 | * update links and text on: http://www.freedesktop.org/wiki/Software/DBusBindings | 40 | * update links and text on: http://www.freedesktop.org/wiki/Software/DBusBindings |
41 | 41 | ||
42 | |||
42 | IMAGES | 43 | IMAGES |
43 | ====== | 44 | ====== |
44 | 45 | ||
@@ -67,6 +68,7 @@ CHANGES FROM 1.7 to 1.8 | |||
67 | 68 | ||
68 | * added efl container package | 69 | * added efl container package |
69 | * ecore.file.Download => efl.ecore.FileDownload | 70 | * ecore.file.Download => efl.ecore.FileDownload |
71 | * edje.edit.EdjeEdit => efl.edje_edit.EdjeEdit | ||
70 | * Emotion(module_filename="xxx") => Emotion(module_name="xxx") | 72 | * Emotion(module_filename="xxx") => Emotion(module_name="xxx") |
71 | * elementary.need_e_dbus => elementary.need_edbus | 73 | * elementary.need_e_dbus => elementary.need_edbus |
72 | * elm.domain_translatable_text_part_set => elm.domain_translatable_part_text_set | 74 | * elm.domain_translatable_text_part_set => elm.domain_translatable_part_text_set |