Age | Commit message (Collapse) | Author |
|
|
|
The new panels maker offers a declarative solution for creating consistent UIs.
|
|
`UploadWidget` allows entering long-form text or dropping a file for uploading.
InputWidget isn't yet well suited for really long documents... Some optimizations will be needed.
|
|
The "input.paste" command is triggered via menus before CertImportWidget gets the key.
|
|
|
|
Contents of the Downloads folder can now be viewed as a directory index page.
|
|
The Import Identity dialog is now styled for mobile, although could use a little more tuning.
|
|
|
|
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...
|
|
|
|
IssueID #192
|
|
|
|
IssueID #105
|
|
Todo: Drag-and-drop; the actual identity creation step.
|