summaryrefslogtreecommitdiffstats
path: root/src/server/util
Commit message (Collapse)AuthorAgeFilesLines
* 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
* port to qt5Jonathan Bauer2017-11-151-0/+0
| | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
* [server] Prevent screen standby while clients are connectedSimon Rettberg2017-03-062-0/+100
|
* refactoring.Christian Klinger2016-09-304-177/+0Star
|
* astyle.Christian Klinger2016-09-292-48/+52
|
* added the --config=FILE parameter and got rid of the SETTINGS macro.Christian Klinger2016-09-263-4/+23
|
* removed USER_SETTINGS etc.Christian Klinger2016-09-121-5/+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 support for a label field inside each room section + UTF8Christian Klinger2016-09-121-2/+7
|
* Added examMode to server (this also changes the style of the toolbar)Christian Klinger2016-05-302-0/+5
|
* added feature tutorIP.Christian Klinger2016-05-202-6/+5Star
|
* added --manager-only (and removed the ipList-feature)Christian Klinger2016-05-192-0/+4
|
* Closes bug #2807. (And also cleans the code (a bit))Christian Klinger2016-05-192-3/+22
|
* added background-image loading.Christian Klinger2016-04-291-2/+4
|
* read gridSize&clientSize from config.Christian Klinger2016-04-271-1/+4
|
* refactor to use Room structChristian Klinger2016-04-272-6/+13
| | | | to save additional properties like gridSize and clientSize.
* Several small changes.Björn Hagemeister2014-09-051-1/+1
|
* The sessionID is ignored by manager if client is connecting via auto-connect.Björn Hagemeister2014-09-042-0/+27
|
* Let client and server use the config file in the "pvs2" folder.Manuel Schneider2014-09-041-2/+2
|
* Change system settings path. Change name of config fileManuel Schneider2014-09-031-2/+2
|
* Reniced the ui. Made styles more readable.Manuel Schneider2014-04-301-1/+1
|
* Changed session name to be random at the beginning of each session.# Please ↵Björn Hagemeister2014-04-142-0/+8
| | | | enter the commit message for your changes. Lines starting
* Initial commitsr2013-02-044-0/+77