summaryrefslogtreecommitdiffstats
path: root/khtml
Commit message (Collapse)AuthorAgeFilesLines
* Rebranding, tooltip, and What's This string cleanup.Darrell Anderson2015-12-231-1/+1
| | | | (cherry picked from commit 1872b105e01a84ecb634076038b79c9517c9b15a)
* Fix possible DOS in konqueror (CVE-2009-2537)Francois Andriot2013-06-011-2/+11
| | | | (cherry picked from commit 89cfde63b8a29b6513d65cfb0f16b2b210257063)
* Fix slot warnings when no partManager is availableTimothy Pearson2013-05-083-18/+30
| | | | | This resolves the remainder of Bug 1088 (cherry picked from commit ecaf622512756000f3abf9687a0f3bfbadd8c75d)
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2013-03-041-1/+1
| | | | (cherry picked from commit e15521d96b21cb0c771cce7cbe2ceb38f27c8844)
* Fix inadvertent tqt changes.Darrell Anderson2012-11-091-1/+1
| | | | (cherry picked from commit 5d9a593c1fe4967f3636524cbef739d80b0d8cae)
* Rename a few stragglersTimothy Pearson2012-06-023-4/+4
| | | | (cherry picked from commit 22e7adf3ed072dce5600693e9ba7c14eda94e025)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-0251-194/+194
| | | | (cherry picked from commit 1180237ab336226ad932d767a6cb56208314988f)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-0264-224/+224
| | | | (cherry picked from commit a51cd9949c4e6c726a84a61de3cfadd30cefb5c7)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0235-249/+249
| | | | (cherry picked from commit 984c25aa6969e55896e9a13c8e7f7b8a58991a4e)
* Rename tqsetSizePolicy to fix bindingsTimothy Pearson2012-06-022-6/+6
| | | | (cherry picked from commit d5b3ae721dc072e0c70055313de9b5228b6688a8)
* Rename tqsetAlignment to fix bindingsTimothy Pearson2012-06-022-3/+3
| | | | (cherry picked from commit b212a1de50010bf9f8ff93123281a6956291cdf2)
* Use non-tq sizeHint functions to fix bindingsTimothy Pearson2012-06-029-19/+19
| | | | (cherry picked from commit d4e11a5f488204ab8886e167c7c4af1e6e16ab58)
* 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
* [kdelibs/khtml] ecma: removed useless automoc-ingsamelian2010-10-231-1/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1189050 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs/khtml] fixed compiler flagssamelian2010-10-061-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1183325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] added initial cmake supportsamelian2010-10-0512-0/+685
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [CRITICAL] Repair borken rendering due to incorrect inherited object logictpearson2010-10-024-13/+13
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1181768 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Critical security patches for the following vulnerabilities:tpearson2010-09-297-9/+488
| | | | | | | | | | | | CVE-2009-0689 CVE-2009-1687 CVE-2009-1690 CVE-2009-1698 CVE-2009-2702 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1180823 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* All documentation references to KDE should now be converted to Trinity for ↵tpearson2010-09-181-1/+1
| | | | | | the new API website git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1176842 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Imported all kdelibs bugfix patches from Chakra projecttpearson2010-09-071-8/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1172682 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Merge commit 1170303 from the Enterprise branchtpearson2010-09-0316-875/+910
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1171389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Large set of SuSE patches to fix bugs and add functionalitytpearson2010-09-025-18/+210
| | | | | | | * 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
* TQt conversion fixestpearson2010-08-0233-54/+54
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31209-6223/+6223
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remaining GPL license address updatestpearson2009-12-113-80/+81
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1061459 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* First attempt to clean up warnings from previous committpearson2009-12-112-42/+40
| | | | | | | * Remove trailing spaces in mimetypes; present in Cy l18n strings only * Incorrect GPL v2 header in nsplugin handler files git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1061453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* kdelibs update to Trinity v3.5.11tpearson2009-12-119-26/+979
| | | | 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-25442-0/+194343
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da