summaryrefslogtreecommitdiffstats
path: root/kpdf
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hHEADmasterMichele Calgaro2025-08-181-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* kpdf: fix SEGV described in issue #127.Michele Calgaro2025-05-131-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>
* KPDF Shell: fix printing actionMavridis Philippe2025-04-164-11/+42
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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>
* KPDF Shell: Add option to show close button on tabsMavridis Philippe2025-04-148-31/+92
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-072-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* KPDF Shell: add tabsMavridis Philippe2025-04-064-122/+509
| | | | | | This resolves issue #116. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Use tdestandarddirs.hMichele Calgaro2025-02-252-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-02-035-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Borland compiler specific codeMichele Calgaro2024-10-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-031-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1310-110/+110
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-217-34/+34
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-075-20/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-023-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-209-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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
|