Commit Graph

1483 Commits (086cc055d4addb53912c874023eae4f6db58b619)
 

Author SHA1 Message Date
Michele Calgaro 086cc055d4
Updated version number to R14.0.6 [DEVELOPMENT].
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
gregory guy f8425013a2 related to bug 2674, *-device-input-keyboard.png was missing in
theme crystalsvg for icons.

(cherry picked from commit 441f89ccd5)
7 years ago
Slávek Banko e760abfcee Update version numbers and date for R14.0.5 final release 7 years ago
Slávek Banko 8f6f381ff9 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
Michele Calgaro aae8e8d8c1 One more instance of "DEVELOPMENT" needed removal in preparation for R14.0.5 release
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 74686afc04 Revert "Revert "Fix bug reports link in about dialog""
The reversion was done by mistake and inadvertently. Sorry for the
mess :-(

This reverts commit dcb480334c.
7 years ago
Michele Calgaro 02639199e2 Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5
release (this time ok).

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro d06b03ad49 Revert "Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5"
due to unwanted change inclusion.

This reverts commit 398bc87ef9.
7 years ago
Michele Calgaro dcb480334c Revert "Fix bug reports link in about dialog"
This reverts commit 69fc44f5d5.
7 years ago
Michele Calgaro 398bc87ef9 Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5
release.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 69fc44f5d5 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 7e1e03c045 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 9b4c96757d Removed unrequired comments.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f52b584fa9)
7 years ago
Michele Calgaro 8140cac9c7 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 64ce5b220a 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 9c9a408244 Reset submodule main/tdelibs/admin to latest HEAD 7 years ago
Slávek Banko 1fd2aed7f5 Reset submodule main/tdelibs/admin to latest HEAD 7 years ago
Michele Calgaro 2deef22689 Removed unnecessary dependency on libnm-util-dev, which is no longer
available in buster and bionic.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7fc6616c13)
7 years ago
Michele Calgaro 4c0290ecf1 Fix previous commit typo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c18840c76f)
7 years ago
Michele Calgaro 35f61f80a0 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 98a930a8ec Reset submodule main/tdelibs/admin to latest HEAD 7 years ago
Slávek Banko fbae32bb04 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 1e22a0ce39 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
Slávek Banko 7d83a0cb92 Fix crash in tdehwlib if /sys/devices/system/cpu/cpu* is not accessible
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 051acc7df5)
8 years ago
Roman Savochenko 03781b6f47 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 bd11ca19e5 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)
8 years ago
Slávek Banko d923f1ece4 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 234f323f7b tdehwlib: Use TDENetworkDevice in TDENetworkConnectionManager instead of MAC address
Use interface name in TDENetworkConnectionManager_BackendNM instead of MAC address
This relates to bug 2748

The name of the network interface seems to be a more stable identifier than the MAC
address because the MAC address can be changed easily or even automatically - see
randomization of MAC addresses on wireless interfaces. Therefore, the use of the
MAC address as a network interface identifier was abandoned.

Beware, this change is an API / ABI change! However, most changes are internal
and the only one affected is application TDENetworkManager.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e0fd34a1bd)
8 years ago
Slávek Banko a8e587a973 tdehwlib: Add a rule for classifying parport device
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit eb6f8213d4)
8 years ago
Slávek Banko 2b8dc1971b tdehwlib: Add a rule for classifying remote control devices
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cc4f1996df)
8 years ago
Slávek Banko b0c326c2d0 tdehwlib: Allow to gather connection information on virtual net devices
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d1280c31d9)
8 years ago
Slávek Banko 69112fe54a tdehwlib: Allow to classify virtual devices by subsystem
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a73511a98d)
8 years ago
Slávek Banko 41d41d2af9 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 9a2c96ae04 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 f23de663bb 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 f83e4b4741 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 a3073f3c24 Reset submodule main/tdelibs/cmake to latest HEAD 8 years ago
Slávek Banko a7009dd252 Fix memory leak after processing udev_monitor
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d2b61ae9da)
8 years ago
Slávek Banko 9ef769d0e5 Fix memory leak after processing udev_device
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1a5bc0e4ff)
8 years ago
Slávek Banko 164063ce4e Fix memory leak after use XGetAtomName
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ab525f2baa)
8 years ago
Slávek Banko 69e3429998 Reset submodule main/tdelibs/cmake to latest HEAD 8 years ago
Michele Calgaro 4c096c2168 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
Michele Calgaro 1d036d62d8 Reverted commit 53e36f6d (master), c8ff908d (r14.0.x)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Slávek Banko 7502543922 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 b9d5e48086 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
Slávek Banko 256b4c4867 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)
8 years ago
Slávek Banko bfd173661e Reset submodule main/tdelibs/cmake to latest HEAD 8 years ago
Michele Calgaro b75f1b6d5e Fixed javascript syntax highlighting in Kate
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b14a2da3b9)
8 years ago
Slávek Banko 97b5a9f18f testing: fix utf8 handling in tdeabc/testread2
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e305bd818c)
8 years ago
Slávek Banko 0cacbbb53f 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)
8 years ago