summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tdeiso_info: Fix incorrect tool description.Slávek Banko2019-07-031-1/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 114ecc82832fd27772ca0a3d0532119cd76b6c86)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Added some checks in KSSL (in TDEIO) to correctly recognize LibreSSL (which ↵Mavridis Philippe2019-05-102-3/+4
| | | | | | | | | is a fork of OpenSSL 1.0.1b) This resolves issue #28. Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 86fea6f5c542ba7113dbc598d8b4c18be69901f2)
* Added timestamp to debug backend (kdDebug, kdWarning, ...).Michele Calgaro2019-04-271-5/+7
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0e7f9b8db10ef4c4fbc414bf2c6d804265c54ca4)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Updated version number to R14.0.7 [DEVELOPMENT].Slávek Banko2019-03-313-5/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/tdelibs/cmake to latest HEADr14.0.6Automated System2019-03-051-0/+0
|
* Updated date and version to R14.0.6 in .lsm files.Michele Calgaro2019-03-031-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix CMake build dependencies for tests.Slávek Banko2019-03-032-0/+18
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 8fc2a6ca26ff8a6aaffc57357be865a8dcfecbd8)
* Updated VERSION reference to R14.0.6 in CMakeLists.txtMichele Calgaro2019-03-031-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed "DEVELOPMENT" from TDE version in preparation for R14.0.6 release.Michele Calgaro2019-03-033-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update Kate syntax highlight files fromMichele Calgaro2019-03-03113-39267/+43645
| | | | | | | http://kate-editor.org/syntax/2.5/ sources. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b956734b51a178ba083848672b006aa325217381)
* tdehwlib: Fix the flag setting whether the storage device contains the file ↵Slávek Banko2019-02-271-1/+1
| | | | | | | | | system. This resolves bug 2232, bug 2607 and bug 2946. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit dfe3c9649f649f2dbd7eac60e3847d4e978e24f4)
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-278-53/+56
| | | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 8a859540c3cb306844288144a06028dc302408d6)
* Fixed support for logind power state calls.Michele Calgaro2019-02-241-35/+34
| | | | | | | This resolves bug 2661 and bug 2975. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c49ee53043b73fac7fe7e956360f1e3cdc342c6e)
* Fix SSL initialization for OpenSSL >= 1.1.Slávek Banko2019-02-211-2/+24
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 43609c8a21144b56a53d53757639fc6c6298c10d)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Fix openssl >= 1.1 detection without pkg-config file.Slávek Banko2019-02-161-3/+12
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 5de71676ac3ab1b305ff02185bb683af1a1c3dee)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Use a common test for dbus detection and paths configuration.Slávek Banko2019-01-311-25/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3c9bcf21340c5923a46dff2baad419ef8865eb69)
* Use common test for large files support.Slávek Banko2019-01-284-12/+2
| | | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE=1. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ebf0115af1c52612e02fd8908b4240501bd34c60)
* Use common GCC visibility test.Slávek Banko2019-01-281-8/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 83e4c4d56c1bda0a7b925c8dccb971d7a3a12362)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Fix if-else syntax for the case missing OSS supportOBATA Akio2019-01-281-3/+1
| | | | (cherry picked from commit dd6da7345a2993129436cd5527e098d4e11acad8)
* Change to always build and install KACLOBATA Akio2019-01-271-7/+3
| | | | | | It is used by others even if missing POSIX ACL support. (cherry picked from commit 08b76454681e565ad5e0fe55f3e76380caa39aca)
* Add some missing supplement macros for MIDI supportOBATA Akio2019-01-261-0/+2
| | | | | | They are used but not defined for missing OSS support. (cherry picked from commit 6aead73137049245f37b2b82f957b31dbefac738)
* Change to define __STDC_LIMIT_MACROS firstOBATA Akio2019-01-251-5/+5
| | | | | | | <stdint.h> (or other system headers handling the macro) may be included indirectly from other header files (<sys/types.h> is a reasonable one). (cherry picked from commit 9e6c88287f250f75fb8bfc72e5e0c9371d73ed1f)
* Convert GETMNTINFO_USES_STATVFS check to CMakeOBATA Akio2019-01-252-1/+12
| | | | | | Fix to build on such platforms, it is used but not checked with CMake. (cherry picked from commit 6716d0dfb9c50b388817118469d1e2b7dc7ae46a)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Update CMakeL10n rulesSlávek Banko2019-01-122-2/+11
| | | | | | | | + Add rule to update template with common texts - tde.pot. + Add the X-POT option to ensure that the common texts are part of tdelibs.pot. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f1c0bbd1e86d2df61b81cd155aa758523e4c842a)
* Fixed access to TDE wallets created before R14.0.6 that uses specialMichele Calgaro2018-12-301-2/+8
| | | | | | | non-ascii characters in their password. Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-182-3/+3
| | | | | Signed-off-by: Fabio Rossi <[email protected]> (cherry picked from commit d8177b405849215646b5c2524a1ec1df245301ff)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Add CMakeL10n rules.Slávek Banko2018-12-0938-0/+281
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 707d60c602a5bed23be354ea362ea7c24a87fb0b)
* Rename translation context QXml => TQXmlSlávek Banko2018-12-041-1/+1
| | | | | | | to match the translation context in TQt3. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 7ef585492cbe3a421bee00898b3927a88e035094)
* Deleted blank line at the beginning of the file.Slávek Banko2018-12-021-1/+0
| | | | | | | This prevented proper processing by extractrc. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 0e892bc70070640f68a09bb4897a7c0fd7bfe929)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Small adjustments in Kate syntax highlighting files.Slávek Banko2018-12-022-3/+3
| | | | | | | | | + Modify the line break in <language> tag in cpp.xml. + Remove UTF8 BOM from ppd.xml. + It allows processing by extractattr. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 2040c561190090186744b440573e3c73aee8f6ef)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* add some missing icons, these have been converted/resized from the highest ↵gregory guy2018-11-28105-0/+0
| | | | | | | resolution available Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 80a7ad41e395815380a0bde632ab48fad90f28c5)
* KPasswordEdit: Add a password conversion to local8Bit()Slávek Banko2018-11-271-1/+6
| | | | | | using setCodecForCStrings. This resolves bug 2961. Signed-off-by: Slávek Banko <[email protected]>
* fix issue #3 utempter detectiongregory guy2018-11-161-2/+2
| | | | | Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 82afa07a430c43bc122c7325dc67fb9f3ad6216a)
* Conversion exitkde -> exittde in knotify.evertsrc file. This relates toMichele Calgaro2018-11-021-1/+1
| | | | | | | bug 2283. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 75d48a810c74c63d71058df44a7d70ed4ba1c28e)
* Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850.Michele Calgaro2018-10-311-2/+3
| | | | | | | | The FTBFS seems to happen only for some users, so this fix should help in such cases. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 6629107ba8a632873a06d2bb77b0829346645ea7)
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-032-0/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit dba6ce3aa7349595a5689da09153315bb7128aaa)