summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Constantin [Tue, 16 Oct 2012 22:20:12 +0000 (00:20 +0200)]
zenity:
default behaviour: no resolution selected -> take highest (the one at [0])
error handling implemented
Constantin [Tue, 16 Oct 2012 22:05:47 +0000 (00:05 +0200)]
zenity stuff now successfully tested
Constantin [Tue, 16 Oct 2012 21:47:01 +0000 (23:47 +0200)]
fixed some bugs in the experimental zenity code
Constantin [Tue, 16 Oct 2012 21:34:37 +0000 (23:34 +0200)]
Merge branch 'master' of ralfj.de:dsl
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
Constantin [Tue, 16 Oct 2012 21:33:55 +0000 (23:33 +0200)]
fixed typo
Ralf Jung [Tue, 16 Oct 2012 20:37:13 +0000 (22:37 +0200)]
Fix license header
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
Ralf Jung [Sun, 7 Oct 2012 13:41:08 +0000 (15:41 +0200)]
let the GUI module directly return a ScreenSetup instance
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
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)
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
Ralf Jung [Sat, 6 Oct 2012 10:53:47 +0000 (12:53 +0200)]
complain if a connector is both internal and external
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
Ralf Jung [Sat, 6 Oct 2012 10:46:32 +0000 (12:46 +0200)]
Complain about unknown xrandr output
Ralf Jung [Sat, 6 Oct 2012 10:46:22 +0000 (12:46 +0200)]
Fix what I broke... *oops*
Ralf Jung [Sat, 6 Oct 2012 10:39:15 +0000 (12:39 +0200)]
Merge branch 'master' of git://ralfj.de/dsl
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
Constantin [Sat, 6 Oct 2012 10:38:57 +0000 (12:38 +0200)]
added more possible internal connector names
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)
Ralf Jung [Sat, 6 Oct 2012 10:28:17 +0000 (12:28 +0200)]
Make this GPLv2+
Ralf Jung [Sat, 6 Oct 2012 10:06:09 +0000 (12:06 +0200)]
explain why there is no strip() call for the value
Ralf Jung [Fri, 5 Oct 2012 14:26:37 +0000 (16:26 +0200)]
provide auto-configuration
Ralf Jung [Fri, 5 Oct 2012 13:45:34 +0000 (15:45 +0200)]
use a config file instead of hard-coding connector names
Ralf Jung [Fri, 5 Oct 2012 11:47:12 +0000 (13:47 +0200)]
rename tool to DSL: Display Setup for Laptops
Ralf Jung [Mon, 3 Sep 2012 11:30:20 +0000 (13:30 +0200)]
xrandr lists a DP1 connector I don't actually have
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)
Ralf Jung [Sat, 21 Jul 2012 20:30:37 +0000 (22:30 +0200)]
Fix disabling the external screen
Ralf Jung [Fri, 20 Jul 2012 15:03:59 +0000 (17:03 +0200)]
show aspect ratio of resolutions
Ralf Jung [Fri, 20 Jul 2012 14:52:25 +0000 (16:52 +0200)]
add options to select primary screen and internal screen resolution
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
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
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
Ralf Jung [Wed, 27 Jun 2012 18:45:41 +0000 (20:45 +0200)]
Add gitignore
Ralf Jung [Wed, 27 Jun 2012 18:45:25 +0000 (20:45 +0200)]
Initial commit