aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Adding a GConf key to suppress confirmation dialogsChristoph Korn2009-09-086-9/+92
|\
| * Added files which were missing in the previous commit.Christoph Korn2009-09-022-0/+65
| |
| * These patches introduce a gconf key whether the logout/restart/shutdown ↵Christoph Korn2009-09-024-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | confirmations should be shown or not. Also the menu items should be suffixed by '...' accordingly. However this only works after a restart. Bugs which get fixed are: https://bugs.launchpad.net/indicator-session/+bug/422025 https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/421693 https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/419472
* | Removing the printing of the error messages as sometimes it doesn't exist.Ted Gould2009-09-041-1/+1
|\ \
| * | Apparently the DBus interface will put a bad string in messages in some ↵Ted Gould2009-09-011-1/+1
| |/ | | | | | | cases. We don't really need it, so let's not risk it.
* | Set the type of the menuitem to be a image menuitem.Ted Gould2009-09-031-0/+2
| |
* | Switching to using the defines for all of the properties.Ted Gould2009-09-032-11/+11
| |
* | Switching to using the defines for the properties in the menus.Ted Gould2009-09-031-7/+7
| |
* | Have a quick check to see if we have something to put there. If not, no ↵Ted Gould2009-09-031-4/+6
|/ | | | menu item.
* Instead of populating the menu on added, populate it on realization.Ted Gould2009-08-271-1/+32
|
* Merging in the more status branch that implements basic status for Pidgin ↵Ted Gould2009-08-259-19/+582
|\ | | | | | | and Telepathy.
| * Handling a missing session bus by displaying an error.Ted Gould2009-08-251-0/+5
| |
| * Should be starting with the least available and getting more so, instead of ↵Ted Gould2009-08-241-2/+2
| | | | | | | | the other way around.
| * Didn't need that function.Ted Gould2009-08-242-9/+0
| |
| * At start up if we've got a proxy, let's start everything and get an initial ↵Ted Gould2009-08-241-1/+36
| | | | | | | | status.
| * Support for setting status stollen from FUSA status manager (written by me) ↵Ted Gould2009-08-241-1/+52
| | | | | | | | and signal handling
| * Connecting the telepathy stuff into the overall status serviceTed Gould2009-08-241-2/+4
| |
| * Building up the proxy. We need one, it's important.Ted Gould2009-08-241-0/+60
| |
| * Adding the basic status enums and maps in.Ted Gould2009-08-241-4/+51
| |
| * Getting more of a basis for Telepathy stuffTed Gould2009-08-173-0/+171
| |
| * Some marshallers for the Telepathy status stuff.Ted Gould2009-08-172-3/+19
| |
| * Initially querying the status so that when we start, we get the right value.Ted Gould2009-08-171-0/+23
| |
| * Should update for local changes as well.Ted Gould2009-08-171-0/+1
| |
| * Now we can set the value in Pidgin and have it come back over the wireTed Gould2009-08-171-1/+35
| |
| * Setting up a list of marshallers for the pidgin functionalityTed Gould2009-08-173-3/+20
| |
| * Pushing in Pidgin code, doesn't compile.Ted Gould2009-08-171-4/+114
| |
* | Changing the name from SUS to SessionTed Gould2009-08-182-7/+7
|/
* Fixes from trunkTed Gould2009-08-122-4/+4
|\
| * Correct the FSF addressKen VanDine2009-08-112-4/+4
| |
* | Failed logicTed Gould2009-08-121-1/+1
| |
* | Oops, wrong signal name. Now better.Ted Gould2009-08-121-2/+2
| |
* | Cleaning up the debug message.Ted Gould2009-08-121-2/+2
| |
* | Some debug messagesTed Gould2009-08-121-0/+2
| |
* | Cleaning up icon code so that we save the current one incase someone askes.Ted Gould2009-08-081-4/+28
| |
* | Shuffling around the DBus names so that everything is happier.Ted Gould2009-08-083-5/+6
| |
* | Fixing the build system to build the DBus interface better.Ted Gould2009-08-081-2/+5
| |
* | I suckTed Gould2009-08-081-1/+1
| |
* | API naming changeTed Gould2009-08-081-1/+1
| |
* | connecting to the signalTed Gould2009-08-081-7/+7
| |
* | 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 ↵Ted Gould2009-08-084-3/+29
| | | | | | | | information on the service.
* | 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, ↵Ted Gould2009-08-081-0/+6
| | | | | | | | they better cache a value :)