Licensing updates
[gc-dialer] / TODO
diff --git a/TODO b/TODO
index 025634c..4c018b4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,5 @@
-General Python/Maemo stuff
-       http://pymaemo.garage.maemo.org/documentation.html
-DBus
-       http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html
-
+Ideas
+=================
 User Contacts
        http://maemo.org/maemo_release_documentation/maemo4.1.x/node8.html#SECTION00870000000000000000
        https://garage.maemo.org/svn/pymaemo/packages/python-abook/trunk/tests/ especially contact_get_iter amd filter_model
@@ -10,14 +7,24 @@ User Contacts
 
        Maybe support different backends?
                GMail http://libgmail.sourceforge.net/
-               Grand Central
                Maemo
                GPE
 
-Clip board
-       Implemented, just need something in the GUI to use it
-
 Internet Connection
        Look into being a bit more advanced, beyond just enabling/disabling the GUI
+       Possible Approach:
+               Defer login
+               While not logged in or device is offline, disable the GUI
+               Don't attempt to login if not online
 
 Keep callbacks to a minimum amount of blocking I/O
+
+Re-examine all use of add_idle
+       I dont think its a thread but idle processing in mainloop, so it could block for long execution
+
+Notes
+=================
+General Python/Maemo stuff
+       http://pymaemo.garage.maemo.org/documentation.html
+DBus
+       http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html