summaryrefslogtreecommitdiffstats
path: root/src/client/clientapp/clientapp.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-7/+2Star
| | | | | | | - 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
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-1/+1
| | | | | | - 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
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-2/+2
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-281-3/+6
|
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-261-2/+18
|
* Fix GUI translation: Don't create persistent objects on stack :/Simon Rettberg2016-10-261-0/+5
|
* [client] Get rid of SYSTEM_SETTINGS macro, move to ClientAppSimon Rettberg2016-10-101-0/+3
|
* refactoring.Christian Klinger2016-09-301-1/+1
|
* astyle.Christian Klinger2016-09-291-15/+16
|
* [client] removed some old code regarding settings.Christian Klinger2016-09-271-1/+0Star
|
* improved option parsing.Christian Klinger2016-09-271-1/+4
|
* clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-0/+38