| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing from using a memory stream to using a buffer, the memory stream one ... | Ted Gould | 2009-02-12 | 1 | -8/+18 |
* | Adding in the function to take a pixbuf, turn it into a png, base64 encode it... | Ted Gould | 2009-02-12 | 1 | -0/+16 |
* | Changing the icon data to be base64 encoded, should have done that originally... | Ted Gould | 2009-02-12 | 1 | -1/+6 |
* | Fixing some prototypes to fix warnings and errors we haven't yet encountered.... | Ted Gould | 2009-02-12 | 1 | -2/+4 |
* | Adding in some debug messages and making the signal use the original key to b... | Ted Gould | 2009-02-12 | 2 | -1/+4 |
* | Seeing what happens if I turn on "sign always" in Bazaar. | Ted Gould | 2009-02-12 | 1 | -0/+1 |
* | Adding in the code for handling icons and time | Ted Gould | 2009-02-12 | 1 | -0/+30 |
* | Rebuilding the way that priorities get done so that we can handle a time and ... | Ted Gould | 2009-02-12 | 2 | -4/+58 |
* | Adding in a time property function | Ted Gould | 2009-02-12 | 2 | -0/+12 |
* | Cleaning up some debug messages that aren't as useful anymore | Ted Gould | 2009-02-11 | 2 | -4/+4 |
* | Fixing the deallocation to check the right parameters. | Ted Gould | 2009-02-11 | 1 | -2/+2 |
* | Turning off some debugging, reformatting, and putting the connection into the... | Ted Gould | 2009-02-11 | 1 | -23/+13 |
* | Basically things are working as the proxyts are now findable. | Ted Gould | 2009-02-11 | 1 | -6/+6 |
* | Fixing the call, checking both lists of proxies, and adding some debug info. | Ted Gould | 2009-02-11 | 1 | -2/+12 |
* | Removing an annoying warning | Ted Gould | 2009-02-11 | 1 | -2/+0 |
* | Adding a check for type in the middle of the state machine for building a ser... | Ted Gould | 2009-02-11 | 1 | -5/+25 |
* | Adding in a ref-default function so that we can keep one listener | Ted Gould | 2009-02-11 | 2 | -0/+19 |
* | Getting all the legal stuff in. | Ted Gould | 2009-02-11 | 10 | -1/+282 |
|\ |
|
| * | Adding a license to the top of all these files. LGPL 2/3 | Ted Gould | 2009-02-11 | 10 | -1/+282 |
* | | Adding to the convience functions for setting the desktop file | Ted Gould | 2009-02-10 | 1 | -2/+9 |
* | | Building a way to get properties. Seems like this should be in the DBus | Ted Gould | 2009-02-10 | 2 | -8/+101 |
* | | Avoiding a conflict with GObject's get_type function. | Ted Gould | 2009-02-10 | 2 | -20/+20 |
* | | Adding in real functions to match the prototypes. | Ted Gould | 2009-02-10 | 1 | -0/+16 |
* | | Adding in functions to match the prototypes. | Ted Gould | 2009-02-10 | 1 | -0/+21 |
* | | Adding in a set_type function and fixing the prototype for set_desktop | Ted Gould | 2009-02-10 | 1 | -1/+3 |
* | | Adding an API for getting the type and desktop files | Ted Gould | 2009-02-10 | 1 | -0/+10 |
|/ |
|
* | 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 |