awesome/tests/examples/shims
Emmanuel Lepage Vallee 067bcaca60 client: Rename the `manage` and `unmanage` signals.
They currently fit the general concept of a `request::` in the sense
that they are not property related and have "request handlers".

The commit also add deprecation for signals.

The reason for this fits within the larger standardization project.
Non-namespaced signals will eventually be renamed. This has started
a long time ago.

What is old is new again. Once upon a time, there was a `startup`
parameter to the `manage` signal. It is now back in the form of
a context.

Finally, this commit removes the `manage` section of `rc.lua`. It no
longer did anything worthy of being in the config. Each of its
important parts have been moved out over the years and the last
remaining bit is always required anyway. The code has been moved
to `client.lua`.
2020-01-11 14:43:56 -08:00
..
beautiful tests: Add some shims to emulate CAPI without an X server 2016-03-31 04:45:45 -04:00
_common_template.lua tests: Import the backward compatibility API for all the tests. 2019-10-05 18:06:50 -04:00
_date.lua Use reproducible timestamp during build 2017-10-07 13:58:35 +02:00
_default_look.lua tests: Share the "default look&feel" boilerplate code among the tests. 2019-04-05 21:06:11 -04:00
awesome.lua capi: Move from `.data` to `._private` for the property data. 2019-11-09 16:43:12 -05:00
beautiful.lua tests: Add the cursor and focus colors to the generated images theme. 2018-07-29 10:46:27 -04:00
button.lua shims: Update the `button` and `key` shims to be objects. 2019-11-09 16:43:12 -05:00
client.lua client: Rename the `manage` and `unmanage` signals. 2020-01-11 14:43:56 -08:00
dbus.lua Fix the broken test due to the "soft" merge conflict of two notification pull requests. (#2751) 2019-04-15 13:07:53 -04:00
drawin.lua capi: Move from `.data` to `._private` for the property data. 2019-11-09 16:43:12 -05:00
key.lua shims: Update the `button` and `key` shims to be objects. 2019-11-09 16:43:12 -05:00
keygrabber.lua shims: Fix a typo in a root.fake_input name 2018-08-06 18:34:40 -04:00
mouse.lua tests: Implement mouse.screen properly 2019-08-18 02:44:34 -04:00
mousegrabber.lua shims: Add basic shims for the key and mouse grabbers 2017-01-20 00:22:49 -05:00
root.lua shims: Update the `button` and `key` shims to be objects. 2019-11-09 16:43:12 -05:00
screen.lua capi: Move from `.data` to `._private` for the property data. 2019-11-09 16:43:12 -05:00
tag.lua capi: Move from `.data` to `._private` for the property data. 2019-11-09 16:43:12 -05:00