summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup, add permissions to created fileremote-edit-vmJannik Schönartz2021-11-291-11/+16
|
* RPC-login: Add lectureid and editsession id as param and create files needed ↵Jannik Schönartz2021-11-241-10/+39
| | | | for the remote edit
* If lectureID was sent, create an override config file to autostart the lectureJannik Schönartz2021-09-131-1/+24
|
* More size fixing crapSimon Rettberg2021-08-101-0/+3
|
* Don't re-layout mainwindow if nothing changedSimon Rettberg2021-08-103-0/+7
|
* This is a bit too new.... Keep deprecated variantSimon Rettberg2021-08-091-2/+2
|
* Add shibboleth login via browserSimon Rettberg2021-08-0510-74/+491
|
* Prefix usernames that start with a digit with _x_v28r1Simon Rettberg2021-03-041-0/+13
|
* Improve debug layout of screen setupSimon Rettberg2020-12-141-3/+3
|
* Fix layouting if no outputs are activeSimon Rettberg2020-12-141-0/+13
|
* Always disable all outputs and use --fb if VIRTUAL output is missingSimon Rettberg2020-10-021-29/+20Star
|
* Make MainWindow reusing code smarter wrt LoginFormSimon Rettberg2020-08-072-20/+16Star
| | | | | Previously, we might have ended up with no LoginForm after some screen setup change events.
* More agressive delay and retry after screen layout changedSimon Rettberg2020-08-071-2/+8
| | | | | | | | | | We still sometimes end up with an improper layout after running xrandr on X11 startup. I suspect this is a race condition between xrandr setting the resolutions and scren geometry, and Qt receiving this event too early, still omehow reading stale information when querying X for the current setup. So we now wait 300ms instead of 100, and additionally retry again after a second. If this doesn't fix the issues, the root cause must be something else.
* Clean up loginform UISimon Rettberg2020-08-072-19/+9Star
|
* LoginRPC: Ignore requests with user or pass emptySimon Rettberg2020-06-261-0/+2
|
* Disable ALL outputs if setting resolution failsSimon Rettberg2020-06-221-8/+22
| | | | | | NVIDIA cards don't allow setting any resolution on disconnected screens. Simply disable all outputs in that case and set the screen size manually.
* Make detection of virtual screen smarter; fall back to disconnectedSimon Rettberg2020-06-221-9/+55
| | | | | | | We try to find a virtual output, set the desired resolution, and disable all real outputs. If we don't find a virtual one, we pick a disconnected output, set the resolution, and disable the remaining outputs. If we don't have a disconnected output, we just take the first one.
* Dbug spamSimon Rettberg2020-06-181-0/+2
|
* Add CVT filesSimon Rettberg2020-06-172-0/+578
|
* Support setting resolution received via loginrpcSimon Rettberg2020-06-162-1/+36
|
* Restore accidentally deleted lineSimon Rettberg2020-06-051-0/+1
|
* Add simple RPC to remotely trigger loginSimon Rettberg2020-06-055-39/+125
|
* Move createBackground so it actually gets calledSimon Rettberg2020-05-141-1/+1
|
* Fix: using svg as background image results in low-res displaySimon Rettberg2020-05-071-3/+14
|
* Reintroduce X background generationSimon Rettberg2020-05-073-6/+22
|
* React to changed screen setup, update layoutSimon Rettberg2020-04-246-579/+273Star
|
* loginform.cpp: set focus on username field on resetv26Jonathan Bauer2020-02-061-1/+2
|
* Make password placeholder configurableSteffen Ritter2019-11-142-0/+4
|
* minor formatting issueJonathan Bauer2019-11-141-0/+1
|
* Handle special keysSteffen Ritter2019-07-104-5/+41
|
* Prevent infinite loopSimon Rettberg2019-06-121-4/+4
|
* remove newlineJonathan Bauer2019-06-121-1/+0Star
|
* rework reset timeout stuffJonathan Bauer2019-06-122-9/+15
|
* fix missing return and removed unneeded checkJonathan Bauer2019-06-121-2/+2
|
* always reset input form when user idlesJonathan Bauer2019-06-043-11/+12
| | | | still defaults to 30 or configurable with 'reset-timeout'.
* reset to "chooser" page on inactivityJonathan Bauer2019-06-036-2/+45
| | | | defaults to 30s unless configuration option "session-chooser-reset-timer" (in seconds) is set
* fix indentationJonathan Bauer2019-06-031-1/+1
|
* Add news panel to the right of the login formSimon Rettberg2019-05-255-122/+402
| | | | | | By pointing the new setting news-html-file to a file containing QTextEdit-compatible html formatted text, you can have a news panel show up on the login screen.
* Improve rendering even moreSimon Rettberg2019-05-163-90/+185
|
* support for guest sessionJonathan Bauer2019-05-166-70/+317
| | | | | | | | | | * guest sessions are not supported by default * enabled through configuration option 'guest-session-enabled=[true|false]' * button and label texts can be overwritten through configuration options (see code) * transformed the form UI into stacked widget with welcome, login and guest session pages
* Improve graphics renderingSimon Rettberg2019-05-154-1/+232
|
* Use Qt5 QObject::connect(), fix caplock message after failed loginSimon Rettberg2019-04-261-6/+11
|
* Add caps lock warningSimon Rettberg2019-04-186-12/+58
|
* Fix: mini-icon might get cropped if > 95pxSimon Rettberg2019-04-182-15/+7Star
| | | | Layout with Qt is fun...
* Propery scale mini iconv23Simon Rettberg2019-04-091-2/+1Star
|
* Fix layout sizeSimon Rettberg2019-03-201-2/+2
|
* Make loginform-icon more flexibleSimon Rettberg2019-03-182-112/+209
| | | | | Scale up to 128x128; honor SVGs preferring a size smaller than 128x128 instead of scaling them up.
* Add second logo key for better migration from old slx-adminSimon Rettberg2019-03-174-26/+29
| | | | | We don't want to invalidate all the old branding config modules which are still only made for single file support.
* Support passing dir as bottom-left-logo-pathSimon Rettberg2019-03-153-7/+32
| | | | | | *.svg found in that directory will be shown in the bottom left corner, stacked on top of each other, in alphabetical order (top -> bottom).
* Increase LDAP timeout to 8 secsSimon Rettberg2018-12-041-1/+1
|