summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Reset submodule main/core/tdelibs/libltdl to latest HEADAutomated System2023-06-081-0/+0
|
* Translated using Weblate (Russian)Andrei Stepanov2023-06-041-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/ru/
* Translated using Weblate (Russian)Andrei Stepanov2023-06-041-8/+7
| | | | | | | Currently translated at 100.0% (327 of 327 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/
* Added translation using Weblate (Russian)Andrei Stepanov2023-06-031-0/+25
|
* Do not center the content of body element in tdeapi documentationEmanoil Kotsev2023-05-311-1/+0
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Add SunOS specific patchesDenis Kozadaev2023-05-2213-14/+100
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Reset submodule main/core/tdelibs/libltdl to latest HEADAutomated System2023-05-161-0/+0
|
* Update version to R14.2.0~[DEVELOPMENT]Michele Calgaro2023-04-262-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update release version to R14.1.0r14.1.0Michele Calgaro2023-04-161-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add MIT licenseMichele Calgaro2023-03-265-3/+25
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'About Trinity' with 'About TDE' in menus and about dialogMichele Calgaro2023-03-233-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use pkg-config to detect libpcsclite.Slávek Banko2023-03-171-13/+16
| | | | | | | Test the presence of libpcsclite, libpkcs11-helper-1, opensc-pkcs11 and libcryptsetup only if the tdehw library is built. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix mangling of '@' in KURL's pretty printing.Michele Calgaro2023-03-061-1/+1
| | | | | | This resolves TDE/tdepim#71. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeprint: make KPrinter::setOrientation and KPrinter::setPageSize non ↵Michele Calgaro2023-03-052-6/+12
| | | | | | | | locking by default and add ability to specify their locking behavior. This is a backward compatible API change and a non compatible ABI change. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeio: only create the internal guarded pointer for TDEIO::Job if it is ↵Michele Calgaro2023-02-141-7/+25
| | | | | | really required. This fix avoid creation and destruction of unnecessary TQObjects and helps speeding up operations which requires lot of Jobs. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add single TQObject root parent for all TDEIO::Job objects.Michele Calgaro2023-02-131-1/+3
| | | | | | | This helps keeping the object root list shorter, speeding up operations which require lot of TQObject trees. This relates to TDE/tdebase#309. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefile: autocalculate folder size in KPropertiesDialog only for real local ↵Michele Calgaro2023-02-091-2/+2
| | | | | | items. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <roma251078@mail.ru>
* Added missing semicolon to malloc.cormorph2022-12-131-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* 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 <deloptes@gmail.com>
* Improve code of commit 856ba6b4Michele Calgaro2022-11-281-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <ray-v@inbox.lv>
* tdehtml: Move link to JPEG_LIBRARIES where it is really used.Slávek Banko2022-11-062-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* 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 <mavridisf@gmail.com> Fixed functionality of CTRL+Mouse Wheel when scrolling is not enabled. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate: unified diff and markdown's syntax colors for diff code to green/redMichele Calgaro2022-10-183-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate: improved markdown syntax highlighting.Ray-V2022-10-182-41/+91
| | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix `#ifdef __cplusplus` for blocks `extern "C"` in config.h.cmake.Slávek Banko2022-09-261-2/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* Update README.kiosk (KDE->TDE, gender neutral)Mavridis Philippe2022-07-181-12/+12
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-201-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kate syntax highlighting - markdown: fixed strong emphasis visualizationMichele Calgaro2022-06-112-6/+6
| | | | | | and ruler's regex. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TDEFontChooser: backport setFamilyList(...) from KOfficeMavridis Philippe2022-06-082-2/+39
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <dr.klepp@gmx.at> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Added missing files required by API documentation.Michele Calgaro2022-06-073-9/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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/