| Commit message (Expand) | Author | Age | Files | Lines |
* | Only emitting a changed signal on properties changed when the indicator is vi... | Ted Gould | 2009-02-09 | 1 | -1/+3 |
* | Some formatting, reusing the private variable, making it so that hide sends t... | Ted Gould | 2009-02-09 | 1 | -11/+9 |
* | Server hide function from Niel | Ted Gould | 2009-02-09 | 1 | -0/+22 |
|\ |
|
| * | Add the indicate_server_hide function | Neil Jagdish Patel | 2009-02-09 | 1 | -0/+22 |
* | | Sending the type with the signal in the listener, adding it into the tests. | Ted Gould | 2009-02-07 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Changing the signals for show/hide to send the type correctly. | Ted Gould | 2009-02-07 | 1 | -2/+2 |
* | | Making the listener handle the case where we're using the new show/hide struc... | Ted Gould | 2009-02-06 | 4 | -17/+42 |
|\| |
|
| * | Ah, stupid little wrong function | Ted Gould | 2009-02-06 | 1 | -1/+1 |
| * | Tracking the type of the server in the proxyt structure | Ted Gould | 2009-02-06 | 1 | -4/+18 |
| * | Changing the prototypes to start using the server added stuff | Ted Gould | 2009-02-06 | 4 | -16/+27 |
* | | releasing version 0.1~ppa32 | Ted Gould | 2009-02-06 | 1 | -3/+3 |
* | | Removing GObject introspection for now | Ted Gould | 2009-02-06 | 1 | -27/+27 |
|/ |
|
* | Adding properties for doing type and desktop | Ted Gould | 2009-02-05 | 1 | -0/+84 |
* | Changing the DBUS API slightly. Now there is no 'get_desktop' function as de... | Ted Gould | 2009-02-05 | 3 | -40/+33 |
* | Adding in the API function to take and icon and display it. Just the prototype. | Ted Gould | 2009-02-05 | 3 | -0/+11 |
* | Allow sub-classes of server to emit signals using three new public functions | Neil Jagdish Patel | 2009-02-03 | 2 | -0/+32 |
* | Adding an interface to call back to an indicator and display it. | Ted Gould | 2009-01-30 | 2 | -1/+24 |
* | Changing the include directory from 1.0 to 0.1 which gives us more room to sc... | Ted Gould | 2009-01-29 | 2 | -2/+2 |
* | Wow, I didn't realize we weren't handling properties at all correctly. Fixed... | Ted Gould | 2009-01-29 | 1 | -9/+17 |
* | Have the server pass along the property modified signal | Ted Gould | 2009-01-29 | 1 | -0/+8 |
* | Adding a property modified signal to the indicator object | Ted Gould | 2009-01-29 | 2 | -2/+18 |
* | Making all of the server values move into a private section like all the othe... | Ted Gould | 2009-01-29 | 2 | -40/+73 |
* | Making the indicator properties private, they should be. Also cleans | Ted Gould | 2009-01-29 | 2 | -27/+50 |
* | Removing DBus from the gobject introspection | Ted Gould | 2009-01-29 | 1 | -2/+0 |
* | Oops, forgot the header there | Ted Gould | 2009-01-29 | 1 | -2/+0 |
* | Okay, moving all of the variables from the listener class into a private obje... | Ted Gould | 2009-01-29 | 2 | -48/+65 |
* | Getting some helper defines for some of the hacks that'll probably change in ... | Ted Gould | 2009-01-29 | 1 | -0/+3 |
* | Making the signals use #defines to make everything a little more | Ted Gould | 2009-01-29 | 2 | -5/+11 |
* | Adding a variable to make the compiler happier | Ted Gould | 2009-01-29 | 1 | -0/+1 |
* | Changed to only listen to reference names instead of descriptive | Ted Gould | 2009-01-26 | 1 | -0/+4 |
* | Adding in the im-client test and fixing a couple of bugs it found | Ted Gould | 2009-01-21 | 2 | -1/+8 |
* | Adding in a type for indicators that are messages | Ted Gould | 2009-01-21 | 3 | -1/+100 |
* | Adding in a get_property function | Ted Gould | 2009-01-21 | 2 | -1/+62 |
* | Wrong indicate include directory in package config files | Ted Gould | 2009-01-19 | 1 | -1/+1 |
* | Shell script integrated into the autotools system | Ted Gould | 2009-01-16 | 1 | -2/+0 |
* | Bringing GObject Introspection into the build and making it so that | Ted Gould | 2009-01-16 | 1 | -4/+31 |
* | Moving the tests so that they can guarantee to build after the library | Ted Gould | 2009-01-16 | 6 | -141/+0 |
* | Adding in a return that was missing (though it's useless) | Ted Gould | 2009-01-16 | 1 | -1/+1 |
* | Handling the case that we're destroying an entry because the bus told us to. ... | Ted Gould | 2009-01-16 | 1 | -4/+44 |
* | Fixing the printing and the saving of indicators. | Ted Gould | 2009-01-15 | 2 | -4/+4 |
* | Changing the test to do the printing by itself instead of using the debug mes... | Ted Gould | 2009-01-15 | 2 | -5/+40 |
* | Getting the signals in shape | Ted Gould | 2009-01-15 | 3 | -22/+40 |
* | Okay, adding the other signals in and keeping track of the indicators | Ted Gould | 2009-01-15 | 2 | -7/+112 |
* | Get the type of the list of indicators that we got, and then set the up to re... | Ted Gould | 2009-01-15 | 1 | -2/+29 |
* | Now correctly calling the get indicators function to get the indicators on al... | Ted Gould | 2009-01-15 | 1 | -0/+19 |
* | Adding in a marshaller for the DBus signals that we need | Ted Gould | 2009-01-15 | 3 | -1/+26 |
* | Now doing some DBus listening and getting some of the initial configuration b... | Ted Gould | 2009-01-15 | 2 | -1/+78 |
* | Changing to the dbus interface and changing to build teh client and server in... | Ted Gould | 2009-01-15 | 2 | -4/+13 |
* | Amazing how a little string can make such a huge difference. | Ted Gould | 2009-01-15 | 1 | -1/+1 |
* | Adding in a basic listening test | Ted Gould | 2009-01-15 | 2 | -1/+29 |