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