summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS on CUPS 2.2Slávek Banko2017-07-221-0/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 52a1b55368ec53b14347996851aca7eb29374397)
* Fix utf8 support in tdeabc vCard parserEmanoil Kotsev2017-07-2216-84/+783
| | | | | | | This resolves bug 2625 Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 4ceb2b158b3ed1ba1c78ab886b08a0bf40577d51)
* cmake: Add tdeabc testsSlávek Banko2017-07-227-14/+137
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 51efac909d7b116c8b0ca58fcd4e74ff58f31091)
* Fix crash on KSSLCertificate deallocation when a CRL is held in the ↵Timothy Pearson2017-07-221-0/+2
| | | | | | KSSLCertificate object (cherry picked from commit 62a597d75224844be9a98952a586fc5c0406561e)
* Fix memory leak when deleting a KSSLCertificate that holds a CRLTimothy Pearson2017-07-223-1/+17
| | | | (cherry picked from commit 9bf244dd97e89bf47dd70fe47a4f00a3f372f875)
* Add initial CRL support to KSSLCertificateTimothy Pearson2017-07-224-4/+88
| | | | (cherry picked from commit 5896a404bcc63085cf0a50d232d2d631a5107228)
* tdeio/kmimemagic: remove MAGIC_CONTINUE flagAlexander Golubev2017-07-221-2/+2
| | | | | | | | | | | | | | This resolves bug 2713 The MAGIC_CONTINUE flag resulted in a malformed mimemagic responses like "application/x-executable\012- application/octet-stream" instead of just "application/x-executable". This string being unparsed then caused the KMimeType::findByURL() to fallback to application/octet-stream for nearly every mimetype. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit f54496a1f2d99bea12af3db999a53515109f99a3)
* Compile MIME magic fileSlávek Banko2017-07-222-2/+17
| | | | | | | This partially resolves Bug 2217 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 026a0ccdcdd054f227682f7e37dceef68173c6f9)
* Fix mimetype detection using magic librarySlávek Banko2017-07-222-2/+7
| | | | | | | | for mime types not contained in TDE settings This resolves Bug 2392 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b0ac7d287922e883a2e571222089b680adfe46c6)
* Properly identify desktop filesTimothy Pearson2017-07-223-0/+23
| | | | | This resolves a rather major glitch with Device Links noted on the mailing list (cherry picked from commit 6ddd04bacafe12003b229afc036dc4674df48d5f)
* Fix FTBFS with libmagic < 4.23François Andriot2017-07-221-0/+4
| | | | (cherry picked from commit 8f117582531853100b5e0e5ce6a654398270c6c4)
* Fix FTBFS on missing magic_getpathSlávek Banko2017-07-225-1/+54
| | | | (cherry picked from commit 03a61295af97983a2313df9717653a466c99ef03)
* Do not use magic_version function if magic version support not availableTimothy Pearson2017-07-221-0/+4
| | | | | This relates to Bug 656 (cherry picked from commit 58c3aed2bb340467aa9734a9141ebe1d89e4074b)
* Fix certain shell scripts not being identifiedTimothy Pearson2017-07-224-8/+175
| | | | | | This relates to Bug 656 Clean up some old development debug statements (cherry picked from commit f8790c70f8b1ce1f143719c19131c50031fd051a)
* Fix libmime database load once and for allTimothy Pearson2017-07-221-13/+31
| | | | | This relates to Bug 656 (cherry picked from commit e5f898219af927c9bac3aa9b0c9e9473a52dde15)
* Fix loading of additional mime magic filesTimothy Pearson2017-07-221-7/+2
| | | | | This resolves Bug 656 (cherry picked from commit 62bfcbe4780e5b08aee6a16895f5e508f0646bd2)
* Use libmagic for mime type determinationTimothy Pearson2017-07-227-3170/+234
| | | | | This relates to Bug 656, Bug 661, and others (cherry picked from commit 8066e87c6ca6eb12af5c427b5fb73ccfe6c97d04)
* Remove unused KMimeMagic::mergeBufConfig method in preparation for ↵Timothy Pearson2017-07-222-25/+0
| | | | | | | converting to libmagic This relates to Bug 656 (cherry picked from commit 6d268f3c559ac6351666de4a362a0536ecc7c78a)
* Fix a number of build warningsTimothy Pearson2017-07-2210-28/+49
| | | | (cherry picked from commit e0b1bfb0140e1d484f71683e820731abdd0779d5)
* Fix compiler warningsTimothy Pearson2017-07-221-3/+5
| | | | (cherry picked from commit 5e9959ef854ca8d353b91e9d8305f0fc5e117712)
* Fix visibility of krandr and krsync librariesTimothy Pearson2017-07-193-103/+108
| | | | (cherry picked from commit b477a576734ecc272f81da28fb5b089e914e39c5)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2017-03-261-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2016-08-071-0/+0
|
* Fix occasional Konqueror crashes on kjs/regexpSlávek Banko2016-04-031-10/+14
| | | | | | | | This relates to old KDE3 commit https://quickgit.kde.org/?p=kdelibs.git&a=commit&h=fee91015 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e9d546a6a3c9fb802c5d9c2c7765834599d90ea8)
* tdeabc: fixed birthday assignment in VCardTool. This relates to bug 2613.E. Kotsev2016-04-031-3/+6
| | | | | | Signed-off-by: E. Kotsev <deloptes@yahoo.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d10e1df3b0c7526fab1ea1948d697bfe1a49242a)
* Fixed product name in bug report form. This relates to bug 2617.Michele Calgaro2016-04-031-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04255418ecbedc1a7e712999d481742f4196b0af)
* Fixed ISO8601 parsing in VCardTool. This relates to bug 2613.Michele Calgaro2016-04-031-19/+82
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f9abaf54dabe13a48c6c8eed8926471c4cdabe97)
* Fixed up previous commit.Michele Calgaro2016-01-242-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98c2c3cb3086e6680be3ef463f16e1159c692b77)
* Update kate syntax highlight filesMichele Calgaro2016-01-242-0/+387
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aca6552dd5ee39a6eb4fc16371352360685e05ee)
* 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 wrong options to xrandr in tderandrRoman Savochenko2015-12-231-1/+1
| | | | | | | This resolves Bug 1913 Signed-off-by: Roman Savochenko <rom_as@oscada.org> (cherry picked from commit 4a9b7a937163733a75bc7ef6ffea8feb6713149f)
* Fix invalid perl syntax in kdocAstUtil.pmFrançois Andriot2015-12-231-1/+1
| | | | | | | This resolves Bug 2543 Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 7be2f6784dcb70a494fc9eb98da68cf10f8a6edb)
* Kate syntax highlighting files update - Oct 2015Michele Calgaro2015-12-2324-378/+12202
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd1a8d0d1a40f43040555128913e55202f241270)
* 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)
* Limit size of notification popupsTimothy Pearson2015-12-231-56/+119
| | | | | This works around badly designed applications that abuse the notification subsystem to display large chunks of text (cherry picked from commit 70526c5a3e76b42b242499cb57c051696bcee5eb)
* Add new license files to buildTimothy Pearson2015-12-231-1/+1
| | | | (cherry picked from commit db2b839b72fd60399e502e9f048e5ec7b0dd8e92)
* 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-234-0/+849
| | | | (cherry picked from commit 85c0e479c1d997b4127748ee6a2c749378940046)
* Fix dlerror and crypt detection for CMake buildSlávek Banko2015-12-231-0/+21
| | | | | | | This resolves Bug 654 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4925611808ccb524a6c0bd225fb39b52ae1cf1ae)
* Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455.Michele Calgaro2015-12-235-19/+56
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4e55a1cfaa00035481a72f1271aee8954e3053ad)
* Kate syntax highlighting files update - Jun 2015Michele Calgaro2015-12-236-241/+1463
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 508cf16bf962d2025b8271c5cf0b0c750a4f532f)
* 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-234-11/+14
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e469e42c76000b70aebaf838f5a3c4ded184b0e3)
* Fix openpty detection with libutil.hSlávek Banko2015-12-231-12/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e75569be1b7bf138685d0e4941daf111e6f51ba3)
* Fix detection for option TDEINIT_USE_XFT with CMake buildSlávek Banko2015-12-232-2/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 14243cc8ead795531e47954763cc8b1bec94a092)
* Fix setting some constants in config.h with CMake buildSlávek Banko2015-12-231-0/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f17c618004e799eb1ae9dc35907a7b9431968ba2)