<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kvirc/src/modules/mircimport, branch r14.1.x</title>
<subtitle>KVirc – next generation IRC client
</subtitle>
<id>https://git.trinitydesktop.org/cgit/kvirc/atom?h=r14.1.x</id>
<link rel='self' href='https://git.trinitydesktop.org/cgit/kvirc/atom?h=r14.1.x'/>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/'/>
<updated>2026-02-22T11:27:14Z</updated>
<entry>
<title>Fix conversion of TQString to const char* (modules)</title>
<updated>2026-02-22T11:27:14Z</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://git.trinitydesktop.org/cgit/kvirc/commit/?id=dc40ab2b60be916a25f3ab41aa8a51133a0e5d97'/>
<id>urn:sha1:dc40ab2b60be916a25f3ab41aa8a51133a0e5d97</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit 16d42ec4616a84b046cd71f805a009b792a93ec9)
</content>
</entry>
<entry>
<title>Split kvirc executable into a shared library (libkvirc) and a stub executable (kvirc).</title>
<updated>2026-01-25T11:50:48Z</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://git.trinitydesktop.org/cgit/kvirc/commit/?id=bc036f44f45388b6582f6f059a13443a4bd6a5e7'/>
<id>urn:sha1:bc036f44f45388b6582f6f059a13443a4bd6a5e7</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;
(cherry picked from commit f27be165c4bbcc01c6ca4ecca410f68177d117e3)
</content>
</entry>
<entry>
<title>Add visibility attributes to library functions</title>
<updated>2026-01-25T10:42:13Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-01-20T10:27:15Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/commit/?id=618646adfaae4db8e4b8e1a59df098a8802a3e90'/>
<id>urn:sha1:618646adfaae4db8e4b8e1a59df098a8802a3e90</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit 5f11552ae34058d7f0db5c78812096352c639602)
</content>
</entry>
<entry>
<title>Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines</title>
<updated>2024-01-01T11:33:17Z</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://git.trinitydesktop.org/cgit/kvirc/commit/?id=677dae3bd35bd025d338292a296632d3d2f183e4'/>
<id>urn:sha1:677dae3bd35bd025d338292a296632d3d2f183e4</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit 209ac1e561619ff446be4b3411ed74e59fff168e)
</content>
</entry>
<entry>
<title>Replace Q_OBJECT with TQ_OBJECT</title>
<updated>2023-07-24T02:15:30Z</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://git.trinitydesktop.org/cgit/kvirc/commit/?id=e6270284cf06b220a9bef9267561aac7b9d485a9'/>
<id>urn:sha1:e6270284cf06b220a9bef9267561aac7b9d485a9</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit 6df27473e52921dbfb268945c748639f1cf806e4)
</content>
</entry>
<entry>
<title>Fix invalid headers in PNG files and optimize for size</title>
<updated>2016-07-23T23:04:16Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2016-07-23T23:04:16Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/commit/?id=72db948aa604ee7a360123208534c5aa440be22a'/>
<id>urn:sha1:72db948aa604ee7a360123208534c5aa440be22a</id>
<content type='text'>
</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://git.trinitydesktop.org/cgit/kvirc/commit/?id=f988857fcf5b44899af08ef475d9a29c675b3731'/>
<id>urn:sha1:f988857fcf5b44899af08ef475d9a29c675b3731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove additional unneeded tq method conversions</title>
<updated>2011-12-19T17:40:04Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2011-12-19T17:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/commit/?id=f91149819be7e7f45e68f22876f3c0062a11d4b9'/>
<id>urn:sha1:f91149819be7e7f45e68f22876f3c0062a11d4b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Rename a number of old tq methods that are no longer tq specific"</title>
<updated>2011-12-16T15:57:20Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2011-12-16T15:57:20Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c6611272c2bc4a42580848946c8c5d81bb0409c7'/>
<id>urn:sha1:c6611272c2bc4a42580848946c8c5d81bb0409c7</id>
<content type='text'>
This reverts commit 805c2821ceaddada48b346c6d11bd0dc1351a539.
</content>
</entry>
<entry>
<title>Rename a number of old tq methods that are no longer tq specific</title>
<updated>2011-12-15T21:33:07Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2011-12-15T21:33:07Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/commit/?id=805c2821ceaddada48b346c6d11bd0dc1351a539'/>
<id>urn:sha1:805c2821ceaddada48b346c6d11bd0dc1351a539</id>
<content type='text'>
</content>
</entry>
</feed>
