- 08 Oct, 2019 2 commits
-
-
We keep the smoketests at buster for the moment Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 07 Oct, 2019 1 commit
-
-
Guido Gunther authored
Otherwise a logged in user will get logged out. Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Closes: #193
-
- 03 Oct, 2019 3 commits
-
-
When using an input method for text input (as some osks do, and squeekboard may in the future), the entry doesn't receive individual key strokes. It only receives the text when a string is fully composed (user hits enter, space, period, exclam, etc, whatever the input method uses to terminate composing). This works fine for most text input, but not for live updating on key strokes. It is for cases like these, that GtkEntry::preedit-changed exists. It gives access to the buffer the input method uses, as it gets updated.
-
This trips up qt 5.11 otherwise Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
It was unused anyway. Closes: #195 Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 01 Oct, 2019 1 commit
-
-
Use '…' instead of '...' Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 30 Sep, 2019 4 commits
-
-
Guido Gunther authored
-
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
This is now handled via gsettings and triggers a warning on phoc startup. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 25 Sep, 2019 1 commit
-
-
Guido Gunther authored
Don't do it only in the successful case since the handle is not useful afterwards and later calls might otherwise reuse the handle. Also don't use the handle in the error path after pam_end. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 24 Sep, 2019 12 commits
-
-
if we can't shut down promptly kill the fader instead of leaving the shell in an unusable state. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
QueryEndSession only asks for a shutdown, we don't want to fade in that case. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
This gives immediate visual feedback. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
We might want to make this more flexible later so we can also use it for the fade in animation on startup. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Reindent according to coding style Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Tobias Bernard authored
-
Tobias Bernard authored
Fixes an issue with icons being cut-off only on the sides when scrolling.
-
Tobias Bernard authored
- Minor styling changes (rounded corners, more padding) - Add placeholder text
-
Hysterical Raisins authored
Fixes #190
-
- 22 Sep, 2019 1 commit
-
-
Hysterical Raisins authored
-
- 20 Sep, 2019 6 commits
-
-
Sebastian Krzyszkowiak authored
GTK uses software rendering and pixman isn't optimized on aarch64. This makes blending huge surfaces pretty expensive - and there's no reason to do that if we're blending black on black anyway. This makes fullscreen scrolling in app drawer way smoother.
-
-
fixes: #185
-
fixes #182
-
Fixes: #186
-
Zander Brown authored
This makes sure apps have the same name as in shell
-
- 19 Sep, 2019 3 commits
-
-
Fixes #177 (for real this time)
-
-
-
- 17 Sep, 2019 6 commits
-
-
Zander Brown authored
-
Zander Brown authored
-
Zander Brown authored
-
Zander Brown authored
-
Zander Brown authored
This means firefox doesn't complain anymore and actions are clickable
-
Zander Brown authored
-