<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tdegraphics/kpdf/shell/shell.h, branch master</title>
<subtitle>TDE graphics utilities
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tdegraphics/atom?h=master</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tdegraphics/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/'/>
<updated>2025-12-06T06:11:38Z</updated>
<entry>
<title>kpdf: fix crash when requested to shutdown from the session manager or dcop. This resolves issue #139</title>
<updated>2025-12-06T06:11:38Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-11-29T09:51:54Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=2ce559458e5803dca8d98664d954b0108a72efbb'/>
<id>urn:sha1:2ce559458e5803dca8d98664d954b0108a72efbb</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>KPDF Shell: fix printing action</title>
<updated>2025-04-16T08:02:42Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2025-04-16T07:58:59Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=65c9ed251d7726102bff3b5f4d2c6729433be4b1'/>
<id>urn:sha1:65c9ed251d7726102bff3b5f4d2c6729433be4b1</id>
<content type='text'>
Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>KPDF Shell: Instances can now be reused</title>
<updated>2025-04-14T16:07:32Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2025-04-09T12:31:05Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=77ebecd92cef8d8c368ffb9cee3c856888456546'/>
<id>urn:sha1:77ebecd92cef8d8c368ffb9cee3c856888456546</id>
<content type='text'>
This commit adds support for reusing existing KPDF instances to display externally opened documents in new tabs instead of new windows.
The feature depends on whether the corresponding option is checked and on whether KPDF is invoked with any URLs.

This commit adds a DCOP interface which contains tab-related methods.
Also breakoff tabs are now launched in a new instance instead of creating a new Shell widget in the same app, as this causes problems with the KPDFShellDCOPInterface. As a useful bonus, the new "--new-instance" CLI switch is now available to users and scripts.

Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>KPDF Shell: Add option to show close button on tabs</title>
<updated>2025-04-14T16:07:27Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2025-04-09T14:18:28Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=eea9673d2a3ac7ef6f7cb5f973c502eb7af8419d'/>
<id>urn:sha1:eea9673d2a3ac7ef6f7cb5f973c502eb7af8419d</id>
<content type='text'>
Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>KPDF Shell: Fix bugs related to tabbing</title>
<updated>2025-04-14T16:07:27Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2025-04-09T12:51:42Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=982cdfa5adaefa4f0d9dbba77a2853ef0a63a9e7'/>
<id>urn:sha1:982cdfa5adaefa4f0d9dbba77a2853ef0a63a9e7</id>
<content type='text'>
* Update tab caption when user opens another document
* Fix activation event setting window/tab title to full URL
* Add tooltip with full path to tabs

Resolves #119.

Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>KPDF Shell: add tabs</title>
<updated>2025-04-06T12:03:27Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2025-04-05T22:24:17Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=fe0f8cd399c699103839eeba59df93feed3ca9ef'/>
<id>urn:sha1:fe0f8cd399c699103839eeba59df93feed3ca9ef</id>
<content type='text'>
This resolves issue #116.

Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace Q_OBJECT with TQ_OBJECT</title>
<updated>2023-07-20T06:06:30Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-07-20T06:06:30Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=fce92533f86b9952f0c9cac6ca97f89c0fe6c39c'/>
<id>urn:sha1:fce92533f86b9952f0c9cac6ca97f89c0fe6c39c</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Removed code formatting modelines.</title>
<updated>2020-09-24T14:49:31Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2020-09-24T14:49:31Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=dd734d4130d80c5613c5a33cc304430210467899'/>
<id>urn:sha1:dd734d4130d80c5613c5a33cc304430210467899</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Rename a number of classes to enhance compatibility with KDE4</title>
<updated>2013-02-01T21:12:51Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2013-02-01T21:12:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=65eca7929c22f0f0bc64135c02d85d1243df376c'/>
<id>urn:sha1:65eca7929c22f0f0bc64135c02d85d1243df376c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename a number of libraries and executables to avoid conflicts with KDE4</title>
<updated>2013-01-26T19:17:19Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2013-01-26T19:17:19Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdegraphics/commit/?id=00b4f54142276b0e2272ca56e48558551ab7b2b0'/>
<id>urn:sha1:00b4f54142276b0e2272ca56e48558551ab7b2b0</id>
<content type='text'>
</content>
</entry>
</feed>
