- 05 Oct, 2018 7 commits
-
-
Given that there will be more complex widgets lets keep the catalog and module together.
-
This makes it simple to test the built version.
-
-
-
-
This also makes sure we have it available during CI
-
-
- 04 Oct, 2018 1 commit
-
-
Guido Gunther authored
This applies the 'keypad' style class to both the keypad itself and its buttons. This allows to style the buttons and the keypad in the application.
-
- 03 Oct, 2018 1 commit
-
-
GTK+ 3.24.1 received style fixes required for HdyTitleBar to work as expected.
-
- 27 Sep, 2018 1 commit
-
-
Guido Gunther authored
-
- 26 Sep, 2018 15 commits
-
-
Guido Gunther authored
-
Adrien Plazas authored
Better guard the focused header bar setter by checking that the set header bar actually is one and is part of the group.
-
Adrien Plazas authored
This also improves the documentation of its accessor functions.
-
Adrien Plazas authored
This also fixes the types of the accessor functions. Fixes Librem5/libhandy#46
-
Adrien Plazas authored
Take a reference when adding a header bar, release them on destruction and don't take extra references on the focused child. This avoids using pointers to dead header bars or to leak them.
-
Guido Gunther authored
Gitlab seems to get confused by the '!' expression so use if instead.
-
This make sure we notice build breackage before it hits Jenkins to build the official debs.
-
Otherwise meson fails like xvfb-run ninja -C _build test ninja: Entering directory `_build' [0/1] Running all tests. Traceback (most recent call last): File "/usr/bin/meson", line 29, in <module> sys.exit(mesonmain.main()) File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 379, in main return run(sys.argv[1:], launcher) File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 278, in run return mtest.run(remaining_args) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 766, in run return th.doit() File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 515, in doit self.run_tests(tests) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 646, in run_tests self.open_log_files() File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 616, in open_log_files self.logfile.write('Inherited environment: {}\n\n'.format(inherit_env)) UnicodeEncodeError: 'utf-8' codec can't encode characters in position 3308-3309: surrogates not allowed FAILED: meson-test
-
Checks whether the decoration layout is NULL, empty or has at least one colon. Fixes Librem5/libhandy#44
-
Adrien Plazas authored
Let the welcome panel's labels wrap to let it reach narrower widths.
-
Adrien Plazas authored
This makes the dialed number more readable.
-
Adrien Plazas authored
Put the dialer into a column rather than forcing its width to let it reach narrower widths.
-
Adrien Plazas authored
-
Adrien Plazas authored
Readjust the column widget's margins and ellipsize its labels to let it reach narrower widths.
-
Adrien Plazas authored
This was accidentally left in. Fixes Librem5/libhandy#47
-
- 25 Sep, 2018 2 commits
-
-
Guido Gunther authored
-
This allows to set the relief of the dialer buttons.
-
- 24 Sep, 2018 6 commits
-
-
When digit keys are pressed, check the buttons state to checked rather than changing the relief.
-
This makes newer newer Gir scanner happy (and is a good thing anyway).
-
This makes the enums clickable in the HdyLeaflet documentation, HdyFold usable in GtkBuild and makes the code smaller.
-
This makes the enums clickable in the HdyLeaflet documentation and makes the code smaller.
-
This makes sure it can be linked to by HdyLeaflet.
-
If tests or examples are built early we want that hdy-enums.h is alread there.
-
- 22 Sep, 2018 1 commit
-
-
- 21 Sep, 2018 6 commits
-
-
This also adds code fences and blanks around headers.
-
Adrien Plazas authored
-
Makes the secondary text smaller to better match the mockups for Calls.
-
This helps making it clear that these symbols are available, contrary to the dim ones from a regular dialer button.
-
Unify the digit and the letters of a dialer button as its symbols. This allows to make the code simpler by limiting the number of special cases. digit. This also handles Unicode characters.
-
Make the delete button clear the whole user input on long press
-