index
:
ayatana-indicator-session
main
release-builds
Ayatana Indicator Session Service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
session-service.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the --no-lock option to activate the session.
Ted Gould
2011-03-10
1
-1
/
+1
*
Embed the function so it's not one separator ever, but once per run
Ted Gould
2011-03-10
1
-14
/
+8
*
Add some cleanup and some comments
Ted Gould
2011-03-10
1
-0
/
+9
*
Sort the launchers
Ted Gould
2011-03-10
1
-0
/
+24
*
Reducing the scope of some of our variables
Ted Gould
2011-03-10
1
-2
/
+3
*
Closing the directory after we're done with it
Ted Gould
2011-03-10
1
-0
/
+1
*
Putting the appinfo's into a list so that we can sort them
Ted Gould
2011-03-10
1
-0
/
+11
*
Drop support for indicator-session-extra.desktop
Martin Pitt
2011-03-10
1
-14
/
+0
*
Add support for extra launcher dir
Martin Pitt
2011-03-10
1
-3
/
+39
*
Fixing the lock screen functionality to match the new design.
Ted Gould
2010-08-12
1
-4
/
+40
|
\
|
*
Putting the shortcut on the menuitem
Ted Gould
2010-08-06
1
-1
/
+15
|
*
Set up the listener for the keybinding
Ted Gould
2010-08-06
1
-0
/
+24
|
*
Getting keybinding defines
Ted Gould
2010-08-06
1
-0
/
+3
|
*
Removing the ability to have the menu item say anything other than 'Lock Screen'
Ted Gould
2010-08-06
1
-6
/
+1
*
|
Fixing captialization of the completion string.
Ted Gould
2010-08-12
1
-2
/
+2
*
|
Ellipsize
Cody Russell
2010-08-02
1
-5
/
+5
*
|
Changing 'Restart Required' to 'Restart To Complete Update'
vish
2010-07-31
1
-2
/
+2
|
/
*
Check to see if the shutdown and restart items should be shown on first run.
Ted Gould
2010-04-06
1
-0
/
+2
*
Changing prototype to not have the same info twice.
Ted Gould
2010-04-06
1
-1
/
+1
*
Actually pass the service in the callback
Ted Gould
2010-04-06
1
-1
/
+1
*
Changing the menu item to 'Suspend'
Ted Gould
2010-03-25
1
-1
/
+1
*
Reverting from 'Switch Off' to 'Shut Down'
Ted Gould
2010-03-18
1
-2
/
+2
*
Handle updating of sessions and mark the guest account when it has an open se...
Ted Gould
2010-03-18
1
-0
/
+12
|
\
|
*
Setting the guest item once it gets built.
Ted Gould
2010-03-16
1
-0
/
+4
|
*
Setting the menuitem for the user.
Ted Gould
2010-03-16
1
-0
/
+1
|
*
Adding a way to activate the guest session through GDM
Ted Gould
2010-03-16
1
-0
/
+7
*
|
Only lock screensaver if the screensaver is set to lock.
Ted Gould
2010-03-18
1
-6
/
+6
|
\
\
|
*
|
Connecting in the update item.
Ted Gould
2010-03-16
1
-0
/
+1
|
*
|
Instead of making the item disabled, change the text when we won't lock the s...
Ted Gould
2010-03-16
1
-6
/
+5
|
|
/
*
|
Handling the file URIs
Ted Gould
2010-03-17
1
-2
/
+2
*
|
Setting the user icon
Ted Gould
2010-03-17
1
-0
/
+5
|
/
*
When switching users try to lock the screen
Ted Gould
2010-03-16
1
-1
/
+22
|
\
|
*
Making a small little wrapper to check the lockdown key.
Ted Gould
2010-03-15
1
-4
/
+18
|
*
Grabbing the screensaver gconf key branch
Ted Gould
2010-03-15
1
-82
/
+93
|
|
\
|
*
|
Lock the screen in the various activate functions.
Ted Gould
2010-03-15
1
-0
/
+8
*
|
|
If policy kit disables the suspend and hibernate don't show them.
Ted Gould
2010-03-16
1
-2
/
+32
|
\
\
\
|
*
|
|
Checking the error to make sure we're getting back reasonable data or reporti...
Ted Gould
2010-03-15
1
-0
/
+5
|
*
|
|
Use the upower allowed interface to check to see if PK is blocking suspend an...
Ted Gould
2010-03-15
1
-0
/
+23
|
*
|
|
Adding properties for allowing the suspend and hibernate
Ted Gould
2010-03-15
1
-2
/
+4
|
*
|
|
Grab the branch doing screensaver stuff.
Ted Gould
2010-03-15
1
-82
/
+93
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
*
|
|
Adding a GConf key for showing the logout item.
Ted Gould
2010-03-16
1
-1
/
+2
|
\
\
\
|
*
|
|
Add in checking whether the logout button is shown, and get it changing with ...
Ted Gould
2010-03-15
1
-1
/
+2
|
|
/
/
*
|
|
Watching for the screensaver lockdown GConf key.
Ted Gould
2010-03-16
1
-82
/
+93
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Switching the suspend/hibernate handling to a cached value. And that way we ...
Ted Gould
2010-03-15
1
-15
/
+24
|
*
Only setup signals if we're building the proxy for the first time.
Ted Gould
2010-03-15
1
-10
/
+10
|
*
Adding some comments to describe a long function.
Ted Gould
2010-03-15
1
-0
/
+10
|
*
Handling the locking of the screen in the rebuild function.
Ted Gould
2010-03-15
1
-14
/
+22
|
*
Removing the lock separator as we don't need it anymore.
Ted Gould
2010-03-15
1
-6
/
+0
|
*
Changing the lockdown key to do all the switching instead of just the switch ...
Ted Gould
2010-03-15
1
-11
/
+4
|
*
Switching from hiding entries to just rebuilding the menus.
Ted Gould
2010-03-15
1
-18
/
+4
[next]