lilass.git
11 years agoadded experimental code for a zenity "gui", yet untested as I can't find my vga cable
Constantin [Tue, 16 Oct 2012 21:34:08 +0000 (23:34 +0200)]
added experimental code for a zenity "gui", yet untested as I can't find my vga cable

11 years agofixed typo
Constantin [Tue, 16 Oct 2012 21:33:55 +0000 (23:33 +0200)]
fixed typo

11 years agoallow to pass screen setup data via command-line instead of asking in a UI
Ralf Jung [Sun, 7 Oct 2012 13:53:51 +0000 (15:53 +0200)]
allow to pass screen setup data via command-line instead of asking in a UI

11 years agolet the GUI module directly return a ScreenSetup instance
Ralf Jung [Sun, 7 Oct 2012 13:41:08 +0000 (15:41 +0200)]
let the GUI module directly return a ScreenSetup instance

11 years agostore entire setup in a class, and use that as interface between GUI and logic
Ralf Jung [Sun, 7 Oct 2012 13:37:45 +0000 (15:37 +0200)]
store entire setup in a class, and use that as interface between GUI and logic

11 years agoabstract the dialogue away so it can be implementing using an abritrary GUI frontend...
Ralf Jung [Sun, 7 Oct 2012 12:45:29 +0000 (14:45 +0200)]
abstract the dialogue away so it can be implementing using an abritrary GUI frontend (or even a CLI, for that matter)

11 years agoDon't make unknown xrandr lines a fatal error - my xrandr shows strange stuff when...
Ralf Jung [Sat, 6 Oct 2012 14:32:22 +0000 (16:32 +0200)]
Don't make unknown xrandr lines a fatal error - my xrandr shows strange stuff when a display is enabled, but not connected anymore

11 years agocomplain if a connector is both internal and external
Ralf Jung [Sat, 6 Oct 2012 10:53:47 +0000 (12:53 +0200)]
complain if a connector is both internal and external

11 years agoIt does not like me to always properly clean up the xrandr process, so just don't...
Ralf Jung [Sat, 6 Oct 2012 10:49:18 +0000 (12:49 +0200)]
It does not like me to always properly clean up the xrandr process, so just don't do it

11 years agoComplain about unknown xrandr output
Ralf Jung [Sat, 6 Oct 2012 10:46:32 +0000 (12:46 +0200)]
Complain about unknown xrandr output

11 years agoFix what I broke... *oops*
Ralf Jung [Sat, 6 Oct 2012 10:46:22 +0000 (12:46 +0200)]
Fix what I broke... *oops*

11 years agoMerge branch 'master' of git://ralfj.de/dsl
Ralf Jung [Sat, 6 Oct 2012 10:39:15 +0000 (12:39 +0200)]
Merge branch 'master' of git://ralfj.de/dsl

11 years agodon't import GUI stuff in dsl.py, use gui.py for that
Ralf Jung [Sat, 6 Oct 2012 10:39:06 +0000 (12:39 +0200)]
don't import GUI stuff in dsl.py, use gui.py for that

11 years agoadded more possible internal connector names
Constantin [Sat, 6 Oct 2012 10:38:57 +0000 (12:38 +0200)]
added more possible internal connector names

11 years agoignore "Screen" lines in xrandr -q and accept connector identifiers that contain...
Tim Ruffing [Sat, 6 Oct 2012 10:28:35 +0000 (12:28 +0200)]
ignore "Screen" lines in xrandr -q and accept connector identifiers that contain a hyphen (e.g. HDMI-0)

11 years agoMake this GPLv2+
Ralf Jung [Sat, 6 Oct 2012 10:28:17 +0000 (12:28 +0200)]
Make this GPLv2+

11 years agoexplain why there is no strip() call for the value
Ralf Jung [Sat, 6 Oct 2012 10:06:09 +0000 (12:06 +0200)]
explain why there is no strip() call for the value

11 years agoprovide auto-configuration
Ralf Jung [Fri, 5 Oct 2012 14:26:37 +0000 (16:26 +0200)]
provide auto-configuration

11 years agouse a config file instead of hard-coding connector names
Ralf Jung [Fri, 5 Oct 2012 13:45:34 +0000 (15:45 +0200)]
use a config file instead of hard-coding connector names

11 years agorename tool to DSL: Display Setup for Laptops
Ralf Jung [Fri, 5 Oct 2012 11:47:12 +0000 (13:47 +0200)]
rename tool to DSL: Display Setup for Laptops

11 years agoxrandr lists a DP1 connector I don't actually have
Ralf Jung [Mon, 3 Sep 2012 11:30:20 +0000 (13:30 +0200)]
xrandr lists a DP1 connector I don't actually have

11 years agoadd support for several external connectors (of which only one is used)
Ralf Jung [Mon, 20 Aug 2012 15:52:42 +0000 (17:52 +0200)]
add support for several external connectors (of which only one is used)

11 years agoFix disabling the external screen
Ralf Jung [Sat, 21 Jul 2012 20:30:37 +0000 (22:30 +0200)]
Fix disabling the external screen

11 years agoshow aspect ratio of resolutions
Ralf Jung [Fri, 20 Jul 2012 15:03:59 +0000 (17:03 +0200)]
show aspect ratio of resolutions

11 years agoadd options to select primary screen and internal screen resolution
Ralf Jung [Fri, 20 Jul 2012 14:52:25 +0000 (16:52 +0200)]
add options to select primary screen and internal screen resolution

11 years agouse boxes for the configration instead of relying on the button that's pressed
Ralf Jung [Fri, 20 Jul 2012 14:30:39 +0000 (16:30 +0200)]
use boxes for the configration instead of relying on the button that's pressed

11 years agomake sure the xrandr we call to get information properly quits, and detect failure...
Ralf Jung [Wed, 27 Jun 2012 20:35:09 +0000 (22:35 +0200)]
make sure the xrandr we call to get information properly quits, and detect failure to call it

11 years agostore the screen resolution as numberas and convert it back to a string as needed
Ralf Jung [Wed, 27 Jun 2012 18:46:17 +0000 (20:46 +0200)]
store the screen resolution as numberas and convert it back to a string as needed

11 years agoAdd gitignore
Ralf Jung [Wed, 27 Jun 2012 18:45:41 +0000 (20:45 +0200)]
Add gitignore

11 years agoInitial commit
Ralf Jung [Wed, 27 Jun 2012 18:45:25 +0000 (20:45 +0200)]
Initial commit