summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update version number for R14.0.7 final release.r14.0.7Slávek Banko2019-12-184-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Synchronize German translation of desktop files with the rest.Chris2019-12-172-2/+5
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 03b08e594c9b5e62435871aca1c2487234666f24)
* Fix wrong XDG patch for tdelibs, which resulted in missing icons.Chris2019-12-161-1/+1
| | | | | | | This partially reverts commit 4e765ab579. Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit bc5150d64efee75e1b79b80011b33a51225270f5)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix missing return values in kopenssl.François Andriot2019-12-041-0/+7
| | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a6bbb9e7bc21382b504c8c6fe408a766a3890bb6)
* Fix FTBFS for build without tdehwlib.François Andriot2019-12-041-0/+4
| | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 82e214c84f333e6b22093ab8ff5afe53aa732cc8)
* Process the new location of the ICEauthority fileSlávek Banko2019-12-034-32/+82
| | | | | | | | | | | | | | | | + our internal implementation of IceAuthFileName tests whether the ICEauthority file exists in the folder specified by the XDG_RUNTIME_DIR variable + DCOP client tests whether the ICEauthority file for a specific user exists in the user's folder based on the XDG_RUNTIME_DIR variable + tdeinit uses the IceAuthFileName() function instead of building the file name This relates to bug 3027. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 38b2b0be7840d868c21093a406ab98a646212de1)
* Improve TDEResources icon and name.Chris2019-11-281-69/+69
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0810a81ba195c1a45c4377aa30f483184e098348)
* cmake: Avoid double generating of dcop/tests files.Slávek Banko2019-11-051-14/+7
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 83d02c95a1edfc69f303d838f904dc142bdb2f41)
* Fix missing button icons in dialogs.Chris2019-11-031-13/+13
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 34aa72861f8bdcb153a534e10f19c729c1754cfa)
* Add icon to switch language menu entry.Chris2019-10-191-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 82f2aa6b13cbedb1fdb9f0747f19799f2ac1f735)
* Add TQt branding to Qt ones for designer files.Chris2019-10-101-80/+80
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit e098e4600fc89b4ae63888f1295289f5f89af96d)
* Fixed type in LIBRESSL usage. This relates to a comment made on issue #28.Michele Calgaro2019-09-191-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8b66a5759a6735bfcc7a94e6ba539f0bea55d587)
* Fix SSL initialization for OpenSSL >= 1.1.Slávek Banko2019-09-041-2/+2
| | | | | | | | | | | The first argument of the OPENSSL_init_ssl and OPENSSL_init_crypto functions must be a 64-bit int, not a 32-bit int, as this caused unpredictable OpenSSL behavior. This resolves bug 3024. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a2ad929640f62ee1f854564366ce1cd8547de455)
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-041-14/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix ordered list tag.Chris2019-08-181-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 7187b9971214fefa7f8c7c4affc105d20e56ca2f)
* Fixed missing update of mime comment in refreshed KFileItem. ThisMichele Calgaro2019-08-142-5/+8
| | | | | | | resolves issue #35. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d3119bb794953d2c8c85a2c805fbe0a0bc8fcbaa)
* Replace Qt branding with TQt ones.Chris2019-08-111-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 038c996bec50007829807a09bd1eeaea19516897)
* Followup on previous commit to drop qt-messages.pot file.Michele Calgaro2019-08-091-17/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 952fb5624176cdd1f80d252dcd03cc38716fb409)
* Remove now unneeded *.pot file.Chris2019-08-091-1355/+0
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 2e055ab5ed1b0403a59c17cbc8227308c22c64c4)
* Security: remove support for $(...) in config keys with [$e] marker.Slávek Banko2019-08-092-32/+1
| | | | | | | | | | | | | | | | It is very unclear at this point what a valid use case for this feature would possibly be. The old documentation only mentions $(hostname) as an example, which can be done with $HOSTNAME instead. Note that $(...) is still supported in Exec lines of desktop files, this does not require [$e] anyway (and actually works better without it, otherwise the $ signs need to be doubled to obey tdeconfig $e escaping rules...). Based on KDE Frameworks 5 kconfig patch for CVE-2019-14744. This resolves issue #45. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1074eb033654bd5462677ffe694eda7805390284)
* Fix translations of "TDE Classic" for ar, bn, hi, ta and te languages.Chris2019-07-311-10/+10
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 38198900a49c5fe8cb9c7e9a9af9bba858e30f39)
* CMakeL10n: Extract strings from tdeabc/scripts/entrylistSlávek Banko2019-07-291-15/+47
| | | | | | | instead of generating addressee source files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 298bd920d17320718c733030c02ad6bc8ed43c93)
* Fix branding of TDE Classic style in tdestyle selection.Chris2019-07-271-137/+137
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 9768cf120a0d1ea492934140e26909900baa0bb5)
* Replace Qt branding with TQt ones.Chris2019-07-241-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 90562f7b8a02f050dbe5fffec3d8c709b10713c4)
* Fix incorrect translations of language names.Anton Repko2019-07-211-1/+1
| | | | | Signed-off-by: Anton Repko <anton@a-repko.sk> (cherry picked from commit dd36ea0a096fded7473ad4e64bd88252737012fe)
* Fix remaining brandings in tdelibs and adopt to modern age.Chris2019-07-215-13/+13
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0e071064b91e64638e14f3756d477f9e2fd3317e)
* Fix incorrect translations of language names.Anton Repko2019-07-211-2/+2
| | | | | Signed-off-by: Anton Repko <anton@a-repko.sk> (cherry picked from commit eeb8782f05517d4cbcfb059ff855384dfd4c0383)
* Fix small typo in prior commit.Slávek Banko2019-07-131-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e1ef15d04d1a3f5fcfb07bcf99c6647580b32b6f)
* Update and promote new TDE websites, replace branding and do slight refactoring.Chris2019-07-134-26/+28
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit e53c04d5d3f91cc4857d647d0a39c350a1c9eed7)
* Replace Qt branding with TQt ones.Chris2019-07-131-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 894e9e5e87f9f315040ac8cf1d30f9ea34931df8)
* Fix typos in texts.Slávek Banko2019-07-111-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 960a08e853eab3797959154fe416932d319c410e)
* tdehw: avoid crashing kded when using udisks/udisks2 to operate onMichele Calgaro2019-07-071-0/+6
| | | | | | | drives that contain dashes. This relates to issue #32. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 32566accdab31f598381e7e68330055f4a7178f1)
* tdehw: improved code for mount table.Michele Calgaro2019-07-052-20/+18
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 09835dceb73b0e814fb7b2e915b8055d67fa83c9)
* tdeiso_info: Fix incorrect tool description.Slávek Banko2019-07-031-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (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 <mfilippos@yandex.ru> (cherry picked from commit 86fea6f5c542ba7113dbc598d8b4c18be69901f2)
* Added timestamp to debug backend (kdDebug, kdWarning, ...).Michele Calgaro2019-04-271-5/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <slavek.banko@axis.cz>
* 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 <michele.calgaro@yahoo.it>
* Fix CMake build dependencies for tests.Slávek Banko2019-03-032-0/+18
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (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 <michele.calgaro@yahoo.it>
* Removed "DEVELOPMENT" from TDE version in preparation for R14.0.6 release.Michele Calgaro2019-03-033-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update Kate syntax highlight files fromMichele Calgaro2019-03-03113-39267/+43645
| | | | | | | http://kate-editor.org/syntax/2.5/ sources. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <slavek.banko@axis.cz> (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 <slavek.banko@axis.cz> (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 <michele.calgaro@yahoo.it> (cherry picked from commit c49ee53043b73fac7fe7e956360f1e3cdc342c6e)