- 02 Oct, 2020 24 commits
-
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Polkitsdocumentation does not end up in /u/s/gtk-doc on Debian so the reference can't be resolved. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
It's not a class, so we can't link to it. Update the doc string while at it. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
It's not a class, so we can't link to it. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
This ignores warnings from the generated DBus and wayland protocols for the moment but reduces the noise so we avoid errors in new code. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Use gtk-doc strings to avoid warning and make them show up in the documentation. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Avoids another gtk-doc warning. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
and fix typos related to that. 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
Fixes another gtk-doc warning. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Fixes several gtk-doc warnings Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
It's ':' for props not '::'. 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
Several lacked the Phosh prefix and hence did not turn into links. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
This brings down the number of warnings significantly. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Now that we have two implementations mention MM here. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
This makes gtk-doc happy. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
Document the function parameters Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We call the object we act on self. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
This allows gtk-doc to pick it up. 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
The comment confused gtk-doc since it stared with /** and the signal has a clearer gtk-doc string already. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Gunther authored
We use the correct icons since some time Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 01 Oct, 2020 1 commit
-
-
Guido Gunther authored
This allows to fall back for other Portugese translations. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 30 Sep, 2020 1 commit
-
-
Juliano de Souza Camargo authored
-
- 28 Sep, 2020 4 commits
-
-
This fixes the CI builds Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Do it here until we run a display manager. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
The session manager is supposed to handle this. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Handle it where it's supposed to be handled. Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
- 25 Sep, 2020 1 commit
-
-
- 18 Sep, 2020 6 commits
-
-
Guido Gunther authored
-
Zander Brown authored
Our code style calls for two lines between functions
-
Zander Brown authored
Most of these where introduced by myself and conflict with our code style
-
Zander Brown authored
-
Zander Brown authored
Usage of gint,gdouble,gfloat is discouraged in projects such as glib/gtk In gtk4 all usage of gint/gdouble/gfloat has been dropped Fix #364
-
Zander Brown authored
Usage of gchar is discouraged in projects such as glib/gtk In gtk4 all usage of gchar has been dropped Fix Librem5/phosh#364
-
- 17 Sep, 2020 3 commits
-
-
As per coding style.
-
-
We use two empty lines between functions without gtk-doc comments.
-