308 Commits

Author SHA1 Message Date
Thibault Jouan
1cc1f98ad2 Implement `kill' action keyword
When invoked, will kill the client returned by
`layout.current_client`. ICCCM WM_DELETE_WINDOW is used instead if the
window reports to support this protocol.
2015-04-29 02:44:34 +00:00
Thibault Jouan
10ad5d9a76 Fix x_window_map_state UAT helper to hide output 2015-04-29 02:44:34 +00:00
Thibault Jouan
eed9cdf0c0 Support usage of ICCCM compliant window in UAT 2015-04-29 02:37:31 +00:00
Thibault Jouan
97abd402b1 Accept window names in x_window_map_state test helper 2015-04-29 02:36:36 +00:00
Thibault Jouan
f26e16fe6e Implement Client#kill and Client#kill! 2015-04-29 01:33:13 +00:00
Thibault Jouan
4050d52af7 Remove deprecated specs 2015-04-29 01:32:57 +00:00
Thibault Jouan
92dedd16e7 Implement `log_separator' action keyword 2015-04-28 10:45:56 +00:00
Thibault Jouan
85e5abac8d Workaround travis CI scrolling bugs (quiet output) 2015-04-28 10:31:04 +00:00
Thibault Jouan
6a4a15e9db Remove deprecated X connection test (UAT) 2015-04-28 09:44:49 +00:00
Thibault Jouan
27448abfc6 Improve expectation in rc key test scenario (UAT) 2015-04-28 09:42:39 +00:00
Thibault Jouan
a6b2e98146 Improve expectation in rc eval test scenario (UAT) 2015-04-28 09:38:40 +00:00
Thibault Jouan
1d5ee7cab7 Remove debug code from layout delegation UAT 2015-04-28 09:37:57 +00:00
Thibault Jouan
d9ce2eb120 Remove deprecated test scenario (UAT) 2015-04-28 09:37:08 +00:00
Thibault Jouan
c9ab16c847 Fix typo in tests (UAT) 2015-04-28 09:35:10 +00:00
Thibault Jouan
265bb1d626 Remove deprecated test (UAT) 2015-04-28 09:34:49 +00:00
Thibault Jouan
c394fee2a6 Improve cli layout test expectations (UAT) 2015-04-28 09:31:40 +00:00
Thibault Jouan
01d9bdb3b3 Improve test expectations consistency (UAT) 2015-04-28 09:28:38 +00:00
Thibault Jouan
ace86cf0e3 Fix how layout delegation is tested (UAT) 2015-04-28 09:20:42 +00:00
Thibault Jouan
daa028e794 Improve cli require cucumber scenario 2015-04-28 09:10:16 +00:00
Thibault Jouan
258812013b Refactor some steps in cucumber scenarios 2015-04-28 08:37:04 +00:00
Thibault Jouan
66413b6ccb Bump patch version 2015-04-28 08:22:28 +00:00
Thibault Jouan
1332be5f39 Include GeoAccessors module in Client 2015-04-28 08:22:09 +00:00
Thibault Jouan
9199efaeda Bump patch version 2015-04-28 07:50:40 +00:00
Thibault Jouan
7d7db62f0d Bump uh dependency requirement 2015-04-28 07:34:59 +00:00
Thibault Jouan
ed478c51b2 Update uh dependency requirement to 2.0.0.pre4 2015-04-28 06:09:25 +00:00
Thibault Jouan
56bf7fb03a Update uh dependency requirement to 2.0.0.pre3 2015-04-28 05:54:18 +00:00
Thibault Jouan
ba28838441 Update documented feature list 2015-04-28 03:05:39 +00:00
Thibault Jouan
a649a2b450 Fix layout protocol explanation in documentation 2015-04-27 23:50:05 +00:00
Thibault Jouan
e8647a938b Update introduction in documentation 2015-04-27 23:48:36 +00:00
Thibault Jouan
1e2bf97762 Fix capitalization in documented feature list 2015-04-27 23:45:34 +00:00
Thibault Jouan
42beda3f50 Bump patch version 2015-04-27 06:55:46 +00:00
Thibault Jouan
c8106d2ef5 Update uh-layout dependency to ~> 0.4.0 2015-04-27 06:55:08 +00:00
Thibault Jouan
341e6fd4d2 Bump patch version 2015-04-26 08:23:31 +00:00
Thibault Jouan
f9d905e498 Merge branch 'layout-rc-config' 2015-04-26 02:55:15 +00:00
Thibault Jouan
7c2712924a Allow layout options configuration from run control 2015-04-26 02:49:39 +00:00
Thibault Jouan
70fe9bdb03 Update uh-layout dependency to ~> 0.3.0 2015-04-26 02:43:39 +00:00
Thibault Jouan
bf6f08e848 Implement `layout' run control keyword
Allow configuration of the layout by specifying either a class or an
instance.
2015-04-26 00:59:24 +00:00
Thibault Jouan
7c06b52664 Update wording in documented feature list 2015-04-24 20:17:51 +00:00
Thibault Jouan
85f799174a Fix markdown formatting in README 2015-04-24 20:15:58 +00:00
Thibault Jouan
4af83c181a Update README 2015-04-24 20:14:50 +00:00
Thibault Jouan
3a338e2bb7 Fix coding standards (use one-line blocks) 2015-04-24 19:58:27 +00:00
Thibault Jouan
f5bd8872c5 Remove debug comment 2015-04-24 19:57:51 +00:00
Thibault Jouan
cd06f99e9f Fix initial events handling for mux worker
* Rename `before_wait' worker callback to `before_watch';
* Setup `before_watch' callback in the runner, handling events with the
  manager;
* Test the mux worker with a cucumber scenario.
2015-04-24 19:53:08 +00:00
Thibault Jouan
e68d3fd6a3 Fix coding standards (runner spec descriptions) 2015-04-24 19:53:08 +00:00
Thibault Jouan
6cfed91653 Test blocking worker (UAT) 2015-04-23 21:25:58 +00:00
Thibault Jouan
eaa1d279dc Refactor Manager 2015-04-22 17:19:41 +00:00
Thibault Jouan
4e4b15871e Merge branch 'window-expose-handling'
Handle X expose events, generate an :expose internal event, and
support #expose layout protocol message.
2015-04-22 16:34:52 +00:00
Thibault Jouan
ddf875eab2 Test layout protocol for #expose message 2015-04-22 16:34:34 +00:00
Thibault Jouan
009d5dbedd Handle and forward expose events to the layout 2015-04-22 09:55:25 +00:00
Thibault Jouan
eb9c8d16db Update uh-layout dependency requirement 2015-04-22 09:50:14 +00:00