| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| |
| | |
Attributes GH PR #95: https://github.com/ArcticaProject/arctica-greeter/pull/95
|
|/ |
|
|
|
|
| |
lack implementation detail knowledge over time).
|
| |
|
|
|
|
|
|
| |
for indicator service executables.
Resolves indicator service startups on openSUSE.
|
|
|
|
| |
that the greeter executables can get found (issue discovered on openSUSE).
|
| |
|
| |
|
|
|
|
| |
install via automake.
|
| |
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #94: https://github.com/ArcticaProject/arctica-greeter/pull/94
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #92: https://github.com/ArcticaProject/arctica-greeter/pull/92
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #91: https://github.com/ArcticaProject/arctica-greeter/pull/91
|
|/ |
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (106 of 106 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/es/
|
|
|
|
|
|
|
| |
Currently translated at 45.2% (48 of 106 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ja/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (106 of 106 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/uk/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (106 of 106 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ru/
|
|
|
|
|
|
|
| |
Currently translated at 58.4% (62 of 106 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/oc/
|
|
|
|
|
|
|
| |
Currently translated at 99.0% (105 of 106 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/es/
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 89.6% (95 of 106 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/uk/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (106 of 106 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/de/
|
| |
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 73.1% (109 of 149 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/uk/
|
|
|
|
|
|
|
| |
Currently translated at 61.0% (91 of 149 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ru/
|
|
|
|
|
|
|
| |
Currently translated at 75.4% (80 of 106 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/de/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (105 of 105 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/uk/
|
|
|
|
|
|
|
| |
Currently translated at 83.8% (88 of 105 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ru/
|
| |
|
|
|
|
| |
password was invalid.
|
|
|
|
| |
esp. let them end with a full-stop.
|
|\
| |
| |
| | |
Attributes GH PR #85: https://github.com/ArcticaProject/arctica-greeter/pull/85
|
|/
|
|
| |
runtime (for now).
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #89: https://github.com/ArcticaProject/arctica-greeter/pull/89
|
|/
|
|
|
|
|
|
| |
Make sure that the value falls in the range 0 < x <= 5.
Values higher than 5 are most probably errors (at the time of writing
this code), negative values don't make sense at all and a value of 0
would mean not showing anything, which likewise is totally useless.
|
|\
| |
| |
| | |
Attributes GH PR #90: https://github.com/ArcticaProject/arctica-greeter/pull/90
|
|/ |
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (51 of 51 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/sk/
|
|\
| |
| |
| | |
Attributes GH PR #87: https://github.com/ArcticaProject/arctica-greeter/pull/87
|
|/
|
|
|
|
|
|
|
| |
independent of logo height (i.e., adjust the position to the logo height).
This introduces BackgroundLoader.logo_width and .logo_height. We
currently only use .logo_height for now. But having both geometry values
available might be helpful at a later time. And it feels incomplete to
only pass-through the height.
|
|\
| |
| |
| | |
Attributes GH PR #84: https://github.com/ArcticaProject/arctica-greeter/pull/84
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #83: https://github.com/ArcticaProject/arctica-greeter/pull/83
|
|/
|
|
|
|
|
|
|
| |
While working on font-scaling support and fixing HiDPI support, I discovered, that
GLib.Environment.set_variable() does not take effect after OptionContext.parse()
has been called. (For whatever unknown reason...).
To mitigate this, let's move all env variable setups to the code portion above
the c.parse() call.
|