summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add some expected failures in objectDeleted() autotestKent Hansen2009-07-161-2/+10
* only set default prototype if resulting object has built-in Object prototype ...Kent Hansen2009-07-162-2/+4
* fix enumeration of QObject wrapper objectsKent Hansen2009-07-161-3/+1
* add autotest for Global Object propertiesKent Hansen2009-07-161-0/+145
* compile when JIT is enabledKent Hansen2009-07-151-0/+1
* don't try to be so cleverKent Hansen2009-07-151-7/+4
* fix GC-related crashKent Hansen2009-07-152-7/+11
* fix some memory leaksKent Hansen2009-07-153-2/+8
* avoid crashing when attempting to set this-object of global contextKent Hansen2009-07-151-0/+4
* initial attempt at implementing QScriptEngine::setGlobalObject()Kent Hansen2009-07-154-11/+87
* store error and return true when throwing in getOwnProperty()Kent Hansen2009-07-151-2/+2
* implement QObject prototype objectKent Hansen2009-07-152-1/+13
* implement AutoCreateDynamicProperties optionKent Hansen2009-07-151-7/+7
* implement enumeration of custom script classesKent Hansen2009-07-152-4/+14
* implement name() function of custom property iteratorKent Hansen2009-07-151-1/+1
* implement QObject wrapper caching (PreferExistingWrapperObject)Kent Hansen2009-07-153-3/+60
* implement QScriptEngine::isEvaluating()Kent Hansen2009-07-151-3/+2
* clear script exceptions when executing Qt methodsKent Hansen2009-07-152-0/+3
* update autotestKent Hansen2009-07-151-3/+4
* Error line number property is called "lineNumber" in QtScriptKent Hansen2009-07-153-4/+10
* compileKent Hansen2009-07-151-2/+2
* compileKent Hansen2009-07-151-1/+0
* Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-141957-28333/+70793
|\
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-13902-5881/+22556
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into qtwebkit-4.6-stagingSimon Hausmann2009-07-131069-22501/+48331
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-1312-7/+179
| | |\
| | | * More tests for list numberingOlivier Goffart2009-07-132-0/+50
| | | * Added QTextListFormat::ListUpperRoman and QTextListFormat::ListLowerRoman for...Nils Jeisecke2009-07-1311-7/+129
| | * | Fix import of WebKit from the trunkSimon Hausmann2009-07-131-2/+0
| | * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-131-1/+1
| | |\ \ | | | |/ | | |/|
| | | * Fix WebKit import urlSimon Hausmann2009-07-131-1/+1
| | * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-131-0/+1
| | |\ \ | | | |/
| | | * Fix initialization of the HTML 5 offline storage.Simon Hausmann2009-07-131-0/+1
| | * | Removed two generated files.Simon Hausmann2009-07-132-43/+0
| | * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-1321-178/+390
| | |\ \ | | | |/
| | | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-1318-2040/+3375
| | | * implement proper vpath handlingOswald Buddenhagen2009-07-1312-114/+173
| | | * factor out linguist-specific partOswald Buddenhagen2009-07-137-67/+168
| | * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-131-0/+2
| | |\ \ | | | |/
| | | * tst_qnetworkreply: qDebug instead of qWarningMarkus Goetz2009-07-131-1/+1
| | | * QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-132-0/+9
| | | * QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-132-1/+25
| | | * Fix line endings.Alexis Menard2009-07-131-22/+22
| | * | doc: Use \inheaderfile to show which include file to include.Martin Smith2009-07-132-1/+2
| | * | fix bug in qmake DEPLOYMENT variableJoerg Bornemann2009-07-131-2/+1
| | * | QTreeView: now dragging lots of items is fastThierry Bastian2009-07-137-6/+51
| | * | tst_qnetworkreply: qDebug instead of qWarningMarkus Goetz2009-07-131-2/+2
| | * | Fix font propagation issues with QComboBox and the popup menu.Norwegian Rock Cat2009-07-133-4/+16
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-13189-3018/+7298
| | |\ \
| | | * | QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-132-1/+25