- 26 Sep, 2018 10 commits
-
-
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 10 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
-
Adrien Plazas authored
This automatically updates the headerbars' window decoration layout.
-
Adrien Plazas authored
-
Adrien Plazas authored
Directly bind whether the back button and the close button are visible to whether the headerbar is folded.
-
Adrien Plazas authored
This is a boolean equivalent of the fold property, it is a needed convenience as is can be used in GtkBuilder declarations while the fold property is more convenient to use from C as it enables stronger typing.
-
- 13 Sep, 2018 2 commits
-
-
-
GitLab pages isn't supported now. So simply store the artifacts.
-
- 12 Sep, 2018 8 commits
-
-
Alexander Mikhaylenko authored
Applying the style to every element inside 'stacksidebar' also removes border from unrelated elements such as scrollbars. Hence only remove it from lists.
-
Mohammed Sadiq authored
As the properties where set to not explicitly fire ::notify, no signals where emitted. Let it be not explicit so that the signal will be emitted on change
-
Guido Gunther authored
-
Adrien Plazas authored
-
Adrien Plazas authored
This allows the child to be allocated all the width up to a certain point. Librem5/libhandy#34
-
Adrien Plazas authored
-
Adrien Plazas authored
This is needed to let the titlebar handle rendering its background.
-
Adrien Plazas authored
This widget present itself as the title bar of a window but is otherwise a simple bin which can receive any widget. This coupled with a transparent headerbar background can work around graphical glitches when animation header bars in a leaflet.
-
- 11 Sep, 2018 1 commit
-
-
Adrien Plazas authored
This avoids starting the transition when unfolded, which doesn't make sense as all children are visible. Librem5/libhandy#35
-