Update TODO and INSTALL

This commit is contained in:
Kai Huuhko 2015-03-31 15:49:17 +03:00
parent 708f02bccc
commit f20c56fe15
2 changed files with 7 additions and 8 deletions

View File

@ -2,8 +2,8 @@
1. REQUIREMENTS
===============
* Python 2.6 or higher (http://www.python.org/)
- Tested with Python 2.7 / 3.2 / 3.3 / 3.4
* Python 2.6 or higher, 3.2 or higher (http://www.python.org/)
- Tested with Python 2.7 / 3.3 / 3.4
* Cython 0.21 or higher (http://cython.org/)
- Tested with Cython 0.21.2
@ -54,7 +54,7 @@
python setup.py clean --all
* To also remove all the C/HTML files generated by Cython:
python setup.py clean_generated_files
WARNING: you will need cython to regenerate the C files, do not use this
@ -112,7 +112,7 @@
tests or use the 00_run_all_tests.py in each folder or even in the tests/ base
dir to run all the tests at once.
Python 2.7 is required for running the tests.
Python 2.7 / 3.2 or greater is required for running the tests.
The scripts in examples/ folder must be run by the user as they require
user interaction.

7
TODO
View File

@ -9,7 +9,6 @@ BUGS
- Multibuttonentry.format_function_set()
- Multibuttonentry.filter_append()
- Multibuttonentry.filterprepend()
* Evas: SmartObject callbacks broken when object is deleted
Failing unit tests
------------------
@ -23,8 +22,7 @@ TODO
http://www.freedesktop.org/wiki/Software/DBusBindings
(requires fd.org shell account?)
* Review the internal functions and name them consistently
* Evas: SmartObject needs testing, work. Make it inheritable by extension
classes?
* Evas: SmartObject needs testing
* Improve ethumb
* edje: complete the unit tests
* Initial Evas GL support (for Elm)
@ -36,11 +34,12 @@ Elm
* Drag-n-Drop
* Automate compilation of the example edje files.
* Add more examples
* Prefs
* Prefs (only supports simple types, not so great for us)
* GLView
* Unit tests
* Images missing in the documentation:
- datetime
- systray
- video
- web
- window ?