summaryrefslogtreecommitdiffstats
path: root/src/client/util
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-303-12/+9Star
| | | | | | | - 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
* [SERVER] Fix locking when locked unicast is current modeSimon Rettberg2018-07-311-2/+3
| | | | Streaming source wasn't locked properly before
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-6/+6
| | | | | | - 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-152-41/+0Star
| | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
* [client] Periodically bring vnc and lock window to topSimon Rettberg2017-02-102-0/+15
|
* Fix compile warningsSimon Rettberg2016-10-281-1/+1
|
* [client] Fix memleakSimon Rettberg2016-10-271-1/+3
|
* [client] Get rid of SYSTEM_SETTINGS macro, move to ClientAppSimon Rettberg2016-10-101-8/+0Star
|
* refactoring.Christian Klinger2016-09-302-2/+1Star
|
* astyle.Christian Klinger2016-09-295-73/+75
|
* [client] removed some old code regarding settings.Christian Klinger2016-09-271-0/+1
|
* clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-0/+1
|
* Rename lock/unlock scripts to kb-lock and kb-unlock so you know it's for the ↵Simon Rettberg2016-09-081-3/+3
| | | | keyboard
* added qStdOut() (use like qDebug())Christian Klinger2016-05-301-0/+7
|
* .Christian Klinger2016-05-182-0/+13
|
* first new version of the connect window; needs some polish though.Christian Klinger2016-05-102-0/+25
|
* Let client and server use the config file in the "pvs2" folder.Manuel Schneider2014-09-041-2/+2
|
* Changed .ini file in client and manager from pvs2client.ini and pvs2mgr.ini ↵Björn Hagemeister2014-08-261-2/+2
| | | | to pvs2.ini, for having just one file.
* Initial commitsr2013-02-045-0/+189