<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tdewebdev/quanta/components/debugger, branch r14.1.x</title>
<subtitle>TDE web development programs
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tdewebdev/atom?h=r14.1.x</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tdewebdev/atom?h=r14.1.x'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/'/>
<updated>2026-03-23T09:15:20Z</updated>
<entry>
<title>Remove use of TDE_VERSION</title>
<updated>2026-03-23T09:15:20Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-03-23T02:59:03Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=501fad38f6af4fa3da80568533eda7f1a0f8545a'/>
<id>urn:sha1:501fad38f6af4fa3da80568533eda7f1a0f8545a</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit c2f28aadde2e2e12594c4d0b8d334254dc76a712)
</content>
</entry>
<entry>
<title>Replace Q_SIGNALS and Q_SLOTS</title>
<updated>2024-02-06T01:20:02Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-02-05T02:20:32Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=48c2f91aee7fffc81968e318bd033b127d3ee043'/>
<id>urn:sha1:48c2f91aee7fffc81968e318bd033b127d3ee043</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit d567067b8302ba24a6ac8979db29cfaadc1875e8)
</content>
</entry>
<entry>
<title>Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines</title>
<updated>2024-01-21T14:13:10Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-01-14T05:38:52Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd3ce2e1c41671cffcb72c90f88f536269079869'/>
<id>urn:sha1:dd3ce2e1c41671cffcb72c90f88f536269079869</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit 931991843ab3b6b0b0157dd433c226f7fc2ebc1b)
</content>
</entry>
<entry>
<title>Replace Q_OBJECT with TQ_OBJECT</title>
<updated>2023-07-21T08:23:37Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-07-20T06:08:11Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=309a672de7972615f51ea2dc4a987deecf8b18b5'/>
<id>urn:sha1:309a672de7972615f51ea2dc4a987deecf8b18b5</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit 93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa)
</content>
</entry>
<entry>
<title>Remove unnecessary accelerators from .ui files</title>
<updated>2022-09-18T04:53:04Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2022-09-18T04:53:04Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=aecfb2bff4ca6ce3624fb7c6f913511ef7a2cdbc'/>
<id>urn:sha1:aecfb2bff4ca6ce3624fb7c6f913511ef7a2cdbc</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Added translation of .desktop files.</title>
<updated>2021-05-05T17:55:36Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2021-03-15T23:02:31Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=9b215fd2af36fbe86fc507d0cb3bba415c88fb58'/>
<id>urn:sha1:9b215fd2af36fbe86fc507d0cb3bba415c88fb58</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Fix FTBFS with CMake build:</title>
<updated>2021-03-12T02:34:03Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2021-03-12T02:34:03Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=f4edc50e4756b2289254ee308223faed9be6a2c7'/>
<id>urn:sha1:f4edc50e4756b2289254ee308223faed9be6a2c7</id>
<content type='text'>
+ Determine TQt and TDE include directories as SYSTEM.
  It solves priority for #include "..." × #include &lt;...&gt;
+ Additional linked libraries.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Conversion to the cmake building system.</title>
<updated>2021-03-11T14:04:14Z</updated>
<author>
<name>gregory guy</name>
<email>g-gregory@gmx.fr</email>
</author>
<published>2019-06-28T13:14:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=4c43d1fbb66a296958ed1d0dbddf3f8ac4466130'/>
<id>urn:sha1:4c43d1fbb66a296958ed1d0dbddf3f8ac4466130</id>
<content type='text'>
Delete empty files (dummy.cpp, xsldbgconfig.h).
Remove hard-coded path for the kmdr-executor executable.
Replaced $TQTDIR/doc/html string path for TQTDOCDIR in kommander.
Add man pages taken from the Debian packaging.

Signed-off-by: gregory guy &lt;gregory-tde@laposte.net&gt;

Fix linking - kxsldbgcommon-static and  kimagemapeditorcommon-static needs to be embedded.
Move the linking of xml and readline libraries to the appropriate static libraries.
Add build option WITH_QUANTA_CVSSERVICE.
Add a test whether the readline can be linked standalone or whether ncurses is needed.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>LIB_QT -&gt; LIB_TQT conversion to align to updated admin module</title>
<updated>2018-09-17T14:19:59Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-09-17T14:19:59Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=af63bdbe119ca26a20cee09e3e30d73e6b695e45'/>
<id>urn:sha1:af63bdbe119ca26a20cee09e3e30d73e6b695e45</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance</title>
<updated>2014-10-13T20:43:59Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2014-10-13T20:43:59Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdewebdev/commit/?id=3a347442a45a0631beade76b2870e6c823c2304c'/>
<id>urn:sha1:3a347442a45a0631beade76b2870e6c823c2304c</id>
<content type='text'>
</content>
</entry>
</feed>
