summaryrefslogtreecommitdiffstats
path: root/dcop
Commit message (Collapse)AuthorAgeFilesLines
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-273-5/+5
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-5/+5
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-206-24/+24
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-2/+2
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsDarrell Anderson2012-10-211-4/+4
|\
| * Update TQt3 property/enum macrosTimothy Pearson2012-10-201-4/+4
| |
* | Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|/
* Branding: KDE panel->TDE panel.Darrell Anderson2012-06-271-1/+1
|
* Use tqtinterface-provided values for DCOP text typesTimothy Pearson2012-06-095-62/+62
| | | | This resolves Bug 994
* Add source code module name to stdout/stderr message to improve readability.Darrell Anderson2012-05-061-1/+1
|
* GCC 4.7 fix needed to build tdebase.Darrell Anderson2012-04-271-3/+3
| | | | | This partially resolves bug report 958. Thanks to Francois Andriot.
* Fix typos.Darrell Anderson2012-04-042-4/+4
|
* Add source code module name [KDE-ICE error] to stdout/stderr messages to ↵Darrell Anderson2012-03-131-2/+2
| | | | improve readability.
* Fix FTBFSTimothy Pearson2012-03-081-6/+6
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2012-03-077-186/+186
|\
| * Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2012-03-072-126/+126
| |
| * Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2012-03-075-60/+60
| |
* | Rename additional members for tqt3Timothy Pearson2012-03-071-1/+1
|/
* Rename additional global TQt functionsTimothy Pearson2012-03-0123-175/+175
|
* Rename kde-config to tde-configTimothy Pearson2012-02-261-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-171-1/+1
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-142-3/+3
|
* Fix FTBFSTimothy Pearson2012-01-314-6/+6
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-2/+2
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-197-13/+13
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-182-14/+14
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1612-33/+33
| | | | This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1512-33/+33
|
* Update flex/bison generated files for dcopidlTimothy Pearson2011-11-273-1804/+2560
|
* Attempt to force dcopidl to accept the TQ_OBJECT macroTimothy Pearson2011-11-271-1/+6
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-167-7/+7
|
* Fix kdelibs FTBFS on native TQt3Timothy Pearson2011-11-152-4/+4
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-065-8/+8
|
* Additional kde to tde renamingTimothy Pearson2011-11-066-22/+22
|
* Rename kde libraries to tdeTimothy Pearson2011-11-051-1/+1
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-3/+3
| | | | | | 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
* Disable DCOP logging to prevent logfile pollutiontpearson2011-09-011-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1250812 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1016-78/+78
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdelibs to function correctly with TQt for Qt4tpearson2011-02-154-6/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs/dcop] link libX11 to dcopquitsamelian2011-02-151-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220752 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs/dcop] link libX11 to dcopsamelian2011-02-151-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220747 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Patch a few buffer overrun problems and odd crash potentialstpearson2011-01-263-6/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217371 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Additional TQt for Qt4 compilation fixestpearson2011-01-191-1/+1
| | | | | | | This should not affect TQt for Qt3 per usual git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215674 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion for TQt for Qt4 3.4.0 TP2tpearson2011-01-1324-181/+183
| | | | | | | | This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move ↵samelian2011-01-115-20/+3
| | | | | | TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1213800 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-0748-386/+385
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-0348-385/+386
| | | | | | | NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] install cmake import modules (for imported targets support)samelian2010-10-281-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1190536 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs/dcop] added cmake forgotten filesamelian2010-10-061-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1183295 283d02a7-25f6-0310-bc7c-ecb5cbfe19da