TDE Gitea
5c2b0a1494
Reset submodule main/core/tdelibs/admin to latest HEAD
1 year ago
Michele Calgaro
7073100361
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 36c049e135
)
1 year ago
TDE Gitea
08eacf589a
Merge translation files from master branch.
1 year ago
TDE Gitea
21eca98b14
Merge translation files from master branch.
1 year ago
TDE Gitea
67283752b8
Merge translation files from master branch.
1 year ago
TDE Gitea
e44cba946f
Merge translation files from master branch.
1 year ago
TDE Gitea
0b6d6bf374
Update translation template.
1 year ago
Michele Calgaro
e7912d059c
Add Gentoo ebuild mime type. This resolves issue #211 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d0dcf302a8
)
1 year ago
Mavridis Philippe
ae7f97b2dd
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>
(cherry picked from commit e11968425d
)
1 year ago
Michele Calgaro
41336d84c9
Rework and fix commit 4d90cc61
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 54b5898649
)
1 year ago
Michele Calgaro
605ad06ae3
Fix FTBFS caused by previous commit
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9440fb5585
)
1 year ago
Denis Kozadaev
e02f27b042
SunOS spesific SSL pathes
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit ee09921685
)
1 year ago
Michele Calgaro
eebb278115
Drop TQT_NO_COMPAT code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit de0664d904
)
1 year ago
TDE Gitea
1070f24afc
Reset submodule main/core/tdelibs/libltdl to latest HEAD
1 year ago
TDE Gitea
bb3d7ccc7b
Merge translation files from master branch.
1 year ago
Emanoil Kotsev
ad87bef297
Do not center the content of body element in tdeapi documentation
...
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 6c8b373f34
)
1 year ago
Denis Kozadaev
227cd7b44b
Add SunOS specific patches
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit e5acdb1b39
)
1 year ago
TDE Gitea
b7a4d45c14
Reset submodule main/core/tdelibs/libltdl to latest HEAD
1 year ago
TDE Gitea
1933f94ecc
Merge translation files from master branch.
2 years ago
Michele Calgaro
c4006e0eb7
Update version to R14.1.1~[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