- 16 May, 2018 1 commit
-
-
Guido Gunther authored
The widget prints a number of arrows one by one to indicate a sliding direction. Number of arrows and animation duration are configurable.
-
- 13 May, 2018 1 commit
-
-
Guido Gunther authored
-
- 02 May, 2018 1 commit
-
-
Guido Gunther authored
-
- 29 Apr, 2018 1 commit
-
-
Guido Gunther authored
-
- 28 Apr, 2018 2 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
-
- 27 Apr, 2018 1 commit
-
-
Dorota Czaplejewicz authored
-
- 26 Apr, 2018 2 commits
-
-
Guido Gunther authored
On button press send out the number changed signal at the very end so listeners can process the button event prior to the number update event.
-
Guido Gunther authored
This also makes sure we don't send multiple number changed events when nothing changed.
-
- 18 Apr, 2018 1 commit
-
-
Guido Gunther authored
-
- 17 Apr, 2018 1 commit
-
-
Bob Ham authored
Add a new boolean "show-action-buttons" property that specifies whether the submit and delete buttons are displayed.
-
- 16 Apr, 2018 6 commits
-
-
Guido Gunther authored
This allows to access the documentation from within glade.
-
Guido Gunther authored
-
Adrien Plazas authored
-
Adrien Plazas authored
This avoid hardcoding values when we can put them in the UI description.
-
Adrien Plazas authored
This avoid overridding with the one we set in the the .ui file of the window.
-
Guido Gunther authored
-
- 13 Apr, 2018 1 commit
-
-
Adrien Plazas authored
-
- 12 Apr, 2018 1 commit
-
-
Adrien Plazas authored
Use gchar instead of char, use GNOME style pointer spacing and name the number parameter 'number'. This is all cosmetic but will make the code look a bit more GNOME-like.
-
- 11 Apr, 2018 2 commits
-
-
Adrien Plazas authored
Sanitize the parameters of the 'number' property accessor. This will warn or misusages of the API at runtime and avoid potential crashes.
-
Adrien Plazas authored
This is necessary for introspection to know the header file to use.
-
- 06 Apr, 2018 4 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Adrien Plazas authored
This makes factorizes the homogeneity functions of HdyLeaflet to make the code a bit shorter.
-
Guido Gunther authored
See dpkg-buildpackage(1). This allows us to skip the tests e.g. on aarc64 with armhf emulation since running xvfb fails there.
-
- 05 Apr, 2018 9 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
Emit symbol when delete button was clicked.
-
Guido Gunther authored
-
Guido Gunther authored
This signal is emitted when a symbol button (numbers or '#' or '*') is clicked.
-
Guido Gunther authored
This will make future adjustments like attaching s.th. to all buttons.
-
Guido Gunther authored
We don't perform a copy.
-
Guido Gunther authored
-
Adrien Plazas authored
-
- 03 Apr, 2018 6 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Guido Gunther authored
-
Guido Gunther authored
Use proper names and mention HANDY_USE_UNSTABLE_API.
-
Guido Gunther authored
The object's _init() function is only meant for basic setup so that properties can be processed, all the rest should be done in _constructed.
-
Guido Gunther authored
-