awesome/tests
Emmanuel Lepage Vallee 4501f0e768 Allow to add and remove keys and buttons.
Another step in moving these APIs toward the common object oriented and
declarative paradigms used by other APIs.

This commit introduces the `awful.keyboard` module. It currenly only
exists as a placeholder for the first few append/remove function, but
will grow in scope in another pull request to expose the currently
private modifier APIs and to provide keybindings collision detection
and replace some of `awful.hotkey_popup` business logic.

The `keygrabber` tests which uses root keybindings are disabled for
now to keep the commit size small. This is necessary since the shims
will need many iterations of changes before this work again with the
new syntax.
2019-11-09 16:42:06 -05:00
..
examples Allow to add and remove keys and buttons. 2019-11-09 16:42:06 -05:00
themes cmake: pass DO_COVERAGE=1 in env for tests/run.sh (#2575) 2019-01-11 17:04:23 +01:00
_client.lua Added a test to check if window state is restored after a client unmaximizing itself. 2019-10-16 18:23:21 -04:00
_multi_screen.lua Add a new disposition to _multi_screen.lua 2017-05-15 08:15:59 +02:00
_runner.lua tests: runner.run_steps: add fname/lnum for failed steps (#2877) 2019-09-14 14:35:20 +02:00
_wibox_helper.lua tests: Stop using the legacy layoutbox constructor. 2019-10-05 22:57:05 -04:00
run.sh Added more tests to check partial maximization handling, which require wmctrl as an optional dependency. 2019-10-17 18:54:29 -04:00
test-awesomerc.lua Allow to add and remove keys and buttons. 2019-11-09 16:42:06 -05:00
test-awful-client.lua Add test for window factor on maximized clients 2018-05-27 20:34:53 +01:00
test-awful-layout.lua Re-arrange the magnifier layout on focus changes 2017-06-09 10:13:14 +02:00
test-awful-placement.lua test-awful-placement: Test no_overlap with unselected tags (#2809) 2019-07-04 16:43:30 +03:00
test-awful-rules.lua awful.rules: Rename switchtotag to switch_to_tags. 2018-10-04 09:16:00 -04:00
test-awful-screen.lua tests: Test the screen name. 2019-09-30 00:49:40 -04:00
test-awful-tag.lua tests: Test awful.tag.object.set_layouts 2018-10-15 16:10:18 -04:00
test-awful-widget-button.lua tests: Test `widget:add_button()` 2019-10-06 03:50:56 -04:00
test-awful-widget-calendar_popup.lua tests: Test the calendar widget 2017-06-12 02:58:06 -04:00
test-awful-widget-only_on_screen.lua tests: Change only_on_screen to create fake screens "in sight". 2019-09-29 18:20:15 -04:00
test-awful-widget-watch.lua Make tests more reliable on "early errors" 2016-03-06 10:20:45 +01:00
test-benchmark.lua Add and use gears.timer.run_delayed_calls_now() 2019-02-15 17:04:19 +01:00
test-client-shape.lua Add a client shape test (#2214) 2018-03-12 22:53:00 -04:00
test-client-swap.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-current-desktop.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
test-dbus-error.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-dpi.lua tests: Test Lua side screen management. 2019-09-29 19:07:24 -04:00
test-drawable-bgimage.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-focus.lua Correctly convert colors with alpha to a Lua string 2018-03-03 10:57:48 +01:00
test-geometry.lua test-geometry: Wait for c:kill() to be done 2017-01-02 19:34:41 +01:00
test-gravity.c test-gravity.c: Accept different roundings 2018-08-17 11:48:49 +02:00
test-gravity.lua tests: do not export build_dir (#2875) 2019-09-13 17:55:06 +02:00
test-keyboard-layout-changes.lua tests: Test the awesome.modifiers 2019-01-21 01:08:48 -05:00
test-keygrabber.lua keygrabber: Add test for multiple instance creation (#2712) 2019-04-08 11:21:43 +02:00
test-leak-client.lua quality: Port all legacy `:buttons()` to `.buttons`. 2019-10-06 03:50:56 -04:00
test-leaks.lua tests: Stop using the legacy layoutbox constructor. 2019-10-05 22:57:05 -04:00
test-maximize.lua Added more tests to check partial maximization handling, which require wmctrl as an optional dependency. 2019-10-17 18:54:29 -04:00
test-menubar.lua fix(tests: menubar): ignore warning about opening applications dir in /dev/null 2017-08-24 23:06:15 +02:00
test-miss-handlers.lua tests: Test root.buttons 2019-10-05 18:06:51 -04:00
test-naughty-legacy.lua naughty: fix extra newline with only title/message (#2870) 2019-09-19 02:11:18 +02:00
test-resize.lua tests: Check that the "after" resize mode doesn't print errors 2017-11-06 05:47:12 +01:00
test-screen-changes.lua notification: Rename text to message 2019-02-16 15:26:38 -05:00
test-selection-getter.lua Move selection API under the "selection" global 2019-02-26 22:16:49 +01:00
test-selection-transfer.lua tests: improve test-selection-transfer: use "wait_per_step" option (#2874) 2019-09-13 16:39:40 +02:00
test-selection-watcher.lua Move selection API under the "selection" global 2019-02-26 22:16:49 +01:00
test-signal.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-spawn-snid.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-spawn.lua Fix instance existing check for application spawn (#2774) 2019-06-08 16:09:37 -04:00
test-struts.lua tests: Validate wibar geometry in the struts test 2017-02-13 22:41:25 -05:00
test-tag-gap-single-client.lua Fix awful.tag.object.get_gap_single_client (#1190) 2016-10-26 01:43:45 +02:00
test-titlebar.lua build: Allow Awesome to be built with luarock LGI. 2019-10-05 17:16:22 -04:00
test-tooltip.lua Stabilize awful.tooltip code coverage (#1773) 2017-05-07 18:00:22 +02:00
test-urgent.lua awful.rules: Rename switchtotag to switch_to_tags. 2018-10-04 09:16:00 -04:00
test-use-after-gc.lua Improve behaviour of GC'd objects 2016-09-24 14:37:07 +02:00
test-wallpaper.lua tests: fix indenting/style (#1303) 2016-12-27 21:39:08 +01:00
test-wibox-shape.lua tests: Test the input_passthrough property 2017-11-27 00:22:11 -05:00