- 31 Jan, 2023 2 commits
-
-
Guido Günther authored
Document changes and release 0.24.0 See merge request !34
-
Guido Günther authored
Document changes and release 0.24.0 See merge request !34
-
- 30 Jan, 2023 1 commit
-
-
Guido Günther authored
-
- 11 Jan, 2023 2 commits
-
-
Guido Günther authored
lockscreen-panels: Drop plugins that start with '/' See merge request !33
-
Guido Günther authored
This clears out plugins that were accidentally added with the full path. Fixes: 26b2f1c8
-
- 04 Jan, 2023 6 commits
-
-
Guido Günther authored
lockscreen-panel: make panel scrollable See merge request !31
-
It's necessary epsecially in landscape orientation
-
Guido Günther authored
-
Guido Günther authored
Document changes and release 0.23.1 See merge request !32
-
Guido Günther authored
-
Guido Günther authored
Don't overwrite plugin name with file name Closes #22 See merge request !30
-
- 03 Jan, 2023 2 commits
-
-
Guido Günther authored
Closes: #22
-
Guido Günther authored
There's now a release shipping the pkg-config files so let's drop this to avoid inconistencies between builds that use pkg-config and those that use hardcoded paths. This reverts commit b8dd29b0.
-
- 01 Jan, 2023 1 commit
-
-
Guido Günther authored
Metainfo fixes See merge request !29
-
- 28 Dec, 2022 3 commits
-
-
Guido Günther authored
The duplicate key (rightfully) tips up metainfo validation and we also have `display_length` set as well.
-
Guido Günther authored
-
Guido Günther authored
Document changes and release 0.23.0 See merge request !28
-
- 23 Dec, 2022 13 commits
-
-
Guido Günther authored
-
Guido Günther authored
Allow plugins to have preferences See merge request !27
-
Guido Günther authored
This allows us to build until phosh-dev ends up in distros.
-
Guido Günther authored
-
Guido Günther authored
-
Guido Günther authored
-
Guido Günther authored
-
Guido Günther authored
This avoids a warning as meson now knows we're excluding code base on it's version
-
Guido Günther authored
-
Guido Günther authored
-
Guido Günther authored
-
Guido Günther authored
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
- 07 Nov, 2022 7 commits
-
-
Guido Günther authored
Document changes and release 0.22.0 See merge request !25
-
Guido Günther authored
-
Guido Günther authored
Various nits See merge request !24
-
Guido Günther authored
As pointed out by exalm doing this in realize is a bad idea. We had it there as we wanted to access GApplication but that wasn't set as prop yet but we can simply use g_application_get_default()
-
Guido Günther authored
This createes unneeded flicker and adds one additional tap every use to go back to the panel.
-
Guido Günther authored
Otherwise we can't make it (un)sensitive
-
Guido Günther authored
Use adaptive about dialog See merge request !26
-
- 02 Nov, 2022 3 commits
-
-
Guido Günther authored
In contrast to GtkAboutDialog it's adaptive and fits phone screens. For that we need to bump the adwaita dependency to 1.2.
-
Guido Günther authored
-
Guido Günther authored
Provide a fallback for older glib until we can enforce 2.74.
-