<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kvirc/src/modules/term, branch feat/cmake-conversion</title>
<subtitle>KVirc – next generation IRC client
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/kvirc/atom?h=feat%2Fcmake-conversion</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/kvirc/atom?h=feat%2Fcmake-conversion'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/'/>
<updated>2026-03-02T14:00:23Z</updated>
<entry>
<title>Convert to cmake build system</title>
<updated>2026-03-02T14:00:23Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-02-22T11:41:12Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=b905a0a686e12e30801255b62accb573a8ced687'/>
<id>urn:sha1:b905a0a686e12e30801255b62accb573a8ced687</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* (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>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>Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines</title>
<updated>2024-01-01T09:03:34Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-12-28T12:15:50Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=209ac1e561619ff446be4b3411ed74e59fff168e'/>
<id>urn:sha1:209ac1e561619ff446be4b3411ed74e59fff168e</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>Rename KLock and KTrader to avoid conflicts with KDE4</title>
<updated>2013-02-01T16:44:47Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2013-02-01T16:44:47Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=ecc4217eb93aa9efd930bab5039e0235637727de'/>
<id>urn:sha1:ecc4217eb93aa9efd930bab5039e0235637727de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename a number of libraries and executables to avoid conflicts with KDE4</title>
<updated>2013-01-26T19:12:54Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2013-01-26T19:12:54Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=ce06c80f9a59a53c86caeeffe1447e968d284b39'/>
<id>urn:sha1:ce06c80f9a59a53c86caeeffe1447e968d284b39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix FTBFS</title>
<updated>2012-05-21T06:02:09Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2012-05-21T06:02:09Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=8bf5c6f19a49fe934fa6337cdf6e066f5e9fd0ce'/>
<id>urn:sha1:8bf5c6f19a49fe934fa6337cdf6e066f5e9fd0ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix FTBFS due to missing string literal</title>
<updated>2012-05-20T06:14:19Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2012-05-20T06:14:19Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=3570afc83ef817a7fb62367c18e0a80ff01d5526'/>
<id>urn:sha1:3570afc83ef817a7fb62367c18e0a80ff01d5526</id>
<content type='text'>
</content>
</entry>
</feed>
