Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding a new signal in that handles the ID of zero, or null, comming | Ted Gould | 2009-02-15 | 1 | -0/+12 |
| | | | | | | | back from a listener and uses that to show the server. Or atleast signal it to figure out how to do that. Also cleaning up the signals a little to use defines. | ||||
* | Getting all the legal stuff in. | Ted Gould | 2009-02-11 | 1 | -0/+28 |
|\ | |||||
| * | Adding a license to the top of all these files. LGPL 2/3 | Ted Gould | 2009-02-11 | 1 | -0/+28 |
| | | |||||
* | | Adding in a set_type function and fixing the prototype for set_desktop | Ted Gould | 2009-02-10 | 1 | -1/+3 |
|/ | |||||
* | Changing the DBUS API slightly. Now there is no 'get_desktop' function as ↵ | Ted Gould | 2009-02-05 | 1 | -2/+2 |
| | | | | 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. | ||||
* | Allow sub-classes of server to emit signals using three new public functions | Neil Jagdish Patel | 2009-02-03 | 1 | -0/+5 |
| | |||||
* | Making all of the server values move into a private section like all the ↵ | Ted Gould | 2009-01-29 | 1 | -11/+2 |
| | | | | others. Generally a good thing and good clean up | ||||
* | Cut-and-paste error | Ted Gould | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | Cleaning up prototypes and type warnings. | Ted Gould | 2009-01-14 | 1 | -4/+4 |
| | |||||
* | Chaning the property list parameters to be pointer arrays. | Ted Gould | 2009-01-14 | 1 | -4/+4 |
| | |||||
* | Making it so that the indicators all have unique IDs | Ted Gould | 2009-01-13 | 1 | -0/+3 |
| | |||||
* | Ah, we weren't checking if we were visible. Now things are better. | Ted Gould | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | Merging in Robert's changes. | Ted Gould | 2009-01-13 | 1 | -0/+5 |
|\ | |||||
| * | Use G_BEGIN/END_DECLS, and put the GOBject *_get_type functions in the | Robert Carr | 2009-01-13 | 1 | -0/+5 |
| | | | | | | | | | | header file (needed by introspection, but also the normal GLib style). | ||||
* | | Fleshing out more functions, we can now return a list of ids. Need to test ↵ | Ted Gould | 2009-01-12 | 1 | -2/+2 |
|/ | | | | with more. | ||||
* | Fleshing out the whole show and hide thing. We should also be signalling ↵ | Ted Gould | 2009-01-12 | 1 | -0/+3 |
| | | | | when indicators are added or removed from the server. | ||||
* | Adding in signals so that we can talk to the app over DBus. Nice. | Ted Gould | 2009-01-11 | 1 | -0/+6 |
| | |||||
* | Adding in an indicator to the test and fixing a typo | Ted Gould | 2009-01-09 | 1 | -2/+2 |
| | |||||
* | Connecting indicators and servers. They create themselves easily. | Ted Gould | 2009-01-09 | 1 | -2/+3 |
| | |||||
* | Setting up the singleton nature of the server, and allow setting it. | Ted Gould | 2009-01-09 | 1 | -0/+3 |
| | |||||
* | Fleshing out the server some in adding function and prototypes. | Ted Gould | 2009-01-09 | 1 | -0/+7 |
| | |||||
* | Building a pretty good set of virtual functions and getting them tied ↵ | Ted Gould | 2009-01-08 | 1 | -0/+9 |
| | | | | together, with errors too. | ||||
* | Fixing stuff so that everything links all together | Ted Gould | 2009-01-07 | 1 | -4/+10 |
| | |||||
* | Fixing linking and libraries and includes oh my | Ted Gould | 2009-01-07 | 1 | -0/+3 |
| | |||||
* | Basic server stuff | Ted Gould | 2009-01-07 | 1 | -1/+14 |
| | |||||
* | Stopping point | Ted Gould | 2008-12-20 | 1 | -0/+36 |