| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
In newer Qt versions, calling QApplication::exit() in the
App constructor deadlocks the application. Set a flag
instead and exit from main()
|
| |
|
|
|
|
|
| |
- static "new-style" signal->slot connections
- Fix a lot of things Clang-Tidy complained about
- Move includes to .cpp files and use forward decls in .h
- Don't use <QtWidgets> and <QtCore>, but specific includes instead
|
| | |
|
| |
|
|
|
|
| |
- Use nullptr instead of NULL for better warnings in case of mistakes
- Get rid of VLAs which are not in C++11 actually
- Fix implicit signed <-> unsigned mismatches by adding checks and casts
|
| | |
|
| |
|
|
|
|
| |
This prevents the window popping up for a split second when
--manager-only is given and the machine it's running on is not
configured as a manager.
|
| | |
|
| | |
|
| |
|