Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Adding some types of dialog and a new function. | Ted Gould | 2010-02-24 | 2 | -0/+15 | |
| | | | | | | | ||||||
| | * | | | | | Place holder new object | Ted Gould | 2010-02-23 | 3 | -2/+91 | |
| | | | | | | | ||||||
| | * | | | | | Removing the old logout dialog. It's been through too much, better to start ↵ | Ted Gould | 2010-02-23 | 2 | -470/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | over. | |||||
* | | | | | | | releasing version 0.2.4-0ubuntu3~ppa1 | Ted Gould | 2010-03-03 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | * Upstream Merge | Ted Gould | 2010-03-03 | 11 | -105/+480 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix naming to "Switch off" and "Sleep" * Blocking the current user from the user list * Change sorting to be based on real names and handle conflicts * Removing some ConsoleKit errors * Memory leak on PangoLayout allocation * Don't set GTK decorations * ConsoleKit fallback if gnome-session not available | |||||
| * | | | | | | Changing strings to match distro wide sleep and switch off. | Ted Gould | 2010-03-03 | 4 | -10/+10 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Suspends to sleep | Ted Gould | 2010-03-03 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Changing shutdowns to switch offs | Ted Gould | 2010-03-03 | 4 | -9/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Removing the current user from the list. | Ted Gould | 2010-03-03 | 1 | -86/+65 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Switching things around a little bit. Making sure we always go through the ↵ | Ted Gould | 2010-03-02 | 1 | -30/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list to search for the guest account to see if it's logged in. But, still not making menu entries. | |||||
| | * | | | | | | | Restructuring callbacks to not need the count variable. | Ted Gould | 2010-03-02 | 1 | -32/+9 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Making it so that count is not a global and just calculated from the list. | Ted Gould | 2010-03-02 | 1 | -9/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Making it so that users is not a global and just grabbed everytime and used. | Ted Gould | 2010-03-02 | 1 | -15/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Check the UID to see if it's me | Ted Gould | 2010-03-02 | 1 | -0/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Sorting based on real names and conflict naming. | Ted Gould | 2010-03-03 | 3 | -1/+18 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | * | | | | | | | If we ARE a conflicted name then we need to fallback into displaying the ↵ | Ted Gould | 2010-03-02 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user name. | |||||
| | * | | | | | | | Creating a field for the user that has the real name in it, and a place for ↵ | Ted Gould | 2010-03-02 | 3 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that to conflict. | |||||
| | * | | | | | | | Sort by real name | Ted Gould | 2010-03-02 | 1 | -1/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Removing errors on getting sessions from CK and some other cleanups. | Ted Gould | 2010-03-02 | 4 | -8/+364 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| | * | | | | | | Switching to using the dbus client code. | Ted Gould | 2010-03-01 | 1 | -8/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Stealing the consolekit manager interface out of consolekit | Ted Gould | 2010-03-01 | 3 | -0/+362 | |
| | |/ / / / / | ||||||
| * | | | | | | Unreffing an allocated layout. | Ted Gould | 2010-03-02 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Unreffing the layout that we allocated | Ted Gould | 2010-03-01 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Stop forcing the decorations on. | Ted Gould | 2010-02-25 | 1 | -1/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Don't set the gdk decorations. | Cody Russell | 2010-02-25 | 1 | -1/+0 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Fixing ConsoleKit fallback to wait on responses. | Ted Gould | 2010-02-25 | 1 | -6/+15 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | can't really use async as we dont' have a mainloop here | Ted Gould | 2010-02-25 | 1 | -21/+15 | |
| | | | | | | | ||||||
| | * | | | | | Switching to getting a reply | Ted Gould | 2010-02-25 | 1 | -6/+21 | |
| | | | | | | | ||||||
* | | | | | | | Merge in ubuntu-desktop | Ted Gould | 2010-03-03 | 2 | -2/+20 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | releasing version 0.2.4-0ubuntu2 | Sebastien Bacher | 2010-03-02 | 2 | -1/+6 | |
| | | | | | | | ||||||
| * | | | | | | releasing version 0.2.4-0ubuntu1 | Ken VanDine | 2010-02-25 | 6 | -51/+67 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | releasing version 0.2.4-0ubuntu1~ppa1 | Ted Gould | 2010-02-25 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | * Upstream release 0.2.4 | Ted Gould | 2010-02-25 | 5 | -5/+62 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * When we can't shutdown with gnome-session fallback to using ConsoleKit. * Detect when GPM isn't available and don't error out. * Change suspend and hibernate detection property names for adjustment to upower. | |||||
| * | | | | | | 0.2.40.2.4 | Ted Gould | 2010-02-25 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Falling back to ConsoleKit when we can't talk to Gnome Session | Ted Gould | 2010-02-25 | 1 | -0/+40 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Adding in shutdown and restart | Ted Gould | 2010-02-24 | 1 | -2/+13 | |
| | | | | | | | ||||||
| | * | | | | | Adding a fallback for now gnome-session detected. | Ted Gould | 2010-02-24 | 1 | -0/+29 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Name changes for upower | Ted Gould | 2010-02-25 | 1 | -2/+2 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Changed names to patch current upower | Ted Gould | 2010-02-23 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Fixing when we can't connect to GDM | Ted Gould | 2010-02-19 | 1 | -2/+8 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | prevent crash in g_error when gdm is not running | David Barth | 2010-02-19 | 1 | -2/+8 | |
| |/ / / | ||||||
* | | | | Update to Ubuntu Desktop | Ted Gould | 2010-02-18 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| | | * | | releasing version 0.2.3-0ubuntu2 | Ken VanDine | 2010-02-19 | 2 | -0/+54 | |
| | |/ / | |/| | | ||||||
| * | | | releasing version 0.2.3-0ubuntu1 | Ken VanDine | 2010-02-18 | 24 | -213/+544 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | releasing version 0.2.3-0ubuntu1~ppa1 | Ted Gould | 2010-02-18 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Removed debian/patches/01_port_to_upower.patch as it is now merged | Ted Gould | 2010-02-18 | 2 | -151/+2 | |
| | | | | | | | | | | | | | | | | upstream. | |||||
* | | | | * Upstream release 0.2.3 | Ted Gould | 2010-02-18 | 23 | -62/+542 | |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | * Switch menu ordering to match design spec * Change switch menu item to "Switch from..." * Move from Devkit-Power to upower * Adding in user logged in icon and menu item | |||||
| * | | | 0.2.30.2.3 | Ted Gould | 2010-02-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | adding prototype for new user item | Ted Gould | 2010-02-18 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Adding in user items | Ted Gould | 2010-02-18 | 19 | -7/+355 | |
| |\ \ \ |