aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Enable installation using CMakeHEADmasterBenson Muite2024-01-051-0/+62
|
* fix build with cmakeDima Krasner2023-11-091-0/+1
|
* Replace QInputDialog with custom dialog for queriesXavier Del Campo Romero2023-10-131-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 buildsXavier Del Campo Romero2023-10-021-1/+9
|
* Add CMake-based build systemXavier Del Campo Romero2023-10-021-0/+178