From: epage Date: Mon, 7 Jul 2008 02:18:25 +0000 (+0000) Subject: Added some more notes on the TODOs X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=597ebbed0a30a60827fa9acae208ef1f0bbec1f7;p=gc-dialer Added some more notes on the TODOs git-svn-id: file:///svnroot/gc-dialer/trunk@66 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/TODO b/TODO index 025634c..3da7375 100644 --- 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 @@ -19,5 +16,18 @@ Clip board 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 + +Implement cache clearing on gcbackend.py + +Notes +================= +General Python/Maemo stuff + http://pymaemo.garage.maemo.org/documentation.html +DBus + http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html