summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* [*] Better error handling and messagingHEADmasterSimon Rettberg2023-03-131-0/+5
* Add more debug output to discovery partSimon Rettberg2023-03-071-2/+8
* Add a few hacks to make it compile on Qt 5.12 againSimon Rettberg2022-10-313-3/+11
* Clean up and modernize codeSimon Rettberg2022-10-3024-302/+275Star
* Modernize cmake file and project structure a bitSimon Rettberg2022-10-305-4/+458
* [client] Try not to steal focus on startupv23Simon Rettberg2019-03-051-1/+1
* [client] Stop projection on any key pressSteffen Ritter2018-10-041-1/+1
* [client] Remove left over test code :/Simon Rettberg2018-09-071-2/+0Star
* [client] Fix style if checked button; add separator for buttonsSimon Rettberg2018-09-062-7/+15
* [client] New addon system for buttons and menuSimon Rettberg2018-09-064-90/+291
* [client] Fix memory leakSimon Rettberg2018-09-041-0/+1
* [client] Fix code styleSimon Rettberg2018-09-042-9/+10
* [client] Make toolbar movable by mouseSimon Rettberg2018-09-042-1/+17
* [*] Add log message if loading translations failsSimon Rettberg2018-09-031-4/+10
* [client] Switch back to first desktop when hiding manager toggle buttonSimon Rettberg2018-08-312-10/+20
* [client] ConnectWindow: Cancel -> CloseSimon Rettberg2018-08-032-3/+3
* Remove ugly comment separator lines above functionsSimon Rettberg2018-08-024-41/+41
* [client] ConnectWindow: Restore green checkmark, fix messagesSimon Rettberg2018-08-012-19/+3Star
* [SERVER] Fix locking when locked unicast is current modeSimon Rettberg2018-07-311-2/+3
* [*] Convert old C-Style castsSimon Rettberg2018-07-264-13/+17
* Update code style, fix compiler warningsSimon Rettberg2018-07-2412-68/+73
* [client] Rewrite thread sync for VNC yet againSimon Rettberg2018-07-204-138/+116Star
* [client] Don't activateWindow VNC viewer on open in multiscreen modeSimon Rettberg2018-07-201-4/+6
* [client] Remove debug spamSimon Rettberg2018-07-201-1/+0Star
* [client] Rewrite thread sync between VNC worker and VNC windowSimon Rettberg2018-07-174-66/+62Star
* [client] Fix uninitialized variable accessSimon Rettberg2018-07-172-2/+2
* [client] Show vnc window on rightmost screenSimon Rettberg2018-07-162-7/+23
* [client] Fix translation on Qt5Simon Rettberg2018-07-131-3/+2Star
* [client] top/bottom position detectionJonathan Bauer2018-06-182-10/+30
* [client] Fix: read mgr state before init leads to hybrid toggle not appearingSimon Rettberg2018-01-221-5/+3Star
* [client] Fix deletion of QThread while still runningSimon Rettberg2017-12-043-3/+12
* Fix connection problems qith Qt5 (again)Simon Rettberg2017-12-012-17/+11Star
* [client] Use polling when checking whether to hide the barSimon Rettberg2017-11-162-20/+18Star
* Fix SSL on Qt5Simon Rettberg2017-11-161-2/+7
* port to qt5Jonathan Bauer2017-11-155-44/+3Star
* [client] Delay showBar by 750msSimon Rettberg2017-06-232-23/+45
* [client] Periodically bring vnc and lock window to topSimon Rettberg2017-02-104-1/+29
* [client] Nicer output of ip addresses under system informationSteffen Ritter2016-11-151-7/+39
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-158-19/+23
* Fix compile warningsSimon Rettberg2016-10-282-1/+2
* [client] Fix use-after-free by adding missing signal-slot-connectionSimon Rettberg2016-10-281-0/+1
* [client] Disable "quit on last window closed" as it triggers in exam modeSimon Rettberg2016-10-282-1/+6
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-288-16/+74
* [client] Fix memleakSimon Rettberg2016-10-271-1/+3
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-269-55/+81
* Fix GUI translation: Don't create persistent objects on stack :/Simon Rettberg2016-10-263-33/+44
* [client] Create config dir before trying to create vnc password file insideSimon Rettberg2016-10-242-14/+27
* [client] Fix "toogle vm/manager" button (copy&paste error..)Simon Rettberg2016-10-241-1/+1
* [client] Add icon to attention button, hide button when disconnectedSimon Rettberg2016-10-211-2/+7
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-195-21/+63