summaryrefslogtreecommitdiffstats
path: root/src/client/clientapp/clientapp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-32/+15Star
| | | | | | | - 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
* Modernize cmake file and project structure a bitSimon Rettberg2022-10-301-3/+3
|
* [*] Add log message if loading translations failsSimon Rettberg2018-09-031-4/+10
|
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-4/+4
| | | | | | - 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] Fix translation on Qt5Simon Rettberg2018-07-131-3/+2Star
|
* [client] Fix: read mgr state before init leads to hybrid toggle not appearingSimon Rettberg2018-01-221-5/+3Star
| | | | | | | | | | We determined whether the config defines the current client as manager for some room only after we read that variable to determine whether we should show the "toggle" button in the toolbar that would switch to desktop 2 (containing the manager). The result was that the button only appeared after connecting. Fixes #3290
* [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-281-0/+1
| | | | Apparently, invisible windows are treated as closed...
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-281-1/+1
|
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-261-0/+19
|
* Fix GUI translation: Don't create persistent objects on stack :/Simon Rettberg2016-10-261-7/+37
|
* [client] Fix: Translations are working againSimon Rettberg2016-10-111-6/+6
|
* [client] Get rid of SYSTEM_SETTINGS macro, move to ClientAppSimon Rettberg2016-10-101-1/+18
|
* refactoring.Christian Klinger2016-09-301-0/+1
|
* astyle.Christian Klinger2016-09-291-44/+47
|
* [client] removed some old code regarding settings.Christian Klinger2016-09-271-31/+10Star
|
* reduced noise in the output (old debug messages...)Christian Klinger2016-09-271-1/+0Star
|
* improved option parsing.Christian Klinger2016-09-271-4/+12
|
* .Christian Klinger2016-09-271-1/+0Star
|\
| * clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-0/+68
|
* Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-271-1/+2
| | | | 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/+68