- 20 Oct, 2020 3 commits
-
-
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
This makes sure we don't show the button even though squeekboard would not unfold. Closes: #363 Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 19 Oct, 2020 2 commits
-
-
for less code. And rather check for the right type in public methods instead. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 16 Oct, 2020 1 commit
-
-
Guido Gunther authored
The doc build takes ages and it's often not needed on the device Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 15 Oct, 2020 3 commits
-
-
We allowed to go down to three which makes things look bad when quick settings information gets too wide (e.g. wifi SSID). 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>
-
- 14 Oct, 2020 5 commits
-
-
Guido Gunther authored
Otherwise it remains empty e.g. when we move the primary display. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
The panel might go away (e.g. when moved between outputs). This makes sure the notification list does not send to an already disposed object. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
This avoids a notification banner when the notificaiton list is already open. 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>
-
- 11 Oct, 2020 4 commits
-
-
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
-
Guido Gunther authored
No more manual editing. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 10 Oct, 2020 1 commit
-
-
- 09 Oct, 2020 10 commits
-
-
We need to use a custom log handler to stay clear of modifying the env var. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
This is to a large extend what glib does but we don't read the levels from the environment but allow to set them when setting the handler. Resetting the handler instead of just adjusting the domains has the advantage that we can pass in new user_data. Otherwise we'd have to keep the current log domains around and protect them by an additional mutex to not corrupt the log domains of handlers running in other threads. When setting the handler glib handles that for us since handler replacement is already mutex protected. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
This will pick a suitable log writer automatically and pass on structed information when e.g. logging to the journal. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
This no longer works with structured logging so use g_test_trap_assert_stderr() as recomended by glib docs. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
It's neither built nor run Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Since we created enough churn in the previous commit let's fix the indentation too. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
It's a finaly type so no need for priv (and it's very unlikely we'll ever derive here) Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Closes: #382 Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 08 Oct, 2020 9 commits
-
-
Add a simple torch quick setting. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
-
Use separate `setup_` functions for individual widgets. This helps shuffling stuff around later on and we can drop create_vol_channel_bar. 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>
-
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>
-
- 07 Oct, 2020 2 commits
-
-
There's no clear distinction between them. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
g_dbus_proxy_call does not take a ref so we were just lucky that proxy was still valid in `call_dbus_cb` so far. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-