diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2013-12-02 22:00:37 +0200 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2013-12-02 22:00:37 +0200 |
commit | 2dbc63272dc749c47153198569048a54f10abcd9 (patch) | |
tree | 1307b347b6f406db535c19c04341404d5436b529 /TODO | |
parent | d6c145325c9e9ca56931e2694b915ba86f4768c5 (diff) |
Update TODO
Diffstat (limited to '')
-rw-r--r-- | TODO | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -3,16 +3,15 @@ BUGS | |||
3 | ==== | 3 | ==== |
4 | 4 | ||
5 | * EdjeEdit: PartState API does not work (edje edit is disabled for now) | 5 | * EdjeEdit: PartState API does not work (edje edit is disabled for now) |
6 | * Edje.External: The unit test fails | 6 | * Edje.External: The unit test fails (marked as known failure in unittest) |
7 | * Elm.Map: overlays_show segfaults, scrollers in examples jump when menu opens | 7 | * Elm.Map: overlays_show segfaults, scrollers in examples jump when menu opens |
8 | * Bad binaries produced when build environment is invalid (T504) | ||
8 | 9 | ||
9 | 10 | ||
10 | TODO | 11 | TODO |
11 | ==== | 12 | ==== |
12 | 13 | ||
13 | * Improve, review and document our use of exceptions | 14 | * Improve, review and document our use of exceptions |
14 | * Use more _set_properties_from_keyword_args, replace Evas' _set_common_params | ||
15 | with it? | ||
16 | * Check that README has all changes listed | 15 | * Check that README has all changes listed |
17 | * Overall API review | 16 | * Overall API review |
18 | 17 | ||
@@ -26,27 +25,21 @@ Elementary | |||
26 | TODO (optional) | 25 | TODO (optional) |
27 | =============== | 26 | =============== |
28 | 27 | ||
29 | * include python-ethumb | 28 | * Use more _set_properties_from_keyword_args, replace Evas' _set_common_params |
30 | * edje: complete the unit tests | 29 | with it? |
31 | * update links and text on: | 30 | * update links and text on: |
32 | http://www.freedesktop.org/wiki/Software/DBusBindings | 31 | http://www.freedesktop.org/wiki/Software/DBusBindings |
33 | (requires fd.org shell account?) | 32 | (requires fd.org shell account?) |
34 | * Add more documentation for callbacks, events, etc. | 33 | * Add more documentation for callbacks, events, etc. |
35 | * Check for missing Eo type mappings | 34 | * Check for missing Eo type mappings |
36 | * Initial Evas GL support (for Elm) | ||
37 | 35 | ||
38 | Elm | 36 | Elm |
39 | --- | 37 | --- |
40 | * New documentation images with the new default theme. | ||
41 | * Images missing in the documentation: | 38 | * Images missing in the documentation: |
42 | - datetime | 39 | - datetime |
43 | - video | 40 | - video |
44 | - web | 41 | - web |
45 | - window ? | 42 | - window ? |
46 | * Drag-n-Drop (in progress/kuuko) | ||
47 | * Automate compilation of the example edje files. | ||
48 | * Add more examples | ||
49 | * Prefs | ||
50 | 43 | ||
51 | 44 | ||
52 | TODO (future) | 45 | TODO (future) |
@@ -57,3 +50,13 @@ TODO (future) | |||
57 | classes? | 50 | classes? |
58 | * Elm unit tests, things like top_widget and getting child objects | 51 | * Elm unit tests, things like top_widget and getting child objects |
59 | can be done easily. | 52 | can be done easily. |
53 | * include python-ethumb | ||
54 | * edje: complete the unit tests | ||
55 | * Initial Evas GL support (for Elm) | ||
56 | |||
57 | Elm | ||
58 | --- | ||
59 | * Drag-n-Drop | ||
60 | * Automate compilation of the example edje files. | ||
61 | * Add more examples | ||
62 | * Prefs | ||