aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | | | | | | | | | * Setting the icon from the callback of asking the valueTed Gould2009-08-081-3/+9
| | | | | | | | | | | | | | | | | | | | | | * Oh, now signals and callbacks, oh, myTed Gould2009-08-081-0/+20
| | | | | | | | | | | | | | | | | | | | | | * Fixing a few things with the dbus stuff and starting to listen to the extra i...Ted Gould2009-08-084-3/+29
| | | | | | | | | | | | | | | | | | | | | | * Fixing the local install of the iconsTed Gould2009-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Switching icons directory to the one provided by package configTed Gould2009-08-0813-12/+15
| | | | | | | | | | | | | | | | | | | | | | * Showing the icon. Silly.Ted Gould2009-08-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | * Making dbus names valid, which is a little silly.Ted Gould2009-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Changing the signal prototype to be strings instead of pointers.Ted Gould2009-08-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | * Changing the icons to be singular for now.Ted Gould2009-08-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | * Unused variableTed Gould2009-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Adding in -Wall and -Werror to thingsTed Gould2009-08-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | * Adding unistd.h headerTed Gould2009-08-082-0/+2
| | | | | | | | | | | | | | | | | | | | | | * Setting up signal handlers for the signal changing. We still ask everyone, t...Ted Gould2009-08-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | * Global status being used and thrown over d' busTed Gould2009-08-083-1/+12
| | | | | | | | | | | | | | | | | | | | | | * Brining in the concept of global statusTed Gould2009-08-081-0/+21
| | | | | | | | | | | | | | | | | | | | | | * Handling the signal better. Now in the header file as well.Ted Gould2009-08-082-3/+4
| | | | | | | | | | | | | | | | | | | | | | * Better displose to free the proxy and ensuring that statuc changes get noted.Ted Gould2009-08-081-0/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | I forgot to put legal agreements on the top of all the C/H files. Oops.Ted Gould2009-08-0714-0/+308
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merging the branch for better status service.Ted Gould2009-08-0770-17/+1727
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Put the user's real name in the menu item.Ted Gould2009-08-071-5/+30
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Getting an image built for offlineTed Gould2009-08-071-1/+2
| * | | | | | | | | | | | | | | | | | A whole bunch of icons that are from our previous FUSA patchesTed Gould2009-08-0764-0/+1584
| * | | | | | | | | | | | | | | | | | Clean it up.Ted Gould2009-08-071-1/+0
| * | | | | | | | | | | | | | | | | | Using the user nameTed Gould2009-08-071-1/+2
| * | | | | | | | | | | | | | | | | | Some dummy code to get a nameTed Gould2009-08-061-1/+12
| * | | | | | | | | | | | | | | | | | Now we have privates.Ted Gould2009-08-061-0/+15
| * | | | | | | | | | | | | | | | | | More and better prototypesTed Gould2009-08-061-12/+12
| * | | | | | | | | | | | | | | | | | Getting a new object to remove an error.Ted Gould2009-08-062-1/+2
| * | | | | | | | | | | | | | | | | | Adding a couple of signals in here.Ted Gould2009-08-062-0/+49
| * | | | | | | | | | | | | | | | | | ayatana.orgTed Gould2009-08-061-1/+1
| * | | | | | | | | | | | | | | | | | Doing a registration and a connection to DBusTed Gould2009-08-061-0/+10
| * | | | | | | | | | | | | | | | | | Something global to track all the DBus stuff.Ted Gould2009-08-061-0/+3
| * | | | | | | | | | | | | | | | | | Putting the user name in a menu label.Ted Gould2009-08-061-0/+6
| * | | | | | | | | | | | | | | | | | Status submenuTed Gould2009-08-061-1/+6
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merging in the branch to port everything to libindicator and fleshing thigns ...Ted Gould2009-07-2628-38/+2435
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Setting up the Pidgin proxyTed Gould2009-07-261-0/+15
| * | | | | | | | | | | | | | | | A function to lock the saverTed Gould2009-07-261-0/+20
| * | | | | | | | | | | | | | | | Debug messageTed Gould2009-07-261-0/+1
| * | | | | | | | | | | | | | | | Using GET_CLASS instead of CLASS. OopsTed Gould2009-07-261-2/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Changing the names in the service files as well.Ted Gould2009-07-243-3/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Adding a debug messageTed Gould2009-07-241-0/+1
| * | | | | | | | | | | | | | Changing to the ayatana.org namespaceTed Gould2009-07-241-6/+6
| * | | | | | | | | | | | | | Whitespace, who hoo, I'm earning karma for thisTed Gould2009-07-241-25/+22
| * | | | | | | | | | | | | | Setting the visiblity of the menu items based on whether DKP reports that we ...Ted Gould2009-07-241-9/+22
| * | | | | | | | | | | | | | Checking the suspend and hibernate propertiesTed Gould2009-07-241-2/+26
| * | | | | | | | | | | | | | Setting up change, and issuing a responseTed Gould2009-07-241-4/+72
| * | | | | | | | | | | | | | TODO listTed Gould2009-07-241-0/+6
| * | | | | | | | | | | | | | Comment updateTed Gould2009-07-241-1/+2
| * | | | | | | | | | | | | | Adding in the function to make the calls to DKPTed Gould2009-07-231-2/+20
| * | | | | | | | | | | | | | Building the DKP proxiesTed Gould2009-07-231-0/+30