<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dbus-1-tqt/src/tools/dbusxml2qt3/methodgen.cpp, branch master</title>
<subtitle>Backported Qt4 DBUS bindings for TQt
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/dbus-1-tqt/atom?h=master</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/'/>
<updated>2024-01-08T02:53:55Z</updated>
<entry>
<title>Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines</title>
<updated>2024-01-08T02:53:55Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-01-08T02:53:55Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=e5066714434aad871d413737c4f72c9494ff0973'/>
<id>urn:sha1:e5066714434aad871d413737c4f72c9494ff0973</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix #23 dbusxml2qt3 with multiple interfaces</title>
<updated>2020-05-26T20:42:52Z</updated>
<author>
<name>Emanoil Kotsev</name>
<email>deloptes@gmail.com</email>
</author>
<published>2020-05-26T20:42:52Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=45bdbff13b383dd99f9019a3d6dda6fcda6a3b11'/>
<id>urn:sha1:45bdbff13b383dd99f9019a3d6dda6fcda6a3b11</id>
<content type='text'>
Signed-off-by: Emanoil Kotsev &lt;deloptes@gmail.com&gt;
</content>
</entry>
<entry>
<title>Generate DBusBaseNode class to handle the empty nodes.</title>
<updated>2020-03-11T09:11:28Z</updated>
<author>
<name>Emanoil Kotsev</name>
<email>deloptes@gmail.com</email>
</author>
<published>2020-03-11T09:11:28Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=7d4929217698d7ed663732d08540420ee835bf08'/>
<id>urn:sha1:7d4929217698d7ed663732d08540420ee835bf08</id>
<content type='text'>
- 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 &lt;deloptes@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix problem with d-feet and annotation missing value attribute</title>
<updated>2019-06-29T16:56:27Z</updated>
<author>
<name>Emanoil Kotsev</name>
<email>deloptes@gmail.com</email>
</author>
<published>2019-06-29T16:56:27Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=6bead3d3d08b6405a32ea6d5fc966fc70d889824'/>
<id>urn:sha1:6bead3d3d08b6405a32ea6d5fc966fc70d889824</id>
<content type='text'>
Signed-off-by: Emanoil Kotsev &lt;deloptes@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix for issue 11 based on latest master</title>
<updated>2019-06-28T16:20:01Z</updated>
<author>
<name>Emanoil Kotsev</name>
<email>deloptes@gmail.com</email>
</author>
<published>2019-06-28T16:20:01Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=bc23ccded57d2b4cfd9eefedca7e3c1e12d7e7ca'/>
<id>urn:sha1:bc23ccded57d2b4cfd9eefedca7e3c1e12d7e7ca</id>
<content type='text'>
Signed-off-by: Emanoil Kotsev &lt;deloptes@gmail.com&gt;
</content>
</entry>
<entry>
<title>Handle primitives in signals properly (not const)</title>
<updated>2019-06-22T05:40:13Z</updated>
<author>
<name>Emanoil Kotsev</name>
<email>deloptes@gmail.com</email>
</author>
<published>2019-06-22T05:40:13Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=4e267fc57b58cb68c13d25da39cde08664b7c257'/>
<id>urn:sha1:4e267fc57b58cb68c13d25da39cde08664b7c257</id>
<content type='text'>
Signed-off-by: Emanoil Kotsev &lt;deloptes@gmail.com&gt;
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fixed direction of signals in generated code. This resolves issue #19.</title>
<updated>2019-06-20T04:56:56Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2019-06-20T04:49:54Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=81cebe1f2041581a9a8b5d03bc01848df5d95055'/>
<id>urn:sha1:81cebe1f2041581a9a8b5d03bc01848df5d95055</id>
<content type='text'>
This commit is partially based on work done by Emanoil Kotsev &lt;deloptes@gmail.com&gt;.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
Signed-off-by: Emanoil Kotsev &lt;deloptes@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed generation of Introspectable interface file. This resolves #17.</title>
<updated>2019-05-09T06:39:44Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2019-05-09T06:39:44Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=ff5fee9de2442a696cb1d4c66e621b6d8618bbbf'/>
<id>urn:sha1:ff5fee9de2442a696cb1d4c66e621b6d8618bbbf</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>missed from commit 99fc7a4311</title>
<updated>2019-04-28T09:49:33Z</updated>
<author>
<name>Emanoil Kotsev</name>
<email>deloptes@gmail.com</email>
</author>
<published>2019-04-28T09:49:33Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=755938dd30b7153447fac58bc935e0dbd6f94fc7'/>
<id>urn:sha1:755938dd30b7153447fac58bc935e0dbd6f94fc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed up names of files and classes.</title>
<updated>2019-04-28T08:21:41Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2019-04-28T08:21:41Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=6236fe90515377d8d7e291f9b3f3f779f3b09af8'/>
<id>urn:sha1:6236fe90515377d8d7e291f9b3f3f779f3b09af8</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
</feed>
