aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | releasing version 0.1.5-0ubuntu1Sebastien Bacher2009-09-251-1/+1
| | |
| * | * Upstream release 0.1.5 (LP: #436223)Ken VanDine2009-09-2422-8962/+2098
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * PolicyKit-1 support (LP: #418643) * GDM User list support (LP: #422052) * MissionControl5 support (LP: #427643) * Better locking of the screensaver (LP: #428115) * debian/control: Adding in a libempathy-dev build dependency as it's now required by upstream. * Removing patches 01_polkit-1.patch and 99_autoreconf.patch as they were merged upstream.
* | | releasing version 0.1.5-0ubuntu1~ppa1Ted Gould2009-09-241-2/+2
| | |
* | | * Upstream release 0.1.5Ted Gould2009-09-2413-85/+1746
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * PolicyKit-1 support (LP: #418643) * GDM User list support (LP: #422052) * MissionControl5 support (LP: #427643) * Better locking of the screensaver (LP: #428115)
| * | Increasing to 0.1.50.1.5Ted Gould2009-09-241-1/+1
| | |
| * | Adding a cast for one of the 64-bit pointers. We shouldn't need that many ↵Ted Gould2009-09-241-1/+1
| | | | | | | | | | | | users, and it would require lots of memory hacks to fit that in here.
| * | Merging in Cody's branch for fixing some user issues.Cody Russell2009-09-242-13/+8
| |\ \
| | * | Clear the menuCody Russell2009-09-242-13/+8
| | | |
| * | | Not checking with PK to see if we should show the dialog. CK is broken.Ted Gould2009-09-241-1/+6
| |\ \ \
| | * | | Disabing PK Check to whether the dialog showsTed Gould2009-09-241-1/+6
| | | | |
| * | | | Checking GDM to see whether we should lock on user switch.Ted Gould2009-09-241-0/+95
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Updating to trunkTed Gould2009-09-248-14/+305
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merging in the lock on sleep branch.Ted Gould2009-09-241-0/+125
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge lp:~bratsche/indicator-session/users-service for bug #422052Cody Russell2009-09-249-74/+1517
| |\ \ \ \
| | * | | | Don't check range twice hereCody Russell2009-09-241-12/+9
| | | | | |
| | | | * | Checking the gdm autologin setting to see if we should lock the screen on ↵Ted Gould2009-09-241-0/+95
| | | | | | | | | | | | | | | | | | | | | | | | user switch or not.
| | | | * | Merging lock on sleep branchTed Gould2009-09-241-0/+125
| | | | |\ \ | | | | |/ / | | | |/| |
| | | * | | Ah, truth, you got me again! Never will I trust you.Ted Gould2009-09-241-2/+4
| | | | | |
| | | * | | Wrong string! Oops.Ted Gould2009-09-241-1/+2
| | | | | |
| | | * | | Setting up the signal handler to get changes to the value.Ted Gould2009-09-241-0/+13
| | | | | |
| | | * | | Getting the basic grabbing of the proxy and getting the autologin value.Ted Gould2009-09-241-1/+62
| | | | | |
| | | * | | Putting in the infrastructure to have GDM settings proxyTed Gould2009-09-241-0/+19
| | | | | |
| | | * | | Stealing the lock screen function from the user-service and making it so ↵Ted Gould2009-09-231-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | that we lock on sleep.
| | | | * | Merging in all the user-service changesTed Gould2009-09-249-74/+1520
| | | |/| | | | | |/ / | | |/| |
| | * | | only add menuitems if the current seat can activate new sessionsCody Russell2009-09-241-32/+38
| | | | |
| | * | | Remove user_changed and users_icons_changed from the classCody Russell2009-09-241-3/+0
| | | | |
| | * | | sort usersCody Russell2009-09-241-0/+12
| | | | |
| | * | | cleanupCody Russell2009-09-241-4/+0
| | | | |
| | * | | don't load all the users unless neededCody Russell2009-09-243-83/+140
| | | | |
| | * | | expose users_service_dbus_can_activate_session()Cody Russell2009-09-232-26/+36
| | | | |
| | * | | use g_strcmp0Cody Russell2009-09-231-14/+2
| | | | |
| | * | | remove system proxyCody Russell2009-09-231-31/+4
| | | | |
| | * | | remove the server codeCody Russell2009-09-232-78/+0
| | | | |
| | * | | remove session proxy fuCody Russell2009-09-231-38/+1
| | | | |
| | * | | remove unnecessary stuffCody Russell2009-09-231-46/+0
| | | | |
| | * | | don't need to dbus_g_object_type_install_info()Cody Russell2009-09-231-2/+0
| | | | |
| | * | | modify count in user_added()/user_removed()Cody Russell2009-09-231-0/+2
| | | | |
| | * | | add namesCody Russell2009-09-231-0/+2
| | | | |
| | * | | cleanupCody Russell2009-09-231-2/+0
| | | | |
| | * | | add todo commentCody Russell2009-09-231-0/+11
| | | | |
| | * | | move stuff aroundCody Russell2009-09-232-104/+104
| | | | |
| | * | | merge up from trunkCody Russell2009-09-2326-171/+442
| | |\| |
| | * | | cleanups and more session fuCody Russell2009-09-231-53/+247
| | | | |
| | * | | session addingCody Russell2009-09-231-1/+64
| | | | |
| | * | | user activation wipCody Russell2009-09-233-14/+163
| | | | |
| | * | | ck fuCody Russell2009-09-232-41/+419
| | | | |
| | * | | some refactoringCody Russell2009-09-222-34/+59
| | | | |
| | * | | cleanupCody Russell2009-09-222-13/+0
| | | | |
| | * | | fix dbus fuCody Russell2009-09-223-40/+17
| | | | |
| | * | | register marshallersCody Russell2009-09-221-3/+8
| | | | |