summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add handbookSection method to TDECModuleContainerTimothy Pearson2014-10-092-10/+26
* Fix prior commitTimothy Pearson2014-10-091-1/+1
* Load proper handbook section when a TDEControl module is loaded via tdecmshel...Timothy Pearson2014-10-094-5/+32
* Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2014-10-095-1/+54
|\
| * Fix FTBFS on missing magic_getpathSlávek Banko2014-10-095-1/+54
* | Add protected helper methods to better handle rubberband operations outside o...Timothy Pearson2014-10-092-0/+29
|/
* Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2014-10-085-3/+13
|\
| * Add a cmake detection for Xext libraryFrançois Andriot2014-10-084-3/+9
| * Fix ucred support in openbsdFrançois Andriot2014-10-081-0/+4
* | Add progress and error signals to tdenewstuffTimothy Pearson2014-10-083-2/+14
|/
* Do not use magic_version function if magic version support not availableTimothy Pearson2014-10-081-0/+4
* Update mimetypes in Kate plugins to match output of libmagicTimothy Pearson2014-10-084-4/+4
* Makes favorite URLs in TDE file open/save dialogs global (sared amongst all a...Timothy Pearson2014-10-071-2/+2
* Add the following patch from Bug 1499Timothy Pearson2014-10-072-0/+20
* Fix certain shell scripts not being identifiedTimothy Pearson2014-10-076-14/+175
* Autodetect downloaded mime type and compare against category; if wallpaper do...Timothy Pearson2014-10-074-2/+30
* Fix libmime database load once and for allTimothy Pearson2014-10-071-13/+31
* Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2014-10-078-26/+81
|\
| * Fix dependencies in CMake targetsSlávek Banko2014-10-071-1/+8
| * Allow conditional build of tdehwlibFrançois Andriot2014-10-076-8/+43
| * Fix openpty detection on openbsdFrançois Andriot2014-10-071-10/+23
| * Enable previously disabled build options in config.hFrançois Andriot2014-10-071-7/+7
* | Add proper OCS support to the base TDENewStuff classTimothy Pearson2014-10-073-32/+48
|/
* Fix loading of additional mime magic filesTimothy Pearson2014-10-061-7/+2
* Allow suspend/hibernate/freeze/etc. when $HOME is an NFS shareTimothy Pearson2014-10-061-34/+0
* Push the following patches to GIT from Bug 1499:Timothy Pearson2014-10-063-23/+47
* Support writing empty directories to ZIP files.Thomas McGuire2014-10-052-1/+16
* Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2014-10-0513-29/+211
|\
| * Fix detection of some headers on openbsdFrançois Andriot2014-10-051-1/+22
| * Fix FTBFS on openbsd because missing link to "util" libraryFrançois Andriot2014-10-051-1/+1
| * Fix default spell checker on openbsdFrançois Andriot2014-10-051-0/+4
| * Fix cups default directories on openbsdFrançois Andriot2014-10-051-4/+22
| * Fix cupsd process detectionFrançois Andriot2014-10-051-0/+14
| * 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 'tdesu' to tdeioslave_file mount/umount command on openbsdFrançois Andriot2014-10-051-0/+7
| * Fix FTBFS because Linux specific include in tdeapplication.cppFrançois Andriot2014-10-051-0/+2
| * Add support for openbsd in kresolverFrançois Andriot2014-10-052-18/+105
| * Add support for openbsd pty in kptyFrançois Andriot2014-10-051-0/+14
| * Fix hardcoded link flag to "dl" libraryFrançois Andriot2014-10-052-5/+10
* | Add proper refcounting option to TDEMainWindowTimothy Pearson2014-10-056-9/+24
|/
* Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2014-10-041-0/+1
|\
| * Fix return in keramik isFormWidgetFrançois Andriot2014-10-041-0/+1
* | Modify bindAndListen to allow suppression of warnings when bind failures are ...Timothy Pearson2014-10-042-5/+24
|/
* Add new handbookSection() method to the TDECModule classTimothy Pearson2014-10-032-1/+14
* Don't use insane (negative) layout values if layout engine does not allocate ...Timothy Pearson2014-10-0212-35/+80
* Fix potential crash if CPU #0 is not availableTimothy Pearson2014-10-021-3/+3
* Add mimeTypePtrFast method to KFileItemTimothy Pearson2014-10-025-20/+36
* Install added file from prior commitTimothy Pearson2014-10-012-2/+2
* Use libmagic for mime type determinationTimothy Pearson2014-10-017-3170/+234