summaryrefslogtreecommitdiffstats
path: root/khtml
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Aviod conflicts with Qt4 namespace memberstpearson2011-01-271-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217530 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs/khtml] smooth scrolling is disabled by defaultsamelian2011-01-191-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215851 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Additional TQt for Qt4 compilation fixestpearson2011-01-193-16/+16
| | | | | | | 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
* Reverted accidental complete delete of this filetpearson2011-01-181-0/+685
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215518 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Finished remaining porting to new TQt APItpearson2011-01-1659-1125/+450
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214736 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion for TQt for Qt4 3.4.0 TP2tpearson2011-01-13144-955/+955
| | | | | | | | 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-1110-42/+0
| | | | | | 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-07243-2764/+2764
| | | | | | | | 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
* [kdelibs] added "-include tqt.h" to CMAKE_CXX_FLAGS; using new export mechanismsamelian2011-01-061-3/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212368 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-03243-2764/+2764
| | | | | | | 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