Making sure we always have the pyc for supposedly faster startup
[gc-dialer] / TODO
diff --git a/TODO b/TODO
index 94cd992..849daab 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,19 +1,25 @@
-770 Support
-       GTK Builder -> Glade
-       XML -> Glade File (Don't know how many of these matter, we might need to build a seperate glade file)
-               object -> widget
-               interface -> glade-interface
-               Differences in properties
-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
+       It seems the evolution contact API used is specific to the desktop.  evolution.ebook combined with abook is what is needed for Maemo.
        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
        http://pymaemo.garage.maemo.org/documentation/api/abook/index.html
-Clip board
-       http://maemo.org/maemo_release_documentation/maemo4.1.x/node8.html#SECTION00880000000000000000
-       http://www.pygtk.org/docs/pygtk/class-gtkclipboard.html
+
+       Other possible addressbooks
+               GMail http://libgmail.sourceforge.net/
+               GPE
+
 Internet Connection
-       http://maemo.org/api_refs/4.1/libconic-0.16/
+       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
+
+Notes
+=================
+General Python/Maemo stuff
+       http://pymaemo.garage.maemo.org/documentation.html
+DBus
+       http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html