summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-01-131-0/+0
|
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Added compatibility for hwlib support for muslormorph2022-12-141-2/+2
| | | | Signed-off-by: ormorph <[email protected]>
* Added missing semicolon to malloc.cormorph2022-12-131-1/+1
| | | | Signed-off-by: ormorph <[email protected]>
* kded API doc page has replaced KDE with Trinity where it should not be replacedEmanoil Kotsev2022-11-291-5/+5
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* Improve code of commit 856ba6b4Michele Calgaro2022-11-281-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Insert an explicit cast for -Wc++11-narrowing errorRay-V2022-11-241-2/+2
| | | | | | with a clang/i?86 build Signed-off-by: Ray-V <[email protected]>
* tdehtml: Move link to JPEG_LIBRARIES where it is really used.Slávek Banko2022-11-062-1/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS when backtrace is not found.Slávek Banko2022-11-041-0/+3
| | | | | | | | | | | If backtrace is not found - for example, with Musl C library, then Backtrace_LIBRARY instead of empty value contains Backtrace_LIBRARY-NOT_FOUND. This results in all libraries listed in LINK_PRIVATE for tdecore-shared are ignored. This resolves FTBFS on Dragora and issue TDE/tde-packaging-gentoo#277. Signed-off-by: Slávek Banko <[email protected]>
* Kate Part: Ctrl+Mouse Scroll to change font sizeMavridis Philippe2022-10-191-21/+38
| | | | | | | | | | As seen in most applications out there. ;-) Signed-off-by: Mavridis Philippe <[email protected]> Fixed functionality of CTRL+Mouse Wheel when scrolling is not enabled. Signed-off-by: Michele Calgaro <[email protected]>
* Kate: unified diff and markdown's syntax colors for diff code to green/redMichele Calgaro2022-10-183-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Kate: improved markdown syntax highlighting.Ray-V2022-10-182-41/+91
| | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Fix `#ifdef __cplusplus` for blocks `extern "C"` in config.h.cmake.Slávek Banko2022-09-261-2/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* KSSL: Add names for OpenSSL 3.x libraries to SSL libraries search.Slávek Banko2022-08-231-23/+33
| | | | | | | | Use OPENSSL_SHLIB_VERSION for default libraries version. This relates to issue #176. Signed-off-by: Slávek Banko <[email protected]>
* Update README.kiosk (KDE->TDE, gender neutral)Mavridis Philippe2022-07-181-12/+12
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* KSSL: fixed detection of correct 'SSL_get_peer_certificate' method. This ↵Michele Calgaro2022-07-031-1/+2
| | | | | | resolves incompatibility with openSSL 3.0. Signed-off-by: Michele Calgaro <[email protected]>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-201-1/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* kate syntax highlighting - markdown: fixed strong emphasis visualizationMichele Calgaro2022-06-112-6/+6
| | | | | | and ruler's regex. Signed-off-by: Michele Calgaro <[email protected]>
* TDEFontChooser: backport setFamilyList(...) from KOfficeMavridis Philippe2022-06-082-2/+39
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Kate: syntax highlighting for MarkdownMavridis Philippe2022-06-084-6/+153
| | | | | | | | | | | | Source: https://github.com/claes/kate-markdown Licence: GPL or BSD (dual) Copyright 2008 Darrin Yeager. http://dyeager.org/ Extended 2009 Claes Holmerson. http://github.com/claes/kate-markdown Per mailing list recommendation by Dr. Niklaus Klepp <[email protected]> Signed-off-by: Mavridis Philippe <[email protected]>
* Added missing files required by API documentation.Michele Calgaro2022-06-073-9/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix the last wrong condition from commit ↵Slávek Banko2022-05-311-6/+10
| | | | | | | | | | | | | 99739b61143c05f7fb1157dc145e19e9c090de6e. Revert the wrong fix from commit 3d3e77773df70317267c2d471c37e9374256590d. If desktop file does not include X-TDE-Protocols property, use X-KDE-Protocols property to limit the use of TDEIO protocols for non-TDE programs. This resolves issue TDE/tdebase#224. Signed-off-by: Slávek Banko <[email protected]>
* dcopclient: Added support for TQStringVariantMapMavridis Philippe2022-05-201-0/+3
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* dcopclient: Fix TQStringList handling.Mavridis Philippe2022-05-201-1/+1
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* dcopclient: Fixed TQMap/TQValueList display.Mavridis Philippe2022-05-201-6/+6
| | | | | | This fixes issue #166. Signed-off-by: Mavridis Philippe <[email protected]>
* Minor fixup on names used in previous commit. This aligns to the names of ↵Michele Calgaro2022-05-181-7/+7
| | | | | | the other tdeio slaves. Signed-off-by: Michele Calgaro <[email protected]>
* Add kdebug areas for tdeio slaves in applications/tdeio folder. Tidy up the ↵Michele Calgaro2022-05-181-418/+425
| | | | | | whole file alignemnt. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed tdelibs API visualization.Michele Calgaro2022-05-153-30/+31
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* TDEFontDialog: Fix font style matching.Mavridis Philippe2022-05-062-12/+27
| | | | | | This resolves issue TDE/tde#81. Signed-off-by: Mavridis Philippe <[email protected]>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Kate part: enable font style modificationMavridis Philippe2022-05-031-1/+0
| | | | | | This resolves issue TDE/tdebase#271. Signed-off-by: Mavridis Philippe <[email protected]>
* Add support for Jasper 3.x.Slávek Banko2022-04-271-0/+9
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Translated using Weblate (Ukrainian)Roman Savochenko2022-04-241-5/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdelibs/tdemarkdown - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/uk/
* Translated using Weblate (Ukrainian)Roman Savochenko2022-04-241-6/+4
| | | | | | | Currently translated at 100.0% (327 of 327 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/
* Added translation using Weblate (Ukrainian)Roman Savochenko2022-04-231-0/+25
|
* TDEMarkdown: Use the file name as the document title.Slávek Banko2022-04-212-4/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* TDEMarkdown: Add basic actions in menu bar and toolbar.Slávek Banko2022-04-211-2/+16
| | | | | | Remove unwanted duplicate status bar. Signed-off-by: Slávek Banko <[email protected]>
* Translated using Weblate (Italian)Michele Calgaro2022-04-211-5/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdelibs/tdemarkdown - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2022-04-211-6/+4
| | | | | | | Currently translated at 100.0% (327 of 327 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/
* TDEMarkdown: Ensure that the loaded file content and generated HTMLSlávek Banko2022-04-201-0/+10
| | | | | | are terminated by zero terminator to avoid reading overflow. Signed-off-by: Slávek Banko <[email protected]>
* Added translation using Weblate (Italian)Michele Calgaro2022-04-201-0/+25
|
* tdehw lib: power off USB devices after ejecting them when udisks/udisks2 are ↵Michele Calgaro2022-04-201-6/+70
| | | | | | used. Signed-off-by: Michele Calgaro <[email protected]>
* TDEMarkdown: Fixed XML-GUI file path.Mavridis Philippe2022-04-201-1/+1
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Translated using Weblate (Czech)Slávek Banko2022-04-191-5/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdelibs/tdemarkdown - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2022-04-191-6/+4
| | | | | | | Currently translated at 100.0% (327 of 327 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/
* Added translation using Weblate (Czech)Slávek Banko2022-04-181-0/+25
|
* Update translation filesTDE Weblate2022-04-1885-85/+676
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/
* Add tdemarkdown part - embeddable lightweight markdown viewing component.Mavridis Philippe2022-04-1760-1/+30044
| | | | | | | | | | | | | TDEMarkdown is based on the md4c library and using TDEHTML for rendering its output. For enhanced safety, on HTML widget is turned off everything we don't need for viewing. It integrates nicely into Konqueror and supports both Commonmark and GitHub markdown syntaxes. Signed-off-by: Mavridis Philippe <[email protected]> Prepare to merge tdemarkdown into tdelibs. Signed-off-by: Slávek Banko <[email protected]>
* tdefile elf plugin: prevent SEGV when unable to open an ELF file. This ↵Michele Calgaro2022-03-271-0/+1
| | | | | | resolves issue TDE/tdebase#262. Signed-off-by: Michele Calgaro <[email protected]>
* Add pid value to debug messages.Michele Calgaro2022-03-231-11/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>