| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
|\
| |
| |
| | |
Attributes GH PR #82: https://github.com/ArcticaProject/arctica-greeter/pull/82
|
|/
|
|
| |
statically.
|
|\
| |
| |
| | |
Attributes GH PR #81: https://github.com/ArcticaProject/arctica-greeter/pull/81
|
|/
|
|
|
| |
This may be a helpful method we might need in the future in a more global
context.
|
|\
| |
| |
| | |
Attributes GH PR #76: https://github.com/ArcticaProject/arctica-greeter/pull/76
|
|/
|
|
| |
Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/62
|
|\
| |
| |
| | |
Attributes GH PR #80: https://github.com/ArcticaProject/arctica-greeter/pull/80
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #79: https://github.com/ArcticaProject/arctica-greeter/pull/79
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #78: https://github.com/ArcticaProject/arctica-greeter/pull/78
|
|/
|
|
| |
buttons. Provide as much contrast between white, gray and black as possible.
|
|\
| |
| |
| | |
Attributes GH PR #86: https://github.com/ArcticaProject/arctica-greeter/pull/86
|
|/
|
|
| |
presented
|
|\
| |
| |
| | |
Attributes GH PR #77: https://github.com/ArcticaProject/arctica-greeter/pull/77
|
|/
|
|
| |
gsettings.
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (51 of 51 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/oc/
|
|\
| |
| |
| | |
Attributes GH PR #75: https://github.com/ArcticaProject/arctica-greeter/pull/75
|
|/
|
|
| |
the OSK theme accordingly.
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (51 of 51 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/es/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (51 of 51 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/de/
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 85.1% (46 of 54 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/cs/
|
|
|
|
|
|
|
| |
Currently translated at 83.3% (45 of 54 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/cs/
|
|
|
|
|
|
|
| |
Currently translated at 83.3% (45 of 54 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/cs/
|
|
|
|
|
|
|
| |
Currently translated at 75.9% (41 of 54 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/cs/
|
|
|
|
|
|
|
| |
Currently translated at 96.2% (52 of 54 strings)
Translation: Arctica Framework/Arctica Greeter
Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ja/
|
|\
| |
| |
| | |
Attributes GH PR #70: https://github.com/ArcticaProject/arctica-greeter/pull/70
|
| | |
|
| |
| |
| |
| | |
gtk-theme-name and gtk-icon-theme-name.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This functionality doesn't make sense, for two reasons:
- If we query the gtk-theme-name property before setting anything
else, we will certainly get the default theme name. But that is
hardcoded in GTK and not exactly secret. It can't be configured
directly, only by changing specific macros in GTK's source code and
recompiling it. The chances of someone doing that are... very small.
Thus, we can also just hardcode "Adwaita" in AG.
- If we query the gtk-theme-name property after setting it to a
different value... we will fetch the value we just set. That's
totally useless. My initial idea was that GTK is doing some input
sanitization on the provided theme name and handles an invalid name
by falling back to its built-in default and setting the
gtk-theme-name property to this built-in default as well. This,
however, is not true. Setting an invalid theme name will just mean
that GTK will fail loading the new theme and stay on whatever theme
it was before, copying the new value to the gtk-theme-name property
regardless. Unfortunately, querying the property is not something we
could use for error handling, which makes it completely useless.
It's better to just get rid of this.
|
| |
| |
| |
| | |
toggle icon theme if a11y indicator's high contrast switch gets toggled.
|
|/
|
|
| |
HighContrastInverse to HighContrast as default GTK+ theme.
|
|\
| |
| |
| | |
Attributes GH PR #71: https://github.com/ArcticaProject/arctica-greeter/pull/71
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This adds a configurable 'high-contrast-background-color' gsetting
parameter (defaulting to #000000), so the high contrast bgcolor becomes
customizable.
|