awesome/lib/awful/widget
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
..
button.lua quality: Port all legacy `:buttons()` to `.buttons`. 2019-10-06 03:50:56 -04:00
calendar_popup.lua Fix ldoc modules summaries missing the final `.`. 2019-11-28 13:53:59 +01:00
clienticon.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
common.lua quality: Port all legacy `:buttons()` to `.buttons`. 2019-10-06 03:50:56 -04:00
graph.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
init.lua widget: Add a layoutlist widget 2019-01-26 01:34:59 -05:00
keyboardlayout.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
launcher.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
layoutbox.lua add layoutbox example 2019-12-05 23:48:55 -05:00
layoutlist.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
only_on_screen.lua widget: Mutualize all set_widget implementation to behave the same 2019-10-05 22:57:04 -04:00
progressbar.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
prompt.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00
taglist.lua client: Rename the `manage` and `unmanage` signals. 2020-01-11 14:43:56 -08:00
tasklist.lua client: Rename the `manage` and `unmanage` signals. 2020-01-11 14:43:56 -08:00
textclock.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
watch.lua doc: Polish the awful.widget doc. 2019-12-21 21:53:57 -08:00