-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
28 lines (27 loc) · 965 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODO List for TICHY
* Simplify all init stuffs
many services (message, contact, ...) should have an `init` method
tichy should also have an init method, just for the gui
* Clean all docstrings
* Stop returing 'self' in item.get_text methods !!
* Add tichy.Int item
* Add an Evas backend for the gui
o [charlie] Fix bug : using sdl backend windows sometime lose there background
* See why sometime we can't turn antenna on
o [guillaume] Finish SMS application
o [guillaume] Make the keyboard faster
* Clean the style system
* Add a way to test the plugins
What I would like to have is a way for every plugin to define some
unittest, the test would be run on start only if we start tichy in
debug mode.
* Create a few new widgets
- alignment
* Fix Label widget optimal_size bug
* Make a website
* Get more icons
* Add clutter backend
* Find a proper font
* Add automatic code style testing with git
* Have the doc autogenerated
* PUK dialog