summaryrefslogtreecommitdiffstats
path: root/khtml
Commit message (Collapse)AuthorAgeFilesLines
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-26459-196663/+0
|
* Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, ↵Timothy Pearson2013-01-253-11/+11
| | | | and KBuffer to avoid conflicts with KDE4
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2534-258/+258
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2421-72/+72
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-2210-33/+33
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-2011-16/+16
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-193-10/+10
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsDarrell Anderson2012-10-211-7/+7
|\
| * Update TQt3 property/enum macrosTimothy Pearson2012-10-201-7/+7
| |
* | Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|/
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-085-6/+6
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-06-031-1/+1
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-101-1/+1
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibsTimothy Pearson2012-03-071-2/+2
|\
| * Rename straggling environment variables KDE->TDE.Darrell Anderson2012-03-071-1/+1
| |
| * Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2012-03-071-1/+1
| |
* | Rename additional members for tqt3Timothy Pearson2012-03-072-2/+2
|/
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-2/+2
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0129-168/+168
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-141-1/+1
|
* Rename a few stragglersTimothy Pearson2011-12-243-4/+4
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2151-194/+194
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1964-224/+224
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1835-249/+249
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-16110-674/+674
| | | | This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-15110-674/+674
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-072-2/+2
|
* Rename tqsetSizePolicy to fix bindingsTimothy Pearson2011-12-062-6/+6
|
* Rename tqsetAlignment to fix bindingsTimothy Pearson2011-12-062-3/+3
|
* Use non-tq sizeHint functions to fix bindingsTimothy Pearson2011-12-059-19/+19
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1629-113/+113
|
* Rename KDE_VERSION to TDE_VERSIONTimothy Pearson2011-11-151-1/+1
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-075-6/+6
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-063-3/+3
|
* Additional kde to tde renamingTimothy Pearson2011-11-0621-48/+48
|
* Rename kde libraries to tdeTimothy Pearson2011-11-051-1/+1
|
* 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
* Convert remaining references to kde3 (e.g. in paths) to trinitytpearson2011-08-212-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdelibs FTBFS under Qt4tpearson2011-08-141-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246982 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-103-7/+7
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1041-193/+193
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0915-34/+34
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-0719-69/+69
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix khtml dox web page linktpearson2011-04-111-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1227666 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Change most kdelibs inherits() functions to use the new object name define ↵tpearson2011-04-024-13/+13
| | | | | | system git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1226839 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] fix linking error in khtmlsamelian2011-03-241-0/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225924 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* kdelibs should now compile properly with TQt for Qt4tpearson2011-03-224-2/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225671 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-241-1/+1
| | | | | | | | | larger array of minor glitches NOTE: kdevelop and kdewebdev still need to be fully repaired git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdelibs to function correctly with TQt for Qt4tpearson2011-02-1523-77/+77
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da