summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-152-2/+2
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-086-22/+22
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-041-2/+2
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-205-6/+6
* Fix the missing code generation for Introspect interface,r14.1.0Slávek Banko2023-03-241-4/+1
* Ensure that the Introspect method will not be considered a signalSlávek Banko2023-03-231-0/+1
* Make sure to handle pending messages at start up if a dbus serviceMichele Calgaro2021-12-083-8/+31
* Instead of unusual use of full destination path for apidox in build directory...Slávek Banko2021-05-231-7/+6
* Automatic apidox installation using CMake codeSlávek Banko2021-05-211-3/+11
* Fix #25 dbusxml2qt3 root node with no nameEmanoil Kotsev2020-05-291-57/+58
* Fix #23 dbusxml2qt3 with multiple interfacesEmanoil Kotsev2020-05-261-2/+3
* Generate DBusBaseNode class to handle the empty nodes.Emanoil Kotsev2020-03-113-6/+60
* Fix problem with d-feet and annotation missing value attributeEmanoil Kotsev2019-06-291-0/+2
* Fix regression from recent signals and async changesEmanoil Kotsev2019-06-281-1/+5
* Fix for issue 11 based on latest masterEmanoil Kotsev2019-06-281-5/+19
* Handle primitives in signals properly (not const)Emanoil Kotsev2019-06-221-2/+13
* Fixed direction of signals in generated code. This resolves issue #19.Michele Calgaro2019-06-202-52/+88
* Fixed problem with missing include of introspectableInterface.h file inSlávek Banko2019-05-261-12/+14
* Added methods to create a TQT_DBusDataMap<T> object from a TQMap<T, TQT_DBusD...Michele Calgaro2019-05-201-0/+160
* Modified TQT_DBusObjectPath to inherit from TQString instead ofMichele Calgaro2019-05-203-32/+40
* Fixed problem with missing include of introspectableInterface.h file inMichele Calgaro2019-05-171-0/+9
* Added function to easily create a TQT_DBusData variant object from a givenMichele Calgaro2019-05-152-0/+15
* Fixed generation of Introspectable interface file. This resolves #17.Michele Calgaro2019-05-093-4/+13
* Make the use of the class name requested by the -cSlávek Banko2019-05-021-8/+16
* Adjusting class name moved from generators to caller.Slávek Banko2019-04-302-21/+21
* Fixed problem with interface file name generation and inclusion. ThisMichele Calgaro2019-04-303-7/+18
* Fixed previous commit. The name of the included moc file needs to be taken fr...Michele Calgaro2019-04-303-8/+12
* Fix for issue #9 - add include moc in proxy cppEmanoil Kotsev2019-04-281-0/+8
* missed from commit 99fc7a4311Emanoil Kotsev2019-04-281-1/+1
* Fixed up names of files and classes.Michele Calgaro2019-04-283-15/+24
* Add Proxy and Interface to class name.Emanoil Kotsev2019-04-281-0/+2
* dd node name if not a root node.Emanoil Kotsev2019-04-281-0/+4
* Create node class with ending with Node.Emanoil Kotsev2019-04-281-1/+4
* Fix missing interface.h in generated code and filename.Emanoil Kotsev2019-04-282-2/+2
* Moved source files to "src" folder.Michele Calgaro2019-04-2737-0/+16003