summaryrefslogtreecommitdiffstats
path: root/src/server/serverapp
Commit message (Collapse)AuthorAgeFilesLines
* [*] 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-022-6/+98
| | | | | | 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-102-6/+8
|
* refactoring.Christian Klinger2016-09-302-0/+178