summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20657-921/+915
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdelibs/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-198-24/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1254-271/+271
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Polish)Marek W2023-07-071-12/+11
| | | | | | | Currently translated at 98.4% (323 of 328 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/
* Translated using Weblate (Ukrainian)Roman Savochenko2023-07-051-6/+6
| | | | | | | Currently translated at 100.0% (328 of 328 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/
* Translated using Weblate (Czech)Slávek Banko2023-07-021-4/+4
| | | | | | | Currently translated at 100.0% (328 of 328 strings) Translation: tdelibs/mimetypes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/
* Update translation filesTDE Weblate2023-06-3085-87/+512
| | | | | | | 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/
* Update translation template.Automated System2023-06-301-1/+6
|
* Add Gentoo ebuild mime type. This resolves issue #211.Michele Calgaro2023-06-283-1/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix functionality broken by commit 8233b2e5.Michele Calgaro2023-06-241-6/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-06-204-6/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Doxygen: respect code indentationMavridis Philippe2023-06-131-0/+1
| | | | | | | | With this commit, when viewing the source code of a file in the Trinity API docs (e.g. http://trinitydesktop.org/docs/trinity/tdelibs/tdeui/html/kkeydialog_8cpp_source.html) the line is correctly indented by using the `white-space: pre;` CSS rule. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Rework and fix commit 4d90cc61Michele Calgaro2023-06-121-2/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS caused by previous commitMichele Calgaro2023-06-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* SunOS spesific SSL pathesDenis Kozadaev2023-06-121-2/+11
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-106-6/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>