<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kvirc/src/modules/toolbareditor, 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-05T12:05:24Z</updated>
<entry>
<title>Include moc files directly from the related source files (modules)</title>
<updated>2026-02-05T12:05:24Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-02-04T01:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/commit/?id=213acc9289da7f7326d9e90f7687d4d9a1f9b028'/>
<id>urn:sha1:213acc9289da7f7326d9e90f7687d4d9a1f9b028</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit 7dd6e31b9864a4c294530d9f52dea8e8da987778)
</content>
</entry>
<entry>
<title>Fix conversion of TQString to const char*</title>
<updated>2026-02-03T13:29:46Z</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://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e3b5da5d494deeab943ddee75730945506a2283'/>
<id>urn:sha1:1e3b5da5d494deeab943ddee75730945506a2283</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit ed184e8a40a61c38536ba6b2ab3453dffe7937e5)
</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>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>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>Rename old tq methods that no longer need a unique name</title>
<updated>2011-12-19T00:14:01Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2011-12-19T00:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/commit/?id=32a249baaef1b910bffd79734c78cac3671f00f2'/>
<id>urn:sha1:32a249baaef1b910bffd79734c78cac3671f00f2</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>
