Adding a makefile
[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                 Grand Central
11                 Maemo
12                 GPE
13
14 Internet Connection
15         Look into being a bit more advanced, beyond just enabling/disabling the GUI
16         Possible Approach:
17                 Defer login
18                 While not logged in or device is offline, disable the GUI
19                 Don't attempt to login if not online
20
21 Keep callbacks to a minimum amount of blocking I/O
22
23 Re-examine all use of add_idle
24         I dont think its a thread but idle processing in mainloop, so it could block for long execution
25
26 Notes
27 =================
28 General Python/Maemo stuff
29         http://pymaemo.garage.maemo.org/documentation.html
30 DBus
31         http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html