summaryrefslogtreecommitdiffstats
path: root/src/server/serverapp/serverapp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add more debug output to discovery partSimon Rettberg2023-03-071-1/+1
|
* [pvsmgr] Fix app-exit in --manager-only mode on Qt5.15Simon Rettberg2023-01-201-5/+6
| | | | | | In newer Qt versions, calling QApplication::exit() in the App constructor deadlocks the application. Set a flag instead and exit from main()
* Clean up and modernize codeSimon Rettberg2022-10-301-41/+44
| | | | | | | - 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
* [*] Add log message if loading translations failsSimon Rettberg2018-09-031-4/+10
|
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-3/+3
| | | | | | - 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
* Fix translations on Qt5Simon Rettberg2017-12-051-4/+2Star
|
* [server] Run "manager only" logic before creating main windowSimon Rettberg2016-11-021-1/+94
| | | | | | 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.
* Fix GUI translation: Don't create persistent objects on stack :/Simon Rettberg2016-10-261-4/+9
|
* [server] Fix parsing of command line arguments, init class members of ServerAppSimon Rettberg2016-10-101-4/+6
|
* refactoring.Christian Klinger2016-09-301-0/+91