summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Generate DBusBaseNode class to handle the empty nodes.Emanoil Kotsev2020-03-113-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 attributeEmanoil Kotsev2019-06-291-0/+2
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* Fix regression from recent signals and async changesEmanoil Kotsev2019-06-281-1/+5
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* Fix for issue 11 based on latest masterEmanoil Kotsev2019-06-281-5/+19
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* Handle primitives in signals properly (not const)Emanoil Kotsev2019-06-221-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 Calgaro2019-06-202-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 inSlávek Banko2019-05-261-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]>
* Added methods to create a TQT_DBusDataMap<T> object from a TQMap<T, ↵Michele Calgaro2019-05-201-0/+160
| | | | | | | | | TQT_DBusDataMap<U> > map. This fixes a compilation problem when objects with a signature like a{oa{...}} are generated. This refers to issue #7. Signed-off-by: Michele Calgaro <[email protected]>
* Modified TQT_DBusObjectPath to inherit from TQString instead ofMichele Calgaro2019-05-203-32/+40
| | | | | | TQCString. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed problem with missing include of introspectableInterface.h file inMichele Calgaro2019-05-171-0/+9
| | | | | | generated node file. This refers to issue #17. Signed-off-by: Michele Calgaro <[email protected]>
* Added function to easily create a TQT_DBusData variant object from a givenMichele Calgaro2019-05-152-0/+15
| | | | | | | TQT_DBusData object. This simplify the creation of dictionaries where the value has to be of type Variant. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed generation of Introspectable interface file. This resolves #17.Michele Calgaro2019-05-093-4/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Make the use of the class name requested by the -cSlávek Banko2019-05-021-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 Banko2019-04-302-21/+21
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fixed problem with interface file name generation and inclusion. ThisMichele Calgaro2019-04-303-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 Calgaro2019-04-303-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 cppEmanoil Kotsev2019-04-281-0/+8
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* missed from commit 99fc7a4311Emanoil Kotsev2019-04-281-1/+1
|
* Fixed up names of files and classes.Michele Calgaro2019-04-283-15/+24
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add Proxy and Interface to class name.Emanoil Kotsev2019-04-281-0/+2
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* dd node name if not a root node.Emanoil Kotsev2019-04-281-0/+4
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Create node class with ending with Node.Emanoil Kotsev2019-04-281-1/+4
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* Fix missing interface.h in generated code and filename.Emanoil Kotsev2019-04-282-2/+2
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* Moved source files to "src" folder.Michele Calgaro2019-04-2737-0/+16003
Signed-off-by: Michele Calgaro <[email protected]>