aboutsummaryrefslogtreecommitdiff
path: root/libindicate/indicator.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Adding in some debug messages and making the signal use the original key to ↵Ted Gould2009-02-121-1/+3
| | | | broadcast itself.
* Adding in a time property functionTed Gould2009-02-121-0/+11
|
* Cleaning up some debug messages that aren't as useful anymoreTed Gould2009-02-111-2/+2
|
* Adding a license to the top of all these files. LGPL 2/3Ted Gould2009-02-111-0/+28
|
* Only emitting a changed signal on properties changed when the indicator is ↵Ted Gould2009-02-091-1/+3
| | | | visible
* Adding in the API function to take and icon and display it. Just the prototype.Ted Gould2009-02-051-0/+7
|
* Adding a property modified signal to the indicator objectTed Gould2009-01-291-2/+16
|
* Making the indicator properties private, they should be. Also cleansTed Gould2009-01-291-20/+50
| | | | | up some deps.
* Adding in some properties to the mixTed Gould2009-01-131-0/+89
|
* Adding in a display function and a list by type.Ted Gould2009-01-131-0/+9
|
* Man, a lot of work for messing up one explaination point.Ted Gould2009-01-131-0/+4
|
* Making it so that the indicators all have unique IDsTed Gould2009-01-131-2/+1
|
* Fleshing out the whole show and hide thing. We should also be signalling ↵Ted Gould2009-01-121-0/+39
| | | | when indicators are added or removed from the server.
* Clean up the signal handlers and fixing the call in the test function. Now ↵Ted Gould2009-01-121-2/+6
| | | | we're to the point of showing the way I think things should be.
* Basic show hide support in the indicatorTed Gould2009-01-121-3/+19
|
* Changing to showing the inicator and make it so that we dont' crash right now.Ted Gould2009-01-121-0/+16
|
* Connecting indicators and servers. They create themselves easily.Ted Gould2009-01-091-2/+14
|
* Basic GObject stuffTed Gould2009-01-081-1/+1
|
* Fixing stuff so that everything links all togetherTed Gould2009-01-071-2/+1
|
* Dropping in more code to make these real GObjects and suchTed Gould2009-01-071-0/+49
|
* Indicator prototypesTed Gould2008-11-101-0/+7