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
6 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
)
6 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
)
6 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
)
6 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
)
6 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
)
6 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
)
6 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
)
7 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
)
7 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
)
7 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
)
7 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
)
7 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
)
7 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
)
7 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
)
7 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
)
7 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
)
7 years ago
Slávek Banko
eac0d38823
testing: fix execution of test tdeabc/vcardparser/testread2 with CMake older than 2.8.4
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d8d8c5e060
)
7 years ago
Michele Calgaro
192338ff19
Fixed javascript syntax highlighting in Kate
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b14a2da3b9
)
7 years ago
Slávek Banko
cce22677ba
testing: fix utf8 handling in tdeabc/testread2
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e305bd818c
)
7 years ago
Slávek Banko
3adc5018bf
testing: disable tdeabc/testldapclient
...
Test requires running TDE session and access
to a foreign ldap server on the Internet.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 24b4a81573
)
7 years ago
Slávek Banko
6af3551328
testing: run tdeio/kmimetypetest with temporary profile
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4d3d8d8653
)
7 years ago
Slávek Banko
3c559266a6
testing: fix bash specific syntax in dcop test
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 30d5bd4d72
)
7 years ago
Slávek Banko
a62d3fbeee
testing: fix build of tdewallet tests with hidden visibility
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5c6425de42
)
7 years ago
Alexander Golubev
73423048c5
tdeui & tdewallet: add tests
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 16a176dab1
)
7 years ago
Alexander Golubev
933dc8a3f8
tdeio: add tests
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit ed74769bfa
)
7 years ago
Alexander Golubev
a6435d8bbc
fixup! tdecore/tdeconfig_compiler: add check/test executables
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d556a8752c
)
7 years ago
Alexander Golubev
30c0e86109
dcop/tests: run dcop tests in a safer manner
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f2d8e88f09
)
7 years ago
Slávek Banko
8e0f94f7d9
tdecore/tdeconfig_compiler: Always use tqt names of objects in the generated files
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 68d315af10
)
7 years ago
Alexander Golubev
eac6bd0980
tdecore/tdeconfig_compiler: add check/test executables
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 57e73e9e4c
)
7 years ago
Alexander Golubev
b285b4e15f
testing: add TEST argument to tde_add_check_executable() macro
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 7e73e618d0
)
7 years ago
Alexander Golubev
398e96f211
tdeabc: update the tests for vcardparser to run them in a new way
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 64b2c52817
)
7 years ago
Alexander Golubev
90e7e48e10
tdeabc: make the testldapclient app non-gui
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 37c9f23df5
)
7 years ago
Alexander Golubev
0b91193d5d
tdecore: fix a crash of dcop non-GUI apps without X
...
Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp
callback when receiving a DCOP message.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 5842fb37df
)
7 years ago
Alexander Golubev
b1a20aabbe
Include module into test names
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 6c1b8a75f2
)
7 years ago
Alexander Golubev
6cab453afd
Make dcop tests run without X
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 7f6c0b1c7d
)
7 years ago
Alexander Golubev
311e027bb8
Add tdeabc tests to cmake
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 8e14cc0e4a
)
7 years ago
Alexander Golubev
26522796ee
Fix a couple of harmless warnings
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit e0b892796d
)
7 years ago
Alexander Golubev
f96187e5d8
Add dcop tests to cmake
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 26d76a4c04
)
7 years ago
Alexander Golubev
f088e39885
Initial add for check target for cmake
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 0c64a776dd
)
7 years ago