summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 <slavek.banko@axis.cz>
* dcopclient: Added support for TQStringVariantMapMavridis Philippe2022-05-201-0/+3
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* dcopclient: Fix TQStringList handling.Mavridis Philippe2022-05-201-1/+1
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* dcopclient: Fixed TQMap/TQValueList display.Mavridis Philippe2022-05-201-6/+6
| | | | | | This fixes issue #166. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Fixed tdelibs API visualization.Michele Calgaro2022-05-153-30/+31
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TDEFontDialog: Fix font style matching.Mavridis Philippe2022-05-062-12/+27
| | | | | | This resolves issue TDE/tde#81. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate part: enable font style modificationMavridis Philippe2022-05-031-1/+0
| | | | | | This resolves issue TDE/tdebase#271. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Add support for Jasper 3.x.Slávek Banko2022-04-271-0/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* 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 <michele.calgaro@yahoo.it>
* TDEMarkdown: Fixed XML-GUI file path.Mavridis Philippe2022-04-201-1/+1
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <mavridisf@gmail.com> Prepare to merge tdemarkdown into tdelibs. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <michele.calgaro@yahoo.it>
* Add pid value to debug messages.Michele Calgaro2022-03-231-11/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehw lib: make sure to emit hardwareRemoved signal after removing the ↵Michele Calgaro2022-03-161-3/+8
| | | | | | device from the device list. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Turkish)Mehmet Dokuz2022-03-021-9/+10
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: tdelibs/tdespell - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdespell-desktop-files/tr/
* Translated using Weblate (Turkish)Mehmet Dokuz2022-03-021-116/+111
| | | | | | | Currently translated at 100.0% (179 of 179 strings) Translation: tdelibs/all languages Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/tr/
* Translated using Weblate (Turkish)Mehmet Dokuz2022-03-021-6/+10
| | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: tdelibs/interfaces - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/interfaces-desktop-files/tr/
* tdehw: make rtc devices appear as Timekeeping rather than Mainboard devicesAlexander Golubev2022-02-151-3/+3
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Removed HAL dependant code.Michele Calgaro2022-02-144-164/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Alexander Golubev2022-02-101-4/+4
| | | | | | | Currently translated at 100.0% (35 of 35 strings) Translation: tdelibs/tdecore - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecore-events/ru/
* Fixed issue with ICEAuthority ownership stealing when programs wereMichele Calgaro2022-02-041-0/+1
| | | | | | run using tdesu in a user session. This resolves issue TDE/tde#77. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* KSSL: Rebuilt local certificates bundleMavridis Philippe2022-02-012-0/+1233
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* KSSL: Added ISRG root certs for LetsEncryptMavridis Philippe2022-02-014-0/+50
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2022-01-281-0/+0
|
* API docs: Improve code display.Mavridis Philippe2022-01-201-0/+13
| | | | | | This also repairs the text alignment in code lines from center to left. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* API docs: Removed stray div.Mavridis Philippe2022-01-202-2/+0
| | | | | | | This fixes the issue with the left sidebar incorectly flowing to the bottom of the page. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* API docs: removed stray tagsMavridis Philippe2022-01-182-2/+2
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fix feature detections with CMakeOBATA Akio2022-01-173-37/+32
| | | | | | | | * implement missing checks with CMake * fixes and improve some detections * remove missing but unused checks Signed-off-by: OBATA Akio <obache@wizdas.com>
* Use AUTOMOC for generated sources instead of a specific rule.Slávek Banko2022-01-141-8/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-086-26/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Czech)Slávek Banko2021-12-191-4/+4
| | | | | | | Currently translated at 100.0% (6 of 6 strings) Translation: tdelibs/tdehtml - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdehtml-desktop-files/cs/
* Added alternative added(), removed(), renamed() variants.Mavridis Philippe2021-11-092-14/+52
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>