summaryrefslogtreecommitdiff
path: root/src/ui/certimportwidget.c
AgeCommit message (Collapse)Author
2021-03-30Widget: Arrangement debugging; min sizeJaakko Keränen
There is a problem with repeated arrangements: the previous set sizes affect subsequent outcomes. This results in Preferences not being able to reduce in size, only to expand. It should be possible to reset sizes back to zero/minimum size before starting an arrangement, but LabelWidget needs to cooperate by using `minSize` to set its default size. `minSize` is preferable to fixedSize because then the widget can go through the usual arranging logic. To be continued at a later time...
2021-03-23Lang: Added strings for Import Identity dialogJaakko Keränen
2021-03-23Lang: Applied more string IDsJaakko Keränen
IssueID #192
2021-03-04Fixed buttons in Import Identity dialogJaakko Keränen
2021-01-04CertImportWidget: Handle dropped file; creating identityJaakko Keränen
IssueID #105
2021-01-04Added a client certificate import dialogJaakko Keränen
Todo: Drag-and-drop; the actual identity creation step.