Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy-chat: ensure that the theme manager stay alive | Guillaume Desmottes | 2011-02-18 | 1 | -0/+7 |
| | |||||
* | set 'Empathy' as program class in all binaries | Guillaume Desmottes | 2011-02-16 | 1 | -0/+2 |
| | | | | | | | This will make all the empathy apps windows appear as the same application in gnome-shell. (#642440) Thanks to Owen Taylor for this trick. | ||||
* | rename EmpathyIdle to EmpathyPresenceManager (#640532) | Guillaume Desmottes | 2011-01-25 | 1 | -4/+4 |
| | | | | It's doing more than idle management now. | ||||
* | Initialize libnotify properly to prevent crashes | Sjoerd Simons | 2010-11-28 | 1 | -0/+6 |
| | | | | | | If libnotify isn't initialized properly the app_name won't be set, causing it to eventually pass NULL for a string value to GVariant. Which nicely results in a SEGV. | ||||
* | empathy-chat: register the Handler when the app is activated | Guillaume Desmottes | 2010-11-23 | 1 | -9/+15 |
| | | | | This avoid to raise warnings when the app is launched a second time. | ||||
* | empathy-chat: don't use G_APPLICATION_IS_SERVICE | Guillaume Desmottes | 2010-11-23 | 1 | -1/+1 |
| | | | | It breaks EMPATHY_PERSIST (#635592). It's already done this way in empathy-av. | ||||
* | empathy-chat: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+3 |
| | |||||
* | Make the chat program not exit after 60 seconds. | Travis Reitter | 2010-10-30 | 1 | -42/+17 |
| | | | | | | | We were mis-handling the GApplication holds, which let it time-out, even if a chat window was open. Helps bgo#632912. | ||||
* | coding style fix | Guillaume Desmottes | 2010-10-25 | 1 | -8/+11 |
| | |||||
* | Create 'empathy-chat' handling text channels (#631946) | Guillaume Desmottes | 2010-10-25 | 1 | -0/+174 |