aboutsummaryrefslogtreecommitdiff
path: root/libindicate
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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.
* Have the server pass along the property modified signalTed Gould2009-01-291-0/+8
|
* Adding a property modified signal to the indicator objectTed Gould2009-01-292-2/+18
|
* Making all of the server values move into a private section like all the ↵Ted Gould2009-01-292-40/+73
| | | | others. Generally a good thing and good clean up
* Making the indicator properties private, they should be. Also cleansTed Gould2009-01-292-27/+50
| | | | | up some deps.
* Removing DBus from the gobject introspectionTed Gould2009-01-291-2/+0
|
* Oops, forgot the header thereTed Gould2009-01-291-2/+0
|
* Okay, moving all of the variables from the listener class into a private ↵Ted Gould2009-01-292-48/+65
| | | | object. This is to make the GObject introspection not need dbus, and thus we can reduce our build deps significantly.
* Getting some helper defines for some of the hacks that'll probably change in ↵Ted Gould2009-01-291-0/+3
| | | | the future
* Making the signals use #defines to make everything a little moreTed Gould2009-01-292-5/+11
| | | | | predictable. I hate this part of GObject signals.
* Adding a variable to make the compiler happierTed Gould2009-01-291-0/+1
|
* Changed to only listen to reference names instead of descriptiveTed Gould2009-01-261-0/+4
| | | | | ones. Hopefully this'll fix a crash.
* Adding in the im-client test and fixing a couple of bugs it foundTed Gould2009-01-212-1/+8
|
* Adding in a type for indicators that are messagesTed Gould2009-01-213-1/+100
|
* Adding in a get_property functionTed Gould2009-01-212-1/+62
|
* Wrong indicate include directory in package config filesTed Gould2009-01-191-1/+1
|
* Shell script integrated into the autotools systemTed Gould2009-01-161-2/+0
|
* Bringing GObject Introspection into the build and making it so thatTed Gould2009-01-161-4/+31
| | | | | it gets installed with the library.
* Moving the tests so that they can guarantee to build after the libraryTed Gould2009-01-166-141/+0
| | | | | builds as otherwise they end up getting built first.
* Adding in a return that was missing (though it's useless)Ted Gould2009-01-161-1/+1
|
* Handling the case that we're destroying an entry because the bus told us to. ↵Ted Gould2009-01-161-4/+44
| | | | Properly signalling all of the removals
* Fixing the printing and the saving of indicators.Ted Gould2009-01-152-4/+4
|
* Changing the test to do the printing by itself instead of using the debug ↵Ted Gould2009-01-152-5/+40
| | | | messages in the class itself
* Getting the signals in shapeTed Gould2009-01-153-22/+40
|
* Okay, adding the other signals in and keeping track of the indicatorsTed Gould2009-01-152-7/+112
| | | | | that are hanging around. Now, to connect to things external.
* Get the type of the list of indicators that we got, and then set the up to ↵Ted Gould2009-01-151-2/+29
| | | | register
* Now correctly calling the get indicators function to get the indicators on ↵Ted Gould2009-01-151-0/+19
| | | | already created objects.
* Adding in a marshaller for the DBus signals that we needTed Gould2009-01-153-1/+26
|
* Now doing some DBus listening and getting some of the initial configuration ↵Ted Gould2009-01-152-1/+78
| | | | built up.
* Changing to the dbus interface and changing to build teh client and server ↵Ted Gould2009-01-152-4/+13
| | | | interfaces
* Amazing how a little string can make such a huge difference.Ted Gould2009-01-151-1/+1
|
* Adding in a basic listening testTed Gould2009-01-152-1/+29
|
* Adding a new functionTed Gould2009-01-152-2/+10
|
* Starting to flesh out the listener a little bit, should get a list of names ↵Ted Gould2009-01-152-1/+149
| | | | on teh bus at this point
* Adding in the base object for the listener.Ted Gould2009-01-153-0/+133
|
* Cut-and-paste errorTed Gould2009-01-151-1/+1
|
* Cleaning up prototypes and type warnings.Ted Gould2009-01-142-16/+16
|
* Who the hell would design an API that passes in arrays of strings differentlyTed Gould2009-01-141-0/+28
| | | | | than it passes them out. What an insane idea. Oh yeah, properties work.
* Chaning the property list parameters to be pointer arrays.Ted Gould2009-01-142-10/+10
|