Mavridis Philippe
e11968425d
Doxygen: respect code indentation
...
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>
1 year ago
Michele Calgaro
54b5898649
Rework and fix commit 4d90cc61
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
9440fb5585
Fix FTBFS caused by previous commit
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Denis Kozadaev
ee09921685
SunOS spesific SSL pathes
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
1 year ago
Michele Calgaro
de0664d904
Drop TQT_NO_COMPAT code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
4c9d064005
Reset submodule main/core/tdelibs/libltdl to latest HEAD
1 year ago
Andrei Stepanov
74cb596c0d
Translated using Weblate (Russian)
...
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/
1 year ago
Andrei Stepanov
29f5868180
Translated using Weblate (Russian)
...
Currently translated at 100.0% (327 of 327 strings)
Translation: tdelibs/mimetypes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/
1 year ago
Andrei Stepanov
c6bc3af7fe
Added translation using Weblate (Russian)
1 year ago
Emanoil Kotsev
6c8b373f34
Do not center the content of body element in tdeapi documentation
...
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
1 year ago
Denis Kozadaev
e5acdb1b39
Add SunOS specific patches
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
1 year ago
TDE Gitea
394b5ef0fb
Reset submodule main/core/tdelibs/libltdl to latest HEAD
1 year 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>
2 years ago
Mavridis Philippe
63758dcca1
Update README.kiosk (KDE->TDE, gender neutral)
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 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>
2 years ago
Michele Calgaro
8caad52294
Use TDE cmake macro to set version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 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>
2 years ago
Mavridis Philippe
d633f38f6f
TDEFontChooser: backport setFamilyList(...) from KOffice
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 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>
2 years ago
Michele Calgaro
847757b965
Added missing files required by API documentation.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 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>
2 years ago
Mavridis Philippe
8d0bae4092
dcopclient: Added support for TQStringVariantMap
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Mavridis Philippe
5bd33795a7
dcopclient: Fix TQStringList handling.
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Mavridis Philippe
46435f6c1c
dcopclient: Fixed TQMap/TQValueList display.
...
This fixes issue #166 .
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 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