aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 0.99.7.00.99.7.0Mike Gabriel2024-06-0411-8/+102
|
* Revert "Work around GTK 3.20's new allocation logic. Ported from slick-greeter."Mike Gabriel2024-06-043-8/+0
| | | | This reverts commit 2fa9791d9802d5c34323d9bd99ad9fa608abdda6.
* src/greeter-list.vala: Redraw greeter box after showing/adding a message to it.Mike Gabriel2024-06-041-0/+1
| | | | | | This fixing cut-off lower edges of the greeter box shown after error messages have been added to the greeter box (e.g. login failed, password expired, etc.).
* src/greeter-list.vala: Drop extra Gtk >= 3.20 queue_allocate(). Not required ↵Mike Gabriel2024-06-041-4/+0
| | | | | | anymore. This partially reverts 552dd36c2c012642643cba5692cb90c2300e4dd2.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Amend phrasings in ↵Mike Gabriel2024-06-041-2/+2
| | | | GSettings descriptions.
* Add user filter to greeter's user list.Mike Gabriel2024-05-283-0/+24
|
* Fix hidpi rendering of session badges.Michael Webster2024-05-284-19/+27
| | | | | Most of the more common desktops provide a scalable icon, so they can be rendered in hidpi.
* src/promptbox.vala: Use themed icon for unread messages.Michael Webster2024-05-281-9/+2
| | | | Ported from slick-greeter.
* greeter-list.vala: Make the user and session box wider.Michael Webster2024-05-281-1/+1
| | | | | | | | | These use a fixed size, and increasing BOX_SIZE by 1 will increase the width by 40px. Ported from slick-greeter. Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* src/{main-window,settings}.vala: Add a setting to configure the user list ↵Eugenio Depalo2024-05-283-7/+47
| | | | | | alignment. Ported from slick-greeter by Mike Gabriel.
* src/session-list.vala: Add several more session name / badge filename aliases.Mike Gabriel2024-05-201-8/+40
|
* data/badges/: Add badge icon for the Weston compositor.Mike Gabriel2024-05-203-0/+1
|
* data/badges: Port over various session badge icons from slick-greeter.Mike Gabriel2024-05-2035-3/+323
|
* src/session-list.vala: Auto-find session badges if session name matches ↵Mike Gabriel2024-05-201-31/+20
| | | | badge filename.
* Add man pages for arctica-greeter's helper scripts.Sam Lane2024-05-206-2/+86
|
* Drop to-be-reviewed slick-greeter patches. 0025 is already applied, 0027 ↵Mike Gabriel2024-05-202-422/+0
| | | | will not be applied.
* release 0.99.6.0Mike Gabriel2024-05-206-840/+881
|
* Translated using Weblate (Italian)Giorgio Berardi2024-05-181-8/+15
| | | | | | | Currently translated at 49.0% (52 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/it/
* debian/control: Sort deps in D: (arctica-greeter).Mike Gabriel2024-04-081-4/+3
|
* debian/control: Satisfy dependencies of arctica-greeter-magnifier.Mike Gabriel2024-04-081-0/+3
|
* debian/arctica-greeter.install: Install arctica-greeter-magnifier into ↵Mike Gabriel2024-04-081-0/+1
| | | | bin:pkg arctica-greeter.
* src/arctica-greeter.vala: Permission fix (0755 -> 0644)Mike Gabriel2024-04-081-0/+0
|
* Merge branch 'tari01-pr/magnifier-focus'Mike Gabriel2024-04-083-36/+184
|\ | | | | | | Attributest GH PR #103: https://github.com/ArcticaProject/arctica-greeter/pull/103
| * Add a Magnus fork and wrap it in a new windowRobert Tari2024-04-083-36/+184
|/ | | | fixes https://github.com/ArcticaProject/arctica-greeter/issues/100
* Translated using Weblate (Korean)이정희2024-03-151-17/+16
| | | | | | | Currently translated at 45.2% (48 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ko/
* release 0.99.5.00.99.5.0Mike Gabriel2024-02-066-3/+59
|
* debian/arctica-greeter.install: Adjust to new binary installation path.Mike Gabriel2024-02-061-1/+1
|
* src/Makefile.am: Install arctica-greeter to <prefix>/bin (instead of sbin).Mike Gabriel2024-02-061-1/+1
|
* Merge branch 'Ionic-feature/polkit-0.106'Mike Gabriel2024-02-064-6/+45
|\ | | | | | | Attributes GH PR #101: https://github.com/ArcticaProject/arctica-greeter/pull/101
| * debian/arctica-greeter.install: add polkit JS rules file.Mihai Moldovan2024-02-061-0/+1
| |
| * data/Makefile.am: install 50-org.Arctica-Project.arctica-greeter.rules.Mihai Moldovan2024-02-061-0/+5
| |
| * data: add 50-org.Arctica-Project.arctica-greeter.rules.Mihai Moldovan2024-02-061-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This message is adapted from ayatana-indicator-sound. Note that while it is Debian-centric, other distributions (e.g., *SuSE) have long upgraded to polkit versions > 0.105, so are affected by this even more. arctica-greeter currently ships polkit 0.105 configuration fragments at ${LOCALSTATEDIR}/polkit-1/localauthority/10-vendor.d/arctica-greeter.pkla but does not seem to have a polkit >= 0.106 equivalent in ${DATADIR}/polkit-1/rules.d. This means the customizations to the default polkit policies that are made by this package will not be taken into account when running polkit >= 0.106. Debian and Ubuntu are currently using polkit 0.105 with the old .pkla rules (and an increasingly large patch series to fix 9 years' worth of bugs and security vulnerabilities), but it has become clear that this is not sustainable, and I (Mike Gabriel) am looking at whether we can replace polkit 0.105 with version 121 or newer for Debian 12. You can try these newer versions by installing the polkitd and polkitd-javascript packages from experimental. To make this transition go smoothly, packages that ship a .pkla file should also provide an equivalent JavaScript file ${DATADIR}/polkit-1/rules.d/*.rules which will be used by newer versions of polkit. Most already do, but this is one of a few that do not. It is appropriate to contribute these .rules files upstream. System administrators can override the rules in ${DATADIR}/polkit-1/rules.d by creating a file of the same name in ${SYSCONFDIR}/polkit-1/rules.d, or add local rules by creating a file with a different name in ${SYSCONFDIR}/polkit-1/rules.d. Please don't remove the .pkla file when adding the .rules file: keep the .pkla file in place until this transition has finished. ${DATADIR}/polkit-1/actions/*.policy files are not affected by this transition: they are used by both the old and new versions of polkit. For example, here's the .pkla file for systemd-networkd in stable, which allows the systemd-network user to take some privileged actions: https://sources.debian.org/src/systemd/247.3-7/src/network/systemd-networkd.pkla/ and here's the JavaScript equivalent: https://sources.debian.org/src/systemd/247.3-7/src/network/systemd-networkd.rules/ flatpak, fwupd and network-manager have other good examples. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015156
| * data/arctica-greeter.pkla: fix Results* keys.Mihai Moldovan2024-02-061-6/+6
|/ | | | | | | | These were never supported in the first place. This is probably also why we define all three result keys - ResultsAny [sic!] never triggered, so ResultActive and ResultInactive were added instead.
* Translated using Weblate (Estonian)Kristjan Räts2024-02-041-1/+3
| | | | | | | Currently translated at 50.9% (54 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/et/
* Translated using Weblate (Estonian)Kristjan Räts2024-01-291-14/+13
| | | | | | | Currently translated at 50.0% (53 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/et/
* Translated using Weblate (Portuguese (Brazil))Iago Emanuel2024-01-121-10/+11
| | | | | | | Currently translated at 49.0% (52 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/pt_BR/
* Translated using Weblate (Indonesian)Reza Almanda2024-01-091-10/+18
| | | | | | | Currently translated at 51.8% (55 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/id/
* Translated using Weblate (Occitan)Quentin PAGÈS2023-12-141-7/+9
| | | | | | | Currently translated at 64.1% (68 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/oc/
* release 0.99.4.60.99.4.6Mike Gabriel2023-12-065-3/+27
|
* Merge branch 'tari01-pr/add-magnifier'Mike Gabriel2023-12-063-0/+45
|\ | | | | | | Attributes GH PR #99: https://github.com/ArcticaProject/arctica-greeter/pull/99
| * Add magnifier toggling logicRobert Tari2023-12-062-0/+41
| |
| * data/org.ArcticaProject.arctica-greeter.gschema.xml: Store screen magnifier ↵Robert Tari2023-12-061-0/+4
|/ | | | state
* release 0.99.4.50.99.4.5Mike Gabriel2023-12-045-3/+33
|
* Merge branch 'tari01-pr/manual-user-change'Mike Gabriel2023-12-042-0/+26
|\ | | | | | | Attributes GH PR #98: https://github.com/ArcticaProject/arctica-greeter/pull/98
| * Translated using Weblate (Swedish)bittin1ddc447d824349b22023-12-041-40/+88
| | | | | | | | | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/sv/
| * Send user change signal for manual user entriesRobert Tari2023-11-242-0/+26
| |
* | Translated using Weblate (Swedish)bittin1ddc447d824349b22023-11-301-40/+88
|/ | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/sv/
* src/session-list.vala: More session name / icon file mappings ↵Mike Gabriel2023-11-201-0/+2
| | | | (plasmawayland, icewm).
* release 0.99.4.40.99.4.4Mike Gabriel2023-11-205-3/+34
|
* d/control: recommend ayatana-indicator-displayMike Gabriel2023-11-201-0/+1
|