summaryrefslogtreecommitdiffstats
path: root/src/tools/dbusxml2qt3/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Generate DBusBaseNode class to handle the empty nodes.Emanoil Kotsev2020-03-111-1/+32
| | | | | | | | | | - 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>
* Fixed generation of Introspectable interface file. This resolves #17.Michele Calgaro2019-05-091-2/+8
| | | | 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-301-19/+21
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed problem with interface file name generation and inclusion. ThisMichele Calgaro2019-04-301-1/+3
| | | | | | 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-0/+4
| | | | | | | | from the specified basename when available. The location of the function call was also wrong. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed up names of files and classes.Michele Calgaro2019-04-281-8/+8
| | | | 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-281-1/+1
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Moved source files to "src" folder.Michele Calgaro2019-04-271-0/+637
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>