summaryrefslogtreecommitdiffstats
path: root/kresources
Commit message (Collapse)AuthorAgeFilesLines
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2426-49/+49
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-226-7/+7
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-207-8/+8
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-196-17/+17
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-216-6/+6
|
* Branding: KDE->TDEDarrell Anderson2012-06-271-7/+7
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-0830-90/+90
|
* GCC 4.7 fix.Darrell Anderson2012-04-272-0/+2
| | | | | This partially resolves bug report 958. Thanks to David C. Rankin.
* Change ${INCLUDE_INSTALL_DIR}/tde -> ${INCLUDE_INSTALL_DIR}.Darrell Anderson2012-03-211-1/+1
| | | | | | | Installing header files to ${INCLUDE_INSTALL_DIR}/tde added another subdirectory layer that caused build failures in certain apps such as kipi-plugins. This partially resolves bug report 600.
* Rename additional members for tqt3Timothy Pearson2012-03-071-4/+4
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0112-28/+28
|
* Terminate kdDebug calls with newlinesTimothy Pearson2012-02-2314-61/+61
| | | | This closes Bug 631
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1785-90/+90
|
* Rename include subdirectory to tdeTimothy Pearson2012-02-071-1/+1
|
* Fix inadvertent TQt changesTimothy Pearson2012-01-132-11/+11
| | | | This closes Bug 752
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2111-38/+38
|
* Fix a few strings that contain StatusTimothy Pearson2011-12-196-569/+569
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1938-119/+119
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1845-1949/+1949
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1693-2121/+2121
| | | | This reverts commit 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1593-2121/+2121
|
* Finish rename from prior commitTimothy Pearson2011-11-161-0/+0
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-163-5/+5
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-0611-22/+22
|
* Additional kde to tde renamingTimothy Pearson2011-11-06184-226/+226
|
* Rename kde libraries to tdeTimothy Pearson2011-11-0593-106/+106
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵v3.5.13tpearson2011-10-104-5/+5
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a handful of FTBFS errors caused by tqStatus/Status string conversiontpearson2011-08-311-181/+181
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250604 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-313-339/+339
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of accidental tqStatus string conversionstpearson2011-08-271-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Use const_cast (not static_cast) to fix the previous kdepim FTBFS...tpearson2011-08-161-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1247467 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdepim FTBFStpearson2011-08-161-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1247457 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix potential kdepim issues with C style char* casttpearson2011-08-151-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1247433 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-10106-320/+320
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1059-327/+327
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0912-24/+24
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-142-2/+2
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Qt3 compilation of kdepimtpearson2011-04-151-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227976 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable kdepim compilation under Qt4tpearson2011-04-1449-164/+164
| | | | | | | | This will likely break Qt3 compilation temporarily, which is an unintended side effect. A third and final kdepim commit will repair Qt3 compilation shortly. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227946 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion of kdepim to TQttpearson2011-04-13243-2906/+2996
| | | | | | | | | This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix include directory installation locationstpearson2011-03-301-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226577 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim] include ${CMAKE_SOURCE_DIR}/libkdepim to fix FTBFSsamelian2011-03-2717-0/+17
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226234 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim/kresources] added ${CMAKE_SOURCE_DIR}/libkdepim to include pathssamelian2011-03-271-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226138 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim] initial cmake support for: knotes, kode, korganizer, kresources, ↵samelian2011-03-2139-6/+1464
| | | | | | plugins, wizards git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225440 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Moved kpilot from kdepim to applications, as the core Trinity libraries ↵tpearson2011-02-1698-1152/+1152
| | | | | | should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed corner case in libcarddav; error occured while saving when UID was ↵tpearson2010-09-231-0/+9
| | | | | | broken across multiple lines and/or included whitespace git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1178442 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFS on Ubuntutpearson2010-09-131-162/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added the ability to disable resources at compile timetpearson2010-09-132-2/+137
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part 2 of prior committpearson2010-09-121-0/+63
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da