Looking a bit more at my TODOs
[gc-dialer] / TODO
1 General Python/Maemo stuff
2         http://pymaemo.garage.maemo.org/documentation.html
3 DBus
4         http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html
5
6 User Contacts
7         http://maemo.org/maemo_release_documentation/maemo4.1.x/node8.html#SECTION00870000000000000000
8         https://garage.maemo.org/svn/pymaemo/packages/python-abook/trunk/tests/ especially contact_get_iter amd filter_model
9         http://pymaemo.garage.maemo.org/documentation/api/abook/index.html
10
11         Maybe support different backends?
12                 GMail http://libgmail.sourceforge.net/
13                 Grand Central
14                 Maemo
15                 GPE
16
17 Clip board
18         Implemented, just need something in the GUI to use it
19
20 Internet Connection
21         Look into being a bit more advanced, beyond just enabling/disabling the GUI
22
23 Keep callbacks to a minimum amount of blocking I/O