aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 0.99.3.00.99.3.0Mike Gabriel2023-03-016-3/+173
|
* debian/control: Drop from D (arctica-greeter): marco.Mike Gabriel2023-03-011-1/+0
|
* Remove marco WM due to logon screen bypassBastian Kanbach2023-03-011-35/+0
| | | | | | This commit removes invocation of MATE's window manager marco, that was introduced with 9b3526d12d9d6c828fbd4a29dec2295ae2f735a5 Having marco launched allows any user to use its keybindings to open applications which could bypass arctica-greeter and access the operating system as the "lightdm" user.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Numix GTK theme by ↵Mike Gabriel2023-03-011-1/+1
| | | | default.
* debian/control: Drop from D (arctica-greeter): mate-themes.Mike Gabriel2023-03-011-1/+1
|
* src/: Get rid of various vala interpreter warnings.Mike Gabriel2023-03-012-5/+6
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Numix Icon Theme by ↵Mike Gabriel2023-03-011-1/+1
| | | | default.
* debian/control: Add to D (numix-icon-theme).Mike Gabriel2023-03-011-0/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Noto Sans by default.Mike Gabriel2023-03-011-1/+1
|
* debian/control: Add to D (arctica-greeter): fonts-noto-core.Mike Gabriel2023-03-011-0/+1
|
* src/toggle-box.vala: Allow for more fine-grained color-tweaking of the ↵Mike Gabriel2023-03-013-8/+88
| | | | toggle box (session selector box) via gsettings.
* src/flat-button.vala: Allow color-theming (etc.) of buttons created via the ↵Mike Gabriel2023-03-013-2/+33
| | | | FlatButton class.
* src/shutdown-dialog.vala: Make shutdown/reboot dialog's font configurable ↵Mike Gabriel2023-03-011-6/+19
| | | | via gsettings (use same font as rest of the greeter).
* debian/rules: Fix build on Debian 11. Needs dpkg's architecture.mk included ↵Mike Gabriel2023-03-011-0/+2
| | | | at build time.
* src/toggle-box.vala: Drop draw() method. Seems unused these days.Mike Gabriel2023-03-011-14/+0
|
* arctica-greeter's test mode: No keyboard tweaks in test mode.Mike Gabriel2023-03-011-7/+9
|
* arctica-greeter's test mode: Add cmdline args '--test-highconstrast' and ↵Mike Gabriel2023-03-011-8/+34
| | | | '--test-bigfont' (soon to come feature).
* src/arctica-greeter.vala: Don't launch Lomiri-related DBus listeners in test ↵Mike Gabriel2023-03-012-37/+42
| | | | mode. Allows one to run arctica-greeter in test-mode within a Lomiri session.
* debian/arctica-greeter.install: Adjust to moved background image.Mike Gabriel2023-03-011-1/+1
|
* backgrounds: Move background image into namespaced datadir. Don't mix with ↵Mike Gabriel2023-03-015-3/+3
| | | | officially installed system-wide desktop backgrounds.
* src/{arctica-greeter,greeter-list}.vala: Mimick a Lomiri Greeter, make ↵Mike Gabriel2023-03-012-2/+2
| | | | ArcticaGreeter behave well, when interacting with Lomiri Shell.
* Add badge for 'mir-shell' DESKTOP_SESSION.Mike Gabriel2023-02-283-0/+3
|
* Arctica Greeter background image: Replace background image by an image take ↵Mike Gabriel2023-02-287-1/+368
| | | | from lomiri-wallpapers.
* src/arctica-greeter.vala: Adjust to DBus renamings in Ayatana Indicator ↵Mike Gabriel2023-02-281-2/+2
| | | | Session. We use the com.lomiri.Shell interface to communite between session indicator and Arctica Greeter.
* src/session-list.vala: Use correct file name 'lomiri_badge.png'.Mike Gabriel2023-02-251-1/+1
|
* data/Makefile.am: Add lomiri_badge.png.Mike Gabriel2023-02-251-0/+1
|
* Fix file name of Lomiri badge.Mike Gabriel2023-02-251-0/+0
|
* Add badge for Lomiri.Mike Gabriel2023-02-252-0/+2
|
* src/arctica-greeter.vala: Don't assign new value to method argument.Mike Gabriel2023-02-251-4/+5
|
* 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
|