Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | | | | | | | | | | | | | | | * | Cleaning up the debug message. | Ted Gould | 2009-08-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | * | Some debug messages | Ted Gould | 2009-08-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | * | Cleaning up icon code so that we save the current one incase someone askes. | Ted Gould | 2009-08-08 | 1 | -4/+28 | |
| | | | | | | | | | | | | | | | | | | | | | * | Shuffling around the DBus names so that everything is happier. | Ted Gould | 2009-08-08 | 3 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | | * | Fixing the build system to build the DBus interface better. | Ted Gould | 2009-08-08 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | * | I suck | Ted Gould | 2009-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | * | API naming change | Ted Gould | 2009-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | * | connecting to the signal | Ted Gould | 2009-08-08 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | * | Setting the icon from the callback of asking the value | Ted Gould | 2009-08-08 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | * | Oh, now signals and callbacks, oh, my | Ted Gould | 2009-08-08 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | * | Fixing a few things with the dbus stuff and starting to listen to the extra i... | Ted Gould | 2009-08-08 | 4 | -3/+29 | |
| | | | | | | | | | | | | | | | | | | | | | * | Fixing the local install of the icons | Ted Gould | 2009-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | * | Switching icons directory to the one provided by package config | Ted Gould | 2009-08-08 | 13 | -12/+15 | |
| | | | | | | | | | | | | | | | | | | | | | * | Showing the icon. Silly. | Ted Gould | 2009-08-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | * | Making dbus names valid, which is a little silly. | Ted Gould | 2009-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | * | Changing the signal prototype to be strings instead of pointers. | Ted Gould | 2009-08-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | * | Changing the icons to be singular for now. | Ted Gould | 2009-08-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | * | Unused variable | Ted Gould | 2009-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | * | Adding in -Wall and -Werror to things | Ted Gould | 2009-08-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | * | Adding unistd.h header | Ted Gould | 2009-08-08 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | * | Setting up signal handlers for the signal changing. We still ask everyone, t... | Ted Gould | 2009-08-08 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | * | Global status being used and thrown over d' bus | Ted Gould | 2009-08-08 | 3 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | * | Brining in the concept of global status | Ted Gould | 2009-08-08 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | * | Handling the signal better. Now in the header file as well. | Ted Gould | 2009-08-08 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | * | Better displose to free the proxy and ensuring that statuc changes get noted. | Ted Gould | 2009-08-08 | 1 | -0/+7 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | I forgot to put legal agreements on the top of all the C/H files. Oops. | Ted Gould | 2009-08-07 | 14 | -0/+308 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merging the branch for better status service. | Ted Gould | 2009-08-07 | 70 | -17/+1727 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Put the user's real name in the menu item. | Ted Gould | 2009-08-07 | 1 | -5/+30 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Getting an image built for offline | Ted Gould | 2009-08-07 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | A whole bunch of icons that are from our previous FUSA patches | Ted Gould | 2009-08-07 | 64 | -0/+1584 | |
| * | | | | | | | | | | | | | | | | | | Clean it up. | Ted Gould | 2009-08-07 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | Using the user name | Ted Gould | 2009-08-07 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | Some dummy code to get a name | Ted Gould | 2009-08-06 | 1 | -1/+12 | |
| * | | | | | | | | | | | | | | | | | | Now we have privates. | Ted Gould | 2009-08-06 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | More and better prototypes | Ted Gould | 2009-08-06 | 1 | -12/+12 | |
| * | | | | | | | | | | | | | | | | | | Getting a new object to remove an error. | Ted Gould | 2009-08-06 | 2 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | Adding a couple of signals in here. | Ted Gould | 2009-08-06 | 2 | -0/+49 | |
| * | | | | | | | | | | | | | | | | | | ayatana.org | Ted Gould | 2009-08-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Doing a registration and a connection to DBus | Ted Gould | 2009-08-06 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | | | | Something global to track all the DBus stuff. | Ted Gould | 2009-08-06 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | Putting the user name in a menu label. | Ted Gould | 2009-08-06 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | Status submenu | Ted Gould | 2009-08-06 | 1 | -1/+6 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merging in the branch to port everything to libindicator and fleshing thigns ... | Ted Gould | 2009-07-26 | 28 | -38/+2435 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Setting up the Pidgin proxy | Ted Gould | 2009-07-26 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | A function to lock the saver | Ted Gould | 2009-07-26 | 1 | -0/+20 | |
| * | | | | | | | | | | | | | | | | Debug message | Ted Gould | 2009-07-26 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | Using GET_CLASS instead of CLASS. Oops | Ted Gould | 2009-07-26 | 1 | -2/+3 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Changing the names in the service files as well. | Ted Gould | 2009-07-24 | 3 | -3/+3 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Adding a debug message | Ted Gould | 2009-07-24 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | Changing to the ayatana.org namespace | Ted Gould | 2009-07-24 | 1 | -6/+6 |