<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kvirc/src/modules/snd, branch master</title>
<subtitle>KVirc – next generation IRC client
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/kvirc/atom?h=master</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/kvirc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/'/>
<updated>2026-02-22T11:26:55Z</updated>
<entry>
<title>Fix conversion of TQString to const char* (modules)</title>
<updated>2026-02-22T11:26:55Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-02-21T02:03:45Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=16d42ec4616a84b046cd71f805a009b792a93ec9'/>
<id>urn:sha1:16d42ec4616a84b046cd71f805a009b792a93ec9</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix conversion of TQString to const char*</title>
<updated>2026-02-03T09:46:43Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-01-27T03:24:23Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=ed184e8a40a61c38536ba6b2ab3453dffe7937e5'/>
<id>urn:sha1:ed184e8a40a61c38536ba6b2ab3453dffe7937e5</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Split kvirc executable into a shared library (libkvirc) and a stub executable (kvirc).</title>
<updated>2026-01-25T10:50:57Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-01-23T11:46:26Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=f27be165c4bbcc01c6ca4ecca410f68177d117e3'/>
<id>urn:sha1:f27be165c4bbcc01c6ca4ecca410f68177d117e3</id>
<content type='text'>
Autotool builds kvirc with '-export-dynamic', which exports all global symbols from the main executable to the dynamic symbol table. This allows 'modules' to access those symbols and build successfully.
CMake build kvirc without '-export-dynamic' and with hidden symbol visibitily by default, resulting in FTBFS when the build process reaches the 'modules' part. This is caused by the modules referring to symbols define in code under the 'src/kvirc' folder
Splitting 'kvirc' into an additional 'libkvirc' shared library plus a simple executable stub that creates the application and run it, allows modules to be linked against the library part and build successfully also with cmake.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace TRUE/FALSE with boolean values true/false</title>
<updated>2025-03-22T05:27:39Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-03-22T05:06:03Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=291b4f5da2f98283b7c98ee90401df7c3cb34dad'/>
<id>urn:sha1:291b4f5da2f98283b7c98ee90401df7c3cb34dad</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace Qt with TQt</title>
<updated>2024-04-02T07:49:11Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-02-20T02:46:59Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=f887a3ee8f51b158ffb32d88e1489a6f2e0a9dbb'/>
<id>urn:sha1:f887a3ee8f51b158ffb32d88e1489a6f2e0a9dbb</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace Q_OBJECT with TQ_OBJECT</title>
<updated>2023-07-20T04:09:37Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-07-20T03:56:44Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=6df27473e52921dbfb268945c748639f1cf806e4'/>
<id>urn:sha1:6df27473e52921dbfb268945c748639f1cf806e4</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix build with a clean TQt namespace.</title>
<updated>2018-10-29T17:21:41Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2018-10-29T17:21:41Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=7cc4356bc2eceb5a66c2263bff44aa472d2ca290'/>
<id>urn:sha1:7cc4356bc2eceb5a66c2263bff44aa472d2ca290</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Remove spurious TQ_OBJECT instances</title>
<updated>2012-02-17T22:01:21Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2012-02-17T22:01:21Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=f988857fcf5b44899af08ef475d9a29c675b3731'/>
<id>urn:sha1:f988857fcf5b44899af08ef475d9a29c675b3731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename include subdirectory to tde</title>
<updated>2012-02-08T00:17:08Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2012-02-08T00:17:08Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=019ace5e6b5af24c8fadcf96192f33a27e1a5d75'/>
<id>urn:sha1:019ace5e6b5af24c8fadcf96192f33a27e1a5d75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename the following methods:</title>
<updated>2011-08-10T06:08:18Z</updated>
<author>
<name>tpearson</name>
<email>tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da</email>
</author>
<published>2011-08-10T06:08:18Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=72aaee9802d447ee21340b011856b9b355a58f1a'/>
<id>urn:sha1:72aaee9802d447ee21340b011856b9b355a58f1a</id>
<content type='text'>
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
</content>
</entry>
</feed>
