<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tqt/src, branch feat/cmakeConv</title>
<subtitle>TQt toolkit
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tqt/atom?h=feat%2FcmakeConv</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tqt/atom?h=feat%2FcmakeConv'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/'/>
<updated>2024-03-02T17:52:12Z</updated>
<entry>
<title>Conversion to the cmake building system.</title>
<updated>2024-03-02T17:52:12Z</updated>
<author>
<name>gregory guy</name>
<email>gregory-tde@laposte.net</email>
</author>
<published>2021-03-15T14:32:40Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=12bd9b6b2bba50da9c3444dfb42b985ed2a6a7c1'/>
<id>urn:sha1:12bd9b6b2bba50da9c3444dfb42b985ed2a6a7c1</id>
<content type='text'>
Signed-off-by: gregory guy &lt;gregory-tde@laposte.net&gt;
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>avoid translating the /qt/XIMInputStyle options when saving into config</title>
<updated>2024-03-02T04:26:45Z</updated>
<author>
<name>Alexander Golubev</name>
<email>fatzer2@gmail.com</email>
</author>
<published>2024-03-02T03:57:42Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=34587584ab80fd696cc9d73dda1326f175125ddf'/>
<id>urn:sha1:34587584ab80fd696cc9d73dda1326f175125ddf</id>
<content type='text'>
Also use "On The Spot" as the default when the setting in the config is
incorrect.

Signed-off-by: Alexander Golubev &lt;fatzer2@gmail.com&gt;
</content>
</entry>
<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>Remove original Q_WS_* defines</title>
<updated>2024-02-20T01:27:04Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-02-15T03:41:38Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=77697cb46ca8744e89cadadae81ee8c0df3e2dbd'/>
<id>urn:sha1:77697cb46ca8744e89cadadae81ee8c0df3e2dbd</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&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>Fix potential buffer overflow in debug functions.</title>
<updated>2023-12-26T03:01:49Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2023-12-26T02:29:40Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=a9d178f1000475ba1727ffe123a2c54585488c01'/>
<id>urn:sha1:a9d178f1000475ba1727ffe123a2c54585488c01</id>
<content type='text'>
This resolves issue #70.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Add support for HistoryBackButton and HistoryForwardButton</title>
<updated>2023-12-16T16:18:14Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2023-12-01T19:20:22Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=aec0061106cfff96bb21499850c863b0054ecb5f'/>
<id>urn:sha1:aec0061106cfff96bb21499850c863b0054ecb5f</id>
<content type='text'>
This resolves TDE/tdebase#421.

Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version</title>
<updated>2023-09-23T03:42:20Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-09-23T03:42:20Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=b35e0845dc9b3c8b9a5e52a682c769f383933fae'/>
<id>urn:sha1:b35e0845dc9b3c8b9a5e52a682c769f383933fae</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
</feed>
