summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Load proper handbook section when a TDEControl module is loaded via ↵Timothy Pearson2014-10-094-5/+32
| | | | | | tdecmshell instead of kcontrol This relates to Bug 1850
* 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 ↵Timothy Pearson2014-10-092-0/+29
|/ | | | | | of a TDEListView in file manager mode This relates to Bug 1961
* 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
| | | | | | | | | | Remove hardcoded Xext flags in tderandr and tdestyles/keramik Add missing link flag in tdeui
| * Fix ucred support in openbsdFrançois Andriot2014-10-081-0/+4
| |
* | Add progress and error signals to tdenewstuffTimothy Pearson2014-10-083-2/+14
|/ | | | This relates to Bug 2127
* Do not use magic_version function if magic version support not availableTimothy Pearson2014-10-081-0/+4
| | | | This relates to Bug 656
* Update mimetypes in Kate plugins to match output of libmagicTimothy Pearson2014-10-084-4/+4
| | | | This relates to Bug 2148
* 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
* Add the following patch from Bug 1499Timothy Pearson2014-10-072-0/+20
| | | | tdelibs: add postofficebox suppot in tdeabc
* Fix certain shell scripts not being identifiedTimothy Pearson2014-10-076-14/+175
| | | | | 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-074-2/+30
| | | | | | 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
* 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
|/ | | | This relates to Bug 2127
* Fix loading of additional mime magic filesTimothy Pearson2014-10-061-7/+2
| | | | This resolves Bug 656
* Allow suspend/hibernate/freeze/etc. when $HOME is an NFS shareTimothy Pearson2014-10-061-34/+0
| | | | This resolves Bug 1623
* 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
|
* 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
| | | | | | | | Many headers requires additional include stdlib.h
| * 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
| | | | | | | | Fix "dlopen" function detection
* | Add proper refcounting option to TDEMainWindowTimothy Pearson2014-10-056-9/+24
|/ | | | | | This relates to the discussion at: http://lists.kde.org/?l=kde-core-devel&m=107208785431497&w=2 Clean up a few minor code formatting issues
* 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
|/ | | | | | expected as part of normal operation This relates to Bug 1988
* Add new handbookSection() method to the TDECModule classTimothy Pearson2014-10-032-1/+14
| | | | This relates to Bug 1850
* Don't use insane (negative) layout values if layout engine does not allocate ↵Timothy Pearson2014-10-0212-35/+80
| | | | | | | | | sufficient space for a text string This resolves Bug 1950 Make most debugging statements work again Add new debugging statements Fix several annoying build warnings
* Fix potential crash if CPU #0 is not availableTimothy Pearson2014-10-021-3/+3
|
* Add mimeTypePtrFast method to KFileItemTimothy Pearson2014-10-025-20/+36
| | | | | | This relates to Bug 699 Clean up a couple of minor build warnings Classify usbmisc devices
* Install added file from prior commitTimothy Pearson2014-10-012-2/+2
|
* Use libmagic for mime type determinationTimothy Pearson2014-10-017-3170/+234
| | | | 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
* Fixed tdebase FTBFS caused by commit 427ebd3 when compiling with NDEBUG.Michele Calgaro2014-10-011-2/+0
| | | | | | | Commit 427ebd3 remove the definition of NDEBUG if kdebug.h is included in the compilation process. If such file is incluced in a .cpp file and not in the corresponding .h file, FTBFS happens due to different class interface between the class declaration and class definition.