Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-30 | Widget: Arrangement debugging; min size | Jaakko 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-23 | Lang: Added strings for Import Identity dialog | Jaakko Keränen | |
2021-03-23 | Lang: Applied more string IDs | Jaakko Keränen | |
IssueID #192 | |||
2021-03-04 | Fixed buttons in Import Identity dialog | Jaakko Keränen | |
2021-01-04 | CertImportWidget: Handle dropped file; creating identity | Jaakko Keränen | |
IssueID #105 | |||
2021-01-04 | Added a client certificate import dialog | Jaakko Keränen | |
Todo: Drag-and-drop; the actual identity creation step. |