aboutsummaryrefslogtreecommitdiff
path: root/src/greeter-list.vala
Commit message (Collapse)AuthorAgeFilesLines
* src/greeter-list.vala: Leave it unclear in message whether username or ↵Mike Gabriel2023-10-121-1/+1
| | | | password was invalid.
* Show labels for 'Username:' and 'Password:' if configured via gsettings.Mike Gabriel2023-10-061-0/+14
| | | | Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/62
* Fix error handlers for D-Bus methodsRobert Tari2023-05-071-2/+4
|
* Add option to span background across multiple monitorsGeoff Paul2023-05-031-1/+0
|
* src/arctica-greeter.vala: Don't launch Lomiri-related DBus listeners in test ↵Mike Gabriel2023-03-011-7/+10
| | | | mode. Allows one to run arctica-greeter in test-mode within a Lomiri session.
* src/{arctica-greeter,greeter-list}.vala: Mimick a Lomiri Greeter, make ↵Mike Gabriel2023-03-011-1/+1
| | | | ArcticaGreeter behave well, when interacting with Lomiri Shell.
* src/arctica-greeter.vala: Turn get_default_session() and validate_session() ↵Mike Gabriel2023-02-241-1/+3
| | | | into non-static methods.
* sessions: Add a tooltip on the session badge.Clement Lefebvre2023-02-061-1/+1
| | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/cf3742cf155e0925904c7da86457deaea6a87885
* orca: Fix wrong a11y text for username prompt.Clement Lefebvre2023-02-061-2/+6
| | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/dfe45aa7c7171ca58a35e6f337f805ad447c8906
* misc src/: make ArcticaGreeter a proper vala SingleInstance class.Mihai Moldovan2023-02-061-15/+22
| | | | | This allows us to drop the rather awkward self-referencing static singleton member and use a standard vala/glib feature.
* Fix 'Creation method of abstract class cannot be public.' in GreeterList class.Mike Gabriel2019-12-021-1/+1
|
* copyright holdership: Add myself as copyright holder and author to file ↵Mike Gabriel2017-10-261-0/+2
| | | | headers of files I have worked on.
* src/greeter-list.vala: Move get_active_entry() functionality from ↵Mike Gabriel2017-06-201-7/+11
| | | | ListDBusInterface to the GreeterList class.
* Add support for validating session names (and proper fallback for ↵Clement Lefebvre2017-06-201-1/+1
| | | | uninstalled sessions). Ported from slick-greeter.
* Fix prompt display in gtk3 > 3.20 (ported from slick-greeter)Michael Webster2017-06-201-0/+4
|
* Rename owned greeter bus to a generical, product-independent name: ↵Mike Gabriel2017-06-041-1/+1
| | | | org.ayatana.Greeter.
* vala: Replace all 'static const' declaration by 'const'.Mike Gabriel2017-04-151-3/+3
|
* Limit prompt fields to 200 characters in case a key is being held down (e.g. ↵Robert Ancell2016-09-151-1/+6
| | | | by a cat).
* Don't own session com.canonical.Unity, own ↵Mike Gabriel2015-10-271-1/+1
| | | | org.ArcticaProject.ArcticaProjectGreeter instead.
* fork unity-greeter as arctica-greeterMike Gabriel2015-09-191-17/+17
|
* Improve selection code of new entry if an entry is removed.Mike Gabriel2014-12-061-10/+11
|
* fix for commit 5328fc2Mike Gabriel2014-12-011-1/+1
|
* Show Remote Login box if no other boxes (usernames, other login, guest ↵Mike Gabriel2014-12-011-0/+2
| | | | login) are to be shown.
* Imported Upstream version 14.04.10Mike Gabriel2014-11-021-0/+949