]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/log
deb_pkgs/autorandr.git
5 years agoNew upstream version 1.6 upstream/1.6
Don Armstrong [Thu, 2 Aug 2018 02:32:54 +0000 (19:32 -0700)]
New upstream version 1.6

5 years agoVersion bump: autorandr-1.6 1.6
Phillip Berndt [Fri, 20 Jul 2018 06:47:39 +0000 (08:47 +0200)]
Version bump: autorandr-1.6

5 years agoUpdate README
Phillip Berndt [Fri, 20 Jul 2018 06:46:24 +0000 (08:46 +0200)]
Update README

5 years agoMerge pull request #113 from Kazy/master
Phillip Berndt [Fri, 20 Jul 2018 06:43:40 +0000 (08:43 +0200)]
Merge pull request #113 from Kazy/master

Fix AttributeError exception in is_equal_configuration

5 years agoFix AttributeError exception in is_equal_configuration
Jocelyn Boullier [Thu, 19 Jul 2018 15:14:43 +0000 (17:14 +0200)]
Fix AttributeError exception in is_equal_configuration

5 years agoMerge pull request #110 from bricewge/master
Phillip Berndt [Thu, 19 Jul 2018 12:18:58 +0000 (14:18 +0200)]
Merge pull request #110 from bricewge/master

AUTORANDR_MONITORS only contains current monitors

5 years agoInform about #111
Phillip Berndt [Thu, 19 Jul 2018 12:16:58 +0000 (14:16 +0200)]
Inform about #111

5 years agoMerge pull request #112 from languitar/patch-1
Phillip Berndt [Thu, 19 Jul 2018 12:15:15 +0000 (14:15 +0200)]
Merge pull request #112 from languitar/patch-1

Use process kill mode in systemd service

5 years agoUse process kill mode in systemd service
Johannes Wienke [Thu, 19 Jul 2018 12:12:52 +0000 (14:12 +0200)]
Use process kill mode in systemd service

This allows starting background processes in postswitch scripts without having to deal with cgroups. Will resolve #111.

5 years agoAUTORANDR_MONITORS only contains current monitors
Brice Waegeneire [Mon, 16 Jul 2018 17:35:52 +0000 (19:35 +0200)]
AUTORANDR_MONITORS only contains current monitors

Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
5 years agoBugfix: Fix is_equal_configuration() "off" comparison
Phillip Berndt [Wed, 11 Jul 2018 07:02:50 +0000 (09:02 +0200)]
Bugfix: Fix is_equal_configuration() "off" comparison

5 years agoUpdate makefile
Phillip Berndt [Fri, 29 Jun 2018 07:16:50 +0000 (09:16 +0200)]
Update makefile

5 years agoConsider configurations equal only if no additional outputs are enabled
Phillip Berndt [Fri, 29 Jun 2018 07:14:58 +0000 (09:14 +0200)]
Consider configurations equal only if no additional outputs are enabled

Before, if 3 outputs were enabled, autorandr would consider a
configuration which had only 2 of those "current". Fix this.

5 years agoMerge pull request #108 from Vladimir-csp/patch-1
Phillip Berndt [Fri, 11 May 2018 16:46:07 +0000 (18:46 +0200)]
Merge pull request #108 from Vladimir-csp/patch-1

XDG search and *.d dir filternig

5 years agoXDG search and *.d dir filternig
Vladimir-csp [Fri, 11 May 2018 12:13:15 +0000 (15:13 +0300)]
XDG search and *.d dir filternig

5 years agoBugfix for #106 and add to changelog
Phillip Berndt [Mon, 30 Apr 2018 06:08:26 +0000 (08:08 +0200)]
Bugfix for #106 and add to changelog

5 years agoadd monitor list to hooks by environment variables
Brice Waegeneire [Sun, 29 Apr 2018 20:05:24 +0000 (22:05 +0200)]
add monitor list to hooks by environment variables

6 years agofixup: Also allow -c instead of --change
Phillip Berndt [Thu, 19 Apr 2018 20:18:08 +0000 (22:18 +0200)]
fixup: Also allow -c instead of --change

