summaryrefslogtreecommitdiffstats
path: root/src/server/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [pvsmgr] Fix app-exit in --manager-only mode on Qt5.15Simon Rettberg2023-01-201-1/+2
| | | | | | 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-13/+11Star
| | | | | | | - 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
* Revert "[shared/server] define preferred styles and enable it if supported"Simon Rettberg2018-08-021-10/+0Star
| | | | | | | Pointless code!? Makes theme look ugly with Qt5 at least with no apparent advantage whatsoever. This reverts commit 7cf83493fdaca88fd3dbc736d5ca9d86dd7f9e83.
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-1/+1
| | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions
* [server] Init qrand before creating main window, so session id is randomSimon Rettberg2017-12-011-2/+1Star
|
* refactoring.Christian Klinger2016-09-301-27/+6Star
|
* astyle.Christian Klinger2016-09-291-2/+3
|
* added the --config=FILE parameter and got rid of the SETTINGS macro.Christian Klinger2016-09-261-12/+31
|
* removed USER_SETTINGS etc.Christian Klinger2016-09-121-20/+3Star
| | | | | | (this also changes filename of the crt ans rsa files, but this shouldn't be a problem. (formerly the name of those files depended on the name and location of the ini-files)
* added --manager-only (and removed the ipList-feature)Christian Klinger2016-05-191-8/+14
|
* [shared/server] define preferred styles and enable it if supportedJonathan Bauer2016-05-181-1/+9
|
* Remove heavy unreadable debug messages. Reintent.Manuel Schneider2014-09-031-41/+41
|
* Change system settings path. Change name of config fileManuel Schneider2014-09-031-4/+8
|
* New feature: Change or set tutor manually during session + URL of IP - ListBjörn Hagemeister2014-04-221-1/+10
| | | | of possible tutors, can be set in command line by starting server.
* Initial commitsr2013-02-041-0/+41