Commit Graph

1954 Commits (394b5ef0fb0e0555d16bced7c4c2c1b2ac1a8463)
 

Author SHA1 Message Date
TDE Gitea 394b5ef0fb Reset submodule main/core/tdelibs/libltdl to latest HEAD 2 years ago
Michele Calgaro cdf964bbc9
Update version to R14.2.0~[DEVELOPMENT]
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 6b4507c6aa
Update release version to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 548bb65da4
Add MIT license
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 15210b6100
Replace 'About Trinity' with 'About TDE' in menus and about dialog
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko c2271960d1
Use pkg-config to detect libpcsclite.
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>
2 years ago
Michele Calgaro 89f3dfb35e
Fix mangling of '@' in KURL's pretty printing.
This resolves TDE/tdepim#71.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 9cff750d6c
tdeprint: make KPrinter::setOrientation and KPrinter::setPageSize non 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>
2 years ago
Michele Calgaro ea10b6290d
tdeio: only create the internal guarded pointer for TDEIO::Job if it is 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>
2 years ago
Michele Calgaro 4d90cc6117
Add single TQObject root parent for all TDEIO::Job objects.
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>
2 years ago
Michele Calgaro 9189a0e97f
tdefile: autocalculate folder size in KPropertiesDialog only for real local items.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Gitea e13b91d5e4 Reset submodule main/core/tdelibs/admin to latest HEAD 2 years ago
TDE Gitea b13260838f Reset submodule main/core/tdelibs/admin to latest HEAD 2 years ago
ormorph 8d96e85f7d Added compatibility for hwlib support for musl
Signed-off-by: ormorph <roma251078@mail.ru>
2 years ago
ormorph daca4af7e3 Added missing semicolon to malloc.c
Signed-off-by: ormorph <roma251078@mail.ru>
2 years ago
Emanoil Kotsev e71c119a05
kded API doc page has replaced KDE with Trinity where it should not be replaced
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
2 years ago
Michele Calgaro cc4de7a3cc
Improve code of commit 856ba6b4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Ray-V 856ba6b472 Insert an explicit cast for -Wc++11-narrowing error
with a clang/i?86 build

Signed-off-by: Ray-V <ray-v@inbox.lv>
2 years ago
Slávek Banko 06a3b75538
tdehtml: Move link to JPEG_LIBRARIES where it is really used.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko 02670b9418
Fix FTBFS when backtrace is not found.
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>
2 years ago
Mavridis Philippe 819074a379
Kate Part: Ctrl+Mouse Scroll to change font size
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>
2 years ago
Michele Calgaro 4e910c2ad6
Kate: unified diff and markdown's syntax colors for diff code to green/red
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Ray-V 609a7393b2
Kate: improved markdown syntax highlighting.
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko e9571392f6
Fix `#ifdef __cplusplus` for blocks `extern "C"` in config.h.cmake.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko cb87252f7d
KSSL: Add names for OpenSSL 3.x libraries to SSL libraries search.
Use OPENSSL_SHLIB_VERSION for default libraries version.

This relates to issue #176.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Mavridis Philippe 63758dcca1
Update README.kiosk (KDE->TDE, gender neutral)
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Michele Calgaro 682b8acae4
KSSL: fixed detection of correct 'SSL_get_peer_certificate' method. This resolves incompatibility with openSSL 3.0.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 8caad52294
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro b2144c1a85
kate syntax highlighting - markdown: fixed strong emphasis visualization
and ruler's regex.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Mavridis Philippe d633f38f6f
TDEFontChooser: backport setFamilyList(...) from KOffice
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Mavridis Philippe 65ab72853b
Kate: syntax highlighting for Markdown
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>
3 years ago
Michele Calgaro 847757b965
Added missing files required by API documentation.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko eaa7f3e3d4
Fix the last wrong condition from commit 99739b6114.
Revert the wrong fix from commit 3d3e77773d.

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>
3 years ago
Mavridis Philippe 8d0bae4092
dcopclient: Added support for TQStringVariantMap
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Mavridis Philippe 5bd33795a7
dcopclient: Fix TQStringList handling.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Mavridis Philippe 46435f6c1c
dcopclient: Fixed TQMap/TQValueList display.
This fixes issue #166.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Michele Calgaro a092e96802
Minor fixup on names used in previous commit. This aligns to the names of the other tdeio slaves.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 0308047002
Add kdebug areas for tdeio slaves in applications/tdeio folder. Tidy up the whole file alignemnt.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 72c35f250a
Fixed tdelibs API visualization.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Mavridis Philippe e902187194
TDEFontDialog: Fix font style matching.
This resolves issue TDE/tde#81.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Michele Calgaro 32fc7e3ee3
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Mavridis Philippe 074267145f
Kate part: enable font style modification
This resolves issue TDE/tdebase#271.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Slávek Banko 813d99d124
Add support for Jasper 3.x.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Roman Savochenko 4a3b0d6dce Translated using Weblate (Ukrainian)
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/
3 years ago
Roman Savochenko ff4ac2c8c9 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (327 of 327 strings)

Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/
3 years ago
Roman Savochenko c84092ada6 Added translation using Weblate (Ukrainian) 3 years ago
Slávek Banko ab35068aad
TDEMarkdown: Use the file name as the document title.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 819611b11b
TDEMarkdown: Add basic actions in menu bar and toolbar.
Remove unwanted duplicate status bar.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro 785fe8b9c8 Translated using Weblate (Italian)
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/
3 years ago
Michele Calgaro c14d36a22e Translated using Weblate (Italian)
Currently translated at 100.0% (327 of 327 strings)

Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/
3 years ago