Merge lp:~david.edmundson/lightdm/lightdm into lp:lightdm

Proposed by David Edmundson
Status: Merged
Approved by: Robert Ancell
Approved revision: no longer in the source branch.
Merge reported by: Robert Ancell
Merged at revision: not available
Proposed branch: lp:~david.edmundson/lightdm/lightdm
Merge into: lp:lightdm
Diff against target: 30 lines (+10/-1)
1 file modified
liblightdm-qt/QLightDM/greeter.h (+10/-1)
To merge this branch: bzr merge lp:~david.edmundson/lightdm/lightdm
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+110653@code.launchpad.net

Description of the change

Exposes extra Q_PROPERTIES in greeter.

Allows selecting the correct default user/session in LightDM

To post a comment you must log in.
lp:~david.edmundson/lightdm/lightdm updated
1515. By Robert Ancell

Releasing 1.3.1

1516. By Robert Ancell

Merge in translation changes

1517. By Robert Ancell

Handle clearenv() not being defined

1518. By Robert Ancell

Fix compilation with GCC 4.7

1519. By Launchpad Translations on behalf of lightdm-team

Launchpad automatic translations update.

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Looks good to me

review: Approve
lp:~david.edmundson/lightdm/lightdm updated
1520. By David Edmundson

Expose remaining properties in QLightDM::Greeter

1521. By Launchpad Translations on behalf of lightdm-team

Launchpad automatic translations update.

1522. By Robert Ancell

Document seat type in example config

1523. By Robert Ancell

Update .bzrignore for liblightdm-qt-2.pc renaming

1524. By Robert Ancell

Ignore src/lightdm-guest-session-wrapper

1525. By Launchpad Translations on behalf of lightdm-team

Launchpad automatic translations update.

1526. By Robert Ancell

Only add utmp entry after child has forked (and have a valid PID)

Revision history for this message
Robert Ancell (robert-ancell) wrote :

This appears to be merged?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'liblightdm-qt/QLightDM/greeter.h'
2--- liblightdm-qt/QLightDM/greeter.h 2012-03-08 05:13:45 +0000
3+++ liblightdm-qt/QLightDM/greeter.h 2012-06-16 09:00:26 +0000
4@@ -26,9 +26,17 @@
5 Q_OBJECT
6
7 Q_PROPERTY(bool authenticated READ isAuthenticated ); //NOTFIY authenticationComplete
8-
9+ Q_PROPERTY(QString authenticationUser READ authenticationUser );
10+
11+ Q_PROPERTY(QString defaultSession READ defaultSessionHint CONSTANT);
12+ Q_PROPERTY(QString selectUser READ selectUserHint CONSTANT);
13+ Q_PROPERTY(bool selectGuest READ selectGuestHint CONSTANT);
14+
15 Q_PROPERTY(QString hostname READ hostname CONSTANT);
16+ Q_PROPERTY(bool hasGuestAccount READ hasGuestAccountHint CONSTANT);
17+ Q_PROPERTY(bool locked READ lockHint CONSTANT);
18
19+
20 public:
21 enum PromptType {
22 PromptTypeQuestion,
23@@ -51,6 +59,7 @@
24 bool hasGuestAccountHint() const;
25 QString selectUserHint() const;
26 bool selectGuestHint() const;
27+
28 QString autologinUserHint() const;
29 bool autologinGuestHint() const;
30 int autologinTimeoutHint() const;

Subscribers

People subscribed via source and target branches