<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kvirc/src/modules/toolbareditor, branch fix/compile-without-tde</title>
<subtitle>KVirc – next generation IRC client
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/kvirc/atom?h=fix%2Fcompile-without-tde</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/kvirc/atom?h=fix%2Fcompile-without-tde'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/'/>
<updated>2026-02-05T12:05:02Z</updated>
<entry>
<title>Include moc files directly from the related source files (modules)</title>
<updated>2026-02-05T12:05:02Z</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://scm.trinitydesktop.org/cgit/kvirc/commit/?id=7dd6e31b9864a4c294530d9f52dea8e8da987778'/>
<id>urn:sha1:7dd6e31b9864a4c294530d9f52dea8e8da987778</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>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>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>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://scm.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://scm.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://scm.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://scm.trinitydesktop.org/cgit/kvirc/commit/?id=805c2821ceaddada48b346c6d11bd0dc1351a539'/>
<id>urn:sha1:805c2821ceaddada48b346c6d11bd0dc1351a539</id>
<content type='text'>
</content>
</entry>
</feed>
