- 23 Jul, 2018 2 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
- 18 Jul, 2018 3 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
DialerButton: free letters See merge request Librem5/libhandy!83
-
- 12 Jul, 2018 1 commit
-
-
Guido Gunther authored
-
- 09 Jul, 2018 2 commits
-
-
Guido Gunther authored
column: Fix height for width request See merge request Librem5/libhandy!82
-
Adrien Plazas authored
Use the width allocated to the child instead of the width allocated to the column to compute the height requested by the column. This avoids children whose height depends on their allocated width to be cropped at the bottom of the column because it doesn't request enough height.
-
- 26 Jun, 2018 12 commits
-
-
Guido Gunther authored
Replace phone-dial-symbolic by call-start-symbolic See merge request Librem5/libhandy!79
-
Adrien Plazas authored
Silence all gtk-doc warnings and make sure they don't creep back in See merge request Librem5/libhandy!78
-
Adrien Plazas authored
Drop the custom phone-dial-symbolic icon to use call-start-symbolic, which available in Adwaita, looks similar enough and is used in application mockups.
-
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 Librem5/libhandy!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 Librem5/libhandy!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 Librem5/libhandy!69
-
- 07 Jun, 2018 2 commits
-
-
Adrien Plazas authored
add package_name to the gir generator See merge request Librem5/libhandy!70
-
Julian Sparber authored
-