summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Merge translation files from master branch.Automated System2025-04-155-43/+47
|
* 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-0743-193/+187
| | | | | 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)
* Merge translation files from master branch.Automated System2025-03-1421-0/+829
|
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2025-02-051-0/+0
|
* Fix building with gcc 15. This resolves issue #112Michele Calgaro2025-02-011-1/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 169841a34676151ac67711c7d05c6343fdf50697)
* Add support for Poppler >= 25.01.Slávek Banko2025-01-301-0/+10
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 17bb093e8b50ced161b5ce48c2d51364b7073928)
* Remove support for OSFMichele Calgaro2025-01-125-22/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 634a18a9e7471b135d9a1c04d6ed4a4a9a708da8)
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2025-01-091-0/+0
|
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2025-01-081-0/+0
|
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2025-01-031-0/+0
|
* Remove support for Metrowerks compilerMichele Calgaro2024-12-313-16/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5eca60a00627870ad73b24306de24dbcdf40d339)
* Remove unnecessary filesMichele Calgaro2024-12-302-110/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48f60c7db3902c1e7d7281f504fbc67e287f1f06)
* Don't use obsolete header kapp.hMichele Calgaro2024-11-071-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 17ad382f9e61a670f02a36db987de47e43282b64)
* Drop Borland compiler specific codeMichele Calgaro2024-10-311-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3989b447c3a19ecdcce2b6636863d8d7c0343b8e)
* Reset submodule main/core/tdegraphics/admin to latest HEADr14.1.3Automated System2024-09-261-0/+0
|
* Advertise WebP read support via .desktop files.Slávek Banko2024-09-103-3/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c40075a5a8caf8f83aa326cbe2b02446e853aca1)
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-016-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit efbaf44417cd599c5a5661ae4abcae60120d8a79)
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Ensure the use of C++20 standard for Poppler >= 24.04.Slávek Banko2024-05-131-1/+3
| | | | | | | This resolves issue #96. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6363c102883cd478d12b410a12ad5eab6e584228)
* Merge translation files from master branch.Automated System2024-05-111-6/+6
|
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0614-15/+15
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a6df1468eb2d64d7329a75ea54f83eb2a54d52c)
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fix FTBFS from prior commit.r14.1.2Slávek Banko2024-04-161-0/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e8ec37c62f561cf286ccbce294688360624b4636)
* Fix compatibility with C++17.Slávek Banko2024-04-151-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 03cf41d9b015fab3d30f98b50923d0c296fa9824)
* Remove unnecessary 'tde_set_project_version' from CMakeL10n.txtMichele Calgaro2024-03-171-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 08bb3071d07ffb22eadc45a7c24aa337a7e859f3)
* Use centralized cmake versionMichele Calgaro2024-03-152-7/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 53c0b7bcf6c3e390b2e18af83d3979d302921efe)
* cmake files: change keywords to lower caseMichele Calgaro2024-03-0916-19/+19
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7febd6678daafb42bfb00335211b319a0ce34458)
* Simplify poppler version definitions.Slávek Banko2024-02-217-89/+47
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 108c4a3a4ae4cdda98e46741c83666b3a7e13d03)
* Added support for poppler-24.02ormorph2024-02-193-1/+8
| | | | | | | Solution to problem #85 Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 6b9d7271f32bc029b9a5e7cf636f1c52fd55c854)
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-047-19/+19
| | | | | 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-18255-2829/+2829
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c616fab9053b07ed30508ab714de876409d82653)
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2448-372/+370
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 55cef714419f6e36e66dc75afc40682ea5c73a35)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0515-27/+27
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3849f5c32c10eba032a6738fd47331c0fa6afe1c)
* Merge translation files from master branch.Automated System2023-12-0316-127/+153
|
* Replace 'Event' #define stringsMichele Calgaro2023-12-025-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c3aa1feaab76f93138ae16090af4b2acb4dcc147)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-262-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6f8204d5e92e1524474668e99f241c4740e7020c)
* ksnapshot: add setPixmap DCOP callMavridis Philippe2023-11-253-0/+11
| | | | | | | Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab). Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit d7130aacf9ea286af38bb61578fe32a0e4ea2642)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-258-11/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 60716f5af0920804783f44ca88664dcd403e4041)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-201-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9f573969bb9c14598cb640d7f769f4d7811c4414)
* Reset submodule main/core/tdegraphics/admin to latest HEADAutomated System2023-11-101-0/+0
|