summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Fix locking when locked unicast is current modeSimon Rettberg2018-07-311-1/+1
| | | | Streaming source wasn't locked properly before
* 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
* CMake: Add config fields for compiler flagsSimon Rettberg2018-07-201-1/+5
|
* Fix translations on Qt5Simon Rettberg2017-12-051-40/+43
|
* fix qresource precompilation with cmakeJonathan Bauer2017-11-161-5/+8
|
* cmake 2.8.12 compatSimon Rettberg2017-11-151-12/+10Star
|
* port to qt5Jonathan Bauer2017-11-151-41/+52
| | | | | | | * 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-061-1/+10
|
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-1/+2
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* [client] Add icon to attention button, hide button when disconnectedSimon Rettberg2016-10-211-0/+1
|
* Render SVG image on loading with screen resolution.Christian Klinger2016-05-231-0/+1
|
* Try to bring connect window to top more agressively; require c++0x instead ↵Simon Rettberg2015-02-021-2/+2
| | | | of c++11 so it compiles on gcc 4.6
* Remove non-existant files from CMakeListsManuel Schneider2014-07-091-2/+2
|
* Sinec c++11 is enabled by default, set flag to stop annoying warnings.Manuel Schneider2014-05-081-2/+2
|
* Don't recreate/clean language files on every run, only when ↵Simon Rettberg2014-04-161-20/+22
| | | | UPDATE_TRANSLATIONS options is turned on when running cmake
* Fix inclusion of X11 lib for pvsclientSimon Rettberg2014-04-141-7/+8
|
* Testsr2013-02-041-0/+202