Re: Proposal: Signals Database

2010-05-03 Thread Andrei Thorp
On Mon, May 3, 2010 at 5:10 AM, Julien Danjou wrote: > Andrei Thorp writes: > >> Proposed solution: Make a database of signals. Perhaps someone has a >> better idea than this, but here's mine. We create a set of nested >> tables in awful. This is pretty much just a large collection of >> globals.

Re: Proposal: Signals Database

2010-05-03 Thread Julien Danjou
Andrei Thorp writes: > Proposed solution: Make a database of signals. Perhaps someone has a > better idea than this, but here's mine. We create a set of nested > tables in awful. This is pretty much just a large collection of > globals. They would be named like: awful.signal.client.prop.border. >

Proposal: Signals Database

2010-04-27 Thread Andrei Thorp
Good day, Problem: the way signals are implemented. To get you caught up: there is a generic signals mechanism (good) that is used all over the C and lua code. Various bits of the code randomly emit signals by entering just the string name. It so happens that the properties are consistently named