aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* src/arctica-greeter.vala: Already fall back to LightDM's system default for ↵Mike Gabriel2023-02-241-2/+2
| | | | 'session' in ArcticaGreeter's get_default_session().
* src/arctica-greeter.vala: Always use ArcticaGreeter's ↵Mike Gabriel2023-02-241-2/+2
| | | | default_session_hint(). No direct access to LightDM's version of it.
* src/arctica-greeter.vala: Turn get_default_session() and validate_session() ↵Mike Gabriel2023-02-243-6/+9
| | | | into non-static methods.
* Use ArcticaGreeter's way of detecting the default session, only fallback to ↵Mike Gabriel2023-02-242-3/+9
| | | | LightDMs default if absolutely necessary.
* src/arctica-greeter.vala: Drop now unused continue_init variable.Mike Gabriel2023-02-241-1/+0
|
* src/arctica-greeter.vala: Prefer wayland sessions over X11 sessions.Mike Gabriel2023-02-241-2/+2
|
* src/arctica-greeter.vala: Add Lomiri to list of potential default sessions ↵Mike Gabriel2023-02-241-0/+1
| | | | (if installed).
* Allow wayland sessions to pass validation.Ivan Podogov2023-02-242-44/+9
| | | | This makes slick-greeter properly remember the last wayland session instead of defaulting to an xsession.
* po/: Update .pot file (line number changes only).Mike Gabriel2023-02-241-5/+5
|
* src/arctica-greeter.vala: Move ArcticaGreeter method further up again, so it ↵Mike Gabriel2023-02-241-16/+16
| | | | is located below the constructor() method.
* src/arctica-greeter.vala: Move Glib.Bus.watch_name() call out of ↵Mike Gabriel2023-02-241-30/+8
| | | | ArcticaGreeter's contructor into separate ArcticaGreeter.go() method.
* Merge branch 'Ionic-bugfix/test-mode'Mike Gabriel2023-02-241-5/+37
|\ | | | | | | Attributes GH PR #43: https://github.com/ArcticaProject/arctica-greeter/pull/43
| * src/arctica-greeter.vala: fix test mode.Mihai Moldovan2023-02-221-5/+37
|/ | | | | | | | | | | | | | | | | 32d28d7bf2646fc7a0008937034246fcc96dbc8a broke test mode by changing the ArcticaGreeter class to a proper SingleInstance vala class. While meant well, this created deadlocks, especially when using test mode, since other code being called from the ArcticaGreeter constructor tries to acquire references to ArcticaGreeter, which is still locked at that point in time. Fortunately, GObject has the constructed () function, that is almost never used within vala, but still works and is called after the constructor () (or, in vala parlance, construct), so we can move calling functions that might require a constructed ArcticaGreeter to constructed (). Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/42
* Translated using Weblate (Swedish)Luna Jernberg2023-02-101-6/+6
| | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/sv/
* Translated using Weblate (Sardinian)Ajeje Brazorf2023-02-101-6/+6
| | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/sc/
* Translated using Weblate (Occitan)Quentin PAGÈS2023-02-101-5/+5
| | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/oc/
* Translated using Weblate (Croatian)Milo Ivir2023-02-101-7/+7
| | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/hr/
* Translated using Weblate (English (United Kingdom))Andi Chandler2023-02-101-5/+4
| | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/en_GB/
* Translated using Weblate (Spanish)gallegonovato2023-02-081-7/+6
| | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/es/
* Translated using Weblate (German)Mike Gabriel2023-02-081-4/+3
| | | | | | | Currently translated at 100.0% (50 of 50 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/de/
* release 0.99.2.00.99.2.0Mike Gabriel2023-02-066-1527/+1419
|
* Revert "release 0.99.2.0"Mike Gabriel2023-02-066-1415/+1527
| | | | This reverts commit a4322160b191d22d25b211e64a7748a14ed69a81.
* po/: Merge-in translation template into translation files.Mike Gabriel2023-02-06118-4507/+4928
|
* release 0.99.2.0Mike Gabriel2023-02-066-1527/+1415
|
* po/ie.po: Drop version number from header.Mike Gabriel2023-02-061-1/+1
|
* po/: Update translation file.Mike Gabriel2023-02-061-36/+40
|
* src/arctica-greeter.vala: Fix path of helper executable ↵Mike Gabriel2023-02-061-1/+1
| | | | arctica-greeter-enable-tap-to-click.
* Merge branch 'sunweaver-pr/ports-from-slick-greeter'Mike Gabriel2023-02-0625-45/+2044
|\ | | | | | | Attributes GH PR #41: https://github.com/ArcticaProject/arctica-greeter/pull/41
| * .patches-to-be-ported-from-slick-greeter/: ToDo: check whether to port this ↵Mike Gabriel2023-02-063-0/+465
| | | | | | | | Slick Greeter patches to Arctica Greeter.
| * shutdown-dialog: margin left/right -> margin_start_end.Joshua Peisach2023-02-061-2/+2
| | | | | | | | | | | | | | | | | | Ref: https://valadoc.org/gtk+-3.0/Gtk.Widget.margin_left.html Ref: https://valadoc.org/gtk+-3.0/Gtk.Widget.margin_right.html Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/dcbb38af4d3f4276889f958b883c962bb8957fa6
| * Enable touchpad tap-to-click.Mike Gabriel2023-02-064-0/+55
| | | | | | | | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/85f83be9977faf2482d38d2cc289f0542b1c06a4
| * user-list: Allow hidden user visibility to be toggled.Clement Lefebvre2023-02-061-12/+9
| | | | | | | | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/ce8704c02498fef137908e36b315d0876300d2c2
| * README.md: Provide README.md file, using Slick Greeter's README.md as ↵Mike Gabriel2023-02-062-1/+19
| | | | | | | | inspiration.
| * arctica-greeter-check-hidpi: Fix deprecations.Clement Lefebvre2023-02-061-7/+5
| | | | | | | | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/1fb20ba8665651307e6d498dc07009a2da26ab40
| * entry: Support the ability to reveal the password.Clement Lefebvre2023-02-061-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds the following features: - Clicking the entry shows a reveal button - Pressing Left or Right shows the button - Clicking the button toggles the visibility of the password - Pressing Alt+F8 shows the button and toggles the visibility Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/2e8797c80a2d8febf8f89bf38e1040ccbf8be4e0
| * a11y: Make the onboard layout configurable.Mike Gabriel2023-02-063-2/+15
| | | | | | | | | | | | | | | | | | Original patch by Clement Lefebvre (Slick Greeter). https://github.com/linuxmint/slick-greeter/commit/ae090039efff87ad8b9b856f3fe451f9f41d21be Modified by Mike Gabriel (change: don't store the complete layout path in gsettings).
| * keyboard navigation: Don't prevent left/right movement in Gtk.Entry.Clement Lefebvre2023-02-061-10/+0
| | | | | | | | | | | | | | | | | | The shutdown dialog Left/Right navigation works without this code anyway. Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/d9d47171d4c00a7004a5548f7e170355c2ba1618
| * sessions: Close dialog on Escape.Clement Lefebvre2023-02-061-0/+10
| | | | | | | | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/aaa10cc2a080cf5fecc693bde7ba473ad87bbe96
| * sessions: Add a tooltip on the session badge.Clement Lefebvre2023-02-063-6/+28
| | | | | | | | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/cf3742cf155e0925904c7da86457deaea6a87885
| * badges: Add lxqt.Clement Lefebvre2023-02-063-0/+4
| | | | | | | | | | | | Port from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/d6fcbd63919d9f301b65fbcfab956e69d686fbfc
| * badges: Add pademelon.Clement Lefebvre2023-02-063-0/+3
| | | | | | | | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/2dbf7308961572ae730db83deb398d0045f31d91
| * sessions: Make the list scrollable.Clement Lefebvre2023-02-061-1/+12
| | | | | | | | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/1480b029099ea24724d307943dc742a42fcd3159
| * 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
| * cursor size: Use 24 as a default size instead of 0.Michael Webster2023-02-061-2/+2
| | | | | | | | | | | | | | | | | | 24 is the default elsewhere, and it's less complicated to fashion a setting widget where zero isn't actually zero. Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/8eead9377b525ba3ae6213248a58b269738791a0
| * Set our own cursor theme and size internally via GtkSettings.Michael Webster2023-02-063-3/+28
| | | | | | | | | | | | | | | | The gtk and icon themes already work this way. Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/97f9f54b686303dec81918d3056194bff2a3163c
| * Add badge for fynedesk.Jacob2023-02-063-0/+1248
| | | | | | | | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/512c1032bda19884099e00d41dc23627bccee2c1
| * Add sway badge.Louis des Landes2023-02-063-0/+92
| | | | | | | | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/ad0e52a13d3ed169276acfe27aea5c4e5ea271ae
| * Fixed default session for manual user entry.mwileczka2023-02-061-0/+4
|/ | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/d85d872a84233b125278825e5d64162079b84fc7
* src/arctica-greeter.vala: Apply HiDPI settings after command line has been ↵Mike Gabriel2023-02-061-12/+13
| | | | parsed (so we know if we are in test-mode or not).
* Merge remote-tracking branch 'gh-Ionic/feature/high-contrast-big-font'Mike Gabriel2023-02-0619-139/+823
|\ | | | | | | Attributes GH PR #40: https://github.com/ArcticaProject/arctica-greeter/pull/40