- 26 Jun, 2018 9 commits
-
-
Guido Gunther authored
There doesn't seem to be a way to make gtk-doc warnings fatal so look for warnings in a build log.
-
Guido Gunther authored
This fixes more gtk-doc warnings (dropped empty lines for brevity): Building documentation for libhandy In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (nullable) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found!
-
Guido Gunther authored
This makes gtk-doc ignore the macro which avoids these warnings (and dead index entries): Building documentation for libhandy html/api-index-full.html:265: warning: no link for: "HANDY-INSIDE:CAPS" -> (HANDY_INSIDE). html/api-index-full.html:265: warning: no link for: "libhandy-handy" -> (handy).
-
Guido Gunther authored
Fixes these gtk-doc warnings: ./libhandy-unused.txt:1: warning: 2 unused declarations. They should be added to libhandy-sections.txt in the appropriate place.
-
Guido Gunther authored
Fixes another gtk-doc warning. This is an API break but I don't think anybody bothers atm.
-
Guido Gunther authored
-
Guido Gunther authored
Fixes this gtk-doc warning: html/HdyLeaflet.html:873: warning: no link for: "HdyLeaflet-todos" -> (<span class="type">“todos”</span>). Note that one slot for future signals might be too little but extending this (which is an ABI break) should be done in a separate patch.
-
Guido Gunther authored
This brings down the number of gtk-doc warnings significantly by fixing: unknown:0: warning: Value descriptions for GtkProgressState are missing in source code comment block. unknown:0: warning: Field descriptions for struct GtkProgressTracker are missing in source code comment block. libhandy/src/gtkprogresstracker.c:227: warning: Parameter description for gtk_progress_tracker_get_progress::reversed is not used from source code comment block. libhandy/src/gtkprogresstracker.c:227: warning: Parameter description for gtk_progress_tracker_get_progress::reverse is missing in source code comment block. libhandy/src/gtkprogresstracker.c:261: warning: Parameter description for gtk_progress_tracker_get_ease_out_cubic::reversed is not used from source code comment block. libhandy/src/gtkprogresstracker.c:261: warning: Parameter description for gtk_progress_tracker_get_ease_out_cubic::reverse is missing in source code comment block.
-
Guido Gunther authored
-
- 22 Jun, 2018 4 commits
-
-
Adrien Plazas authored
arrows: test object construction See merge request Librem5/libhandy!76
-
Guido Gunther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Adrien Plazas authored
gitlab-ci: Build on Debian buster using provided build-deps See merge request Librem5/libhandy!77
-
Guido Gunther authored
This checks if we can build on Debian buster using the build-deps provided in the control file.
-
- 20 Jun, 2018 2 commits
-
-
Guido Gunther authored
flatpak: Allow access to the dconf config dir See merge request Librem5/libhandy!75
-
Adrien Plazas authored
This is needed to check if the GTK+ Inspector is enabled and hence to allow its usage.
-
- 15 Jun, 2018 4 commits
-
-
Guido Gunther authored
Dialer grid spacing See merge request !74
-
Adrien Plazas authored
This shows a bit more of what can be done to tweak the dialer to the user's preferences.
-
Adrien Plazas authored
This allows the users to control the spacing of the dialer's grid.
-
Adrien Plazas authored
Add AUTHORS file See merge request Librem5/libhandy!71
-
- 14 Jun, 2018 1 commit
-
-
Guido Gunther authored
Dialer visibility fixes See merge request Librem5/libhandy!73
-
- 13 Jun, 2018 4 commits
-
-
Guido Gunther authored
generated from git via git log --format="%aN <%aE>" | sort | uniq > AUTHORS
-
Adrien Plazas authored
show_all() is harmful, let's not use it now that we can.
-
Adrien Plazas authored
Without making the grid visible, usage of show_all() is required for the dialer to be visible, but usage of show_all() breaks control over the visibility of the action buttons so its usage should be forbidden. This fixes both the problems by fixing the visibility rules of the grid.
-
Adrien Plazas authored
Use source.puri.sm instead of code.puri.sm See merge request !72
-
- 09 Jun, 2018 2 commits
-
-
Guido Gunther authored
We move to gitlab.
-
Guido Gunther authored
-
- 08 Jun, 2018 1 commit
-
-
Adrien Plazas authored
docs: add HdyColumn See merge request !69
-
- 07 Jun, 2018 2 commits
-
-
Adrien Plazas authored
add package_name to the gir generator See merge request !70
-
Julian Sparber authored
-
- 05 Jun, 2018 4 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
Add HdyColumn See merge request !68
-
Adrien Plazas authored
This adds a demo of HdyColumn.
-
Adrien Plazas authored
-
- 29 May, 2018 1 commit
-
-
Adrien Plazas authored
Improve keyboard handlig of keypad See merge request Librem5/libhandy!67
-
- 25 May, 2018 4 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
This makes the dialer more keyboard friendly
-
Guido Gunther authored
This allows us to catch keyboard events It also fixes the wrong parent_class.
-
- 24 May, 2018 2 commits
-
-
Guido Gunther authored
-
Bob Ham authored
-