Commit 0d5b7bca authored by Dan Pascu's avatar Dan Pascu

Updated TODO and Notes

parent 9d48e59f
......@@ -7,13 +7,6 @@ Code refactoring
+ do not kill greenlets but interrupt commands instead (sipsimple)
- refactor how models/dialogs/windows are created and where are they kept
- blink/contacts.py GoogleContactsManager.stop_adding_contacts is always False
- rename GoogleContactsManager to GoogleContactManager
- rename GoogleContactsGroup to GoogleContactGroup
- rename contact_model.google_contacts_group to google_contact_group
- integrate GoogleContactManager into ContactModel?
- GoogleContactsManager use defaultdict for entries_map (see update_contacts)
- race condition in GoogleContactsManager with stop_adding_contacts
- GoogleContactManager.enable_captcha should be decorated to run in the gui thread
- GoogleContactManager._set_captcha_image should be decorated to run in the gui thread
- _authorize_google_account from google dialog needs refactoring
......
......@@ -2,13 +2,22 @@
Roadmap
-------
+ Address Book refactoring
+ Presence
+ Call History menu
+ Call transfer
+ Answering machine
Fixes and improvements
----------------------
- Save presence state on the addressbook contact not the GUI contacts
- Have the icon selection on the account state button's menu
- Explore the scaledContents attribute for the IconSelector label
- Use the primary attribute of Google contact URIs to implement the default
URI for Google contacts
- Group together all bonjour URIs published by the same device
Nice to have
------------
......@@ -25,4 +34,5 @@ Nice to have
- Minimize to Windows system tray
- Desktop notifications
- Desktop sharing
- Accesibility features for blind users
\ No newline at end of file
- Accesibility features for blind users
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment