Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Temporarily disable PKCS for build with OpenSSL >= 1.1 | Slávek Banko | 2018-02-10 | 1 | -2/+8 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Fix crash in tdehwlib if /sys/devices/system/cpu/cpu* is not accessible | Slávek Banko | 2017-09-23 | 1 | -3/+5 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Add brightness keys support | Roman Savochenko | 2017-07-31 | 1 | -0/+10 | |
| | | | | | | This relates to bug 2781 Signed-off-by: Roman Savochenko <[email protected]> | |||||
* | tdecore/tdeconfig_compiler: Always use tqt names of objects in the generated ↵ | Slávek Banko | 2017-07-22 | 1 | -9/+9 | |
| | | | | | | files Signed-off-by: Slávek Banko <[email protected]> | |||||
* | tdeui: Update slider parameters together with changing precision of ↵ | Slávek Banko | 2017-07-10 | 1 | -1/+11 | |
| | | | | | | | | KDoubleNumInput This relates to bug 2717 and resolves bug 2758 Signed-off-by: Slávek Banko <[email protected]> | |||||
* | tdehwlib: Use TDENetworkDevice in TDENetworkConnectionManager instead of MAC ↵ | Slávek Banko | 2017-06-17 | 5 | -159/+51 | |
| | | | | | | | | | | | | | | | | | 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 <[email protected]> | |||||
* | tdehwlib: Add a rule for classifying parport device | Slávek Banko | 2017-06-17 | 1 | -1/+2 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | tdehwlib: Add a rule for classifying remote control devices | Slávek Banko | 2017-06-17 | 1 | -0/+4 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | tdehwlib: Allow to gather connection information on virtual net devices | Slávek Banko | 2017-06-17 | 1 | -1/+2 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | tdehwlib: Allow to classify virtual devices by subsystem | Slávek Banko | 2017-06-17 | 1 | -3/+3 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Allow openssl detection without pkg-config file | Slávek Banko | 2017-06-02 | 1 | -1/+9 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Fix CMake build dependencies | Slávek Banko | 2017-04-09 | 1 | -15/+7 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | KSSL: Set hostname in TLSext to enable SNI support | Slávek Banko | 2017-04-09 | 1 | -0/+6 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | KSSL: Use TLS_client_method instead of TLSv1_client_method | Slávek Banko | 2017-04-09 | 1 | -7/+9 | |
| | | | | | | | This enables TLS protocols newer than v1.0 This resolves bug 2764 Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2017-03-26 | 1 | -0/+0 | |
| | ||||||
* | Fix memory leak after processing udev_monitor | Slávek Banko | 2017-03-25 | 1 | -0/+3 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Fix memory leak after processing udev_device | Slávek Banko | 2017-03-25 | 1 | -0/+2 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Fix memory leak after use XGetAtomName | Slávek Banko | 2017-03-25 | 1 | -2/+5 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2017-02-18 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2017-02-05 | 1 | -0/+0 | |
| | ||||||
* | Fixed code for tdefiledialog which caused the problem explained in bug | Michele Calgaro | 2017-02-06 | 1 | -3/+9 | |
| | | | | | | | | | 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 <[email protected]> | |||||
* | Reverted commit 53e36f6d (master), c8ff908d (r14.0.x) | Michele Calgaro | 2017-02-06 | 2 | -18/+2 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | testing: Run tests that use DCOP in a temporary home | Slávek Banko | 2017-02-01 | 4 | -7/+32 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Fix detection whether the system is big endian | Slávek Banko | 2017-01-30 | 2 | -12/+4 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | testing: fix execution of test tdeabc/vcardparser/testread2 with CMake older ↵ | Slávek Banko | 2017-01-30 | 1 | -0/+6 | |
| | | | | | | than 2.8.4 Signed-off-by: Slávek Banko <[email protected]> | |||||
* | Fixed javascript syntax highlighting in Kate | Michele Calgaro | 2017-01-30 | 3 | -4/+6 | |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | |||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2017-01-29 | 1 | -0/+0 | |
| | ||||||
* | testing: fix utf8 handling in tdeabc/testread2 | Slávek Banko | 2017-01-29 | 1 | -0/+1 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | testing: disable tdeabc/testldapclient | Slávek Banko | 2017-01-29 | 1 | -1/+1 | |
| | | | | | | | Test requires running TDE session and access to a foreign ldap server on the Internet. Signed-off-by: Slávek Banko <[email protected]> | |||||
* | testing: run tdeio/kmimetypetest with temporary profile | Slávek Banko | 2017-01-29 | 2 | -1/+33 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | testing: fix bash specific syntax in dcop test | Slávek Banko | 2017-01-29 | 1 | -1/+2 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | testing: fix build of tdewallet tests with hidden visibility | Slávek Banko | 2017-01-29 | 1 | -0/+2 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | |||||
* | tdeui & tdewallet: add tests | Alexander Golubev | 2017-01-29 | 7 | -35/+144 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | tdeio: add tests | Alexander Golubev | 2017-01-29 | 30 | -50/+143 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | fixup! tdecore/tdeconfig_compiler: add check/test executables | Alexander Golubev | 2017-01-29 | 1 | -0/+82 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | dcop/tests: run dcop tests in a safer manner | Alexander Golubev | 2017-01-29 | 3 | -2/+13 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | tdecore/tdeconfig_compiler: add check/test executables | Alexander Golubev | 2017-01-29 | 7 | -8/+10 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | testing: add TEST argument to tde_add_check_executable() macro | Alexander Golubev | 2017-01-29 | 2 | -9/+6 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | tdeabc: update the tests for vcardparser to run them in a new way | Alexander Golubev | 2017-01-29 | 2 | -40/+18 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | tdeabc: make the testldapclient app non-gui | Alexander Golubev | 2017-01-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | tdecore: fix a crash of dcop non-GUI apps without X | Alexander Golubev | 2017-01-29 | 1 | -4/+8 | |
| | | | | | | | Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp callback when receiving a DCOP message. Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | Include module into test names | Alexander Golubev | 2017-01-29 | 3 | -3/+4 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | Make dcop tests run without X | Alexander Golubev | 2017-01-29 | 3 | -10/+24 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | Add tdeabc tests to cmake | Alexander Golubev | 2017-01-29 | 1 | -79/+18 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | Fix a couple of harmless warnings | Alexander Golubev | 2017-01-29 | 2 | -2/+2 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | Add dcop tests to cmake | Alexander Golubev | 2017-01-29 | 6 | -9/+72 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | Initial add for check target for cmake | Alexander Golubev | 2017-01-29 | 20 | -25/+83 | |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | cmake: add tde_add_check_executable macro | Slávek Banko | 2017-01-26 | 1 | -0/+0 | |
| | ||||||
* | tdeio/kmimemagic: remove MAGIC_CONTINUE flag | Alexander Golubev | 2017-01-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | This resolves bug 2713 The MAGIC_CONTINUE flag resulted in a malformed mimemagic responses like "application/x-executable\012- application/octet-stream" instead of just "application/x-executable". This string being unparsed then caused the KMimeType::findByURL() to fallback to application/octet-stream for nearly every mimetype. Signed-off-by: Alexander Golubev <[email protected]> | |||||
* | kimgio: Enable STDC_LIMIT_MACROS for jasper | Slávek Banko | 2017-01-03 | 1 | -0/+3 | |
| | | | | Signed-off-by: Slávek Banko <[email protected]> |