summaryrefslogtreecommitdiffstats
path: root/src/tools/dbusxml2qt3/methodgen.cpp
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>
* 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-111-5/+26
| | | | | | | | | | - 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 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-201-52/+81
| | | | | | | 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 generation of Introspectable interface file. This resolves #17.Michele Calgaro2019-05-091-0/+5
| | | | 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-281-5/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Moved source files to "src" folder.Michele Calgaro2019-04-271-0/+1793
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>