Commit Graph

1406 Commits (294100108cb4ef6fdb6624792e1a7e11d2d7397e)
 

Author SHA1 Message Date
Timothy Pearson 294100108c Add initial CRL support to KSSLCertificate
(cherry picked from commit 5896a404bc)
8 years ago
Michele Calgaro 291a19f7d3 tdeui: fixed handling of setPrecision() for KDoubleSpinBox. This resolves bug 2717.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f32bc51762)
8 years ago
Slávek Banko df11fa8daa Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1ae867ab67)
8 years ago
Slávek Banko 32f820e4ba Update version number for new target R14.0.5 8 years ago
Slávek Banko f8b36a9d39 Update version numbers for R14.0.4 final release 8 years ago
Slávek Banko f0542077a0 Revert "Update version numbers for R14.0.3 final release"
Wrong version number in commit description.

This reverts commit e4d9ce0e12.
8 years ago
Slávek Banko e4d9ce0e12 Update version numbers for R14.0.3 final release 8 years ago
Slávek Banko d1bc52338f Update version numbers for R14.0.4 final release 8 years ago
Slávek Banko 4afbab1105 Update date in lsm files 8 years ago
Slávek Banko 7c619136c6 Fix security issue CVE-2016-6232
Based on https://quickgit.kde.org/?p=karchive.git&a=commitdiff&h=0cb243f6

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 261a3b7a12)
8 years ago
Emanoil Kotsev 9c010f4f9c tdeio: fixed up certificate handling when certificate has expired. Also clean
up the code.

Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f3fadb884d)
8 years ago
Michele Calgaro d3b96e335f Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fddd4b7f8b)
8 years ago
Emanoil Kotsev 46887a349e Fixed handling of certificate "permanent" acceptance. This relates to
bug 1287.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>

Partially cleaned up and modified.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>

(cherry picked from commit 7406ed0563)
8 years ago
Michele Calgaro c8ff908d9e Fixed two issues with KFileDialog:
- if the user types a new path manually, the new location was not used. Instead the older path was taken.
  In case the typed path does not exists, an error message is displayed
- if the user selected a path from the autocompletion lists using the mouse, the new selected location was
  not used when slotOK was invoked.
This resolves bug 2654.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 53e36f6db0)
9 years ago
Slávek Banko aca3958191 Fix FTBFS on vcardparser tests from prior commit
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1571e61744)
9 years ago
Emanoil Kotsev 83681c9b08 Fixed vcardparser tests during building. This resolves bug 2695.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>

Removed not-required part of the patch from original Emanoil's patch (empty spaces at the end of line)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>

(cherry picked from commit 13e032939e)
9 years ago
Timothy Pearson 515aec93f3 Parse GENERALIZEDTIME ASN structures
This fixes certificate dates beyond year 2049.

(cherry picked from commit 07dbb3b5c9)
9 years ago
Timothy Pearson dc7e40a1a9 Probe partitions to get filesystem type
This fixes problems with LUKS partitions not being detected

(cherry picked from commit 30c008d551)
9 years ago
Timothy Pearson f66944e531 Properly classify Lenovo USB camera platform subdevices
(cherry picked from commit b18bff9ad8)
9 years ago
Slávek Banko fe024a800d Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0d8345e6f7)
9 years ago
Timothy Pearson 0d22b7ffc6 Fix compiler warnings
(cherry picked from commit 5e9959ef85)
9 years ago
Slávek Banko a46fc4bdd3 Fix FTBFS on CUPS 2.2
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 52a1b55368)
9 years ago
Slávek Banko 71ecba8a0f Reset submodule main/tdelibs/admin to latest HEAD 9 years ago
Timothy Pearson 1785180455 Fix invalid headers in PNG files and optimize for size
(cherry picked from commit 7faae2b255)
9 years ago
Emanoil Kotsev 940df2a986 Fix utf8 support in tdeabc vCard parser
This resolves bug 2625

Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 4ceb2b158b)
9 years ago
Slávek Banko 0e05fd42f2 cmake: Add tdeabc tests
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 51efac909d)
9 years ago
Michele Calgaro d94fb5dd63 Fixed display of single control modules in tdecmshell.
This was a regression introduced in commit 5117798 three years ago.
After reverting the related part, I have tested at length and not found any problem,
so it seems safe enough to push the old code back.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dfd961b2b9)
9 years ago
Slávek Banko 7e9167c319 Reset submodule main/tdelibs/cmake to latest HEAD 9 years ago
Slávek Banko bf0778ad55 Fix FTBFS due to non-existent include
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0b90885d90)
9 years ago
Slávek Banko 7e27cf22d4 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 fef74a0f99 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
Slávek Banko 29bb34d2ff Remove warnings about missing embedded ELF icons
Add file name for which the issue occurs into debug message

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 491c2e4503)
9 years ago
Michele Calgaro e7ba529948 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 eacbecd178 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
Slávek Banko f0e34eb7c6 Removed use of tdelfeditor on base 'so' file of versioned library
because this file is a symlink to versioned library

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2c89a1a4e0)
9 years ago
Slávek Banko c5fb34d10e Update version number for new target R14.0.4 9 years ago
Slávek Banko 72efbe384e Fix crash in tdehwlib on partitions without parent disk
This applies for example to the software RAID defined in the BIOS

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 36481f68c1)
9 years ago
Slávek Banko a5ba98c6e8 Update version numbers for R14.0.3 final release 9 years ago
Slávek Banko 30d369a018 Update date in lsm files 9 years ago
Slávek Banko 6958076530 Fix mountable flag for disk partitions
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ff469a69ff)
9 years ago
Slávek Banko 97e220ed39 Add a rule for classifying ATA Compact Flash Adapter
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 613eadbbc3)
9 years ago
Slávek Banko 90ed3e409b Fix icon of mounted camera in tdehwlib
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ef7180dad9)
9 years ago
Slávek Banko c7ba84312e Set partition disk type and status based on the parent device
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5104679806)
9 years ago
Slávek Banko 762f90beac Set hotpluggable flag for flash disks instead of removable
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f8fbb3bd78)
9 years ago
Slávek Banko 9b33264c99 Force removable flag for flask disks in tdehwlib
This resolves Bug 2473

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dc350e6c64)
9 years ago
Slávek Banko fd96a6c2a8 Fix crash in tdehwlib if not exists /sys/devices/system/cpu
This resolves Bug 2584

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f4fb3a8e71)
9 years ago
Slávek Banko 111cc009ea Fix ZIP drive classification in tdehwlib
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6dfc04c51a)
9 years ago
Slávek Banko 107e863644 Classify flash drives as HDD in tdehwlib
This relates to Bug 2473

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6a2a9de49c)
9 years ago
Michele Calgaro 28a390d6e0 Fixed up previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98c2c3cb30)
9 years ago
Michele Calgaro f9ea149cf5 Update kate syntax highlight files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aca6552dd5)
9 years ago