aboutsummaryrefslogtreecommitdiff
path: root/libindicate
Commit message (Collapse)AuthorAgeFilesLines
...
* Chaning the property list parameters to be pointer arrays.Ted Gould2009-01-142-10/+10
|
* Making the indicator lookup it's own function and trying it out in another ↵Ted Gould2009-01-131-19/+33
| | | | function to get a property.
* Adding in some properties to the mixTed Gould2009-01-132-0/+98
|
* Adding in a display function and a list by type.Ted Gould2009-01-133-1/+59
|
* Man, a lot of work for messing up one explaination point.Ted Gould2009-01-132-1/+7
|
* Making it so that the indicators all have unique IDsTed Gould2009-01-133-2/+26
|
* Forgot to actually add the testTed Gould2009-01-131-0/+24
|
* Ah, we weren't checking if we were visible. Now things are better.Ted Gould2009-01-132-0/+8
|
* Return to crashing beautyTed Gould2009-01-131-1/+1
|
* Add a test to create a lot of indicators.Ted Gould2009-01-131-1/+13
|
* Merging in Robert's changes.Ted Gould2009-01-136-2/+36
|\
| * Add script to build GObject-introspection GIR, and boilerplate Robert Carr2009-01-132-0/+8
| | | | | | | | | | JavaScript test.
| * Use G_BEGIN/END_DECLS, and put the GOBject *_get_type functions in the Robert Carr2009-01-132-0/+10
| | | | | | | | | | header file (needed by introspection, but also the normal GLib style).
| * Merge Ted's changes. I should have used bzr bind.Robert Carr2009-01-135-4/+133
| |\
| * | Add pkgconfig file.Robert Carr2009-01-132-2/+18
| | |
* | | Fleshing out more functions, we can now return a list of ids. Need to test ↵Ted Gould2009-01-122-6/+71
| |/ |/| | | | | with more.
* | Whoo Hoo, we can countTed Gould2009-01-121-0/+5
| |
* | Fleshing out the whole show and hide thing. We should also be signalling ↵Ted Gould2009-01-124-2/+83
| | | | | | | | 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-123-3/+10
| | | | | | | | we're to the point of showing the way I think things should be.
* | Basic show hide support in the indicatorTed Gould2009-01-123-4/+22
| |
* | Changing to showing the inicator and make it so that we dont' crash right now.Ted Gould2009-01-123-2/+20
|/
* Adding in the base functions with pointers and fun stuff like thatTed Gould2009-01-121-9/+82
|
* Adding in signals so that we can talk to the app over DBus. Nice.Ted Gould2009-01-112-0/+28
|
* Adding in a show to help debuggingTed Gould2009-01-091-0/+1
|
* Adding in an indicator to the test and fixing a typoTed Gould2009-01-093-4/+7
|
* Connecting indicators and servers. They create themselves easily.Ted Gould2009-01-093-5/+22
|
* Setting up the singleton nature of the server, and allow setting it.Ted Gould2009-01-092-1/+38
|
* Fleshing out the server some in adding function and prototypes.Ted Gould2009-01-092-1/+54
|
* Adding in build support for the indicate and crash test. Will make future ↵Ted Gould2009-01-082-0/+17
| | | | ones easier.
* Adding in a simple program to crash after 15 seconds. Now we can add ↵Ted Gould2009-01-081-0/+16
| | | | indicators to it.
* Building a pretty good set of virtual functions and getting them tied ↵Ted Gould2009-01-082-0/+214
| | | | together, with errors too.
* Basic GObject stuffTed Gould2009-01-082-1/+45
|
* Setting up version of the libraries.Ted Gould2009-01-071-0/+1
|
* Fixing stuff so that everything links all togetherTed Gould2009-01-073-7/+12
|
* Adding in a built sources tag to build the header file properlyTed Gould2009-01-071-0/+3
|
* Fixing linking and libraries and includes oh myTed Gould2009-01-073-5/+19
|
* Dummy starting fileTed Gould2009-01-071-0/+4
|
* Make file starting out to build this thingTed Gould2009-01-071-0/+33
|
* Basic server stuffTed Gould2009-01-071-1/+14
|
* Fixing a bunch of typos, now it is a happy validating XML file.Ted Gould2009-01-071-8/+8
|
* First version of XML DBus interfaceTed Gould2009-01-071-0/+60
|
* Dropping in more code to make these real GObjects and suchTed Gould2009-01-072-0/+66
|
* Stopping pointTed Gould2008-12-202-1/+51
|
* Indicator prototypesTed Gould2008-11-102-0/+28