summaryrefslogtreecommitdiffstats
path: root/src/tools/dbusxml2qt3/classgen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add a static interface method to the class generatorHEADmasterEmanoil Kotsev2025-04-181-0/+2
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* 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>
* Generate DBusBaseNode class to handle the empty nodes.Emanoil Kotsev2020-03-111-0/+2
| | | | | | | | | | - 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 regression from recent signals and async changesEmanoil Kotsev2019-06-281-1/+5
| | | | 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-091-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusting class name moved from generators to caller.Slávek Banko2019-04-301-2/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed problem with interface file name generation and inclusion. ThisMichele Calgaro2019-04-301-6/+14
| | | | | | 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-301-8/+7
| | | | | | | | 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>
* Fixed up names of files and classes.Michele Calgaro2019-04-281-2/+2
| | | | 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>
* Fix missing interface.h in generated code and filename.Emanoil Kotsev2019-04-281-1/+1
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Moved source files to "src" folder.Michele Calgaro2019-04-271-0/+1091
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>