| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable installation using CMakeHEADmaster | Benson Muite | 2024-01-05 | 1 | -0/+62 |
| | | |||||
| * | fix build with cmake | Dima Krasner | 2023-11-09 | 1 | -0/+1 |
| | | |||||
| * | Replace QInputDialog with custom dialog for queries | Xavier Del Campo Romero | 2023-10-13 | 1 | -0/+2 |
| | | | | | | | | | | | | 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. | ||||
| * | build.yml: Test CMake builds | Xavier Del Campo Romero | 2023-10-02 | 1 | -1/+9 |
| | | |||||
| * | Add CMake-based build system | Xavier Del Campo Romero | 2023-10-02 | 1 | -0/+178 |
