aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add missing default to switchRobert Tari2023-05-071-0/+4
| |
| * Fix some deprecationsRobert Tari2023-05-074-6/+7
| |
| * Comment out unused codeRobert Tari2023-05-071-2/+2
| |
| * Fix casting issuesRobert Tari2023-05-076-18/+45
| |
| * Add missing error handlersRobert Tari2023-05-076-113/+210
| |
| * Fix error handlers for D-Bus methodsRobert Tari2023-05-074-14/+21
|/
* Merge branch 'Ionic-bugfix/pam-messages-and-misc'Mike Gabriel2023-05-074-6/+17
|\ | | | | | | Attributes GH PR #45: https://github.com/ArcticaProject/arctica-greeter/pull/45
| * src/arctica-greeter.vala: fix "this this" typo in comment.Mihai Moldovan2023-05-031-2/+2
| |
| * tests/arctica-greeter.vala: remove left-over singleton class member.Mihai Moldovan2023-05-031-2/+0
| | | | | | | | This is not needed any longer.
| * src/prompt-box.vala: darken red error message text color.Mihai Moldovan2023-05-031-1/+1
| | | | | | | | | | This improves the contrast considerably for the new static white background.
| * src/prompt-box.vala: set background color for error messages to pure white.Mihai Moldovan2023-05-031-1/+12
| | | | | | | | | | | | While this might look ugly, it is important that error messages can be read well and a transparent background might be a bad fit with a static red text color, if the background is also quite red.
| * src/prompt-box.vala: enable line wrapping for (error) messages.Mihai Moldovan2023-05-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Long lines were previously truncated as part of the fading label. Since PAM (error) messages are shown within the prompt box, truncating them is a really bad idea, since the user might not understand what went wrong and how it can be fixed. Enabling line wrapping makes sure that the full message is always shown - at least theoretically. Messages may still be truncated if they are long enough to overflow the prompt box itself, but this is caused by the prompt box not resizing itself correctly. Further work on that is necessary.
| * configure.ac: pass INDICATORDIR down to automake.Mihai Moldovan2023-05-031-0/+1
|/ | | | | Not sure if this is strictly necessary, but it probably does not hurt to have it in any case.
* Add option to span background across multiple monitorsGeoff Paul2023-05-035-42/+82
|
* main-window: Smooth transition to greeter screen.Mike Gabriel2023-05-032-3/+20
| | | | | | | | | | | | | | This completes a ported patch from slick-greeter. Credits to Björn Esser. From 5d39cade1f70ffe0a9bc38ad0b405bb55d98a505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <besser82@fedoraproject.org> Date: Wed, 29 Nov 2017 18:24:15 +0100 Subject: [PATCH] main-window: Calculate the really needed screen size properly (#84) * main-window: Calculate the really needed screen size properly * arctica-greeter: Smooth transition to the greeter screen
* Add support for hiding X11 and/or Wayland sessions.Mike Gabriel2023-04-035-19/+49
|
* data/badges/: Add badge for (open)SUSE's 'SLE Classic' session.Mike Gabriel2023-04-034-0/+3
|
* src/session-list.vala: Treat 'gnome-xorg' as GNOME and 'plasma5' has KDE, as ↵Mike Gabriel2023-04-031-0/+2
| | | | well.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use 'Compact' onboard ↵Mike Gabriel2023-03-021-1/+1
| | | | layout for providing special keys such as Umlauts etc.
* OSK: Add OSK theme gsetting to individually configure the OSK theme used via ↵Mike Gabriel2023-03-023-6/+18
| | | | ArcticaGreeter's settings.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Improve description of ↵Mike Gabriel2023-03-021-1/+1
| | | | onscreen-keyboard-layout.
* 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
|