summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* qt -> tqt conversion:Michele Calgaro2018-09-283-3/+3
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <[email protected]>
* Fixed unvoluntary rename in qt4 syntax highlight file.Michele Calgaro2018-09-271-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-2712-16/+16
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-279-20/+20
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-278-9/+9
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]>
* qt_includes => tqt_includes conversionSlávek Banko2018-09-261-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* QT_INCLUDES => TQT_INCLUDES conversionSlávek Banko2018-09-261-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-09-241-0/+0
|
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-254-10/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* AC_PATH_QT* -> AC_PATH_TQT* conversionMichele Calgaro2018-09-241-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-17105-187/+187
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORTSlávek Banko2018-09-172-4/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/tdelibs/libltdl to latest HEADAutomated System2018-09-101-0/+0
|
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-032-0/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Improved description of "what's this" for placeholder in Find andMichele Calgaro2018-08-211-3/+6
| | | | | | Replace dialog. This relates to bug 2558. Signed-off-by: Michele Calgaro <[email protected]>
* Added support for lzip format mime types. This involved adding aMichele Calgaro2018-08-186-82/+263
| | | | | | tar-lzma mime type to support existing tar.lzma files. Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-162-6/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* related to bug 2674, *-device-input-keyboard.png was missing ingregory guy2018-08-153-0/+0
| | | | theme crystalsvg for icons.
* Fix security issue CVE-2017-6410Slávek Banko2018-07-261-2/+10
| | | | | | [taken from RedHat kdelibs patches] Signed-off-by: Slávek Banko <[email protected]>
* Fix bug reports link in about dialogSlávek Banko2018-06-3015-28/+32
| | | | | | | Update bug reports url to bugs.trinitydesktop.org This resolves bug 2935 Signed-off-by: Slávek Banko <[email protected]>
* Added G-code Kate syntax highlight file.Michele Calgaro2018-06-214-6/+218
| | | | | | | | | | | Taken from: https://raw.githubusercontent.com/FernV/Gcode-highlight-for-Kate/master/gcode.xml Work from: Copyright © 2016 by Fernand Veilleux ([email protected]) License: Library GPL Signed-off-by: Michele Calgaro <[email protected]>
* Removed unrequired comments.Michele Calgaro2018-06-202-10/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed duplicated zip file mimetype. This relates to bug 2794.Michele Calgaro2018-05-293-94/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed duplicated rar file mimetype. This relates to bug 2794.Ray Vine2018-05-283-91/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Removed unnecessary dependency on libnm-util-dev, which is no longerMichele Calgaro2018-05-011-9/+0
| | | | | | available in buster and bionic. Signed-off-by: Michele Calgaro <[email protected]>
* Fix previous commit typo.Michele Calgaro2018-04-301-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed service lookup in KOpenWithDlg. Default is now to lookup byMichele Calgaro2018-04-303-30/+41
| | | | | | | | 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 <[email protected]>
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-04-291-0/+0
|
* Add paths to the search for utempter helperSlávek Banko2018-03-101-0/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fixed FTBFS caused by libcryptsetup 2.0Michele Calgaro2018-02-252-22/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add search for utempter helperSlávek Banko2018-02-133-3/+23
| | | | | | This resolves Bug 2841 Signed-off-by: Slávek Banko <[email protected]>
* Temporarily disable PKCS for build with OpenSSL >= 1.1Slávek Banko2018-02-101-2/+8
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Add brightness keys supportRoman Savochenko2017-07-311-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 Banko2017-07-221-9/+9
| | | | | | files Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* tdehwlib: Add a rule for classifying parport deviceSlávek Banko2017-06-171-1/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* tdehwlib: Add a rule for classifying remote control devicesSlávek Banko2017-06-171-0/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* tdehwlib: Allow to gather connection information on virtual net devicesSlávek Banko2017-06-171-1/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* tdehwlib: Allow to classify virtual devices by subsystemSlávek Banko2017-06-171-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Allow openssl detection without pkg-config fileSlávek Banko2017-06-021-1/+9
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix CMake build dependenciesSlávek Banko2017-04-091-15/+7
| | | | Signed-off-by: Slávek Banko <[email protected]>
* KSSL: Set hostname in TLSext to enable SNI supportSlávek Banko2017-04-091-0/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2017-03-261-0/+0
|