Minor code and makefile cleanups
[gc-dialer] / TODO
1 Ideas
2 =================
3 User Contacts
4         http://maemo.org/maemo_release_documentation/maemo4.1.x/node8.html#SECTION00870000000000000000
5         https://garage.maemo.org/svn/pymaemo/packages/python-abook/trunk/tests/ especially contact_get_iter amd filter_model
6         http://pymaemo.garage.maemo.org/documentation/api/abook/index.html
7
8         Maybe support different backends?
9                 GMail http://libgmail.sourceforge.net/
10                 Maemo
11                 GPE
12
13 Internet Connection
14         Look into being a bit more advanced, beyond just enabling/disabling the GUI
15         Possible Approach:
16                 Defer login
17                 While not logged in or device is offline, disable the GUI
18                 Don't attempt to login if not online
19
20 Keep callbacks to a minimum amount of blocking I/O
21
22 Re-examine all use of add_idle
23         I dont think its a thread but idle processing in mainloop, so it could block for long execution
24
25 Notes
26 =================
27 General Python/Maemo stuff
28         http://pymaemo.garage.maemo.org/documentation.html
29 DBus
30         http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html