summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix default TDENewStuff providers urlSlávek Banko2014-09-301-4/+2
|
* Remove obsolete references to kinfocenterTimothy Pearson2014-09-293-4/+0
| | | | This relates to Bug 1910
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2014-09-291-0/+0
|
* Automated l10n update (after extraction)Timothy Pearson2014-09-291-62/+62
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2014-09-281-0/+0
|
* Fix accidental i18n breakageTimothy Pearson2014-09-283-63/+63
|
* Fix prior commitTimothy Pearson2014-09-282-5/+0
|
* Rename kde.pot to tde.potTimothy Pearson2014-09-285-6/+13
| | | | This relates to Bug 1910
* 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
* Rewrite list view movement key handlers in file management modeTimothy Pearson2014-09-261-316/+468
| | | | This resolves Bug 1961
* Fix remaining renaming knewstuffSlávek Banko2014-09-241-0/+0
|
* Classify regulator devicesTimothy Pearson2014-09-231-0/+3
|