<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kvirc/src/modules/toolbar, 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-01-25T11:50:48Z</updated>
<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>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://git.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>
<entry>
<title>TQt4 port kvirc</title>
<updated>2011-06-28T18:31:12Z</updated>
<author>
<name>tpearson</name>
<email>tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da</email>
</author>
<published>2011-06-28T18:31:12Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0a80cfd57d271dd44221467efb426675fa470356'/>
<id>urn:sha1:0a80cfd57d271dd44221467efb426675fa470356</id>
<content type='text'>
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238719 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
</content>
</entry>
<entry>
<title>Added KDE3 version of kvirc</title>
<updated>2010-02-24T02:13:59Z</updated>
<author>
<name>tpearson</name>
<email>tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da</email>
</author>
<published>2010-02-24T02:13:59Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6d58bb6052ac8cb01805a48c4ad2f129126116f'/>
<id>urn:sha1:a6d58bb6052ac8cb01805a48c4ad2f129126116f</id>
<content type='text'>
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1095341 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
</content>
</entry>
</feed>
