Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace TRUE/FALSE with boolean values true/false | Michele Calgaro | 2025-04-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-08 | 1 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Make sure to handle pending messages at start up if a dbus service | Michele Calgaro | 2021-12-08 | 1 | -6/+27 |
| | | | | | | | | | | is invoked by the dbus daemon. Prior to this fix, when a service was started by the dbus daemon, the first dbus call sent to it was being held back till the next dbus call was performed, resulting in a long timeout for the first unhandled call and a delayed answer. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Moved source files to "src" folder. | Michele Calgaro | 2019-04-27 | 1 | -0/+689 |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |