<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dbus-1-tqt/src/tools/dbusxml2qt3/main.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>2023-03-24T01:34:49Z</updated>
<entry>
<title>Fix the missing code generation for Introspect interface,</title>
<updated>2023-03-24T01:34:49Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2023-03-23T18:00:30Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=fd60f35194230d82745e75e1856ccfd73b0153e5'/>
<id>urn:sha1:fd60f35194230d82745e75e1856ccfd73b0153e5</id>
<content type='text'>
if the interface is defined in the XML file.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Ensure that the Introspect method will not be considered a signal</title>
<updated>2023-03-23T17:01:36Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2023-03-23T17:01:36Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=36de09db63f65a38817663a7623002daa0b28ea2'/>
<id>urn:sha1:36de09db63f65a38817663a7623002daa0b28ea2</id>
<content type='text'>
in the automatically added Introspectable interface.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Fix #25 dbusxml2qt3 root node with no name</title>
<updated>2020-05-29T05:14:30Z</updated>
<author>
<name>Emanoil Kotsev</name>
<email>deloptes@gmail.com</email>
</author>
<published>2020-05-28T20:02:23Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=aaca9aafc865dca5c55b086aafad4168b40493d4'/>
<id>urn:sha1:aaca9aafc865dca5c55b086aafad4168b40493d4</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>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>Make the use of the class name requested by the -c</title>
<updated>2019-05-02T06:38:44Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-04-30T18:01:32Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=3dee246575c7f9bf449c24ab6658c70af570e1bb'/>
<id>urn:sha1:3dee246575c7f9bf449c24ab6658c70af570e1bb</id>
<content type='text'>
command line option consistent.

This resolves issue #14.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Adjusting class name moved from generators to caller.</title>
<updated>2019-04-30T16:23:59Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-04-30T16:23:59Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=20daa8eecb0f04133aad4771d88076c349fcefd6'/>
<id>urn:sha1:20daa8eecb0f04133aad4771d88076c349fcefd6</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Fixed problem with interface file name generation and inclusion. This</title>
<updated>2019-04-30T14:24:46Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2019-04-30T14:24:46Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=d3ff70c037825a37a7c40f12955397ad063f91f7'/>
<id>urn:sha1:d3ff70c037825a37a7c40f12955397ad063f91f7</id>
<content type='text'>
relates to #5.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fixed previous commit. The name of the included moc file needs to be taken from the specified basename when available. The location of</title>
<updated>2019-04-29T16:04:39Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2019-04-29T16:04:39Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=415cca8630022e155ce159696ece272a6661ddc5'/>
<id>urn:sha1:415cca8630022e155ce159696ece272a6661ddc5</id>
<content type='text'>
the function call was also wrong.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</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>
