Commit Graph

621 Commits (a5a389936c791fa4b464b84d8ebed972a7ebe8aa)
 

Author SHA1 Message Date
Slávek Banko a5a389936c Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0d8345e6f7)
8 years ago
Slávek Banko 9de3d7917b Fix FTBFS on CUPS 2.2
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 52a1b55368)
8 years ago
Emanoil Kotsev 787be02d86 Fix utf8 support in tdeabc vCard parser
This resolves bug 2625

Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 4ceb2b158b)
8 years ago
Slávek Banko 2deafc4971 cmake: Add tdeabc tests
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 51efac909d)
8 years ago
Timothy Pearson 6a8935327b Fix crash on KSSLCertificate deallocation when a CRL is held in the KSSLCertificate object
(cherry picked from commit 62a597d752)
8 years ago
Timothy Pearson f4726e5f8d Fix memory leak when deleting a KSSLCertificate that holds a CRL
(cherry picked from commit 9bf244dd97)
8 years ago
Timothy Pearson 56e5891a95 Add initial CRL support to KSSLCertificate
(cherry picked from commit 5896a404bc)
8 years ago
Alexander Golubev cc48df2a09 tdeio/kmimemagic: remove MAGIC_CONTINUE flag
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 f54496a1f2)
8 years ago
Slávek Banko a8e88fd005 Compile MIME magic file
This partially resolves Bug 2217

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 026a0ccdcd)
8 years ago
Slávek Banko b334cc03d5 Fix mimetype detection using magic library
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 b0ac7d2879)
8 years ago
Timothy Pearson dab5e4adcb Properly identify desktop files
This resolves a rather major glitch with Device Links noted on the mailing list
(cherry picked from commit 6ddd04baca)
8 years ago
François Andriot 2ab53ffee4 Fix FTBFS with libmagic < 4.23
(cherry picked from commit 8f11758253)
8 years ago
Slávek Banko 3138567410 Fix FTBFS on missing magic_getpath
(cherry picked from commit 03a61295af)
8 years ago
Timothy Pearson 6a26452382 Do not use magic_version function if magic version support not available
This relates to Bug 656
(cherry picked from commit 58c3aed2bb)
8 years ago
Timothy Pearson 90d4721aa4 Fix certain shell scripts not being identified
This relates to Bug 656
Clean up some old development debug statements
(cherry picked from commit f8790c70f8)
8 years ago
Timothy Pearson 099aa9f362 Fix libmime database load once and for all
This relates to Bug 656
(cherry picked from commit e5f898219a)
8 years ago
Timothy Pearson 562d0b7642 Fix loading of additional mime magic files
This resolves Bug 656
(cherry picked from commit 62bfcbe478)
8 years ago
Timothy Pearson 602501b7b8 Use libmagic for mime type determination
This relates to Bug 656, Bug 661, and others
(cherry picked from commit 8066e87c6c)
8 years ago
Timothy Pearson a515deffb8 Remove unused KMimeMagic::mergeBufConfig method in preparation for converting to libmagic
This relates to Bug 656
(cherry picked from commit 6d268f3c55)
8 years ago
Timothy Pearson fc073bef59 Fix a number of build warnings
(cherry picked from commit e0b1bfb014)
8 years ago
Timothy Pearson d16c4300eb Fix compiler warnings
(cherry picked from commit 5e9959ef85)
8 years ago
Timothy Pearson 5956259c25 Fix visibility of krandr and krsync libraries
(cherry picked from commit b477a57673)
8 years ago
Slávek Banko 0be1827cb0 Reset submodule main/tdelibs/cmake to latest HEAD 8 years ago
Slávek Banko 0a09af19b9 Reset submodule main/tdelibs/admin to latest HEAD 9 years ago
Slávek Banko 088c7741bb Fix occasional Konqueror crashes on kjs/regexp
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 e9d546a6a3)
9 years ago
E. Kotsev 999cc98b7f tdeabc: fixed birthday assignment in VCardTool. This relates to bug 2613.
Signed-off-by: E. Kotsev <deloptes@yahoo.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d10e1df3b0)
9 years ago
Michele Calgaro 85f091d4e9 Fixed product name in bug report form. This relates to bug 2617.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 04255418ec)
9 years ago
Michele Calgaro 756ca23921 Fixed ISO8601 parsing in VCardTool. This relates to bug 2613.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f9abaf54da)
9 years ago
Michele Calgaro 2663e4e350 Fixed up previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98c2c3cb30)
9 years ago
Michele Calgaro dcf6891ae8 Update kate syntax highlight files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aca6552dd5)
9 years ago
Timothy Pearson ee59867766 Fix tdebindings FTBFS
(cherry picked from commit 3c06aad156)
9 years ago
Timothy Pearson f05253b5e0 Allow session manager to be disable on creation when argc and argv are not passed to TDEApplication
This relates to Bug 760
(cherry picked from commit 7cc3a975d2)
9 years ago
Timothy Pearson 83e71b4192 Allow TDEApplication objects to be constructed without a session manager
This relates to Bug 760
(cherry picked from commit 6f4fd5e563)
9 years ago
Timothy Pearson 3825ec9e3f Add tdelfeditor
(small portion of original commit)
(cherry picked from commit d6a4fe9ca8)
9 years ago
Roman Savochenko 3c724bb9fb Fix wrong options to xrandr in tderandr
This resolves Bug 1913

Signed-off-by: Roman Savochenko <rom_as@oscada.org>
(cherry picked from commit 4a9b7a9371)
9 years ago
François Andriot a6ec8c20eb Fix invalid perl syntax in kdocAstUtil.pm
This resolves Bug 2543

Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 7be2f6784d)
9 years ago
Michele Calgaro 294f15f367 Kate syntax highlighting files update - Oct 2015
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dd1a8d0d1a)
9 years ago
Slávek Banko 6b2da2581d Fix quotedPrintablecodec to support lower-case letters in hex codes
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 912e4866ef)
9 years ago
Timothy Pearson 7f28a16e6d Limit size of notification popups
This works around badly designed applications that abuse the notification subsystem to display large chunks of text
(cherry picked from commit 70526c5a3e)
9 years ago
Timothy Pearson 8c5eb9b961 Add new license files to build
(cherry picked from commit db2b839b72)
9 years ago
Timothy Pearson 1a8b4a9539 Fix prior commits
(cherry picked from commit 6e6464537c)
9 years ago
Timothy Pearson d1a4ef36b1 Fix prior commit
(cherry picked from commit 4e04b0a438)
9 years ago
Timothy Pearson a59d0892a2 Add GPL v3 license to TDEAboutData options
(cherry picked from commit 85c0e479c1)
9 years ago
Slávek Banko d09b5f45aa Fix dlerror and crypt detection for CMake build
This resolves Bug 654

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4925611808)
9 years ago
Michele Calgaro 8dd6378131 Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4e55a1cfaa)
9 years ago
Michele Calgaro 4b089bde6e Kate syntax highlighting files update - Jun 2015
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 508cf16bf9)
9 years ago
Nikolaus Klepp 4928612f61 Fix FTBFS due to missing export lt_dlopen_flag
Signed-off-by: Nikolaus Klepp <office@klepp.biz>
(cherry picked from commit 022a297ed7)
9 years ago
Slávek Banko 1a68e615e1 Fix several issues on freebsd
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e469e42c76)
9 years ago
Slávek Banko 67d736925c Fix openpty detection with libutil.h
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e75569be1b)
9 years ago
Slávek Banko ec47e62bfc Fix detection for option TDEINIT_USE_XFT with CMake build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 14243cc8ea)
9 years ago