summaryrefslogtreecommitdiffstats
path: root/src/tools/dbusxml2qt3
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-081-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-041-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix the missing code generation for Introspect interface,r14.1.0Slávek Banko2023-03-241-4/+1
| | | | | | if the interface is defined in the XML file. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Ensure that the Introspect method will not be considered a signalSlávek Banko2023-03-231-0/+1
| | | | | | in the automatically added Introspectable interface. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix #25 dbusxml2qt3 root node with no nameEmanoil Kotsev2020-05-291-57/+58
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Fix #23 dbusxml2qt3 with multiple interfacesEmanoil Kotsev2020-05-261-2/+3
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* 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 <deloptes@gmail.com>
* Fix problem with d-feet and annotation missing value attributeEmanoil Kotsev2019-06-291-0/+2
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Fix regression from recent signals and async changesEmanoil Kotsev2019-06-281-1/+5
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Fix for issue 11 based on latest masterEmanoil Kotsev2019-06-281-5/+19
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Handle primitives in signals properly (not const)Emanoil Kotsev2019-06-221-2/+13
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <deloptes@gmail.com>. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* 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 <slavek.banko@axis.cz>
* 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 <michele.calgaro@yahoo.it>
* Fixed generation of Introspectable interface file. This resolves #17.Michele Calgaro2019-05-093-4/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <slavek.banko@axis.cz>
* Adjusting class name moved from generators to caller.Slávek Banko2019-04-302-21/+21
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed problem with interface file name generation and inclusion. ThisMichele Calgaro2019-04-303-7/+18
| | | | | | relates to #5. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Fix for issue #9 - add include moc in proxy cppEmanoil Kotsev2019-04-281-0/+8
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Add Proxy and Interface to class name.Emanoil Kotsev2019-04-281-0/+2
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* dd node name if not a root node.Emanoil Kotsev2019-04-281-0/+4
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Create node class with ending with Node.Emanoil Kotsev2019-04-281-1/+4
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Fix missing interface.h in generated code and filename.Emanoil Kotsev2019-04-282-2/+2
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Moved source files to "src" folder.Michele Calgaro2019-04-276-0/+3746
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>