summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve debug layout of screen setupSimon Rettberg2020-12-141-3/+3
|
* Fix layouting if no outputs are activeSimon Rettberg2020-12-141-0/+13
|
* Make MainWindow reusing code smarter wrt LoginFormSimon Rettberg2020-08-071-18/+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.
* Reintroduce X background generationSimon Rettberg2020-05-071-6/+17
|
* React to changed screen setup, update layoutSimon Rettberg2020-04-241-92/+151
|
* Simplify SettingsSimon Rettberg2018-08-301-1/+0Star
|
* Sanitize C++11Simon Rettberg2018-08-301-6/+8
|
* Make username placeholder configurableSteffen Ritter2018-08-151-0/+1
| | | | | Also make use of conf.d folder for easy overriding of already existing variables
* Add clock, refactor settings class to be staticSimon Rettberg2018-04-101-4/+6
|
* Temporarily show sleep icon when receiving USR1Simon Rettberg2018-01-191-0/+32
|
* Minor fixes, improvementsSimon Rettberg2017-11-141-2/+12
|
* Support autologin via guest sessionSimon Rettberg2017-11-141-14/+32
|
* Implement log/messages display + logo displaySimon Rettberg2017-11-131-23/+28
|
* Fix banner display, gradient parsing, add test mode (--test)Simon Rettberg2017-11-121-4/+4
|
* WORK IN PROGRESS! Add bwlp logo, banner support, log message windowSimon Rettberg2017-11-111-1/+5
|
* Handle multiscreen properly, make background persistentSimon Rettberg2017-08-151-7/+67
|
* Move code to src/, tweak CMakeLists.txtSimon Rettberg2017-08-111-0/+57