Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/service.c: don't switch to greeter when locking screen, as that | Marc Deslauriers | 2013-09-25 | 3 | -18/+25 |
|\ | | | | | | | | | | | | | | | switches away from the user's audio, power preferences, etc. (LP: #1220201) . Fixes: https://bugs.launchpad.net/bugs/1220201. Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | tests/test-service.cc: adjust test suite for screen lock changes | Marc Deslauriers | 2013-09-25 | 1 | -10/+10 |
| | | |||||
| * | src/service.c: also switch to screensaver if there is more than one user | Marc Deslauriers | 2013-09-25 | 1 | -8/+7 |
| | | |||||
| * | src/service.c: don't switch to greeter when locking screen, as that | Marc Deslauriers | 2013-09-20 | 2 | -1/+9 |
|/ | | | | | | switches away from the user's audio, power preferences, etc. (LP: #1220201) | ||||
* | Releasing 12.10.5+13.10.20130823-0ubuntu1 (revision 410 from ↵ | Automatic PS uploader | 2013-08-23 | 1 | -0/+11 |
|\ | | | | | | | | | | | lp:indicator-session). Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.5+13.10.20130823-0ubuntu1, based on r410 | Automatic PS uploader | 2013-08-23 | 1 | -0/+11 |
|/ | |||||
* | use an a{sv}, rather than the obsoleted (sssb), for the root action's state. | Charles Kerr | 2013-08-23 | 2 | -28/+60 |
|\ | | | | | | | Approved by Ted Gould, PS Jenkins bot, Mathieu Trudel-Lapierre. | ||||
| * | sync with trunk | Charles Kerr | 2013-08-23 | 2 | -28/+60 |
|/| | |||||
| * | sync tests to look for a header action state of type a{sv} instead of (sssb) | Charles Kerr | 2013-08-12 | 1 | -14/+30 |
| | | |||||
| * | remove debugging stub | Charles Kerr | 2013-08-08 | 1 | -1/+0 |
| | | |||||
| * | as discussed with dednick and ted, have a header action state type of a{sv} ↵ | Charles Kerr | 2013-08-08 | 1 | -14/+30 |
| | | | | | | | | rather than the obsoleted (sssb) | ||||
* | | Releasing 12.10.5+13.10.20130822-0ubuntu1 (revision 408 from ↵ | Automatic PS uploader | 2013-08-22 | 1 | -0/+10 |
|\ \ | | | | | | | | | | | | | | | | lp:indicator-session). Approved by PS Jenkins bot. | ||||
| * | | Releasing 12.10.5+13.10.20130822-0ubuntu1, based on r408 | Automatic PS uploader | 2013-08-22 | 1 | -0/+10 |
|/ / | |||||
* | | remove deprecated GSimpleActionGroup API use. | Charles Kerr | 2013-08-22 | 1 | -3/+3 |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot, Ted Gould. | ||||
| * | | don't use deprecated API calls to GSimpleActionGroup | Charles Kerr | 2013-08-22 | 1 | -3/+3 |
| | | | |||||
* | | | Releasing 12.10.5+13.10.20130821-0ubuntu1 (revision 406 from ↵ | Automatic PS uploader | 2013-08-21 | 1 | -0/+19 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | lp:indicator-session). Approved by PS Jenkins bot. | ||||
| * | | | Releasing 12.10.5+13.10.20130821-0ubuntu1, based on r406 | Automatic PS uploader | 2013-08-21 | 1 | -0/+19 |
|/ / / | |||||
* | | | Lock the current session before switching to the guest session. | Charles Kerr | 2013-08-20 | 1 | -2/+10 |
|\ \ \ | |/ / |/| | | | | | | | | | | | This is done by modifying IndicatorSessionActionsDbus::switch_to_guest() to call org.gnome.ScreenSaver's Lock function before switching to the guest session. Fixes: https://bugs.launchpad.net/bugs/1205273. Approved by PS Jenkins bot, Ted Gould. | ||||
| * | | merge lp:~khadgaray/indicator-session/lp1205273 | Charles Kerr | 2013-08-20 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | lp# 1205273 - Session is not locked when switching to guest session | Ritesh Khadgaray | 2013-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For a single user system, the Lock should lock the screen rather than throwing the user back at DM. At the DM, user would have to key in their password twice, once at DM, second at screensaver. The appropriate fix would be for DM to unlock the screensaver, if session is active | ||||
| | * | | lp# 1205273 - Session is not locked when switching to guest session | Ritesh Khadgaray | 2013-08-06 | 1 | -0/+1 |
| | |/ | |||||
| * | | copyediting: remove unnecessary comment that snuck into r406 | Charles Kerr | 2013-08-20 | 1 | -1/+0 |
| | | | |||||
| * | | fix minor GCancellable memory leak noticed while fixing 1205273 | Charles Kerr | 2013-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | when switching to the guest session, explicitly lock the current users's session | Charles Kerr | 2013-08-20 | 1 | -1/+10 |
|/ / | |||||
* | | Releasing 12.10.5+13.10.20130812-0ubuntu1 (revision 404 from ↵ | Automatic PS uploader | 2013-08-12 | 1 | -0/+11 |
|\ \ | | | | | | | | | | | | | | | | lp:indicator-session). Approved by PS Jenkins bot. | ||||
| * | | Releasing 12.10.5+13.10.20130812-0ubuntu1, based on r404 | Automatic PS uploader | 2013-08-12 | 1 | -0/+11 |
|/ / | |||||
* | | Ensure that GCov CFLAGS & LIBS are set before cmake traverses into the src/ ↵ | Charles Kerr | 2013-08-12 | 1 | -7/+9 |
|\ \ | |/ |/| | | | | | | | directory. Approved by PS Jenkins bot, Ted Gould. | ||||
| * | in CMakeLists.txt, include the GCov rules before adding the src ↵ | Charles Kerr | 2013-08-12 | 1 | -7/+9 |
|/ | | | | subdirectory. This unbreaks coverage report generation. | ||||
* | Releasing 12.10.5+13.10.20130717-0ubuntu1 (revision 402 from ↵ | Automatic PS uploader | 2013-07-17 | 1 | -0/+10 |
|\ | | | | | | | | | | | lp:indicator-session). Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.5+13.10.20130717-0ubuntu1, based on r402 | Automatic PS uploader | 2013-07-17 | 1 | -0/+10 |
|/ | |||||
* | Fix a test failure on PPC architectures. | Charles Kerr | 2013-07-16 | 1 | -2/+3 |
|\ | | | | | | | Approved by PS Jenkins bot, Lars Uebernickel. | ||||
| * | fix failing tests on ppc & add more verbose warnings in the menu sync tests | Charles Kerr | 2013-07-16 | 1 | -2/+3 |
| | | |||||
* | | Releasing 12.10.5+13.10.20130716-0ubuntu1 (revision 400 from ↵ | Automatic PS uploader | 2013-07-16 | 1 | -0/+21 |
|\ \ | | | | | | | | | | | | | | | | lp:indicator-session). Approved by PS Jenkins bot. | ||||
| * | | Releasing 12.10.5+13.10.20130716-0ubuntu1, based on r400 | Automatic PS uploader | 2013-07-16 | 1 | -0/+21 |
|/ / | |||||
* | | Add the python build-dep, as gdbus-codegen needs it to work properly. | Łukasz 'sil2100' Zemczak | 2013-07-15 | 1 | -1/+2 |
|\ \ | |/ |/| | | | Approved by PS Jenkins bot, Didier Roche. | ||||
| * | Add the python build-dep, as gdbus-codegen needs it to work properly | Łukasz 'sil2100' Zemczak | 2013-07-15 | 1 | -1/+2 |
|/ | |||||
* | This is the GMenu, login1 version of indicator-session. | Charles Kerr | 2013-07-12 | 135 | -5842/+11353 |
|\ | | | | | | | | | | | This resubmission removes the prerequisite branch because the entire diff is contained in this ng-login1 branch. Approved by PS Jenkins bot. | ||||
| * | add the online-accounts action and unit tests for it | Charles Kerr | 2013-07-12 | 6 | -10/+55 |
| | | |||||
| * | If the Unity dialogs aren't available (such as in the greeter) but zenity ↵ | Charles Kerr | 2013-07-12 | 4 | -80/+313 |
| | | | | | | | | | | | | | | | | | | | | is, use it to for confirmation dialogs: - add the implementation in actions.c - add actions.c to the i18n files list - sync the unit tests - suggest zenity in debian/control | ||||
| * | Add a 'can-reboot' property to the Actions class. | Charles Kerr | 2013-07-12 | 5 | -9/+43 |
| | | | | | | | | | | | | | | | | | | This is used for handling a couple of pathological cases where features and states mix and match: 1. unity has the same dialog for 'reboot' and 'power off', so remove the duplicate menuitem, EXCEPT: 2. if the unity prompt isn't available (such as in the greeter), show both menuitems, OR 3. if the user has prompting disabled we need both, OR 4. if the user has the 'power off' button disabled, don't treat 'reboot' as redundant. | ||||
| * | just to be safe, check to see that g_getenv('XDG_SEAT') passes too | Charles Kerr | 2013-07-10 | 1 | -8/+12 |
| | | |||||
| * | If g_getenv(XDG_SEAT_PATH) fails, don't try to get the DisplayManager seat. ↵ | Charles Kerr | 2013-07-10 | 1 | -9/+16 |
| | | | | | | | | Fixes the greeter issue reported by seb128 | ||||
| * | in the desktop greeter, skip the logout menuitem | Charles Kerr | 2013-07-09 | 1 | -7/+8 |
| | | |||||
| * | sync with trunk again. | Charles Kerr | 2013-07-05 | 1 | -0/+13 |
| |\ | |/ |/| | |||||
* | | Releasing 12.10.5+13.10.20130703.1-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-07-03 | 1 | -0/+13 |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot. | ||||
| * | | Releasing 12.10.5+13.10.20130703.1-0ubuntu1, based on r397 | Automatic PS uploader | 2013-07-03 | 1 | -0/+13 |
|/ / | |||||
* | | I know the new session indicator is coming soon, but I think having this for ↵ | Lars Uebernickel | 2013-07-02 | 1 | -7/+5 |
|\ \ | | | | | | | | | | | | | | | | the next week or so is worthwhile anyway. Not having the session indicator on the trailing edge of the panel is unnerving :). Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | | Set the desired position in the panel | Lars Uebernickel | 2013-07-02 | 1 | -7/+5 |
|/ / | |||||
| * | make the desktop greeter menu's name consistent across indicators: ↵ | Charles Kerr | 2013-07-05 | 2 | -1/+2 |
| | | | | | | | | 'desktop_greeter' | ||||
| * | make the desktop name consistent everywhere: 'desktop_greeter' | Charles Kerr | 2013-07-05 | 1 | -1/+1 |
| | |