<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tqt/src/sql, branch fix/various</title>
<subtitle>TQt toolkit
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tqt/atom?h=fix%2Fvarious</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tqt/atom?h=fix%2Fvarious'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/'/>
<updated>2024-02-29T02:59:37Z</updated>
<entry>
<title>Fix FTBFS with -qt-sql-sqlite3</title>
<updated>2024-02-29T02:59:37Z</updated>
<author>
<name>Alexander Golubev</name>
<email>fatzer2@gmail.com</email>
</author>
<published>2024-02-29T02:54:31Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=3cba79c7f5a4c3fcef587cecb7d9c4ede1e47be4'/>
<id>urn:sha1:3cba79c7f5a4c3fcef587cecb7d9c4ede1e47be4</id>
<content type='text'>
Fix FTBFS when sqlite3 sql driver is being built into the library

Signed-off-by: Alexander Golubev &lt;fatzer2@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace QT_STATIC_CONST_* with actual definitions</title>
<updated>2024-02-15T09:58:23Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-02-15T09:49:06Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=1d318a47b0b45a7f916f526de60d628302cbfd4c'/>
<id>urn:sha1:1d318a47b0b45a7f916f526de60d628302cbfd4c</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace Q_WS_* defines with TQ_WS_* equivalents</title>
<updated>2024-02-12T05:08:52Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-02-12T05:08:42Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=67bff2edcacb208dc44dcd521386bef686dc6dbf'/>
<id>urn:sha1:67bff2edcacb208dc44dcd521386bef686dc6dbf</id>
<content type='text'>
This is the first part of the replacement process.
Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*.
Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow
TDE code to continue building till replacement is carried over to all
other modules.
Once that is completed, the original Q_WS_* defines will
be removed.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT</title>
<updated>2023-12-27T10:25:43Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-12-27T10:25:43Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=fb401a891f1b426e9419c0cb16403df407138611'/>
<id>urn:sha1:fb401a891f1b426e9419c0cb16403df407138611</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN</title>
<updated>2023-09-13T04:18:58Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-09-13T04:18:58Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=1ba13366a7a377d50b9e8df9044ce11d8209f98c'/>
<id>urn:sha1:1ba13366a7a377d50b9e8df9044ce11d8209f98c</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace various Q_* and QT_* defines with TQ_* and TQT_*</title>
<updated>2023-09-07T06:14:50Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-09-06T03:45:31Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=926102a455014e6ab308aaced19e32eed7ed4414'/>
<id>urn:sha1:926102a455014e6ab308aaced19e32eed7ed4414</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix build with PostgreSQL 12+.</title>
<updated>2019-11-18T15:37:00Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-11-18T15:37:00Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=9a6ac9dde59581df39cdc6734e99e1db97b03887'/>
<id>urn:sha1:9a6ac9dde59581df39cdc6734e99e1db97b03887</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Remove bool/my_bool artifact, the 'bool' data type is part of the c++</title>
<updated>2019-11-18T12:02:48Z</updated>
<author>
<name>François Andriot</name>
<email>francois.andriot@free.fr</email>
</author>
<published>2019-11-18T12:02:48Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=90ea30a42a102ac57b26439965ec1240341c568d'/>
<id>urn:sha1:90ea30a42a102ac57b26439965ec1240341c568d</id>
<content type='text'>
language and was added to c compilers with c99.

Signed-off-by: gregory guy &lt;gregory-tde@laposte.net&gt;
</content>
</entry>
<entry>
<title>Fix FTBFS from prior commit.</title>
<updated>2019-08-31T17:29:47Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-08-31T17:29:47Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=aae0287741331748bf0c89cbe4db025bb8cf3af2'/>
<id>urn:sha1:aae0287741331748bf0c89cbe4db025bb8cf3af2</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>add MYSQL_SSL_* to the driver for MySQL connections</title>
<updated>2019-08-31T16:46:58Z</updated>
<author>
<name>Denis Kozadaev</name>
<email>denis@dilos.org</email>
</author>
<published>2019-08-13T21:20:10Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=4f528c3bd24f9bd833a559429a7960157322e445'/>
<id>urn:sha1:4f528c3bd24f9bd833a559429a7960157322e445</id>
<content type='text'>
Signed-off-by: Denis Kozadaev &lt;denis@dilos.org&gt;
</content>
</entry>
</feed>
