- Aug 09, 2018
-
-
- 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
-
Guido Gunther authored
Take screenshots during CI See merge request Librem5/phosh!92
-
Guido Gunther authored
We're only interested in phosh's criticals and warnings so adjust the corresponding greps.
-
Guido Gunther authored
-
Guido Gunther authored
-
- Jul 23, 2018
-
-
Guido Gunther authored
implement system prompter Closes #19 See merge request Librem5/phosh!67
-
Guido Gunther authored
-
Guido Gunther authored
This gives us system modal dialogs for all important pin entries (if they use Gcr as they should). Based on gnome-shell's shell-keyring-prompt.c as well as Gcr's own ui/gcr-prompt-dialog.c Closes: #19
-
Guido Gunther authored
This makes e.g. gcr system prompter happy but other things like services trying to connect to g-s-d need it too.
-
Guido Gunther authored
This should increase readability and make it simpler for folks not familiar with the script.
-
Guido Gunther authored
-
Guido Gunther authored
settings: Make brightness slider work correctly See merge request Librem5/phosh!90
-