summaryrefslogtreecommitdiffstats
path: root/tdeio
Commit message (Collapse)AuthorAgeFilesLines
* Add initial CRL support to KSSLCertificateTimothy Pearson2015-09-034-4/+88
|
* Fix compiler warnings from ignored write return valuesTimothy Pearson2015-09-031-99/+131
|
* Fix unused variable compiler warningsTimothy Pearson2015-09-031-5/+4
|
* Fix compiler warningsTimothy Pearson2015-09-031-3/+5
|
* Fix compiler warning regarding missing bracesTimothy Pearson2015-09-031-18/+22
|
* Fix FTBFS on freebsdNikolaus Klepp2015-06-112-3/+3
| | | | | | This resolves Bug 2431 Signed-off-by: Nikolaus Klepp <office@klepp.biz>
* Improve ACL detection for CMake buildSlávek Banko2015-06-113-13/+9
| | | | | | Fix hidden visibility in posixacladdons Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add include directory for internal libltdlSlávek Banko2015-06-111-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed wrong DocPath strings. This relates to bug 2319Michele Calgaro2015-01-2312-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Properly identify desktop filesTimothy Pearson2014-12-053-0/+23
| | | | This resolves a rather major glitch with Device Links noted on the mailing list
* Fix a number of build warningsTimothy Pearson2014-12-047-19/+36
|
* Read from X-DocPath onlyTimothy Pearson2014-11-073-3/+3
|
* Fix stragglers that were not properly renamed in the XDG standardization commitsTimothy Pearson2014-10-241-1/+1
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-222-3/+3
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-222-2/+2
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-221-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 Pearson2014-10-226-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 Pearson2014-10-131-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 Pearson2014-10-139-19/+19
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Fix incorrect Download string in TDEFileSpeedBarTimothy Pearson2014-10-131-1/+1
|
* Second part of prior commitTimothy Pearson2014-10-113-7/+7
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-116-6/+6
| | | | match XDG specifications
* Second part of prior commitTimothy Pearson2014-10-111-1/+1
|
* Fix FTBFS with libmagic < 4.23François Andriot2014-10-111-0/+4
|
* Fix FTBFS on missing magic_getpathSlávek Banko2014-10-093-1/+28
|
* Do not use magic_version function if magic version support not availableTimothy Pearson2014-10-081-0/+4
| | | | This relates to Bug 656
* Makes favorite URLs in TDE file open/save dialogs global (sared amongst all ↵Timothy Pearson2014-10-071-2/+2
| | | | | | | applications) by default This commits the following patch from Bug 1499: tdelibs: fix kurlbar global
* Fix certain shell scripts not being identifiedTimothy Pearson2014-10-072-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 Pearson2014-10-071-1/+8
| | | | | | downloads something other than image abort This relates to Bug 2127
* Fix libmime database load once and for allTimothy Pearson2014-10-071-13/+31
| | | | This relates to Bug 656
* Fix loading of additional mime magic filesTimothy Pearson2014-10-061-7/+2
| | | | This resolves Bug 656
* Push the following patches to GIT from Bug 1499:Timothy Pearson2014-10-063-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 McGuire2014-10-052-1/+16
|
* Disable environment-based completion in kurlcompletion on openbsdFrançois Andriot2014-10-051-0/+6
|
* Fix FTBFS because undefined __progname in tdeio_connectionFrançois Andriot2014-10-051-0/+4
|
* Add mimeTypePtrFast method to KFileItemTimothy Pearson2014-10-024-20/+35
| | | | | | This relates to Bug 699 Clean up a couple of minor build warnings Classify usbmisc devices
* Use libmagic for mime type determinationTimothy Pearson2014-10-016-3170/+167
| | | | This relates to Bug 656, Bug 661, and others
* Remove unused KMimeMagic::mergeBufConfig method in preparation for ↵Timothy Pearson2014-10-012-25/+0
| | | | | | converting to libmagic This relates to Bug 656
* Fix accidental regression introduced in prior commitTimothy Pearson2014-09-271-5/+1
|
* Add fast mimetype accessor for use by Konqueror when checking for media ↵Timothy Pearson2014-09-272-16/+70
| | | | | | device icons This relates to Bug 699
* Fix re-read configuration from prior commit 4bfc4550Slávek Banko2014-07-251-1/+1
|
* Prevent spurious translation warning from being emittedTimothy Pearson2014-07-241-1/+2
| | | | This relates to Bug 2076
* Do not allow device link creation/modification if no device is specifiedTimothy Pearson2014-07-242-0/+19
| | | | This relates to Bug 2076
* Display correct icon and icon widget type in Properties dialog of media ↵Timothy Pearson2014-07-141-13/+30
| | | | | | device nodes This relates to Bug 1612
* Fix stale "localurl" jobsSlávek Banko2014-07-131-0/+1
| | | | This resolves Bug 1902
* Rebranding: TDE Control Center --> Trinity Control CenterMichele Calgaro2014-06-081-1/+1
|
* Partially revert commit 6f56182Timothy Pearson2014-04-101-1/+0
| | | | This relates to Bug 1666
* Revert commit 1d498994Slávek Banko2014-04-0512-12/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-0212-0/+12
| | | | This relates to Bug 1199
* Export elf metadata extraction methods and headerTimothy Pearson2014-03-282-4/+6
| | | | Properly embed versioning information into major libraries