aboutsummaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.99.8.9HEAD0.99.8.9release-buildsmasterMike Gabriel37 hours6-6/+6
| | | | | | | - src/main-window.vala: Toggle a11y states when accelerators are pressed. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Release 0.99.8.80.99.8.8Mike Gabriel9 days6-6/+6
| | | | - src/menubar.vala: Fix DateTime Indicator high contrast label.
* Release 0.99.8.70.99.8.7Mike Gabriel9 days6-6/+6
| | | | | | | - arctica-greeter/src/greeter-list.vala: Fix DashBox height when the content changes. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Release 0.99.8.60.99.8.6Mike Gabriel2025-03-266-6/+6
| | | | | | - Regression fix for 0.99.8.5 for non-English systems: src/{arctica-greeter,menubar}.vala: Set locale to LC_NUMERIC before using printf with floats.
* Release 0.99.8.50.99.8.5Mike Gabriel2025-03-256-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - src/main-window.vala: Render the back-button with black background and white border. As arrow we have a white png. - src/prompt-box.vala: Prompt box messages are always white in normal mode, always black in high-contrast mode (except from errors). - src/menubar.vala: Render the menubar always white (background is always black) and use black font for the hostname if shown. - Introduce UI/widget scaling per scaling factor. - src/menubar.vala: Soften the menubar shadow depending on 'menubar-alpha' gsettings configuration. - data/50-org.Arctica-Project.arctica-greeter.rules: Syntax fix. - src/main-window.vala: Recuce the menubar height when settings struts by 7px ( x scaling factor). - src/main-window.vala: Apply Gdk property change to toplevel of the MainWindow (just in case). - src/arctica-greeter.vala: Re-arrange calls to MainWindow.set_struts(). - src/main-window.vala: Make set_struts() a method without parameters and move previous set_struts() to _set_struts() (private method now). - src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts not affect the main window itself. - src/main-window.vala: Convert set_struts() method to a non-static method (by its code). - Translation updates (thanks to all contributors on hosted.weblate.org).
* Introduce UI/widget scaling per scaling factor.Mike Gabriel2025-03-241-0/+4
| | | | This gsettings 'widget-scaling-factor' can be used together with the 'xft-dpi' setting to fractionally scale the UI to better readability.
* data/50-org.Arctica-Project.arctica-greeter.rules: Syntax fix.Mike Gabriel2025-03-211-1/+1
|
* release 0.99.8.4Mike Gabriel2024-12-286-6/+6
|
* release 0.99.8.30.99.8.3Mike Gabriel2024-06-196-6/+6
|
* Make position of the greeter magnifier configurableRobert Tari2024-06-191-0/+10
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-a11y/issues/26
* release 0.99.8.20.99.8.2Mike Gabriel2024-06-186-6/+6
|
* release 0.99.8.10.99.8.1Mike Gabriel2024-06-186-6/+6
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Default to 'marco' as ↵Mike Gabriel2024-06-181-1/+1
| | | | window manager.
* window manager: Alternatively to metacity, also support marco.Mike Gabriel2024-06-181-0/+1
|
* src/: Re-introduce having a window manager (metacity this time, with ↵Mike Gabriel2024-06-181-0/+8
| | | | keybindings disabled). Make having it conifugrable via GSettings.
* data/50-org.Arctica-Project.arctica-greeter.rules: Make networking more ↵Mike Gabriel2024-06-181-21/+31
| | | | configurable in Arctica Greeter.
* data/50-org.Arctica-Project.arctica-greeter.rules: Make file better readable.Mike Gabriel2024-06-111-31/+64
| | | | Ported from unity-greeter on Launchpad.
* release 0.99.7.00.99.7.0Mike Gabriel2024-06-046-6/+6
|
* 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-281-0/+8
|
* src/{main-window,settings}.vala: Add a setting to configure the user list ↵Eugenio Depalo2024-05-281-0/+9
| | | | | | alignment. Ported from slick-greeter by Mike Gabriel.
* 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
|
* Add man pages for arctica-greeter's helper scripts.Sam Lane2024-05-206-2/+86
|
* release 0.99.6.0Mike Gabriel2024-05-201-1/+1
|
* release 0.99.5.00.99.5.0Mike Gabriel2024-02-061-1/+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.
* release 0.99.4.60.99.4.6Mike Gabriel2023-12-061-1/+1
|
* 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-041-1/+1
|
* release 0.99.4.40.99.4.4Mike Gabriel2023-11-201-1/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Request display ↵Mike Gabriel2023-11-201-1/+1
| | | | | | | indicator by default, as well. Starting with release 23.10.4, ayatana-indicator-display is received greeter support and is now usable in arctica-greeter.
* src/arctica-greeter.vala: Support (configurably) loading the GeoClue-2.0 agent.Mike Gabriel2023-11-181-0/+4
|
* release 0.99.4.30.99.4.3Mike Gabriel2023-11-101-1/+1
|
* release 0.99.4.20.99.4.2Mike Gabriel2023-11-071-1/+1
|
* data/: Move config files and policykit .pkla file from debian/ to data/ and ↵Mike Gabriel2023-11-075-1/+104
| | | | install via automake.
* release 0.99.4.10.99.4.1Mike Gabriel2023-11-071-1/+1
|
* data/arctica-greeter.1: Document --test-highcontrast option in man page.Mike Gabriel2023-11-071-0/+3
|
* release 0.99.4.00.99.4.0Mike Gabriel2023-10-131-1/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Rework summary strings, ↵Mike Gabriel2023-10-121-42/+42
| | | | esp. let them end with a full-stop.
* settings: Add font scaling via GDK_DPI_SCALE. This is not adjustable at ↵Mike Gabriel2023-10-101-0/+4
| | | | runtime (for now).
* Drop big-font setting. Font scaling will be handled differently and more ↵Mike Gabriel2023-10-061-4/+0
| | | | statically.
* Show labels for 'Username:' and 'Password:' if configured via gsettings.Mike Gabriel2023-10-061-0/+4
| | | | Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/62
* a11y / OSK: Restart OSK on theme toggling (normal/high-contrast) and adjust ↵Mike Gabriel2023-10-031-0/+4
| | | | the OSK theme accordingly.
* src/settings.vala: Introduce 'high-contrast-icon-theme-name' gsetting and ↵Mike Gabriel2023-09-191-0/+4
| | | | toggle icon theme if a11y indicator's high contrast switch gets toggled.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Switch from ↵Mike Gabriel2023-09-191-1/+1
| | | | HighContrastInverse to HighContrast as default GTK+ theme.
* a11y: Disable background image when in high-contrast mode.Mike Gabriel2023-09-181-0/+4
| | | | | | This adds a configurable 'high-contrast-background-color' gsetting parameter (defaulting to #000000), so the high contrast bgcolor becomes customizable.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Ayatana a11y indicatorRobert Tari2023-09-161-1/+1
|