<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tqt/src/codecs, 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-03-29T18:31:02Z</updated>
<entry>
<title>TQTextCodec: avoid dangling pointer to current locale's codec</title>
<updated>2024-03-29T18:31:02Z</updated>
<author>
<name>Alexander Golubev</name>
<email>fatzer2@gmail.com</email>
</author>
<published>2024-03-29T15:14:14Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=10bd40911eed8b1bc37d56797c46d52f4357bc65'/>
<id>urn:sha1:10bd40911eed8b1bc37d56797c46d52f4357bc65</id>
<content type='text'>
This fixes crashes cause by dangling pointer returned from
TQTextCodec::codecForLocale().  That might happen when tqWarning() and
such are called during final cleanup.

Signed-off-by: Alexander Golubev &lt;fatzer2@gmail.com&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>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>Remove Qt4 related stuff</title>
<updated>2023-07-09T14:09:59Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-07-09T14:09:59Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=83991febd2b98788a0a018e187de0dfb7d95b500'/>
<id>urn:sha1:83991febd2b98788a0a018e187de0dfb7d95b500</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>QT_NO_* -&gt; TQT_NO_* renaming.</title>
<updated>2018-10-17T10:46:30Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-10-17T10:46:30Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=69d87202cb139ffe9e4b3ce92e434523b7b09b64'/>
<id>urn:sha1:69d87202cb139ffe9e4b3ce92e434523b7b09b64</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Conversion QT_THREAD_SUPPORT -&gt; TQT_THREAD_SUPPORT. This is part of the</title>
<updated>2018-09-16T13:30:57Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-09-16T13:30:57Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=02964eb384e1b5a73a198d04262497607d81e38f'/>
<id>urn:sha1:02964eb384e1b5a73a198d04262497607d81e38f</id>
<content type='text'>
qt-&gt;tqt conversion and is required to align to corresponding patch for
common/admin module.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Automated update from Qt3</title>
<updated>2015-03-06T02:59:01Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2015-03-06T02:59:01Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=dfb87398c72e9248aa709ae212e6ab7f2209003d'/>
<id>urn:sha1:dfb87398c72e9248aa709ae212e6ab7f2209003d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automated update from Qt3</title>
<updated>2013-05-08T02:58:34Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2013-05-08T02:58:34Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=c740211ffba3330d951f4c3ddefea8edf23a01cd'/>
<id>urn:sha1:c740211ffba3330d951f4c3ddefea8edf23a01cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automated update from Qt3</title>
<updated>2012-12-02T05:30:53Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2012-12-02T05:30:53Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tqt/commit/?id=6955a7ebe3c3a0ae2af416fc57ca1f3e9af0ecc3'/>
<id>urn:sha1:6955a7ebe3c3a0ae2af416fc57ca1f3e9af0ecc3</id>
<content type='text'>
</content>
</entry>
</feed>
