- Aug 30, 2018
-
-
Guido Gunther authored
Libhandy include See merge request Librem5/phosh!108
-
Dorota Czaplejewicz authored
Libhandy packageconfig file defines -I${includedir}/libhandy-0.0, but doesn't define a toplevel include, causing includes with "libhandy-0-0" in the path to fail.
-
- Aug 29, 2018
-
-
Guido Gunther authored
Add chatty and calls to favorites Closes #35 and #36 See merge request Librem5/phosh!107
-
Guido Gunther authored
Closes #35, #36 Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- Aug 16, 2018
-
-
Guido Gunther authored
Standardize po headers Closes #39 See merge request Librem5/phosh!106
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Closes: #39
-
- Aug 14, 2018
-
-
Guido Gunther authored
meson: add gio-unix-2.0 dependency See merge request Librem5/phosh!105
-
- Aug 13, 2018
-
-
Jan Tojnar authored
On some platforms, some dependencies (gio-unix-2.0) are not propagated by gtk+-3.0 so we need to declare them explicitly. It is a good practice anyway. Signed-off-by:
Jan Tojnar <jtojnar@gmail.com>
-
- Aug 10, 2018
-
-
Guido Gunther authored
Update it.po See merge request Librem5/phosh!104
-
- Aug 09, 2018
-
-
Antonio Pandolfo authored
-
Guido Gunther authored
Add Italian translation See merge request Librem5/phosh!103
-
-
- Jul 30, 2018
-
-
Guido Gunther authored
Enable more compile warnings See merge request Librem5/phosh!100
-
Guido Gunther authored
-
Guido Gunther authored
and fix the fallout.
-
Guido Gunther authored
-
- Jul 29, 2018
-
-
Guido Gunther authored
Detects missing includes and missing static defitions
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
This allows us to use them in the tests as wel.
-
Guido Gunther authored
Add Issue template See merge request Librem5/phosh!99
-
- Jul 28, 2018
-
-
Guido Gunther authored
-
- Jul 27, 2018
-
-
Guido Gunther authored
One wrong asserting and a loggng statement cleanups See merge request Librem5/phosh!98
-
Guido Gunther authored
We want to check for equality. This avoids a leak.
-
Guido Gunther authored
This avoids an extra empty line in the output.
-
Guido Gunther authored
Use login shell so /etc/profile.d gets parsed See merge request Librem5/phosh!96
-
Guido Gunther authored
and use a simpler expressionfor WL_OUTPUT_CURRENT_MODE
-
Guido Gunther authored
This makes sure all files from /etc/profile are properly sourced. The trick is taken from /usr/bin/gnome-session itself.
-
Guido Gunther authored
so applications requiring X11 can start. See e.g. Librem5/Apps_Issues#42 is fixed. Don't remove it form the config so it's easy for people to test without XWayland.
-
- Jul 25, 2018
-
-
Guido Gunther authored
Use current mode See merge request Librem5/phosh!95
-
Guido Gunther authored
Instead of hardcoding it use the data we have.
-
Guido Gunther authored
So far we looked at the mode with the highest resolution. Another fix for #30. Where add a custom mode to the end of the mode list.
-
Guido Gunther authored
This returns the currently set mode
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
Update German translation See merge request Librem5/phosh!94
-
Guido Gunther authored
-
- Jul 24, 2018
-
-
Guido Gunther authored
phosh: Scale monitor resolution Closes #30 See merge request Librem5/phosh!93
-
Guido Gunther authored
wl_output gives us the unscaled resolution. We need to scale that with the currently set scale. This brings the settings menu back to the screen and makes the favorites menu fit. Also take the home buttons size into account and flip width and height on rotation. Closes: #30
-