summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed FTBFS caused by libcryptsetup 2.0Michele Calgaro2018-02-252-22/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add search for utempter helperSlávek Banko2018-02-133-3/+23
| | | | | | This resolves Bug 2841 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Temporarily disable PKCS for build with OpenSSL >= 1.1Slávek Banko2018-02-101-2/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix crash in tdehwlib if /sys/devices/system/cpu/cpu* is not accessibleSlávek Banko2017-09-231-3/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add brightness keys supportRoman Savochenko2017-07-311-0/+10
| | | | | | This relates to bug 2781 Signed-off-by: Roman Savochenko <rom_as@oscada.org>
* tdecore/tdeconfig_compiler: Always use tqt names of objects in the generated ↵Slávek Banko2017-07-221-9/+9
| | | | | | files Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeui: Update slider parameters together with changing precision of ↵Slávek Banko2017-07-101-1/+11
| | | | | | | | KDoubleNumInput This relates to bug 2717 and resolves bug 2758 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdehwlib: Use TDENetworkDevice in TDENetworkConnectionManager instead of MAC ↵Slávek Banko2017-06-175-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 <slavek.banko@axis.cz>
* tdehwlib: Add a rule for classifying parport deviceSlávek Banko2017-06-171-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdehwlib: Add a rule for classifying remote control devicesSlávek Banko2017-06-171-0/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdehwlib: Allow to gather connection information on virtual net devicesSlávek Banko2017-06-171-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdehwlib: Allow to classify virtual devices by subsystemSlávek Banko2017-06-171-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Allow openssl detection without pkg-config fileSlávek Banko2017-06-021-1/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix CMake build dependenciesSlávek Banko2017-04-091-15/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* KSSL: Set hostname in TLSext to enable SNI supportSlávek Banko2017-04-091-0/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* KSSL: Use TLS_client_method instead of TLSv1_client_methodSlávek Banko2017-04-091-7/+9
| | | | | | | This enables TLS protocols newer than v1.0 This resolves bug 2764 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2017-03-261-0/+0
|
* Fix memory leak after processing udev_monitorSlávek Banko2017-03-251-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix memory leak after processing udev_deviceSlávek Banko2017-03-251-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix memory leak after use XGetAtomNameSlávek Banko2017-03-251-2/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2017-02-181-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2017-02-051-0/+0
|
* Fixed code for tdefiledialog which caused the problem explained in bugMichele Calgaro2017-02-061-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 <michele.calgaro@yahoo.it>
* Reverted commit 53e36f6d (master), c8ff908d (r14.0.x)Michele Calgaro2017-02-062-18/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* testing: Run tests that use DCOP in a temporary homeSlávek Banko2017-02-014-7/+32
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection whether the system is big endianSlávek Banko2017-01-302-12/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: fix execution of test tdeabc/vcardparser/testread2 with CMake older ↵Slávek Banko2017-01-301-0/+6
| | | | | | than 2.8.4 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed javascript syntax highlighting in KateMichele Calgaro2017-01-303-4/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2017-01-291-0/+0
|
* testing: fix utf8 handling in tdeabc/testread2Slávek Banko2017-01-291-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: disable tdeabc/testldapclientSlávek Banko2017-01-291-1/+1
| | | | | | | 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>
* testing: run tdeio/kmimetypetest with temporary profileSlávek Banko2017-01-292-1/+33
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: fix bash specific syntax in dcop testSlávek Banko2017-01-291-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: fix build of tdewallet tests with hidden visibilitySlávek Banko2017-01-291-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeui & tdewallet: add testsAlexander Golubev2017-01-297-35/+144
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdeio: add testsAlexander Golubev2017-01-2930-50/+143
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* fixup! tdecore/tdeconfig_compiler: add check/test executablesAlexander Golubev2017-01-291-0/+82
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* dcop/tests: run dcop tests in a safer mannerAlexander Golubev2017-01-293-2/+13
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdecore/tdeconfig_compiler: add check/test executablesAlexander Golubev2017-01-297-8/+10
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* testing: add TEST argument to tde_add_check_executable() macroAlexander Golubev2017-01-292-9/+6
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdeabc: update the tests for vcardparser to run them in a new wayAlexander Golubev2017-01-292-40/+18
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdeabc: make the testldapclient app non-guiAlexander Golubev2017-01-291-1/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdecore: fix a crash of dcop non-GUI apps without XAlexander Golubev2017-01-291-4/+8
| | | | | | | Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp callback when receiving a DCOP message. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Include module into test namesAlexander Golubev2017-01-293-3/+4
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Make dcop tests run without XAlexander Golubev2017-01-293-10/+24
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Add tdeabc tests to cmakeAlexander Golubev2017-01-291-79/+18
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix a couple of harmless warningsAlexander Golubev2017-01-292-2/+2
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Add dcop tests to cmakeAlexander Golubev2017-01-296-9/+72
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Initial add for check target for cmakeAlexander Golubev2017-01-2920-25/+83
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* cmake: add tde_add_check_executable macroSlávek Banko2017-01-261-0/+0
|