- May 13, 2021
-
-
Guido Gunther authored
end-session-dialog: avoid redundant assignment See merge request Librem5/phosh!814
-
Pablo Barciela authored
-
Guido Gunther authored
lockscreen: Move player to center widget See merge request Librem5/phosh!809
-
This makes the player centered with the indicators and clock See Librem5/phosh#543 Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
layersurface: avoid redundant assignment See merge request Librem5/phosh!813
-
- May 12, 2021
-
-
Pablo Barciela authored
-
- May 11, 2021
-
-
Sebastian Krzyszkowiak authored
A couple of resource cleanup fixes See merge request Librem5/phosh!807
-
- May 07, 2021
-
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We don't want to be called after going away. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- May 06, 2021
-
-
Guido Gunther authored
Seems this got copy pasted all around and should. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We unref it on dispose so we need to take a reference. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We shouldn't remove elements form the GList of keys while looping over it. Fixing this makes sure we actually fee the entries (and is less code). Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
gnome-shell-manager invokes phosh_shell_remove_global_keyboard_action_entries() when disposing it's keybindings. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We should clean up properly on dispose. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We should clean up properly on dispose. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We should clean up properly on dispose. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We should clean up properly on dispose. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We should clean up properly on dispose. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Don't bother if we ever acquired it, it's important if we tried (and hence got a > 0 id). Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
The connection is independent from the signal subscription. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
This makes it consistent with other classes Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
This helps detecting bad types. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Unnoticed by the compiler since the type was unused so far. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Unused so far so the compiler didn't spot it. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Bump glib requirement to 2.62 See merge request Librem5/phosh!806
-
We can rely on glib 2.62 now. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
This is in byzantium/bullseye and will allow us to use g_clear_signal_handler() and friends. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- May 02, 2021
-
-
Guido Gunther authored
Add initial test for the shell object See merge request Librem5/phosh!805
-
- Apr 30, 2021
-
-
Guido Gunther authored
This allows us to exclude autogenerated files. It needs to go toplevel for gcovr to find it. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
This creates a bit nicer reports but more importantly supports a gcovr.cfg in _build/ so we can exclude autogenerated files in the future. This needs some hackery due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987818 but since this only affects this project and not e.g. downstreams it should be o.k. for the time being. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
The test-shell unit test basically covers this. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-