- 27 Jan, 2019 1 commit
-
-
- 26 Jan, 2019 2 commits
-
-
Adrien Plazas authored
-
Pellegrino Prevete authored
-
- 22 Jan, 2019 10 commits
-
-
-
The code was storing strings in labels, just to extract them again. Also, the code was leaking the labels as g_list_store_insert does not sink the reference of the passed object.
-
This is useful to store arbitrary (but simple) values inside a HdyComboRow.
-
This makes sure we're using the freshly built module when running from the source tree.
-
This will allow to style the row's padding appropriately to be used as an expander.
-
This will allow to style the row's header separately.
-
-
g_list_model_get_item returns a referenced GObject which needs to be unref'ed.
-
Xvfb will close when the last client exists, which may be the cause of sporadic test failures. Add -s -noreset to the command line to prevent this from happening.
-
-
- 21 Jan, 2019 4 commits
-
-
Adrien Plazas authored
We were accidentally using the widths from the Column panel.
-
Adrien Plazas authored
This makes it more in line with the other panels.
-
Adrien Plazas authored
This makes it more in line with the other panels.
-
Adrien Plazas authored
This avoids using GtkFrame where it's not relevant and shows the example.
-
- 18 Jan, 2019 4 commits
-
-
Guido Gunther authored
-
The notify::selected-index signal was not selected in most cases. Rework the selection handling to ensure that it is always emited when it changes or if the module is replaced. Also fixed are a few checks on whether the selection index is valid.
-
Close the dialog instead of destroying it when clicking the back button. This is the same behavior as when pressing escape or clicking the close button and allows the dialog to be reused as some applications like to do. Fixes Librem5/libhandy#70
-
This improves the spacing, adds and icon and adds a description to the Dialog section.
-
- 17 Jan, 2019 2 commits
-
-
Adrien Plazas authored
This avoids crashes when trying to access pointers to already dropped widgets. Fixes Librem5/libhandy#69
-
Adrien Plazas authored
This avoids crashes when trying to access pointers to already dropped widgets. Fixes Librem5/libhandy#69
-
- 16 Jan, 2019 7 commits
-
-
The library build is sufficiently different that we want to run the build and tests.
-
This also disables the Glade catalog and it doesn't work with a static libhandy.
-
This avoids having to disable them when their dependencies aren't available and it will allow to disable them properly when libhandy will be allowed to be built as a static library in the next commit.
-
This is required to use the feature option type in the next commit.
-
This is mandatory to use resources of a static version of libhandy, and is hence mandatory to allow to build libhandy as a static library.
-
Silly simple demo of HdyDialog.
-
- 15 Jan, 2019 4 commits
-
-
Adrien Plazas authored
This allows to access the selected item.
-
Adrien Plazas authored
This will better match the name for its accessors which will be added in the next commit.
-
This avoids errors when trying to disconnect signals on finalization.
-
-
- 14 Jan, 2019 4 commits
-
-
This allows to bind the activation of the row by a click or a mnemonic to the activation of a widget.
-
-
-
We used the one of 'submit' so far due to a c'n'p error. Closes: #67
-
- 12 Jan, 2019 2 commits
-
-
David Cordero authored
-
This ensures we run the test the same way applications are expected to run libhandy.
-