Commit Graph

706 Commits (db60dede7d236a89fb8b6aceba5e1fd2ee44d8bf)
 

Author SHA1 Message Date
Slávek Banko db60dede7d
Fix CMake build dependencies for tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8fc2a6ca26)
6 years ago
Slávek Banko cfa79f06e2
Use system libdir when searching for dynamically loaded libraries.
This prevents finding an incorrect architecture on multi-arch systems.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a859540c3)
6 years ago
Slávek Banko 4e6b9128f7
Fix SSL initialization for OpenSSL >= 1.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 43609c8a21)
6 years ago
TDE Gitea 81ae75ca14 Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
TDE Gitea 0a19e9ef85 Reset submodule main/tdelibs/admin to latest HEAD 6 years ago
Slávek Banko 24c62fe93e
Fix openssl >= 1.1 detection without pkg-config file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5de71676ac)
6 years ago
TDE Gitea f964702b03 Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
Slávek Banko c43ecb347b
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE=1.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ebf0115af1)
6 years ago
Slávek Banko 91931f112d
Use common GCC visibility test.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83e4c4d56c)
6 years ago
TDE Gitea 89bf82ed5e Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
OBATA Akio 0f8dabf7f5
Fix if-else syntax for the case missing OSS support
(cherry picked from commit dd6da7345a)
6 years ago
OBATA Akio dcca1c0797
Change to always build and install KACL
It is used by others even if missing POSIX ACL support.

(cherry picked from commit 08b7645468)
6 years ago
OBATA Akio 68ed308c37 Add some missing supplement macros for MIDI support
They are used but not defined for missing OSS support.

(cherry picked from commit 6aead73137)
6 years ago
OBATA Akio ee4a294926
Change to define __STDC_LIMIT_MACROS first
<stdint.h> (or other system headers handling the macro) may be included
indirectly from other header files (<sys/types.h> is a reasonable one).

(cherry picked from commit 9e6c88287f)
6 years ago
OBATA Akio 6f0a158d33
Convert GETMNTINFO_USES_STATVFS check to CMake
Fix to build on such platforms, it is used but not checked with CMake.

(cherry picked from commit 6716d0dfb9)
6 years ago
TDE Gitea 50aef34ec6 Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
TDE Gitea 83a5661e8f Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
TDE Gitea 5ae739bb90 Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
TDE Gitea af8aaf669f Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
TDE Gitea 0acee13fe8 Reset submodule main/tdelibs/admin to latest HEAD 6 years ago
Slávek Banko 86e5477b0e
Deleted blank line at the beginning of the file.
This prevented proper processing by extractrc.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0e892bc700)
6 years ago
TDE Gitea c2b7330a3b Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
Slávek Banko 7ae8d1cf03
Small adjustments in Kate syntax highlighting files.
+ Modify the line break in <language> tag in cpp.xml.
+ Remove UTF8 BOM from ppd.xml.
+ It allows processing by extractattr.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2040c56119)
6 years ago
TDE Gitea 669e632b85 Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
gregory guy 273a9c83a1
fix issue #3 utempter detection
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 82afa07a43)
6 years ago
Michele Calgaro a47e042892
Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850.
The FTBFS seems to happen only for some users, so this fix should help
in such cases.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6629107ba8)
6 years ago
TDE Gitea 65da65ad2c Reset submodule main/tdelibs/admin to latest HEAD 7 years ago
Slávek Banko 9841297099
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 958fa42aa9)
7 years ago
Slávek Banko 22f2dd61d8 Fix security issue CVE-2017-6410
[taken from RedHat kdelibs patches]

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a3b86c2690)
7 years ago
Slávek Banko 92a29f00ef Fix bug reports link in about dialog
Update bug reports url to bugs.trinitydesktop.org
This resolves bug 2935

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aa83c86cd3)
7 years ago
Michele Calgaro d13c74fc67 Added G-code Kate syntax highlight file.
Taken from:
https://raw.githubusercontent.com/FernV/Gcode-highlight-for-Kate/master/gcode.xml
Work from:
Copyright © 2016 by Fernand Veilleux (fernveilleux@gmail.com)
License:
Library GPL

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6734f5e47f)
7 years ago
Michele Calgaro b9d24b688e Removed duplicated zip file mimetype. This relates to bug 2794.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1b04b27b22)
7 years ago
Ray Vine d1273fab06 Removed duplicated rar file mimetype. This relates to bug 2794.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 741812689c)
7 years ago
Slávek Banko a320f51ec9 Reset submodule main/tdelibs/admin to latest HEAD 7 years ago
Slávek Banko 1ac544ec40 Reset submodule main/tdelibs/admin to latest HEAD 7 years ago
Michele Calgaro 8f7b2d1f6d Fix previous commit typo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c18840c76f)
7 years ago
Michele Calgaro 9660b50111 Fixed service lookup in KOpenWithDlg. Default is now to lookup by
desktop path and not by name, to avoid returning the wrong service when
two or more .desktop files where using the same "Name" field.
This resolves bug 2734 (together with the changes made in applications/kcmautostart)

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bcdfbb95e9)
7 years ago
Slávek Banko 9c636b46cb Reset submodule main/tdelibs/admin to latest HEAD 7 years ago
Slávek Banko cb69a491e9 Add paths to the search for utempter helper
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 98ba18d0fc)
7 years ago
Slávek Banko 6c68e92d38 Add search for utempter helper
This resolves Bug 2841

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a14adb9ab9)
7 years ago
Roman Savochenko 8193acc745 Add brightness keys support
This relates to bug 2781

Signed-off-by: Roman Savochenko <rom_as@oscada.org>
(cherry picked from commit 4dd179aaa3)
8 years ago
Slávek Banko fc9c8b690b tdeui: Update slider parameters together with changing precision of KDoubleNumInput
This relates to bug 2717 and resolves bug 2758

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2a8932682f)
8 years ago
Slávek Banko 69c87f5393 Allow openssl detection without pkg-config file
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2aa548763e)
8 years ago
Slávek Banko 88291f7e7f Fix CMake build dependencies
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1cc26703c3)
8 years ago
Slávek Banko d225bbf95e KSSL: Set hostname in TLSext to enable SNI support
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 45cf7d13eb)
8 years ago
Slávek Banko c216dddd47 KSSL: Use TLS_client_method instead of TLSv1_client_method
This enables TLS protocols newer than v1.0
This resolves bug 2764

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit adb9d9d2b0)
8 years ago
Slávek Banko d330c431b4 Fix memory leak after use XGetAtomName
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ab525f2baa)
8 years ago
Michele Calgaro 50f90e9382 Fixed code for tdefiledialog which caused the problem explained in bug
2743. Using the new code, editing the path information in a
tdefiledialog and pressing the "open/save" button will behave exactly in
the same way as if ENTER was pressed after editing the path and before
pressing "open/save".

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 05bcfa76fc)
8 years ago
Slávek Banko da37928707 testing: Run tests that use DCOP in a temporary home
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit df203a23f4)
8 years ago
Slávek Banko cb041edbef Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7cc97cb187)
8 years ago