aboutsummaryrefslogtreecommitdiff
path: root/libindicate/indicator.c
Commit message (Collapse)AuthorAgeFilesLines
* Deleting everything only leaving libindicatorTed Gould2009-08-181-528/+0
|
* Aurelien's patch to add a set_server function to indicators.Ted Gould2009-08-061-3/+26
|\
| * Updated documentationAurelien Gateau2009-08-061-0/+8
| |
| * Introduce indicate_indicator_set_server() so that server can be defined forAurelien Gateau2009-08-051-4/+17
|/ | | | | message indicators too.
* Moving the listener code and some indicator code into libindicate-gtkTed Gould2009-08-031-44/+0
|
* Adding a function to set the server of the indicator upon creation. ↵Ted Gould2009-08-031-0/+30
| | | | indicate_indicator_new_with_server()
* Fixing typoTed Gould2009-04-301-1/+1
|
* Adding in arguments for the signalsTed Gould2009-04-301-1/+12
|
* Adding in message documentation and cleaning up some mistakes as I see them.Ted Gould2009-04-301-1/+1
|
* Getting most of the indicator documentation in the pool.Ted Gould2009-04-301-0/+29
|
* Turns out that gtk-doc can't have the name of the function on the same line ↵Ted Gould2009-04-301-14/+30
| | | | as the start of the comment. How stupid.
* Dispaly typoTed Gould2009-04-301-1/+1
|
* First pass at trying to create some function documentation for IndicatorTed Gould2009-04-301-0/+99
|
* Adding in call to the parent class' finalize function as well, this should ↵Ted Gould2009-04-131-0/+1
| | | | free all the way up to the top.
* Fixing some pedantic little bugs to try and figure out what's causing 359018Ted Gould2009-04-111-4/+4
|
* Clearing another warning. Shame gdk doesn't do this one for us.Ted Gould2009-04-071-1/+1
|
* 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