Merge lp://staging/~kalgasnik/lightdm-gtk-greeter/alternative_layouts_indicator into lp://staging/~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk
Proposed by
Andrew P.
Status: | Merged |
---|---|
Merged at revision: | 286 |
Proposed branch: | lp://staging/~kalgasnik/lightdm-gtk-greeter/alternative_layouts_indicator |
Merge into: | lp://staging/~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk |
Diff against target: |
460 lines (+307/-19) 6 files modified
configure.ac (+9/-0) src/Makefile.am (+14/-3) src/lightdm-gtk-greeter-application.css (+4/-0) src/lightdm-gtk-greeter-fallback.css (+12/-0) src/lightdm-gtk-greeter.c (+254/-16) src/lightdm-gtk-greeter.glade (+14/-0) |
To merge this branch: | bzr merge lp://staging/~kalgasnik/lightdm-gtk-greeter/alternative_layouts_indicator |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
LightDM Gtk+ Greeter Development Team | Pending | ||
Review via email: mp+221187@code.staging.launchpad.net |
Description of the change
New builtin indicator: layout
Two implementations:
1. Default - using LightDM API
2. "--with-
CSS:
- application.css: loaded with APPLICATION priority
- fallback.css: loaded with FALLBACK priority of current theme do not have greeter support, with APPLICATION in other case.
To post a comment you must log in.