From: Arnout E. <rab...@us...> - 2012-06-15 23:01:55
|
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 80334a88d27a3f0ee852af90315049432654e050 (commit) via 6ee1cf90bf326ded319658a2f2e2072c273058c5 (commit) via c13ca87c981fa0fe1633898b36e33d6345a7bf4f (commit) via eaece8cc373bf69a35cf76f29b839d9ca5f82972 (commit) via 195bea07f9edeee48c4c324f6b31e9e847f30b27 (commit) via f140a997db22a775721044db30c1e4318199ba82 (commit) from 1bc3ba4bb764e5dc4d923a7ea14e402756435c16 (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 80334a88d27a3f0ee852af90315049432654e050 Author: Arnout Engelen <arn...@bz...> Date: Sat Jun 16 01:01:18 2012 +0200 pass on to the right sub-makefile target commit 6ee1cf90bf326ded319658a2f2e2072c273058c5 Author: Arnout Engelen <arn...@bz...> Date: Sat Jun 16 00:56:53 2012 +0200 new mod_xinerama, which removes unused screen objects commit c13ca87c981fa0fe1633898b36e33d6345a7bf4f Author: Arnout Engelen <arn...@bz...> Date: Sat Jun 16 00:55:44 2012 +0200 allow screens to be removed, don't return a screen for an invalid screen id commit eaece8cc373bf69a35cf76f29b839d9ca5f82972 Author: Arnout Engelen <arn...@bz...> Date: Sat Jun 16 00:54:57 2012 +0200 Allow multiple tests per suite, allow monitor layout changes, allow for asynchronous screen deletion commit 195bea07f9edeee48c4c324f6b31e9e847f30b27 Author: Arnout Engelen <arn...@bz...> Date: Fri Jun 15 23:52:11 2012 +0200 Add fake-xinerama, create test that tests spurious screens are removed commit f140a997db22a775721044db30c1e4318199ba82 Author: Arnout Engelen <arn...@bz...> Date: Fri Jun 15 23:17:00 2012 +0200 use homedir per test ----------------------------------------------------------------------- Summary of changes: ioncore/screen.c | 11 +- mod_xinerama | 2 +- test/Makefile | 2 +- test/integration/Makefile | 7 +- test/integration/Xinerama.c | 161 ++++++++++++++++++++ test/integration/runtests.lua | 74 ++++++---- test/integration/xinerama/.fakexinerama | 3 + .../integration/xinerama/.notion}/cfg_notion.lua | 2 +- test/integration/xinerama/01_remove_display.lua | 19 +++ test/integration/xinerama/02_removed_display.lua | 9 + test/integration/xinerama/fakexinerama-1monitor | 2 + test/integration/xinerama/fakexinerama-2monitors | 3 + 12 files changed, 252 insertions(+), 43 deletions(-) create mode 100644 test/integration/Xinerama.c create mode 100644 test/integration/basic_test/.notion/.welcome_msg_displayed create mode 100644 test/integration/xinerama/.fakexinerama copy {etc => test/integration/xinerama/.notion}/cfg_notion.lua (99%) create mode 100644 test/integration/xinerama/01_remove_display.lua create mode 100644 test/integration/xinerama/02_removed_display.lua create mode 100644 test/integration/xinerama/fakexinerama-1monitor create mode 100644 test/integration/xinerama/fakexinerama-2monitors hooks/post-receive -- notion window manager core |