aboutsummaryrefslogtreecommitdiff
path: root/libindicate
Commit message (Collapse)AuthorAgeFilesLines
* Fleshing out the functions in the listener to set interests.Ted Gould2009-04-032-2/+60
|
* Putting in some protection from crazy valuesTed Gould2009-04-021-0/+8
|
* Hiding debugTed Gould2009-04-021-7/+7
|
* Adding a bunch of debugging messages and fixing the lifecycle for the folk ↵Ted Gould2009-04-021-8/+24
| | | | pointer. Lots'o'fun. But things seem to be working.
* Filling in the dbus owner changing code. Now we should catch those.Ted Gould2009-04-021-0/+38
|
* Connecting in the DBus messaging that we need.Ted Gould2009-04-021-4/+40
|
* Fleshing out the interest setting and removing functions.Ted Gould2009-04-021-5/+56
|
* Adding in folks support.Ted Gould2009-04-022-1/+63
|
* Adding the interest removed and interest added signals in.Ted Gould2009-04-021-0/+16
|
* Woot! Now we have some real functions to call!Ted Gould2009-04-021-0/+29
|
* I can't believe I messed up this one. Luckily it doesn't seem to haveTed Gould2009-04-021-11/+11
| | | | | caused any bugs. Man.
* Switching around the show_interest and remove_interest functions so thatTed Gould2009-04-023-39/+74
| | | | | | | | they are now asyncronous. Not that being asynchronous is important but more that now they get the Method Invocation interface that we can use to find out the sender of the message. Changed various APIs as a result of this, and moved the DBus functions to be internal.
* Adding new functions show_interest and remove_interest into the API. Now to ↵Ted Gould2009-04-014-6/+86
| | | | fill in the backend.
* Adding a remove and show interestTed Gould2009-04-011-4/+8
|
* Change the API so it's more like we're keeping a list of what, and who are ↵Ted Gould2009-04-011-2/+7
| | | | interested in. This'll make it easier for us to manage all the DBus nastyness.
* MisspellingTed Gould2009-04-011-1/+1
|
* Getting some interests in the game.Ted Gould2009-04-016-3/+112
|
* Switch to searching on the connection, which is really what we care about ↵Ted Gould2009-04-011-3/+5
| | | | and the proxy is a poor sustitute for.
* First pass at the pretty meag-change to make it so that we can detect people ↵Ted Gould2009-04-012-46/+88
| | | | on the system vs. the session bus. Basically reworking a bunch of structures. Fun.
* Bad truth in the hide function.Ted Gould2009-03-271-1/+1
|
* Making it so that the GIR stuff autodetects and only builds if available.Ted Gould2009-03-171-0/+3
|
* Fixes for distcheck0.1.2Ted Gould2009-03-121-0/+2
|
* Fix doubling of prototypes, patch from EitanTed Gould2009-03-091-3/+0
|
* Linking in the build interfaces, needed a temporary function to get linking ↵Ted Gould2009-02-252-0/+10
| | | | right
* Forgot to put these in built sourcesTed Gould2009-02-251-0/+2
|
* true is TRUETed Gould2009-02-251-2/+2
|
* Adding build instructions for the listener interfaceTed Gould2009-02-251-0/+14
|
* Merging in changes to put back in the GObject introspection and to have ↵Ted Gould2009-02-251-24/+28
|\ | | | | | | better build characteristics.
| * Adding back in the GIR files and some distclean improvements to get back to ↵Ted Gould2009-02-251-0/+4
| | | | | | | | NULL.
| * releasing version 0.1.1-0ubuntu3~ppa1Ted Gould2009-02-251-24/+24
| |
* | Adding in the listeners interfaceTed Gould2009-02-251-0/+1
| |
* | An interface to get the list of servers from another listenerTed Gould2009-02-221-0/+41
| |
* | Adding information on how the server was added, but not really usingTed Gould2009-02-221-4/+12
|/ | | | | it for anything yet. I'm not sure that we can -- bother.
* Oops, should get the screw up right...Ted Gould2009-02-161-1/+1
|
* Adding a couple of files to the distribution to pass distcheckTed Gould2009-02-161-1/+3
|
* Adding a new signal in that handles the ID of zero, or null, commingTed Gould2009-02-152-5/+38
| | | | | | | back from a listener and uses that to show the server. Or atleast signal it to figure out how to do that. Also cleaning up the signals a little to use defines.
* Adding a check for NULL string in the icon parsing code. This willTed Gould2009-02-151-0/+5
| | | | | stop a bunch of warnings coming from everything else.
* Ah, declared a variable in an if so that it didn't get out of scope. Like ↵Ted Gould2009-02-131-2/+3
| | | | it should have. Bah.
* Changing from using a memory stream to using a buffer, the memory stream one ↵Ted Gould2009-02-121-8/+18
| | | | seems to be broken.
* Adding in the function to take a pixbuf, turn it into a png, base64 encode ↵Ted Gould2009-02-121-0/+16
| | | | it and then send it across the wire.
* Changing the icon data to be base64 encoded, should have done that ↵Ted Gould2009-02-121-1/+6
| | | | originally, how silly.
* Fixing some prototypes to fix warnings and errors we haven't yet ↵Ted Gould2009-02-121-2/+4
| | | | encountered. Also setting the type so that our switch statement actually works.
* Adding in some debug messages and making the signal use the original key to ↵Ted Gould2009-02-122-1/+4
| | | | broadcast itself.
* Seeing what happens if I turn on "sign always" in Bazaar.Ted Gould2009-02-121-0/+1
|
* Adding in the code for handling icons and timeTed Gould2009-02-121-0/+30
|
* Rebuilding the way that priorities get done so that we can handle a time and ↵Ted Gould2009-02-122-4/+58
| | | | icon version of the functions so that apps don't have to worry about those details.
* Adding in a time property functionTed Gould2009-02-122-0/+12
|
* Cleaning up some debug messages that aren't as useful anymoreTed Gould2009-02-112-4/+4
|
* Fixing the deallocation to check the right parameters.Ted Gould2009-02-111-2/+2
|
* Turning off some debugging, reformatting, and putting the connection into ↵Ted Gould2009-02-111-23/+13
| | | | the proxy_t structure