diff options
author | davemds <dave@gurumeditation.it> | 2013-09-15 18:12:28 +0200 |
---|---|---|
committer | davemds <dave@gurumeditation.it> | 2013-09-15 18:12:28 +0200 |
commit | 6b9058c51ae0eb1ec3adfefd86a1af28364c3aea (patch) | |
tree | 965cf9c76fa0d5e16f3e135b30f5f1d2901cfc09 /TODO | |
parent | bac6d9a281711ad5ca61d8c46b6d6bb52a37ecd9 (diff) |
Python-EFL: renamed TODO to README, with some small additions
Diffstat (limited to '')
-rw-r--r-- | README (renamed from TODO) | 51 |
1 files changed, 30 insertions, 21 deletions
@@ -1,3 +1,15 @@ | |||
1 | PYTHON-EFL 1.7.99 | ||
2 | |||
3 | |||
4 | EFL is a collection of libraries for handling many common tasks a | ||
5 | developer man have such as data structures, communication, rendering, | ||
6 | widgets and more. PYTHON-EFL are the python bindings for EFL and Elementary. | ||
7 | |||
8 | |||
9 | INSTALL | ||
10 | ======= | ||
11 | For installation instruction see the INSTALL file. | ||
12 | |||
1 | 13 | ||
2 | BUGS | 14 | BUGS |
3 | ==== | 15 | ==== |
@@ -39,27 +51,11 @@ TODO | |||
39 | * Unit tests for elm, things like top_widget and getting child objects | 51 | * Unit tests for elm, things like top_widget and getting child objects |
40 | can be done easily. | 52 | can be done easily. |
41 | 53 | ||
42 | 54 | * Images missing in the documentation: | |
43 | IMAGES | 55 | - datetime |
44 | ====== | 56 | - video |
45 | 57 | - web | |
46 | * datetime | 58 | - window ? |
47 | * video | ||
48 | * web | ||
49 | * window ? | ||
50 | |||
51 | |||
52 | STUFF LEFT OUT | ||
53 | ============== | ||
54 | |||
55 | * EcoreEvas | ||
56 | * EcoreImf | ||
57 | * EcoreX | ||
58 | * EcoreWin32 | ||
59 | * python-evas/evas/utils.py | ||
60 | * python-evas/evas/decorators.py | ||
61 | * python-evas/evas/debug.py | ||
62 | * python-evas old hack to rotate objects | ||
63 | 59 | ||
64 | 60 | ||
65 | CHANGES FROM 1.7 to 1.8 | 61 | CHANGES FROM 1.7 to 1.8 |
@@ -99,3 +95,16 @@ CHANGES FROM 1.7 to 1.8 | |||
99 | - efl.elementary.video.Video.file_set | 95 | - efl.elementary.video.Video.file_set |
100 | 96 | ||
101 | This also applies when assigning the relevant properties. | 97 | This also applies when assigning the relevant properties. |
98 | |||
99 | |||
100 | * This list of stuff will not be ported to the 1.8 tree. Because they are old, | ||
101 | not portable, or just because no one used and seem not usefull: | ||
102 | |||
103 | - EcoreEvas | ||
104 | - EcoreImf | ||
105 | - EcoreX | ||
106 | - EcoreWin32 | ||
107 | - python-evas/evas/utils.py | ||
108 | - python-evas/evas/decorators.py | ||
109 | - python-evas/evas/debug.py | ||
110 | - python-evas old hack to rotate objects | ||