aboutsummaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.99.9.40.99.9.4release-buildsMike Gabriel2025-05-266-6/+6
| | | | - Make menubar shadow configurable.
* Make menubar shadow configurableRobert Tari2025-05-231-0/+8
|
* Release 0.99.9.30.99.9.3Mike Gabriel2025-05-236-6/+6
| | | | | | | | | | | - data/org.ArcticaProject.arctica-greeter.gschema.xml: Set menubar-alpha default to 0.3. (Originally 0.2, changed to 0.5 as part of 2bc439d3, now back to a compromise). - Apply custom menubar transparency even if theme background is used. - Use the theme menubar background colour if no custom colour is specified. - Translation updates (thanks to all contributors on hosted.weblate.org).
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Set menubar-alpha ↵Mike Gabriel2025-05-231-1/+1
| | | | default to 0.3. (Originally 0.2, changed to 0.5 as part of 2bc439d3, now back to a compromise).
* Apply custom menubar transparency even if theme background is usedRobert Tari2025-05-221-1/+1
| | | | fixes https://github.com/ArcticaProject/arctica-greeter/issues/122
* Use the theme menubar background colour if no custom colour is specifiedRobert Tari2025-05-211-4/+4
|
* Release 0.99.9.20.99.9.2Mike Gabriel2025-05-156-6/+6
| | | | | | - Add background image position. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Add background image positionRobert Tari2025-05-121-0/+11
|
* Release 0.99.9.10.99.9.1Mike Gabriel2025-05-056-6/+6
| | | | | | - Allow filtering out users from hidden groups. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Allow filtering out users from hidden groupsRobert Tari2025-05-051-0/+4
|
* Release 0.99.9.00.99.9.0Mike Gabriel2025-04-306-6/+6
| | | | | | | | - Allow error label to be displayed below the login entry. - Fix and future-proof the menubar. - src/menubar.vala: Also apply menubar-bgcolor to menubar's shadow style. - src/menubar.vala: Set LC_NUMERIC to C.UTF-8 more globally.
* Fix and future-proof the menubarRobert Tari2025-04-291-2/+6
|
* Allow error label to be displayed below the login entryRobert Tari2025-04-281-0/+4
|
* Release 0.99.8.110.99.8.11Mike Gabriel2025-04-286-6/+6
| | | | | | | - Rewrite Gtk.Alignment. - src/prompt-box.vala: Add manual text wrapping. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Release 0.99.8.100.99.8.10Mike Gabriel2025-04-246-6/+6
| | | | | | | | | | | | | - src/settings.vala: Drop unused safe_get_boolean. - Fix deprecated colour overrides. - Add logo positioning tweaks. - Add prompt box tweaks. - src/shutdown-dialog: Fix possible null warning. - src/arctica-greeter.vala: Drop unused wm_message_pid. - src/main-window.vala: Drop deprecated Gdk.Screen.get_* functions. - src/main-window.vala: Fix content_box.margin_right and margin_left. - src/main-window.vala: Fix DBusConnection.call. - Fix size and position of elements.
* Add logo positioning tweaksRobert Tari2025-04-111-0/+18
|
* Add prompt box tweaksRobert Tari2025-04-101-0/+22
|
* Release 0.99.8.90.99.8.9Mike Gabriel2025-04-086-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 Gabriel2025-04-016-6/+6
| | | | - src/menubar.vala: Fix DateTime Indicator high contrast label.
* Release 0.99.8.70.99.8.7Mike Gabriel2025-03-316-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
|