aboutsummaryrefslogtreecommitdiff
path: root/libindicate
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Basically things are working as the proxyts are now findable.Ted Gould2009-02-111-6/+6
|
* Fixing the call, checking both lists of proxies, and adding some debug info.Ted Gould2009-02-111-2/+12
|
* Removing an annoying warningTed Gould2009-02-111-2/+0
|
* Adding a check for type in the middle of the state machine for building a ↵Ted Gould2009-02-111-5/+25
| | | | server.
* Adding in a ref-default function so that we can keep one listenerTed Gould2009-02-112-0/+19
| | | | | around for fun and profit.
* Getting all the legal stuff in.Ted Gould2009-02-1110-1/+282
|\
| * Adding a license to the top of all these files. LGPL 2/3Ted Gould2009-02-1110-1/+282
| |
* | Adding to the convience functions for setting the desktop fileTed Gould2009-02-101-2/+9
| | | | | | | | | | and the type of the server.
* | Building a way to get properties. Seems like this should be in the DBusTed Gould2009-02-102-8/+101
| | | | | | | | | | | | libs, but anyway. Here is the code that compiles and claims that it'll do it. More code than I would have liked.
* | Avoiding a conflict with GObject's get_type function.Ted Gould2009-02-102-20/+20
| |
* | Adding in real functions to match the prototypes.Ted Gould2009-02-101-0/+16
| |
* | Adding in functions to match the prototypes.Ted Gould2009-02-101-0/+21
| |
* | Adding in a set_type function and fixing the prototype for set_desktopTed Gould2009-02-101-1/+3
| |
* | Adding an API for getting the type and desktop filesTed Gould2009-02-101-0/+10
|/
* Only emitting a changed signal on properties changed when the indicator is ↵Ted Gould2009-02-091-1/+3
| | | | visible
* Some formatting, reusing the private variable, making it so that hide sends ↵Ted Gould2009-02-091-11/+9
| | | | the type and only sending a message of finalize if we're still visible.
* Server hide function from NielTed Gould2009-02-091-0/+22
|\
| * Add the indicate_server_hide functionNeil Jagdish Patel2009-02-091-0/+22
| |
* | Sending the type with the signal in the listener, adding it into the tests.Ted Gould2009-02-071-2/+2
|\ \ | |/ |/|
| * Changing the signals for show/hide to send the type correctly.Ted Gould2009-02-071-2/+2
| |
* | Making the listener handle the case where we're using the new show/hide ↵Ted Gould2009-02-064-17/+42
|\| | | | | | | structure.
| * Ah, stupid little wrong functionTed Gould2009-02-061-1/+1
| |
| * Tracking the type of the server in the proxyt structureTed Gould2009-02-061-4/+18
| |
| * Changing the prototypes to start using the server added stuffTed Gould2009-02-064-16/+27
| |
* | releasing version 0.1~ppa32Ted Gould2009-02-061-3/+3
| |
* | Removing GObject introspection for nowTed Gould2009-02-061-27/+27
|/
* Adding properties for doing type and desktopTed Gould2009-02-051-0/+84
|
* Changing the DBUS API slightly. Now there is no 'get_desktop' function as ↵Ted Gould2009-02-053-40/+33
| | | | desktop is a property. Added a property for type so that we can understand what kind of application this is. And finally adding show/hide signals on the server as they were already on the listener.
* Adding in the API function to take and icon and display it. Just the prototype.Ted Gould2009-02-053-0/+11
|
* Allow sub-classes of server to emit signals using three new public functionsNeil Jagdish Patel2009-02-032-0/+32
|
* Adding an interface to call back to an indicator and display it.Ted Gould2009-01-302-1/+24
|
* Changing the include directory from 1.0 to 0.1 which gives us more room to ↵Ted Gould2009-01-292-2/+2
| | | | screw up
* Wow, I didn't realize we weren't handling properties at all correctly. ↵Ted Gould2009-01-291-9/+17
| | | | Fixed now. Whew.