Kirigami Addons is a collection of additional components for Kirigami
applications. This release brings mostly improvements to the FormCard
module.
AboutPage
The about page provided by Kirigami Addons received many improvements. Joshua added icons to all the buttons.
I worked on the component section, which now contains more information about the default components as well as the underlying platform and now has a button to copy all this information to the clipboard. This is super helpful, when writing a bug report. There were also some small bug fixes with, for example, the license dialog being correctly sized.
RadioSelector
A new component is the RadioSelector, which is a simple component that allows one to choose an option between two or more choices in a horizontal layout. This is not a new component as it has already been used in Itinerary and Marknote for a long time.
There is also a FormCard
version of this, called FormRadioSelectorDelegate
.
FormPlaceholderMessageDelegate
Another new component is FormPlaceholderMessageDelegate
, which is basically a
Kirigami.PlaceholderMessage
, but instead of putting it in a ListView
, this one
is to be put inside a FormCard
.
Other
Volker fixed the Android integration of the date picker. He also added support for static builds (required for iOS and probably hopeful for other platforms).
Claudio fixed various issues with the DatePicker.
Joshua made the caption used in AlbumMaximizeComponent
selectable with the
mouse. He also fixed the separator for the IndicatorItemDelegate
which only
appeared after the first item.
I added icon support to FormSwitchDelegate
, which is similar to what we
already have in FormRadioDelegate
and FormCheckDelegate
.
Packager Section
Kirigami Addons 1.6.0 was tagged but the tarball are not yet available. I will update this post once it is available.