aboutsummaryrefslogtreecommitdiff
path: root/src/status-provider-mc5.c
Commit message (Collapse)AuthorAgeFilesLines
* Brutal status rip out.Ted Gould2009-12-241-322/+0
|
* Ported from libempathy to telepathy-glibKen VanDine2009-12-081-11/+26
|
* Checking to see if there is an MC5 there when we start.Ted Gould2009-10-081-1/+23
|
* Signaling a state change when disconnecting.Ted Gould2009-10-081-0/+3
|
* Dealing with DBus's stupid views of NULL. If I wanted it like that I'd use ↵Ted Gould2009-10-081-3/+3
| | | | Python. I have values, or not. Simple as that.
* Debug messageTed Gould2009-10-081-0/+2
|
* Checking the name we're getting and the name we're loosing.Ted Gould2009-10-081-2/+2
|
* Adding a dbus proxy and setting up a signal handler for the namechange event ↵Ted Gould2009-10-081-0/+54
| | | | which will start or stop the empathy account manager.
* Moving the building of the EmpathyAccountManager to it's own function.Ted Gould2009-10-081-5/+19
|
* Making it so that the manager only gets created if the status is set.Ted Gould2009-10-061-4/+3
|
* Don't set the status so that we notice when it comes back to us.Ted Gould2009-09-231-2/+0
|
* Bad string, should have been hidden.Ted Gould2009-09-231-1/+1
|
* Comments are good.Ted Gould2009-09-221-1/+19
|
* If the global status changes then we need to signal everyone else about it.Ted Gould2009-09-221-1/+4
|
* Putting in the TP Connection enum mapTed Gould2009-09-221-3/+15
|
* Connecting to change signalTed Gould2009-09-221-0/+14
|
* Turning over to Empathy Account Manager.Ted Gould2009-09-221-244/+27
|
* Oh, got the header and it works too! Nice.Ted Gould2009-09-211-0/+2
|
* Creating a status provider object for Mission Control 5 based on the ↵Ted Gould2009-09-161-0/+383
Telepathy one.