summaryrefslogtreecommitdiffstats
path: root/kdecore
Commit message (Collapse)AuthorAgeFilesLines
* 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 kconfig $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 CMake build dependencies for tests.Slávek Banko2019-03-031-0/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8fc2a6ca26ff8a6aaffc57357be865a8dcfecbd8)
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-271-4/+4
| | | | | | | 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)
* Fix bug reports link in about dialogSlávek Banko2018-06-301-2/+4
| | | | | | | | Update bug reports url to bugs.trinitydesktop.org This resolves bug 2935 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit aa83c86cd30e77bad7fdb2b047ce256a24c883b5)
* Add search for utempter helperSlávek Banko2018-02-131-2/+2
| | | | | | | This resolves Bug 2841 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a14adb9ab9c50cbcd95a2d2e3f42c41fecf73fb0)
* Add brightness keys supportRoman Savochenko2017-07-311-0/+10
| | | | | | | This relates to bug 2781 Signed-off-by: Roman Savochenko <rom_as@oscada.org> (cherry picked from commit 4dd179aaa3f53335428c2fda5b3d356d19349f28)
* Fix memory leak after use XGetAtomNameSlávek Banko2017-07-221-2/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ab525f2baada44f6dd8c80970c2875a0b19b3a05)
* fixup! tdecore/tdeconfig_compiler: add check/test executablesAlexander Golubev2017-07-221-0/+82
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit d556a8752c0862aa2d84a105dc8ac41b61ba7824)
* 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> (cherry picked from commit 68d315af1010f322cfffe58e0c2450736c4638ee)
* tdecore/tdeconfig_compiler: add check/test executablesAlexander Golubev2017-07-227-8/+10
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 57e73e9e4c61f9cfd9cc03fbbfa5970452e0e8a4)
* testing: add TEST argument to tde_add_check_executable() macroAlexander Golubev2017-07-221-7/+5
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 7e73e618d0470110b60f8f1d3211841daf99b593)
* tdecore: fix a crash of dcop non-GUI apps without XAlexander Golubev2017-07-221-4/+8
| | | | | | | | Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp callback when receiving a DCOP message. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 5842fb37df7a01decb2151a570f58fb2528b3ccd)
* Include module into test namesAlexander Golubev2017-07-221-1/+1
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 6c1b8a75f293ed4f1a08ec2064a2f5fa60de395b)
* Initial add for check target for cmakeAlexander Golubev2017-07-2219-25/+82
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 0c64a776ddecfa33a37318e79b8811d9774579ae)
* Fix a number of build warningsTimothy Pearson2017-07-223-9/+13
| | | | (cherry picked from commit e0b1bfb0140e1d484f71683e820731abdd0779d5)
* Fix tdebindings FTBFSTimothy Pearson2015-12-241-0/+6
| | | | (cherry picked from commit 3c06aad1564601e37dfce6e6bffabb4472421999)
* Allow session manager to be disable on creation when argc and argv are not ↵Timothy Pearson2015-12-242-0/+34
| | | | | | | passed to TDEApplication This relates to Bug 760 (cherry picked from commit 7cc3a975d2b1ac2d9efa6abef037533fc8bfec7c)
* Allow TDEApplication objects to be constructed without a session managerTimothy Pearson2015-12-242-2/+45
| | | | | This relates to Bug 760 (cherry picked from commit 6f4fd5e5632b2288a483430c625081a51342fdab)
* Add tdelfeditorTimothy Pearson2015-12-241-1/+2
| | | | | (small portion of original commit) (cherry picked from commit d6a4fe9ca855e094bbfe2e1ba1bba565557b1891)
* Fix quotedPrintablecodec to support lower-case letters in hex codesSlávek Banko2015-12-231-2/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 912e4866efdedea1a936c30ceb80d5d6df8d263d)
* Fix prior commitsTimothy Pearson2015-12-231-1/+1
| | | | (cherry picked from commit 6e6464537c7ee38d56b06846a93e18c26db83091)
* Fix prior commitTimothy Pearson2015-12-231-2/+2
| | | | (cherry picked from commit 4e04b0a438c17fc33d3424f810dbc0fb5e8666d9)
* Add GPL v3 license to TDEAboutData optionsTimothy Pearson2015-12-232-0/+10
| | | | (cherry picked from commit 85c0e479c1d997b4127748ee6a2c749378940046)
* Fix FTBFS due to missing export lt_dlopen_flagNikolaus Klepp2015-12-231-0/+2
| | | | | Signed-off-by: Nikolaus Klepp <office@klepp.biz> (cherry picked from commit 022a297ed704d1d8f51d31551b303a79c7bfdbfa)
* Fix several issues on freebsdSlávek Banko2015-12-231-5/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e469e42c76000b70aebaf838f5a3c4ded184b0e3)
* Fix FTBFS on freebsd due to utmpxSlávek Banko2015-12-231-1/+1
| | | | | | | [taken from FreeBSD kdelibs3 patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e443c9e0b29809c1ba0c9133e2fea9cbc30ae937)
* Force to handle DCOP requests in KUniqueApplication (newInstance call)Slávek Banko2015-12-231-2/+12
| | | | | | | This resolves Bug 2437 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c6c1d781a5035e6740532366a09a48448a93666c)
* Remove unneeded check and handler for broken TQt DnDTimothy Pearson2015-12-231-41/+0
| | | | | Application of patch 0037-dnd-timestamp-fix.patch to TQt3 verified before removal (cherry picked from commit bbd5f4476c3feda235f90b458ad25d0511f53627)
* Fix FTBFS on openbsd because missing link to "util" libraryFrançois Andriot2015-12-231-1/+1
| | | | (cherry picked from commit 8e7888b85708c6e5d7a3b404c40a1bcf9c807bd0)
* Add support for openbsd in kresolverFrançois Andriot2015-12-232-18/+105
| | | | (cherry picked from commit 439f3ba7ea9aa0b850f70b520081d6bac8c83752)
* Add support for openbsd pty in kptyFrançois Andriot2015-12-231-0/+14
| | | | (cherry picked from commit e61585edf09d3136c92e255e26dc054d3e22cd7d)
* Fix another case of undefined behaviourTimothy Pearson2015-12-232-0/+14
| | | | (cherry picked from commit 20e7ea1336a0c28c09b22623cb676d83a7fd168b)
* Added support for XDG directories: music, pictures, videos, download.François Andriot2015-12-232-10/+72
| | | | | This relates to bug 1499. (cherry picked from commit 4ca479102d0a1313ee8307d6045d0e46d6aa67f9)
* Fix tdecore directories of linked librariesSlávek Banko2015-12-232-4/+2
| | | | (cherry picked from commit 62ac96e110e21c0289e890b6e2a824b61d5cb055)
* Update kate syntax highlight filesMichele Calgaro2015-12-231-2/+2
| | | | (cherry picked from commit bf4e405e03859bf383f55715944f4f71bd338c34)
* Do not grab wrong key when AltGr sequence is required to access global ↵Timothy Pearson2015-12-235-27/+54
| | | | | | | accelerator sequence character This resolves Bug 1676 (cherry picked from commit 05e764aa4c991949a0249ffdaa203f7292c7b138)
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2015-12-231-3/+3
| | | | (cherry picked from commit a53b18585583de98a3fe3adf655b242c76ea9fab)
* Print additional information when symbol not found by KLibLoaderTimothy Pearson2015-12-231-1/+1
| | | | (cherry picked from commit ef3c8ab413c95e7d307adbd5f55ee8b20bf1a77b)
* Cleanup KPty warningsSlávek Banko2015-12-231-10/+6
| | | | (cherry picked from commit cfe43899ca646ecd56b0bf71209f239791e770c3)
* Disable constant generation of backtraces in TDEIconLoaderTimothy Pearson2015-12-231-1/+5
| | | | | This relates to Bug 1674 (cherry picked from commit cced03e1d481e26d12b65e7929dfd650e4be571c)
* Add new build option WITH_XCOMPOSITEAlexander Golubev2015-12-231-8/+4
| | | | | | Fix build without xcomposite This resolves Bug 1289 (cherry picked from commit 6e81fa9ce19536f7b5c7de37f710a416bb31eaf3)
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2015-12-232-43/+43
| | | | (cherry picked from commit 7f26e9d03ba171ef8f4b7e9b6940958f484309a7)
* kdebug: add default message printing destinationsAlexander Golubev2015-12-232-121/+41
| | | | (cherry picked from commit 5354555b1bf1e5c98cf97480cb19c2dcc5f40027)
* Improved creation backtracesAlexander Golubev2015-12-233-32/+270
| | | | (cherry picked from commit a5ba7ad71203a7ff1b3a716e7171e919a2e2e5bb)
* Fix FTBFS due to libart locationFrancois Andriot2015-12-231-0/+1
| | | | (cherry picked from commit 12b5e141be261b5ff652e8ec5153d50888859d1a)
* Update version number for new target 3.5.13.3Slávek Banko2015-12-231-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rebrand version string to final 3.5.13.2 releasev3.5.13.2Slávek Banko2013-06-021-1/+1
|
* Add XZ tdeioslaveFrancois Andriot2013-05-082-0/+5
| | | | | Based on KDE GIT commit bbe9e8f5 (cherry picked from commit 7f328ba6990044b0a9d510060a2dcd468cf0fd9f)
* Cleanup output clutterSlávek Banko2013-04-271-1/+1
| | | | (cherry picked from commit 987dc667f267a536e918194ab13d7375c3ad5537)
* Fix KSVGIconPainter deadlock with specifically formatted input filesTimothy Pearson2013-04-081-1/+7
| | | | | This resolves Bug 1418 (cherry picked from commit 3fefe5e7d33c6c28d8109f5791c1e0a4a432a07f)