Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate DBusBaseNode class to handle the empty nodes. | Emanoil Kotsev | 2020-03-11 | 3 | -6/+60 |
| | | | | | | | | | | - Prevent showing Introspection in empty nodes - fix method generation for objectpath array in signature like a{oa{sa{sv}}} - Hide Introspectable interface if there is no interface in the node - Add support for multiple nodes introspection - addChildNode function to support multiple nodes Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Fix problem with d-feet and annotation missing value attribute | Emanoil Kotsev | 2019-06-29 | 1 | -0/+2 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Fix regression from recent signals and async changes | Emanoil Kotsev | 2019-06-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Fix for issue 11 based on latest master | Emanoil Kotsev | 2019-06-28 | 1 | -5/+19 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Handle primitives in signals properly (not const) | Emanoil Kotsev | 2019-06-22 | 1 | -2/+13 |
| | | | | | Signed-off-by: Emanoil Kotsev <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed direction of signals in generated code. This resolves issue #19. | Michele Calgaro | 2019-06-20 | 2 | -52/+88 |
| | | | | | | | This commit is partially based on work done by Emanoil Kotsev <[email protected]>. Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Fixed problem with missing include of introspectableInterface.h file in | Slávek Banko | 2019-05-26 | 1 | -12/+14 |
| | | | | | | | generated node file in case the custom interface file name is used. This relates to issue #17. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed problem with missing include of introspectableInterface.h file in | Michele Calgaro | 2019-05-17 | 1 | -0/+9 |
| | | | | | | generated node file. This refers to issue #17. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed generation of Introspectable interface file. This resolves #17. | Michele Calgaro | 2019-05-09 | 3 | -4/+13 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Make the use of the class name requested by the -c | Slávek Banko | 2019-05-02 | 1 | -8/+16 |
| | | | | | | | | command line option consistent. This resolves issue #14. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Adjusting class name moved from generators to caller. | Slávek Banko | 2019-04-30 | 2 | -21/+21 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed problem with interface file name generation and inclusion. This | Michele Calgaro | 2019-04-30 | 3 | -7/+18 |
| | | | | | | relates to #5. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed previous commit. The name of the included moc file needs to be taken ↵ | Michele Calgaro | 2019-04-30 | 3 | -8/+12 |
| | | | | | | | | from the specified basename when available. The location of the function call was also wrong. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix for issue #9 - add include moc in proxy cpp | Emanoil Kotsev | 2019-04-28 | 1 | -0/+8 |
| | | | | | Signed-off-by: Emanoil Kotsev <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | missed from commit 99fc7a4311 | Emanoil Kotsev | 2019-04-28 | 1 | -1/+1 |
| | |||||
* | Fixed up names of files and classes. | Michele Calgaro | 2019-04-28 | 3 | -15/+24 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add Proxy and Interface to class name. | Emanoil Kotsev | 2019-04-28 | 1 | -0/+2 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | dd node name if not a root node. | Emanoil Kotsev | 2019-04-28 | 1 | -0/+4 |
| | | | | | Signed-off-by: Emanoil Kotsev <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Create node class with ending with Node. | Emanoil Kotsev | 2019-04-28 | 1 | -1/+4 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Fix missing interface.h in generated code and filename. | Emanoil Kotsev | 2019-04-28 | 2 | -2/+2 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Moved source files to "src" folder. | Michele Calgaro | 2019-04-27 | 6 | -0/+3746 |
Signed-off-by: Michele Calgaro <[email protected]> |