X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=08744d0e9ae02ae2b42869f71c888cbbcbbf1793;hb=d3510c8a765fd3bd3ef722c8481c44959a9130f1;hp=3b2fa9b572b54e5f7e7e776eb1807153b6aa85f2;hpb=cf8a47d08e2d34eb2069a4e25104445705a5278e;p=gc-dialer diff --git a/TODO b/TODO index 3b2fa9b..08744d0 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,31 @@ -User Contacts through DBus +Ideas +================= +User Contacts http://maemo.org/maemo_release_documentation/maemo4.1.x/node8.html#SECTION00870000000000000000 -Clip board - http://maemo.org/maemo_release_documentation/maemo4.1.x/node8.html#SECTION00880000000000000000 + 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 + + Maybe support different backends? + GMail http://libgmail.sourceforge.net/ + Grand Central + Maemo + GPE + +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