summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add inotify CMake support to tdelibsTimothy Pearson2012-06-022-2/+23
| | | | (cherry picked from commit 24f144faf98249012e7b1657a5dfe93750f0dfde)
* Add go.png images to crystalsvg icon set to fix Standard ksplash theme.Darrell Anderson2012-06-027-0/+0
| | | | (cherry picked from commit 67886cbdd25801c4c541ea9f687fd90dcea96ec6)
* Fix crash on newline assert in kddebugTimothy Pearson2012-06-021-3/+6
| | | | (cherry picked from commit 9a3888489dd9e1c1100c1db8feee255ebabd86c7)
* Fix kdesu internal pathingTimothy Pearson2012-06-021-5/+10
| | | | | This closes Bug 766 (cherry picked from commit e131f10b84dbec07ad49d36c192777a72189a39e)
* Fix utf8 encoding for webdav directoriesTimothy Pearson2012-06-021-0/+6
| | | | | Thanks to Thorsten Glaser for the patch! (cherry picked from commit e607cfe6113c9cf3d4b64814985d25e5ee711a8c)
* Fix kiconloader crash when libart is not in useTimothy Pearson2012-06-021-2/+4
| | | | (cherry picked from commit e6b6f2eafdf6dbe3b4d5526c75e9d7c5aaee5ccb)
* Update bugtracker location in shared About dialogTimothy Pearson2012-06-021-1/+1
| | | | | This closes Bug 704 (cherry picked from commit 787f04b0c65349aea026b8bc2b8b2fdedc648438)
* Update bug report dialog with additional informationTimothy Pearson2012-06-024-6/+14
| | | | | This closes Bug 754 (cherry picked from commit c2fb83dad7c2d075c0e9eec083b9d267c79abb6b)
* Add pcre detection to tdelibs CMake filesTimothy Pearson2012-06-023-2/+15
| | | | | This closes Bug 569 (cherry picked from commit b911168351033cde8e3b524060722e0001c27bda)
* Fix make_driver_db_cups pathTimothy Pearson2012-06-021-1/+1
| | | | | This closes Bug 383 (cherry picked from commit 87201a3741bd9d4b4638be7b3d8c44a737115b0f)
* Rename a few stragglersTimothy Pearson2012-06-026-10/+10
| | | | (cherry picked from commit 22e7adf3ed072dce5600693e9ba7c14eda94e025)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-02161-703/+703
| | | | (cherry picked from commit 1180237ab336226ad932d767a6cb56208314988f)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-02338-1322/+1322
| | | | (cherry picked from commit a51cd9949c4e6c726a84a61de3cfadd30cefb5c7)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-02447-2669/+2669
| | | | (cherry picked from commit 984c25aa6969e55896e9a13c8e7f7b8a58991a4e)
* Rename tqsetSizePolicy to fix bindingsTimothy Pearson2012-06-0229-44/+44
| | | | (cherry picked from commit d5b3ae721dc072e0c70055313de9b5228b6688a8)
* Rename tqsetAlignment to fix bindingsTimothy Pearson2012-06-0253-135/+135
| | | | (cherry picked from commit b212a1de50010bf9f8ff93123281a6956291cdf2)
* Rename tqencodedData to fix bindingsTimothy Pearson2012-06-0211-27/+27
| | | | (cherry picked from commit ca1f1a08ecb01139487ff2f0591f97b97164c4e4)
* Use non-tq sizeHint functions to fix bindingsTimothy Pearson2012-06-02154-459/+459
| | | | (cherry picked from commit d4e11a5f488204ab8886e167c7c4af1e6e16ab58)
* Attempt to force dcopidl to accept the TQ_OBJECT macroTimothy Pearson2012-06-021-1/+6
| | | | (cherry picked from commit aa492f2e083fb5d31ce98c0e24dd87c12fdd3ed2)
* Add common directoriesSlávek Banko2012-06-0214-5032/+9
| | | | Add empty directories
* Disable kdelibs randr component building with outdated, incompatible xrandr ↵v3.5.13tpearson2011-10-291-1/+1
| | | | | | | | | versions Thanks to Francois Andriot for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1261449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add debugging message upon libltdl dlopen() failuretpearson2011-10-281-0/+4
| | | | | | | This greatly simplifies debugging TDE dynamically loaded plugins! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1261212 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix KHTML multi-line textboxes rendering incorrectlytpearson2011-10-271-1/+2
| | | | | | | This closes Bug 558 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1260925 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rebrand version string to final 3.5.13 releasetpearson2011-10-251-1/+1
| | | | | | | Trinity is now in a hard code freeze git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1260762 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add cr16-action-button_ok.png to kdelibstpearson2011-10-241-0/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1260477 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add constructor to KApplication that allows ARGB visuals to be manually disabledtpearson2011-10-242-1/+47
| | | | | | | This allows the GTK Qt theme engine to work with a KApplication object when a window compositor is enabled git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1260463 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdelibs FTBFStpearson2011-10-241-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1260432 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix findSignal failure in kio net slavetpearson2011-10-221-1/+1
| | | | | | | This fixes audio CD CDDB lookups among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1260237 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add missing cr16-action-button_cancel.png icon file to kdelibstpearson2011-10-191-0/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1259598 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Make KPassivePopup emit a signal when a popup is hiddentpearson2011-10-182-0/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1259345 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add new system executable completion mode to kurlcompletiontpearson2011-10-142-1/+74
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1258882 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-1027-58/+58
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add OpenOffice flat XML mimetypes to kdelibstpearson2011-10-105-0/+319
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1258237 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Second part of prior committpearson2011-10-092-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1258015 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Force kdelibs to search for avahi-tqt instead of avahi-qt3tpearson2011-10-091-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1258014 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Keep system modal dialogs on top of all other windowstpearson2011-10-082-1/+20
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257823 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Prevent recursive loop if XRandR returns a warning or error message during ↵tpearson2011-10-081-6/+8
| | | | | | application of settings outside of Settings Test mode git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257816 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part 2 of prior committpearson2011-10-062-5/+9
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257649 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix broken root certificates in kdelibs kssltpearson2011-10-061-23/+23
| | | | | | | This repairs spurious certificate warning errors on secure connections via Konqueror/KHTML git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257611 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix potential crash in libkrandr if number of monitors increases after ↵tpearson2011-10-051-26/+31
| | | | | | initial scan and before settings are applied git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257359 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix krandr setting multiple displays as primarytpearson2011-10-041-1/+44
| | | | | | | Fix krandr silently failing to apply settings when underlying hardware does not support the requests git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257190 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix incorrect /.cups/.lpoptions file path in kdelibstpearson2011-09-291-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1256361 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Split out system modal dialog header widgettpearson2011-09-152-13/+55
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1253788 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add systemwide modal notification dialog to kdelibstpearson2011-09-122-0/+163
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1253055 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enhance libkrsynctpearson2011-09-103-51/+65
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1252638 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add libkrsync to kdelibstpearson2011-09-106-0/+1595
| | | | | | | This allows unidirectional and bidirectional file transfer via rsync and unison, respectively git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1252392 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add apidox targets to kdelibstpearson2011-09-061-0/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1251895 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdelibs multiarch runtime library location failuretpearson2011-09-041-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1251417 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add DPMS support to libkrandrtpearson2011-09-034-1/+82
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1251242 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix display gamma setting crash in kdelibstpearson2011-09-011-0/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1250815 283d02a7-25f6-0310-bc7c-ecb5cbfe19da