summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* 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]> (cherry picked from commit 3b2909854ebab9d22efe70eebaee1bca01bc3012)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-162-6/+6
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 958fa42aa9576a6da0c9ca5de4823cb04407a713)
* Updated version number to R14.0.6 [DEVELOPMENT].Michele Calgaro2018-08-163-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* related to bug 2674, *-device-input-keyboard.png was missing ingregory guy2018-08-163-0/+0
| | | | | | theme crystalsvg for icons. (cherry picked from commit 441f89ccd551b7d4bb6f395cb0fa3dab88698d79)
* Update version numbers and date for R14.0.5 final releaser14.0.5Slávek Banko2018-07-261-1/+1
|
* 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]> (cherry picked from commit a3b86c26903ade446ac57afc8c3f8a9c1bd66390)
* One more instance of "DEVELOPMENT" needed removal in preparation for R14.0.5 ↵Michele Calgaro2018-07-262-4/+4
| | | | | | release Signed-off-by: Michele Calgaro <[email protected]>
* Revert "Revert "Fix bug reports link in about dialog""Michele Calgaro2018-07-2615-28/+32
| | | | | | | The reversion was done by mistake and inadvertently. Sorry for the mess :-( This reverts commit dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.
* Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5Michele Calgaro2018-07-261-1/+1
| | | | | | release (this time ok). Signed-off-by: Michele Calgaro <[email protected]>
* Revert "Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5"Michele Calgaro2018-07-263-1/+1
| | | | | | due to unwanted change inclusion. This reverts commit 398bc87ef9d0ca9264b2d8bce7b8c2e3f134f49c.
* Revert "Fix bug reports link in about dialog"Michele Calgaro2018-07-2615-32/+28
| | | | This reverts commit 69fc44f5d55b813aeeb0c06473ceede28400e7bf.
* Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5Michele Calgaro2018-07-263-1/+1
| | | | | | release. Signed-off-by: Michele Calgaro <[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]> (cherry picked from commit aa83c86cd30e77bad7fdb2b047ce256a24c883b5)
* 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]> (cherry picked from commit 6734f5e47f496ca1b89e2fd6c51e46ec447e3de1)
* Removed unrequired comments.Michele Calgaro2018-06-202-10/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f52b584fa9f1990da99c3d3f39e164d02ec1c0b9)
* Removed duplicated zip file mimetype. This relates to bug 2794.Michele Calgaro2018-05-293-94/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1b04b27b221ef9fe0febf5da650de9565ae5297c)
* Removed duplicated rar file mimetype. This relates to bug 2794.Ray Vine2018-05-293-91/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 741812689c4e8733e0864470f29de36a98a08b74)
* 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
|