Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding a function to set the server of the indicator upon creation. ↵ | Ted Gould | 2009-08-03 | 1 | -1/+2 |
| | | | | indicate_indicator_new_with_server() | ||||
* | Oops, we shouldn't have a prototype for a function that doesn't exist. ↵ | Ted Gould | 2009-07-21 | 1 | -3/+0 |
| | | | | Thanks to Aurilien. | ||||
* | Fixing some documentation bugs. | Ted Gould | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Woot, signal documentation works now. | Ted Gould | 2009-04-30 | 1 | -8/+8 |
| | |||||
* | Server section documentation. | Ted Gould | 2009-04-30 | 1 | -0/+29 |
| | |||||
* | Comments for the class, who put all those functions on there... | Ted Gould | 2009-04-30 | 1 | -0/+42 |
| | |||||
* | What is the server | Ted Gould | 2009-04-30 | 1 | -0/+10 |
| | |||||
* | Patch from Eitan Isaacson to correct prototype. Had to be adjusted slightly ↵ | Ted Gould | 2009-04-07 | 1 | -1/+1 |
| | | | | as the prototypes had moved. | ||||
* | Switching around the show_interest and remove_interest functions so that | Ted Gould | 2009-04-02 | 1 | -14/+3 |
| | | | | | | | | 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 | -3/+7 |
| | | | | fill in the backend. | ||||
* | Change the API so it's more like we're keeping a list of what, and who are ↵ | Ted Gould | 2009-04-01 | 1 | -2/+7 |
| | | | | interested in. This'll make it easier for us to manage all the DBus nastyness. | ||||
* | Getting some interests in the game. | Ted Gould | 2009-04-01 | 1 | -1/+9 |
| | |||||
* | 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 |