Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deleting everything only leaving libindicator | Ted Gould | 2009-08-18 | 1 | -103/+0 |
| | |||||
* | Switching around the show_interest and remove_interest functions so that | Ted Gould | 2009-04-02 | 1 | -0/+2 |
| | | | | | | | | they are now asyncronous. Not that being asynchronous is important but more that now they get the Method Invocation interface that we can use to find out the sender of the message. Changed various APIs as a result of this, and moved the DBus functions to be internal. | ||||
* | Adding new functions show_interest and remove_interest into the API. Now to ↵ | Ted Gould | 2009-04-01 | 1 | -0/+6 |
| | | | | fill in the backend. | ||||
* | Adding a license to the top of all these files. LGPL 2/3 | Ted Gould | 2009-02-11 | 1 | -0/+28 |
| | |||||
* | Changing the DBUS API slightly. Now there is no 'get_desktop' function as ↵ | Ted Gould | 2009-02-05 | 1 | -3/+10 |
| | | | | 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. | ||||
* | Changing to the dbus interface and changing to build teh client and server ↵ | Ted Gould | 2009-01-15 | 1 | -0/+60 |
interfaces |