| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | querydialog.ui: Allow smaller dialog sizequerydialog-wrap | Xavier Del Campo Romero | 2023-12-15 | 1 | -0/+12 |
| | | | | | | | | As the query label is determined by the remote server, it can be arbitrarily long. Therefore, it makes sense to enable word wrap so the dialog still fits on devices with smaller screens, such as mobile phones. | ||||
| * | Replace QInputDialog with custom dialog for queries | Xavier Del Campo Romero | 2023-10-13 | 1 | -0/+77 |
| Recent commits allowed multi-line input while reusing the QInputDialog object already defined by Kristall. However, QInputDialog lacks a way to access its QPlainTextEdit directly, and therefore set the wrap mode. Since QInputDialog does no wrapping, it is inconvenient for writing a long text (think of social media sites such as BBS or Station). Therefore, a custom QDialog-derived class, namely QueryDialog, has been provided. | |||||
