refactor pretty much everything. some features are still missing.
[lilass.git] / dsl.py
2015-02-08 Ralf Jungrefactor pretty much everything. some features are...
2015-02-03 Ralf Jungdeal with xbacklight returning an error code
2015-02-03 Ralf Jungfind more internal connectors
2015-02-01 Ralf Jungdo not assume xbacklight is installed
2015-01-25 Ralf Jungdon't use frontend before we loaded it
2015-01-25 Ralf Jungadd a mirror mode
2015-01-25 Ralf Jungtab -> whitespace
2014-11-14 Ralf Jungre-enable backlight whenever necessary
2014-07-14 Ralf JungUpdate copyright years
2014-07-14 Ralf JungFix parsing CLI arguments
2014-02-23 Ralf Jungwhen forcefully switching to internal mode, check brigh...
2013-12-04 Ralf Jungadd an option to force disabling external and enabling...
2013-09-07 Ralf Jungmake it work properly with python 3
2013-09-07 Ralf Jungconvert DSL to Python3 (just ran 2to3)
2012-11-14 Ralf Jungallow to select frontend via command-line; add a GUI...
2012-11-02 Ralf Jungproperly open and close processes
2012-10-16 ConstantinMerge branch 'master' of ralfj.de:dsl
2012-10-16 Ralf JungFix license header
2012-10-07 Ralf Jungallow to pass screen setup data via command-line instea...
2012-10-07 Ralf Junglet the GUI module directly return a ScreenSetup instance
2012-10-07 Ralf Jungstore entire setup in a class, and use that as interfac...
2012-10-07 Ralf Jungabstract the dialogue away so it can be implementing...
2012-10-06 Ralf JungDon't make unknown xrandr lines a fatal error - my...
2012-10-06 Ralf Jungcomplain if a connector is both internal and external
2012-10-06 Ralf JungIt does not like me to always properly clean up the...
2012-10-06 Ralf JungComplain about unknown xrandr output
2012-10-06 Ralf JungFix what I broke... *oops*
2012-10-06 Ralf JungMerge branch 'master' of git://ralfj.de/dsl
2012-10-06 Ralf Jungdon't import GUI stuff in dsl.py, use gui.py for that
2012-10-06 Constantinadded more possible internal connector names
2012-10-06 Tim Ruffingignore "Screen" lines in xrandr -q and accept connector...
2012-10-06 Ralf JungMake this GPLv2+
2012-10-06 Ralf Jungexplain why there is no strip() call for the value
2012-10-05 Ralf Jungprovide auto-configuration
2012-10-05 Ralf Junguse a config file instead of hard-coding connector...
2012-10-05 Ralf Jungrename tool to DSL: Display Setup for Laptops