summaryrefslogtreecommitdiffstats
path: root/kdecore
Commit message (Collapse)AuthorAgeFilesLines
* * Large set of SuSE patches to fix bugs and add functionalitytpearson2010-09-0212-17/+99
| | | | | | | * kdemm is included but not used by knotify as it does not work out of the box git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1171141 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Reverted accidental TQt commit which broke compilation under Qt3tpearson2010-08-311-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1170194 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Patched the string handlertpearson2010-08-301-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1170160 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * More TQt/Qt4 featurestpearson2010-08-308-13/+19
| | | | | | | * Various compilation fixes for Slackware git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1170159 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Fixed FTBFS on Slackwaretpearson2010-08-252-5/+6
| | | | | | | * Bumped version to 3.5.12 for eventual next release git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1168027 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Call utempter in the proper location and with the right arguments [Thanks ↵tpearson2010-08-252-3/+5
| | | | | | | | | to Ken Milmore for the patch] * Attempt to fix FTBFS under Slackware due to incorrect Qt header ordering git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1167615 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed kcfg_ widgets not emitting signalstpearson2010-08-213-26/+26
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1166131 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Hopefully fixed crash when adding custom color in kpalettetpearson2010-08-181-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1164953 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Typelockingtpearson2010-08-177-6/+46
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1164527 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Had a better idea since commit 1164087; hopefully this will work properly.tpearson2010-08-151-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1164091 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Testing different method of dealing with the troublesome non-type-locked ↵tpearson2010-08-151-46/+46
| | | | | | single characters; if the new kdelibs build fails a subsequent thorough runtime test then this commit will need to be reverted! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1164087 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Reverted changes to these two files as for some reason specifying QChar ↵tpearson2010-08-142-22/+22
| | | | | | datatypes completely broke login (???!?!?!?) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1163413 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Forgot one conversion to TQIODevice_OpenModeFlagtpearson2010-08-121-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1162861 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed a few minor compilation errorstpearson2010-08-122-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1162855 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Additional fixestpearson2010-08-105-2/+75
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1161223 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Cleanup / additional type specifierstpearson2010-08-073-23/+23
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1160322 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Locked down more ambiguous datatypestpearson2010-08-0624-111/+111
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1160010 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion was incomplete in the dcop/idl processorstpearson2010-08-052-68/+68
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1159683 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Various compilation fixes.tpearson2010-08-0511-58/+108
| | | | | | | | Most are to specify types where ambiguity is present, so for example 'T' becomes (QChar)'T' git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1159657 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0248-92/+92
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31317-9851/+9851
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed random filter bar crashes (some of bug 180, not all of it yet ↵tpearson2010-05-041-1/+1
| | | | | | unfortunately...) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1122569 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added new central krandr library to handle everything related to dynamic ↵tpearson2010-04-281-0/+1
| | | | | | | | | | screen configuration In the future this will probably handle ICC profiles as well This will allow easy integration of screen configuration into other KDE programs and control center modules git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1119941 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part II of the previous kdebase commit, adding the global hotkeys<-->DBUS ↵tpearson2010-04-196-0/+74
| | | | | | connection. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1116280 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Sanitize arguments passed to XLookupStringtpearson2010-03-271-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1108134 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* kdelibs update to Trinity v3.5.11tpearson2009-12-1121-116/+483
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1061230 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25444-0/+160633
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da