Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian/control: Drop from D (arctica-greeter): mate-themes. | Mike Gabriel | 2023-03-01 | 1 | -1/+1 |
| | |||||
* | src/: Get rid of various vala interpreter warnings. | Mike Gabriel | 2023-03-01 | 2 | -5/+6 |
| | |||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Numix Icon Theme by ↵ | Mike Gabriel | 2023-03-01 | 1 | -1/+1 |
| | | | | default. | ||||
* | debian/control: Add to D (numix-icon-theme). | Mike Gabriel | 2023-03-01 | 1 | -0/+1 |
| | |||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Noto Sans by default. | Mike Gabriel | 2023-03-01 | 1 | -1/+1 |
| | |||||
* | debian/control: Add to D (arctica-greeter): fonts-noto-core. | Mike Gabriel | 2023-03-01 | 1 | -0/+1 |
| | |||||
* | src/toggle-box.vala: Allow for more fine-grained color-tweaking of the ↵ | Mike Gabriel | 2023-03-01 | 3 | -8/+88 |
| | | | | toggle box (session selector box) via gsettings. | ||||
* | src/flat-button.vala: Allow color-theming (etc.) of buttons created via the ↵ | Mike Gabriel | 2023-03-01 | 3 | -2/+33 |
| | | | | FlatButton class. | ||||
* | src/shutdown-dialog.vala: Make shutdown/reboot dialog's font configurable ↵ | Mike Gabriel | 2023-03-01 | 1 | -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 Gabriel | 2023-03-01 | 1 | -0/+2 |
| | | | | at build time. | ||||
* | src/toggle-box.vala: Drop draw() method. Seems unused these days. | Mike Gabriel | 2023-03-01 | 1 | -14/+0 |
| | |||||
* | arctica-greeter's test mode: No keyboard tweaks in test mode. | Mike Gabriel | 2023-03-01 | 1 | -7/+9 |
| | |||||
* | arctica-greeter's test mode: Add cmdline args '--test-highconstrast' and ↵ | Mike Gabriel | 2023-03-01 | 1 | -8/+34 |
| | | | | '--test-bigfont' (soon to come feature). | ||||
* | src/arctica-greeter.vala: Don't launch Lomiri-related DBus listeners in test ↵ | Mike Gabriel | 2023-03-01 | 2 | -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 Gabriel | 2023-03-01 | 1 | -1/+1 |
| | |||||
* | backgrounds: Move background image into namespaced datadir. Don't mix with ↵ | Mike Gabriel | 2023-03-01 | 5 | -3/+3 |
| | | | | officially installed system-wide desktop backgrounds. | ||||
* | src/{arctica-greeter,greeter-list}.vala: Mimick a Lomiri Greeter, make ↵ | Mike Gabriel | 2023-03-01 | 2 | -2/+2 |
| | | | | ArcticaGreeter behave well, when interacting with Lomiri Shell. | ||||
* | Add badge for 'mir-shell' DESKTOP_SESSION. | Mike Gabriel | 2023-02-28 | 3 | -0/+3 |
| | |||||
* | Arctica Greeter background image: Replace background image by an image take ↵ | Mike Gabriel | 2023-02-28 | 7 | -1/+368 |
| | | | | from lomiri-wallpapers. | ||||
* | src/arctica-greeter.vala: Adjust to DBus renamings in Ayatana Indicator ↵ | Mike Gabriel | 2023-02-28 | 1 | -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 Gabriel | 2023-02-25 | 1 | -1/+1 |
| | |||||
* | data/Makefile.am: Add lomiri_badge.png. | Mike Gabriel | 2023-02-25 | 1 | -0/+1 |
| | |||||
* | Fix file name of Lomiri badge. | Mike Gabriel | 2023-02-25 | 1 | -0/+0 |
| | |||||
* | Add badge for Lomiri. | Mike Gabriel | 2023-02-25 | 2 | -0/+2 |
| | |||||
* | src/arctica-greeter.vala: Don't assign new value to method argument. | Mike Gabriel | 2023-02-25 | 1 | -4/+5 |
| | |||||
* | src/arctica-greeter.vala: Already fall back to LightDM's system default for ↵ | Mike Gabriel | 2023-02-24 | 1 | -2/+2 |
| | | | | 'session' in ArcticaGreeter's get_default_session(). | ||||
* | src/arctica-greeter.vala: Always use ArcticaGreeter's ↵ | Mike Gabriel | 2023-02-24 | 1 | -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 Gabriel | 2023-02-24 | 3 | -6/+9 |
| | | | | into non-static methods. | ||||
* | Use ArcticaGreeter's way of detecting the default session, only fallback to ↵ | Mike Gabriel | 2023-02-24 | 2 | -3/+9 |
| | | | | LightDMs default if absolutely necessary. | ||||
* | src/arctica-greeter.vala: Drop now unused continue_init variable. | Mike Gabriel | 2023-02-24 | 1 | -1/+0 |
| | |||||
* | src/arctica-greeter.vala: Prefer wayland sessions over X11 sessions. | Mike Gabriel | 2023-02-24 | 1 | -2/+2 |
| | |||||
* | src/arctica-greeter.vala: Add Lomiri to list of potential default sessions ↵ | Mike Gabriel | 2023-02-24 | 1 | -0/+1 |
| | | | | (if installed). | ||||
* | Allow wayland sessions to pass validation. | Ivan Podogov | 2023-02-24 | 2 | -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 Gabriel | 2023-02-24 | 1 | -5/+5 |
| | |||||
* | src/arctica-greeter.vala: Move ArcticaGreeter method further up again, so it ↵ | Mike Gabriel | 2023-02-24 | 1 | -16/+16 |
| | | | | is located below the constructor() method. | ||||
* | src/arctica-greeter.vala: Move Glib.Bus.watch_name() call out of ↵ | Mike Gabriel | 2023-02-24 | 1 | -30/+8 |
| | | | | ArcticaGreeter's contructor into separate ArcticaGreeter.go() method. | ||||
* | Merge branch 'Ionic-bugfix/test-mode' | Mike Gabriel | 2023-02-24 | 1 | -5/+37 |
|\ | | | | | | | Attributes GH PR #43: https://github.com/ArcticaProject/arctica-greeter/pull/43 | ||||
| * | src/arctica-greeter.vala: fix test mode. | Mihai Moldovan | 2023-02-22 | 1 | -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 Jernberg | 2023-02-10 | 1 | -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 Brazorf | 2023-02-10 | 1 | -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ÈS | 2023-02-10 | 1 | -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 Ivir | 2023-02-10 | 1 | -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 Chandler | 2023-02-10 | 1 | -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) | gallegonovato | 2023-02-08 | 1 | -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 Gabriel | 2023-02-08 | 1 | -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.0 | Mike Gabriel | 2023-02-06 | 6 | -1527/+1419 |
| | |||||
* | Revert "release 0.99.2.0" | Mike Gabriel | 2023-02-06 | 6 | -1415/+1527 |
| | | | | This reverts commit a4322160b191d22d25b211e64a7748a14ed69a81. | ||||
* | po/: Merge-in translation template into translation files. | Mike Gabriel | 2023-02-06 | 118 | -4507/+4928 |
| | |||||
* | release 0.99.2.0 | Mike Gabriel | 2023-02-06 | 6 | -1527/+1415 |
| | |||||
* | po/ie.po: Drop version number from header. | Mike Gabriel | 2023-02-06 | 1 | -1/+1 |
| |