Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix security issue CVE-2016-6232 | Slávek Banko | 2016-10-23 | 1 | -2/+12 | |
| | | | | | | Based on https://quickgit.kde.org/?p=karchive.git&a=commitdiff&h=0cb243f6 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | tdeio: fixed up certificate handling when certificate has expired. Also clean | Emanoil Kotsev | 2016-10-22 | 1 | -96/+18 | |
| | | | | | | | up the code. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fixed handling of certificate "permanent" acceptance. This relates to | Emanoil Kotsev | 2016-10-16 | 1 | -10/+27 | |
| | | | | | | | | bug 1287. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Partially cleaned up and modified. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fixed two issues with KFileDialog: | Michele Calgaro | 2016-10-01 | 1 | -2/+18 | |
| | | | | | | | | | | - 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> | |||||
* | Parse GENERALIZEDTIME ASN structures | Timothy Pearson | 2016-09-06 | 1 | -12/+21 | |
| | | | | This fixes certificate dates beyond year 2049. | |||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 1 | -0/+0 | |
| | ||||||
* | Fix FTBFS due to non-existent include | Slávek Banko | 2016-04-14 | 2 | -1/+4 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Remove warnings about missing embedded ELF icons | Slávek Banko | 2016-03-24 | 2 | -3/+3 | |
| | | | | | | Add file name for which the issue occurs into debug message Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Compile MIME magic file | Slávek Banko | 2016-01-11 | 2 | -2/+17 | |
| | | | | | | This partially resolves Bug 2217 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Revert a small portion of commit e0b1bfb0 | Slávek Banko | 2015-12-20 | 1 | -2/+2 | |
| | | | | | | This resolves Bug 2562 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix mimetype detection using magic library | Slávek Banko | 2015-12-06 | 1 | -2/+6 | |
| | | | | | | | for mime types not contained in TDE settings This resolves Bug 2392 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix crash on KSSLCertificate deallocation when a CRL is held in the ↵ | Timothy Pearson | 2015-10-23 | 1 | -0/+2 | |
| | | | | KSSLCertificate object | |||||
* | Fix memory leak when deleting a KSSLCertificate that holds a CRL | Timothy Pearson | 2015-10-23 | 3 | -1/+17 | |
| | ||||||
* | Add initial CRL support to KSSLCertificate | Timothy Pearson | 2015-09-03 | 4 | -4/+88 | |
| | ||||||
* | Fix compiler warnings from ignored write return values | Timothy Pearson | 2015-09-03 | 1 | -99/+131 | |
| | ||||||
* | Fix unused variable compiler warnings | Timothy Pearson | 2015-09-03 | 1 | -5/+4 | |
| | ||||||
* | Fix compiler warnings | Timothy Pearson | 2015-09-03 | 1 | -3/+5 | |
| | ||||||
* | Fix compiler warning regarding missing braces | Timothy Pearson | 2015-09-03 | 1 | -18/+22 | |
| | ||||||
* | Fix FTBFS on freebsd | Nikolaus Klepp | 2015-06-11 | 2 | -3/+3 | |
| | | | | | | This resolves Bug 2431 Signed-off-by: Nikolaus Klepp <office@klepp.biz> | |||||
* | Improve ACL detection for CMake build | Slávek Banko | 2015-06-11 | 3 | -13/+9 | |
| | | | | | | Fix hidden visibility in posixacladdons Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Add include directory for internal libltdl | Slávek Banko | 2015-06-11 | 1 | -0/+1 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fixed wrong DocPath strings. This relates to bug 2319 | Michele Calgaro | 2015-01-23 | 12 | -12/+12 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Properly identify desktop files | Timothy Pearson | 2014-12-05 | 3 | -0/+23 | |
| | | | | This resolves a rather major glitch with Device Links noted on the mailing list | |||||
* | Fix a number of build warnings | Timothy Pearson | 2014-12-04 | 7 | -19/+36 | |
| | ||||||
* | Read from X-DocPath only | Timothy Pearson | 2014-11-07 | 3 | -3/+3 | |
| | ||||||
* | Fix stragglers that were not properly renamed in the XDG standardization commits | Timothy Pearson | 2014-10-24 | 1 | -1/+1 | |
| | ||||||
* | Fix exec icon location and bring it into XDG compliance | Timothy Pearson | 2014-10-22 | 2 | -3/+3 | |
| | ||||||
* | Fix remaining issues from mimetype icon rename | Timothy Pearson | 2014-10-22 | 2 | -2/+2 | |
| | ||||||
* | Repair mimetype icon usage, part 1. The following are not fully verified in ↵ | Timothy Pearson | 2014-10-22 | 1 | -1/+1 | |
| | | | | source as of this commit due to ubiquity: info, unknown | |||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 6 | -8/+8 | |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | |||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 1 | -1/+1 | |
| | | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance | |||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 9 | -19/+19 | |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | |||||
* | Fix incorrect Download string in TDEFileSpeedBar | Timothy Pearson | 2014-10-13 | 1 | -1/+1 | |
| | ||||||
* | Second part of prior commit | Timothy Pearson | 2014-10-11 | 3 | -7/+7 | |
| | ||||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 6 | -6/+6 | |
| | | | | match XDG specifications | |||||
* | Second part of prior commit | Timothy Pearson | 2014-10-11 | 1 | -1/+1 | |
| | ||||||
* | Fix FTBFS with libmagic < 4.23 | François Andriot | 2014-10-11 | 1 | -0/+4 | |
| | ||||||
* | Fix FTBFS on missing magic_getpath | Slávek Banko | 2014-10-09 | 3 | -1/+28 | |
| | ||||||
* | Do not use magic_version function if magic version support not available | Timothy Pearson | 2014-10-08 | 1 | -0/+4 | |
| | | | | This relates to Bug 656 | |||||
* | Makes favorite URLs in TDE file open/save dialogs global (sared amongst all ↵ | Timothy Pearson | 2014-10-07 | 1 | -2/+2 | |
| | | | | | | | applications) by default This commits the following patch from Bug 1499: tdelibs: fix kurlbar global | |||||
* | Fix certain shell scripts not being identified | Timothy Pearson | 2014-10-07 | 2 | -6/+0 | |
| | | | | | This relates to Bug 656 Clean up some old development debug statements | |||||
* | Autodetect downloaded mime type and compare against category; if wallpaper ↵ | Timothy Pearson | 2014-10-07 | 1 | -1/+8 | |
| | | | | | | downloads something other than image abort This relates to Bug 2127 | |||||
* | Fix libmime database load once and for all | Timothy Pearson | 2014-10-07 | 1 | -13/+31 | |
| | | | | This relates to Bug 656 | |||||
* | Fix loading of additional mime magic files | Timothy Pearson | 2014-10-06 | 1 | -7/+2 | |
| | | | | This resolves Bug 656 | |||||
* | Push the following patches to GIT from Bug 1499: | Timothy Pearson | 2014-10-06 | 3 | -23/+47 | |
| | | | | | | | tdelibs: disable kfiledialogbox OK button if user has no permission on file tdelibs: fix https loop tdelibs: fix groups in kdialogpropertiesdialog tdelibs: avoid assertion in tdeio karchive | |||||
* | Support writing empty directories to ZIP files. | Thomas McGuire | 2014-10-05 | 2 | -1/+16 | |
| | ||||||
* | Disable environment-based completion in kurlcompletion on openbsd | François Andriot | 2014-10-05 | 1 | -0/+6 | |
| | ||||||
* | Fix FTBFS because undefined __progname in tdeio_connection | François Andriot | 2014-10-05 | 1 | -0/+4 | |
| | ||||||
* | Add mimeTypePtrFast method to KFileItem | Timothy Pearson | 2014-10-02 | 4 | -20/+35 | |
| | | | | | | This relates to Bug 699 Clean up a couple of minor build warnings Classify usbmisc devices | |||||
* | Use libmagic for mime type determination | Timothy Pearson | 2014-10-01 | 6 | -3170/+167 | |
| | | | | This relates to Bug 656, Bug 661, and others |