summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-161-0/+35
|
* Restore accidentally deleted lineSimon Rettberg2020-06-051-0/+1
|
* Add simple RPC to remotely trigger loginSimon Rettberg2020-06-054-38/+123
|
* 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-244-202/+273
|
* loginform.cpp: set focus on username field on resetv26Jonathan Bauer2020-02-061-1/+2
|
* Make password placeholder configurableSteffen Ritter2019-11-142-0/+4
|
* 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-035-2/+40
| | | | 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-164-70/+315
| | | | | | | | | | * 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-185-10/+56
|
* 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
|
* Namereplace: Try to call external tool to translate usernameSimon Rettberg2018-12-041-4/+19
| | | | Mainly used to achieve case insentive login
* [loginform] configurable icon for login formJonathan Bauer2018-10-311-0/+6
| | | | with 'loginform-mini-icon' in config file
* Simplify SettingsSimon Rettberg2018-08-302-15/+13Star
|
* Fix compile errorSimon Rettberg2018-08-302-0/+3
|
* Sanitize C++11Simon Rettberg2018-08-306-24/+28
|
* Make username placeholder configurableSteffen Ritter2018-08-153-0/+20
| | | | | Also make use of conf.d folder for easy overriding of already existing variables
* Restructure clock styling, split background and text so shadows work with ↵Simon Rettberg2018-04-112-6/+19
| | | | bgcolor
* Add clock, refactor settings class to be staticSimon Rettberg2018-04-105-33/+102
|
* Trim usernameSimon Rettberg2018-04-101-1/+1
|
* Support regex mangling of username before passing to lightdmSimon Rettberg2018-02-084-1/+92
|
* Update readmeSimon Rettberg2018-01-191-1/+1
|
* Temporarily show sleep icon when receiving USR1Simon Rettberg2018-01-193-1/+61
|
* Fix image scaling by using proper existing methods instead of broken copy & ↵Simon Rettberg2017-12-161-55/+21Star
| | | | paste stuff