summaryrefslogtreecommitdiffstats
path: root/kpdf
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hMichele Calgaro2025-08-181-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c85b7b5ed7793fdfadd90d2801549ea55785c60b)
* KPDF: Fix fullscreen crash due to uninitialized pointerPhilippe Mavridis2025-08-101-0/+2
| | | | | | | This fixes #132. Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com> (cherry picked from commit 06b07d281dc4ed0bc23a8d276915c209a91c747b)
* kpdf: fix SEGV described in issue #127.Michele Calgaro2025-05-141-1/+4
| | | | | | | | | The crash only happens when building in debug mode. 'm_showToolBarActionr' needs to be created after the 'kpdf_part' has been created. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8988b11a110ed004adbf44e7b655362ab6791c22)
* KPDF Shell: fix printing actionr14.1.4Mavridis Philippe2025-04-164-11/+42
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 65c9ed251d7726102bff3b5f4d2c6729433be4b1)
* KPDF Shell: Instances can now be reusedMavridis Philippe2025-04-148-23/+135
| | | | | | | | | | | 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 <mavridisf@gmail.com> (cherry picked from commit 77ebecd92cef8d8c368ffb9cee3c856888456546)
* KPDF Shell: Add option to show close button on tabsMavridis Philippe2025-04-148-31/+92
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit eea9673d2a3ac7ef6f7cb5f973c502eb7af8419d)
* KPDF Shell: Fix bugs related to tabbingMavridis Philippe2025-04-144-2/+33
| | | | | | | | | | | * 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 <mavridisf@gmail.com> (cherry picked from commit 982cdfa5adaefa4f0d9dbba77a2853ef0a63a9e7)
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-072-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c7c1795c817c1f7b89046c6d9f24379143f0bf6b)
* Adjust backport commit from issue #117 for r14.1.x.Slávek Banko2025-04-061-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* KPDF Shell: add tabsMavridis Philippe2025-04-064-122/+509
| | | | | | | This resolves issue #116. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit fe0f8cd399c699103839eeba59df93feed3ca9ef)
* Drop Borland compiler specific codeMichele Calgaro2024-10-311-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3989b447c3a19ecdcce2b6636863d8d7c0343b8e)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-041-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bda52bd053029243d499bbaf14d35beb8b6e43e1)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1810-110/+110
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c616fab9053b07ed30508ab714de876409d82653)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-247-34/+34
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 55cef714419f6e36e66dc75afc40682ea5c73a35)
* Replace Qt with TQtMichele Calgaro2023-11-075-20/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b93a9330d8b06f081d4ea3d2d48cdba2b6b2ce46)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-043-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0e051a3c83fc5e121be7a0497c823ed9546157eb)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-171-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e0b799d647cf144caa7a58615e02132d9fd54809)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-219-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fce92533f86b9952f0c9cac6ca97f89c0fe6c39c)
* KPDF: Fix that KPDF does not show some fonts.r14.1.0Roman Savochenko2023-04-041-1/+1
| | | | | | This resolves issue #48 and bug 3204. Signed-off-by: Roman Savochenko <rom_as@oscada.org>
* kpdf: Drop suport for t1lib.Slávek Banko2021-12-2015-784/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Some fixes for cover page modeMavridis Philippe2021-03-081-9/+8
| | | | | | | | | | | | * 1-page shift is now taken into account for size pages. Before this change, the last page of a document with an even count of pages would have zero height and be displayed 'floating' over the page above it. * Improved code readability by using a variable to store the result of the cover page mode check. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Cover page support for KPDFMavridis Philippe2021-01-174-3/+45
| | | | | | This resolves issue #26. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-1382-106/+106
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-243-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-07-082-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS due to missing linked libraries.Michele Calgaro2020-06-143-1/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-095-76/+18
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kpdf: Enable zoom up to 800%.Slávek Banko2020-04-091-7/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix remaining brandings in tdegraphics.Chris2019-07-171-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add CMakeL10n rules.Slávek Banko2018-12-211-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed TQStringToGString, which is fundamentally wrong.Michele Calgaro2018-12-021-9/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-021-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt_includes => tqt_includes conversionSlávek Banko2018-09-261-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-202-8/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-011-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-237-0/+0
|
* Bring mouse icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-6/+6
|
* Fix incorrectly renamed stringsTimothy Pearson2015-03-011-2/+2
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-223-3/+3
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-141-1/+1
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-132-4/+4
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-3/+3
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-4/+4
| | | | match XDG specifications
* Rename the string kde toolbar widgetTimothy Pearson2014-08-071-1/+1
|
* Fix kpdf crash while closing sessionSlávek Banko2013-11-271-2/+5
| | | | This resolves Bug 1728
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-4/+4
|