summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-28Fix a very obvious race condition, by working around it. Again a problem that...HEADcohoba-0.0.4master1-2/+5
2006-09-28Fix notification error1-2/+8
2006-09-27Fix a missing replacement of self.conn_obj -> self.connection1-1/+1
2006-09-26Add notification messages when accounts are disconected because of an error, ...2-5/+33
2006-09-26Add Notification.py to handle libnotify's notifications2-1/+27
2006-09-26Add icons to the build, and fix stupid houston bug because i added a third co...3-5/+4
2006-09-26Allow to connect/disconnect individual accounts in the accounts UI. Also fixe...3-14/+27
2006-09-26When disconnected due to another reason than User Request or no reason, then ...2-3/+4
2006-09-26Properly support net-monitor and the lack thereof, especially when starting a...1-0/+2
2006-09-26When connecting, catch dbus exceptions and then schedule a reconnect with an ...2-14/+29
2006-09-26Introduce a Account.failed_connection_attempts which counts the nuber of time...2-0/+12
2006-09-26Change Account.conn_obj to Account.connection, which is a tuple holding conne...3-19/+26
2006-09-26Disable presence applet for now1-0/+2
2006-09-25Rearrange menu order to make it prettier and easier to use in the applets1-56/+56
2006-09-25Correctly set the process name of the bonobo factory to 'cohoba' and not 'coh...1-5/+9
2006-09-25Correctly compute all icons size for the different modes1-7/+14
2006-09-25Record in GCONF the selected contact /group for the corresponding applet so t...1-2/+46
2006-09-25Change icons for the group and contact applets, use the stock_{people,person}...3-9/+12
2006-09-25Add -d, --debug command line to get logging.DEBUG level instead of logging.IN...3-4/+10
2006-09-25Add mode 'accounts' to houton command line to show accounts dialog when runni...1-11/+8
2006-09-25Fix connection with new net-monitor code by make RequestConnecting ync to ens...1-6/+3
2006-09-25Add and remove prints2-1/+6
2006-09-25Try to still run the loop when interrupting after keyboard press1-2/+6
2006-09-25Use the connection info from the .manager file when creating an account. Also...5-32/+112
2006-09-20Add an error dialog when trying to add a new account when there is no connect...1-2/+18
2006-09-20Fix net-monitor error callback import2-2/+1
2006-09-19More plans1-1/+3
2006-09-19Add net-monitor integration. When network disappears, instruct all connmgr to...3-5/+39
2006-09-19Add gmail icons for protocol icons2-0/+0
2006-09-19Be backwar compatible with accounts without profile. Then fallback to use pro...2-3/+11
2006-09-19First step for proper profiles support. Add gmail profile to jabber-capable c...14-45/+84
2006-09-14More PLANS1-0/+3
2006-09-14Cleanup and update PLANS2-39/+10
2006-09-06Add a new error hook for dbus async calls called ignore_error_handler. Use it...3-7/+12
2006-09-06Review the whole signalling from Account to other classes. Avoid looping when...3-22/+49
2006-09-06More doc strings and code cleanup2-1/+7
2006-09-06Add logging statements everywhere as well as doc-strings where useful4-41/+48
2006-09-06Add a get_logger in Utils.py to get sane logging use it in Houston components2-2/+10
2006-09-06Code cleanup, add ignores to trace module1-1/+7
2006-09-06Cleanup the icon-sizing stuff. Still not functional, this drives me nuts. Tra...1-16/+20
2006-09-02Remove osutils module creation and associated checks for headers and stuff. U...7-99/+6
2006-08-27Add the missing files for presence applet8-2/+26
2006-08-27Add the skeleton of the presence applet. Modify the cohoba-applet script to r...9-49/+74
2006-08-25Change process names to be more specific for killall1-6/+16
2006-08-25For the group mode applet, show every group, not only the toplevel ones1-1/+1
2006-08-25Fix the size computation when the image is not a pixbuf1-5/+5
2006-08-25Add missing 'Contact' mode for applet. Allow to show one person's presence an...2-0/+62
2006-08-25Add the cohoba contactlist applet different modes to the server file so they ...2-4/+35
2006-08-25Fix error introduced previously. Print all arguments when started2-2/+2
2006-08-24Don't forget to create the dbus proxy in houston when hooking up to an existi...cohoba-0.0.31-0/+1