aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Setting the menu item to activate the guest user sessionTed Gould2009-07-201-5/+27
|
* Switching from dummy users to useful menuitemsTed Gould2009-07-201-13/+26
|
* Ignoring some autogenerated files.Ted Gould2009-06-301-0/+2
|
* Moving the server to after the items makes things work better, but I'm ↵Ted Gould2009-06-301-2/+11
| | | | curious why it's failing. This is more a test for dbusmenu though which'll have better debug.
* Getting some menuitemsTed Gould2009-06-301-0/+13
|
* Some debugging info.Ted Gould2009-06-301-0/+6
|
* Showing the loading item. Atleast that works now.Ted Gould2009-06-301-0/+2
|
* Bah, I hate pointers some days.Ted Gould2009-06-301-16/+32
|
* Trying to flesh out the add function some more, but this commit doesn't ↵Ted Gould2009-06-301-14/+31
| | | | build as apparently switches have to have integers now. This takes half of the fun out of C if you can't use crazy function pointers everywhere! Where's the sport in readable code?
* Switching over the status menu too. Woot!Ted Gould2009-06-301-5/+46
|
* Adding in stuff for the users menu. Getting better at this.Ted Gould2009-06-301-27/+75
|
* Working more on changing the style of how things work for clients. This is ↵Ted Gould2009-06-301-15/+59
| | | | the session based items.
* Phase one switch to the client instead of the menuTed Gould2009-06-261-10/+11
|
* Using the new dbusmenu signal for item addedTed Gould2009-06-221-3/+3
|
* Removing the .so* stuffTed Gould2009-06-221-0/+1
|
* Showing the added menu and adding in a loading item.Ted Gould2009-06-191-1/+10
|
* Oh, the signal is 'add' not 'added'. How I love to have random strings ↵Ted Gould2009-06-191-3/+3
| | | | without checking, all the elegance of Python.
* Fleshing out the insertion function. Let's get some menus.Ted Gould2009-06-191-0/+5
|
* Bubbling up the position information to a final function to put things on ↵Ted Gould2009-06-191-0/+47
| | | | the main menu.
* Adding in separatorsTed Gould2009-06-191-0/+10
|
* Splitting out the menu loading and process starting code to make it lazy and ↵Ted Gould2009-06-191-10/+56
| | | | push it into the idle loop. No blocking DBus on startup.
* Building the service files more correctly.Ted Gould2009-06-161-2/+5
|
* Okay, we need functions as we want a list of icons.Ted Gould2009-06-122-6/+24
|
* A quickly little object to put itself on DBus.Ted Gould2009-06-124-0/+91
|
* Brining in the client side of the APITed Gould2009-06-121-0/+1
|
* Actually the client is the indicator. Silly to have one binary be both ↵Ted Gould2009-06-121-2/+24
| | | | client and server, heh.
* Adding a DBus interface for the status specific stuffTed Gould2009-06-122-5/+51
|
* Some comments describing the intentions of the functions.Ted Gould2009-06-121-0/+12
|
* Putting in the status translation tables.Ted Gould2009-06-121-3/+41
|
* Adding in a proxy to start gettin' us some PidginTed Gould2009-06-111-0/+6
|
* Oops, what a mess up. But this sure makes things unhappy. Nasty to debug ↵Ted Gould2009-06-111-2/+2
| | | | segfault.
* Okay, let's use these providers. We're 733t now.Ted Gould2009-06-111-5/+22
|
* Starting to connect things together. Let's get some Pidgin in there.Ted Gould2009-06-113-0/+16
|
* Now we're setting the status provider functions of the StatusProvider interface.Ted Gould2009-06-111-0/+24
|
* Preliminary pidgin wrappers.Ted Gould2009-06-113-1/+94
|
* Adding in a good ol' signal handler and even emits this puppy. Whew.Ted Gould2009-06-111-1/+27
|
* Some public funtions and now they can be subclassedTed Gould2009-06-111-0/+33
|
* Don't need a private or dispose or finalize. This class is more of an ↵Ted Gould2009-06-111-29/+0
| | | | interface.
* Moving the enum into the provider object and changing the name everywhere.Ted Gould2009-06-112-33/+35
|
* Providing the first hints at an APITed Gould2009-06-111-5/+18
|
* Adding in the basic (generated) framework for the status provider objectTed Gould2009-06-113-1/+87
|
* Oops, forgot about invisible. I guess that's kinda expected though, as it's ↵Ted Gould2009-06-101-8/+11
| | | | invisible.
* Connecting in a callback.Ted Gould2009-06-101-1/+9
|
* Building the menuitemsTed Gould2009-06-101-0/+23
|
* Using the defines and strings that were in our patches to FUSA. I wrote the ↵Ted Gould2009-06-101-0/+28
| | | | code, so it is like other things © Canonical so there is no issue there. There is other code in FUSA that is not.
* Making sure to clean up the generated service files. Whew. Pass distcheck.Ted Gould2009-06-101-0/+1
|
* Adding in the DBus services directory with localinstall supportTed Gould2009-06-101-0/+11
|
* Adding a configure flag so that indicators can be installed locally for ↵Ted Gould2009-06-102-1/+14
| | | | distcheck purposes.
* Copying that code into the other two services. Now we're dbus-y.Ted Gould2009-06-092-2/+72
|
* Bringing up a dbusmenu item.Ted Gould2009-06-091-1/+36
|