From: Arnout E. <rab...@us...> - 2012-07-21 14:27:22
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "notion window manager core". The branch, master has been updated via 7a564ac1fc94d33a26d111fbb2b2ccaabe93ee0b (commit) via 01cb132cac0e46f129a3c65f6dabbae9e05dd4e7 (commit) via e7b610a75b8840b51e9dffe457b5a5c4b41d64f1 (commit) via 3a4441dedbc60035d3934941a4057c3bb9d1292a (commit) via b1563f1dcd3054d7802b66ab7bb406e3ebf6c05c (commit) from 71b54b9c56af14f9b1bca466e51e98ff8c2730e0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7a564ac1fc94d33a26d111fbb2b2ccaabe93ee0b Merge: 01cb132 71b54b9 Author: Arnout Engelen <arn...@bz...> Date: Sat Jul 21 16:26:43 2012 +0200 Merge branch 'master' of ssh://notion.git.sourceforge.net/gitroot/notion/notion commit 01cb132cac0e46f129a3c65f6dabbae9e05dd4e7 Author: Arnout Engelen <arn...@bz...> Date: Sat Jul 21 16:25:33 2012 +0200 Integration/regression testing for mod_xrandr commit e7b610a75b8840b51e9dffe457b5a5c4b41d64f1 Author: Arnout Engelen <arn...@bz...> Date: Fri Jul 20 22:29:42 2012 +0200 new mod_notionflux commit 3a4441dedbc60035d3934941a4057c3bb9d1292a Author: Arnout Engelen <arn...@bz...> Date: Fri Jul 20 22:28:44 2012 +0200 document where the posix module is on Debian commit b1563f1dcd3054d7802b66ab7bb406e3ebf6c05c Author: Arnout Engelen <arn...@bz...> Date: Fri Jul 20 22:28:11 2012 +0200 new mod_xinerama, repopulating screens in seperate call ----------------------------------------------------------------------- Summary of changes: mod_notionflux | 2 +- mod_xinerama | 2 +- test/integration/runtests.lua | 5 ++- test/integration/xinerama/02_removed_display.lua | 4 +- test/integration/xinerama/03_new_screen_has_ws.lua | 3 +- .../integration/{xinerama => xrandr}/.fakexinerama | 0 .../{xinerama => xrandr}/.notion/cfg_notion.lua | 3 +- .../integration/xrandr/.notion/mod_xrandr_mock.lua | 41 ++++++++++++++++++++ test/integration/xrandr/01_remove_display.lua | 37 ++++++++++++++++++ test/integration/xrandr/02_removed_display.lua | 16 ++++++++ test/integration/xrandr/03_new_screen_has_ws.lua | 20 ++++++++++ .../{xinerama => xrandr}/fakexinerama-1monitor | 0 .../{xinerama => xrandr}/fakexinerama-2monitors | 0 13 files changed, 126 insertions(+), 7 deletions(-) copy test/integration/{xinerama => xrandr}/.fakexinerama (100%) copy test/integration/{xinerama => xrandr}/.notion/cfg_notion.lua (98%) create mode 100644 test/integration/xrandr/.notion/mod_xrandr_mock.lua create mode 100644 test/integration/xrandr/01_remove_display.lua create mode 100644 test/integration/xrandr/02_removed_display.lua create mode 100644 test/integration/xrandr/03_new_screen_has_ws.lua copy test/integration/{xinerama => xrandr}/fakexinerama-1monitor (100%) copy test/integration/{xinerama => xrandr}/fakexinerama-2monitors (100%) hooks/post-receive -- notion window manager core |