6 years agoBugfix: Do not load default profile unless --change is set (fixes #105)
Phillip Berndt [Thu, 19 Apr 2018 20:16:53 +0000 (22:16 +0200)]
Bugfix: Do not load default profile unless --change is set (fixes #105)

6 years agoAdd --panning support to --fb auto-value
Phillip Berndt [Sun, 15 Apr 2018 16:14:56 +0000 (18:14 +0200)]
Add --panning support to --fb auto-value

6 years agoAdd --fb option to xrandr invocations
Phillip Berndt [Mon, 9 Apr 2018 12:01:44 +0000 (14:01 +0200)]
Add --fb option to xrandr invocations

As suggested by @Vladimir-csp in #88.

6 years agoNew upstream version 1.5 upstream/1.5
Don Armstrong [Tue, 3 Apr 2018 20:54:07 +0000 (13:54 -0700)]
New upstream version 1.5

6 years agoVersion bump: autorandr 1.5 1.5
Phillip Berndt [Tue, 3 Apr 2018 20:31:26 +0000 (22:31 +0200)]
Version bump: autorandr 1.5

6 years agoUpdate documentation with wildcard matching
Phillip Berndt [Mon, 26 Mar 2018 17:43:07 +0000 (19:43 +0200)]
Update documentation with wildcard matching

6 years agoAllow wildcard matching in EDIDs
Phillip Berndt [Sun, 25 Mar 2018 10:19:03 +0000 (12:19 +0200)]
Allow wildcard matching in EDIDs

See #100.

6 years agoAdd --detected and --current to filter the profile list output
Phillip Berndt [Sun, 25 Mar 2018 10:12:43 +0000 (12:12 +0200)]
Add --detected and --current to filter the profile list output

See bug #99

6 years agoOutput all non-error output to stdout instead of stderr
Phillip Berndt [Wed, 7 Mar 2018 06:42:23 +0000 (07:42 +0100)]
Output all non-error output to stdout instead of stderr

Fixes #98. This breaks compatibility with older versions of autorandr in
case users relied on which stream to use for parsing its output.

6 years agoFix virtual profiles broken by 1094d7d9
Phillip Berndt [Thu, 4 Jan 2018 08:10:26 +0000 (09:10 +0100)]
Fix virtual profiles broken by 1094d7d9

6 years agoUpdated the possible downstream sources for autorandr
Phillip Berndt [Sat, 23 Dec 2017 22:52:40 +0000 (23:52 +0100)]
Updated the possible downstream sources for autorandr

6 years agoautorandr 1.4 1.4
Phillip Berndt [Fri, 22 Dec 2017 16:25:24 +0000 (17:25 +0100)]
autorandr 1.4

6 years agoMerge pull request #95 from dondelelcaro/fix_two_argument_key
Phillip Berndt [Fri, 22 Dec 2017 09:41:28 +0000 (10:41 +0100)]
Merge pull request #95 from dondelelcaro/fix_two_argument_key

Built-in-profiles weren't working; I think sorted should only take one argument in key

6 years agosorted should only take one argument in key fix_two_argument_key
Don Armstrong [Fri, 22 Dec 2017 01:47:25 +0000 (17:47 -0800)]
sorted should only take one argument in key

6 years agoDo not error out if no configuration file exists
Phillip Berndt [Fri, 15 Dec 2017 17:30:58 +0000 (18:30 +0100)]
Do not error out if no configuration file exists

6 years agoFixup README
Phillip Berndt [Thu, 14 Dec 2017 20:36:50 +0000 (21:36 +0100)]
Fixup README

6 years agoAdd a configuration file for default option values work
Phillip Berndt [Wed, 13 Dec 2017 21:08:11 +0000 (22:08 +0100)]
Add a configuration file for default option values

See #94

6 years agoAdd new profile which shuts down all screens
Phillip Berndt [Wed, 13 Dec 2017 20:57:00 +0000 (21:57 +0100)]
Add new profile  which shuts down all screens

6 years agoautorandr 1.3 1.3
Phillip Berndt [Tue, 21 Nov 2017 15:22:28 +0000 (16:22 +0100)]
autorandr 1.3

6 years agoMerge pull request #92 from blueyed/dispatch_call_to_sessions-env
Phillip Berndt [Tue, 21 Nov 2017 15:15:06 +0000 (16:15 +0100)]
Merge pull request #92 from blueyed/dispatch_call_to_sessions-env

dispatch_call_to_sessions: skip envs without name

6 years agodispatch_call_to_sessions: skip envs without name
Daniel Hahler [Mon, 20 Nov 2017 04:22:57 +0000 (05:22 +0100)]
dispatch_call_to_sessions: skip envs without name

Fixes https://github.com/phillipberndt/autorandr/issues/87.

6 years agoMerge pull request #91 from blueyed/fix-exec_scripts
Phillip Berndt [Mon, 20 Nov 2017 09:05:49 +0000 (10:05 +0100)]
Merge pull request #91 from blueyed/fix-exec_scripts

Fix exec_scripts: candidate_directories broke for XDG/profile_path

6 years agoFix exec_scripts: candidate_directories broke for XDG/profile_path
Daniel Hahler [Mon, 20 Nov 2017 04:05:15 +0000 (05:05 +0100)]
Fix exec_scripts: candidate_directories broke for XDG/profile_path

This was broken in 1094d7d.

6 years agoAdd --load short form to changelog
Phillip Berndt [Wed, 15 Nov 2017 14:51:37 +0000 (15:51 +0100)]
Add --load short form to changelog

6 years agoTo disable --panning use 0x0, not none
Phillip Berndt [Wed, 15 Nov 2017 14:51:14 +0000 (15:51 +0100)]
To disable --panning use 0x0, not none

6 years agoReorder --help output
Phillip Berndt [Wed, 15 Nov 2017 14:50:04 +0000 (15:50 +0100)]
Reorder --help output

6 years agoMerge pull request #89 from christophgysin/long-lines
Phillip Berndt [Mon, 13 Nov 2017 19:06:41 +0000 (20:06 +0100)]
Merge pull request #89 from christophgysin/long-lines

Simplify code and break long lines

6 years agoflake8: reduce max-line-length
Christoph Gysin [Mon, 13 Nov 2017 16:08:12 +0000 (18:08 +0200)]
flake8: reduce max-line-length

6 years agosimplify code
Christoph Gysin [Mon, 13 Nov 2017 14:49:25 +0000 (16:49 +0200)]
simplify code

6 years agobreak long lines
Christoph Gysin [Mon, 13 Nov 2017 14:46:59 +0000 (16:46 +0200)]
break long lines

6 years agoremove duplication
Christoph Gysin [Mon, 13 Nov 2017 14:49:04 +0000 (16:49 +0200)]
remove duplication

6 years agoMerge pull request #85 from christophgysin/load-shorthand
Phillip Berndt [Mon, 13 Nov 2017 14:21:59 +0000 (15:21 +0100)]
Merge pull request #85 from christophgysin/load-shorthand

add short form for --load

6 years agoreadme: add example for short form of --load
Christoph Gysin [Mon, 6 Nov 2017 18:19:56 +0000 (20:19 +0200)]
readme: add example for short form of --load

6 years agoreadme: expand text to full examples
Christoph Gysin [Mon, 6 Nov 2017 18:19:27 +0000 (20:19 +0200)]
readme: expand text to full examples

6 years agogetopt: load profile from args
Christoph Gysin [Sun, 5 Nov 2017 21:27:31 +0000 (23:27 +0200)]
getopt: load profile from args

6 years agogetopt: save args
Christoph Gysin [Sun, 5 Nov 2017 21:26:49 +0000 (23:26 +0200)]
getopt: save args

6 years agoflake8: add config
Christoph Gysin [Sun, 5 Nov 2017 21:00:38 +0000 (23:00 +0200)]
flake8: add config

6 years agoflake8: fix style
Christoph Gysin [Sun, 5 Nov 2017 20:58:19 +0000 (22:58 +0200)]
flake8: fix style

6 years agoMerge pull request #84 from Eisfreak7/master
Phillip Berndt [Sat, 21 Oct 2017 13:41:08 +0000 (15:41 +0200)]
Merge pull request #84 from Eisfreak7/master

Improve hook script documentation

6 years agoFix minor formatting inconsistencies
Timo Kaufmann [Sat, 21 Oct 2017 00:35:32 +0000 (19:35 -0500)]
Fix minor formatting inconsistencies

6 years agoDocument the precedences of hook scripts
Timo Kaufmann [Sat, 21 Oct 2017 00:33:28 +0000 (19:33 -0500)]
Document the precedences of hook scripts

6 years agoMention nix as an installation method
Timo Kaufmann [Sat, 21 Oct 2017 00:32:47 +0000 (19:32 -0500)]
Mention nix as an installation method

6 years agoBatch mode: Prefer processes with XAUTHORITY set as environment templates (See #81)
Phillip Berndt [Tue, 17 Oct 2017 09:39:39 +0000 (11:39 +0200)]
Batch mode: Prefer processes with XAUTHORITY set as environment templates (See #81)

6 years agoautorandr 1.2 1.2
Phillip Berndt [Fri, 13 Oct 2017 12:42:12 +0000 (14:42 +0200)]
autorandr 1.2

6 years agoMinor cleanup in virtual profile description output
Phillip Berndt [Fri, 13 Oct 2017 12:25:01 +0000 (14:25 +0200)]
Minor cleanup in virtual profile description output

6 years agoUpdate authors and changelog
Phillip Berndt [Fri, 13 Oct 2017 12:24:43 +0000 (14:24 +0200)]
Update authors and changelog

6 years agoPrevious name was confusing
Adrian Lopez [Fri, 13 Oct 2017 11:49:06 +0000 (13:49 +0200)]
Previous name was confusing

6 years agoCenter small screen in the middle of the physical screen
Adrian Lopez [Thu, 12 Oct 2017 12:51:15 +0000 (14:51 +0200)]
Center small screen in the middle of the physical screen

Also use transform instead of scale to fix error when scaling.

6 years agoRespect aspect ratio
Adrian Lopez [Thu, 12 Oct 2017 12:24:09 +0000 (14:24 +0200)]
Respect aspect ratio

6 years agoSelect the biggest area screen
Adrian Lopez [Thu, 12 Oct 2017 11:51:54 +0000 (13:51 +0200)]
Select the biggest area screen

6 years agoNew virtual profile to clone biggest screen
Adrian Lopez [Thu, 12 Oct 2017 11:31:54 +0000 (13:31 +0200)]
New virtual profile to clone biggest screen

This option set the biggest monitor with it preferred configuration and
scale the others monitors to show it completely

6 years agoMerge pull request #77 from t0fik/fedora25_plus_compability
Phillip Berndt [Mon, 9 Oct 2017 12:24:12 +0000 (14:24 +0200)]
Merge pull request #77 from t0fik/fedora25_plus_compability

Removed pm-utils on fedora22+ from requisites

6 years agoRemoved pm-utils on fedora22+ from requisites
Jerzy Drozdz [Sun, 1 Oct 2017 16:14:28 +0000 (18:14 +0200)]
Removed pm-utils on fedora22+ from requisites

6 years agoMerge pull request #76 from t0fik/add_redhat_spec
Phillip Berndt [Sat, 30 Sep 2017 18:13:59 +0000 (20:13 +0200)]
Merge pull request #76 from t0fik/add_redhat_spec

Added RedHat compatible spec file

6 years agoAdded RedHat compatible spec file
Jerzy Drozdz [Sat, 2 Sep 2017 23:06:29 +0000 (01:06 +0200)]
Added RedHat compatible spec file

6 years agoMerge pull request #74 from nmschulte/use-completionsdir-for-bash-completion
Phillip Berndt [Sat, 12 Aug 2017 12:11:36 +0000 (14:11 +0200)]
Merge pull request #74 from nmschulte/use-completionsdir-for-bash-completion

Use pkg-config for bash-completion installation

6 years agoMerge pull request #75 from nmschulte/contrib-in-readme
Phillip Berndt [Sat, 12 Aug 2017 12:09:51 +0000 (14:09 +0200)]
Merge pull request #75 from nmschulte/contrib-in-readme

Discuss contributions in README

6 years agodiscuss contributions in README
Nathan Schulte [Sat, 12 Aug 2017 04:23:30 +0000 (23:23 -0500)]
discuss contributions in README

6 years agocleanup bash-completion build logic
Nathan Schulte [Sat, 12 Aug 2017 03:58:11 +0000 (22:58 -0500)]
cleanup bash-completion build logic

6 years agouse pkg-config for bash-completion completions dir
Nathan Schulte [Sat, 12 Aug 2017 03:51:59 +0000 (22:51 -0500)]
use pkg-config for bash-completion completions dir

6 years agoMerge pull request #73 from adbrucker/master
Phillip Berndt [Fri, 11 Aug 2017 06:52:21 +0000 (08:52 +0200)]
Merge pull request #73 from adbrucker/master

Bug fix: ensure that the Debian control directory has permissions 0755.

6 years agoBug fix: ensure that the Debian control directory has permissions 0755.
Achim D. Brucker [Fri, 11 Aug 2017 05:06:39 +0000 (06:06 +0100)]
Bug fix: ensure that the Debian control directory has permissions 0755.

6 years agoautorandr is in pypi now
Phillip Berndt [Mon, 17 Jul 2017 16:02:14 +0000 (18:02 +0200)]
autorandr is in pypi now

6 years agoPossible fix for #72
Phillip Berndt [Sun, 16 Jul 2017 15:02:04 +0000 (17:02 +0200)]
Possible fix for #72

6 years agoSkip --panning 0x0 unless required (See #72)
Phillip Berndt [Sun, 16 Jul 2017 09:09:05 +0000 (11:09 +0200)]
Skip --panning 0x0 unless required (See #72)

6 years agoTag the current code as 1.1 1.1
Phillip Berndt [Wed, 7 Jun 2017 08:31:57 +0000 (10:31 +0200)]
Tag the current code as 1.1

6 years agoCall systemctl with `--no-block` from udev rule (Fixes #61)
Phillip Berndt [Wed, 7 Jun 2017 08:31:01 +0000 (10:31 +0200)]
Call systemctl with `--no-block` from udev rule (Fixes #61)

7 years agopm-utils: Do not write log file by default
Phillip Berndt [Sun, 16 Apr 2017 11:58:09 +0000 (13:58 +0200)]
pm-utils: Do not write log file by default

Fixes #68

7 years agoNote that StartLimitInterval was renamed in systemd-230
Phillip Berndt [Sun, 16 Apr 2017 11:56:55 +0000 (13:56 +0200)]
Note that StartLimitInterval was renamed in systemd-230

Fixes #69.

7 years agoFix changelog order
Phillip Berndt [Sun, 22 Jan 2017 11:57:49 +0000 (12:57 +0100)]
Fix changelog order

7 years agoFix #66: Encode int to str in environ
Phillip Berndt [Sat, 21 Jan 2017 10:55:24 +0000 (11:55 +0100)]
Fix #66: Encode int to str in environ

7 years agoCall autorandr via systemd from udev, remove pmutils script on systemd systems
Phillip Berndt [Fri, 20 Jan 2017 20:41:06 +0000 (21:41 +0100)]
Call autorandr via systemd from udev, remove pmutils script on systemd systems

This merges pull request #62.

7 years agoDo not automatically reload/update daemons from Makefile
Phillip Berndt [Fri, 20 Jan 2017 14:11:07 +0000 (15:11 +0100)]
Do not automatically reload/update daemons from Makefile

Instead, write an info message to the console. See #60. This affects
udev and systemd.

7 years agoProcess --help first, before executing predetect hook
Phillip Berndt [Fri, 20 Jan 2017 13:59:57 +0000 (14:59 +0100)]
Process --help first, before executing predetect hook

7 years agoSet AUTORANDR_BATCH_PID environment variable in batch invocations
Phillip Berndt [Fri, 20 Jan 2017 13:59:43 +0000 (14:59 +0100)]
Set AUTORANDR_BATCH_PID environment variable in batch invocations

7 years agosystemd unit: Rate limit execution
Phillip Berndt [Thu, 24 Nov 2016 16:40:31 +0000 (17:40 +0100)]
systemd unit: Rate limit execution

This prevents the udev rule to run autorandr once per monitor added or
removed, instead of once per change -- this is relevant, e.g., if a
notebook is (dis-)connected to/from a docking station.

7 years agoudev rule: Dynamically call either systemd or autorandr directly depending on whether...
Phillip Berndt [Tue, 22 Nov 2016 09:40:42 +0000 (10:40 +0100)]
udev rule: Dynamically call either systemd or autorandr directly depending on whether systemd unit is available

7 years agoUpdate scripts' PREFIX in Makefile's install targets
Phillip Berndt [Tue, 22 Nov 2016 09:40:06 +0000 (10:40 +0100)]
Update scripts' PREFIX in Makefile's install targets

7 years agoPrefer systemd sleep.target over pmutils
Phillip Berndt [Tue, 22 Nov 2016 09:16:03 +0000 (10:16 +0100)]
Prefer systemd sleep.target over pmutils

7 years agoInvoke the systemd unit from udev, don't install pmutils if systemd is in use
Phillip Berndt [Tue, 15 Nov 2016 18:11:38 +0000 (19:11 +0100)]
Invoke the systemd unit from udev, don't install pmutils if systemd is in use

See bug #61 and pr #60.

7 years agoAdd script hook `predetect`, executed before invoking xrandr to detect the current...
Phillip Berndt [Tue, 15 Nov 2016 14:51:33 +0000 (15:51 +0100)]
Add script hook `predetect`, executed before invoking xrandr to detect the current config

See bug #61

7 years agoAccept comments in config/setup files
Phillip Berndt [Wed, 18 Jan 2017 13:02:05 +0000 (14:02 +0100)]
Accept comments in config/setup files

Comments are lines starting with "#" - in the hope that no screen name
or xrandr option will ever start with a hash sign. Fixes #50.