summaryrefslogtreecommitdiffstats
path: root/src/client/net/serverconnection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [*] Better error handling and messagingHEADmasterSimon Rettberg2023-03-131-0/+5
| | | | | Server now properly sends a connection termination reason to the client, which will log it to the console, for better debugging.
* Add a few hacks to make it compile on Qt 5.12 againSimon Rettberg2022-10-311-1/+2
|
* Clean up and modernize codeSimon Rettberg2022-10-301-25/+20Star
| | | | | | | - 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
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-3/+3
| | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-14/+14
| | | | | | - 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
* [client] Remove debug spamSimon Rettberg2018-07-201-1/+0Star
|
* [client] Fix uninitialized variable accessSimon Rettberg2018-07-171-1/+1
|
* Fix connection problems qith Qt5 (again)Simon Rettberg2017-12-011-15/+9Star
|
* Fix SSL on Qt5Simon Rettberg2017-11-161-2/+7
|
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-4/+5
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* Fix compile warningsSimon Rettberg2016-10-281-0/+1
|
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-281-2/+15
|
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-261-1/+1
|
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-8/+21
|
* bugfix.Christian Klinger2016-09-301-2/+1Star
|
* astyle.Christian Klinger2016-09-291-109/+62Star
|
* .Christian Klinger2016-09-271-1/+0Star
|\
| * clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-0/+5
| |
* | Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-271-1/+16
| | | | | | | | clients in exam-mode are also displayed differently.
* | clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-0/+5
|/
* Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-091-2/+4
|
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-081-1/+1
|
* [client] Remove jpeg quality debug messageSimon Rettberg2016-02-081-1/+0Star
|
* [client] reset timeouts to normal intervalsJonathan Bauer2015-05-111-2/+2
|
* Try to bring connect window to top more agressively; require c++0x instead ↵Simon Rettberg2015-02-021-1/+1
| | | | of c++11 so it compiles on gcc 4.6
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-281-3/+4
|
* Fixed unintended bug from yesterday.Björn Hagemeister2014-07-301-1/+1
|
* Correct indenting by tabsManuel Schneider2014-07-211-27/+27
|
* Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ↵Manuel Schneider2014-05-221-2/+2
| | | | _VNCCLIENT] Logical reduction. Cleanup header.
* Show taskbar tooManuel Schneider2014-05-071-2/+2
| | | | | * Let vnc stream complete screen * Let thumbnail display complete screen
* New Feature: Showing client toolbar while vnc server is running.Björn Hagemeister2014-05-061-1/+1
|
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-291-3/+15
| | | | the primary desktop; Thumbnails just display the primary dektop
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-3/+28
|
* Fix user name detection in pvsclient.Björn Hagemeister2014-04-141-1/+4
|
* [SERVER] Add "stop projection" buttonsr2013-02-061-1/+13
| | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵sr2013-02-051-17/+42
| | | | object
* Initial commitsr2013-02-041-0/+348