summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the return value of a function call that throws an error.Ariya Hidayat2009-07-171-1/+3
* Fix the return value of a constructor that throws an error.Ariya Hidayat2009-07-171-1/+3
* implement cyclic prototype chain checkKent Hansen2009-07-171-1/+12
* make QScriptValue::toString() et al work when there's an exceptionKent Hansen2009-07-172-11/+78
* set correct property flags in newFunction()Kent Hansen2009-07-171-2/+3
* We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-163-15/+3
* do the correct prototype checkKent Hansen2009-07-161-2/+1
* start implementing constructors for QMetaObject wrappersKent Hansen2009-07-164-11/+123
* fix bug in built-in print() functionKent Hansen2009-07-161-3/+2
* Convert the strings or number value to jscvalue when they are used with an en...Olivier Goffart2009-07-163-22/+26
* only set default prototype if resulting object has built-in Object prototype ...Kent Hansen2009-07-161-1/+4
* fix enumeration of QObject wrapper objectsKent Hansen2009-07-161-3/+1
* 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-151-2/+4
* 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-153-11/+84
* 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 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-151-0/+2
* Error line number property is called "lineNumber" in QtScriptKent Hansen2009-07-153-4/+10
* compileKent Hansen2009-07-151-2/+2
* Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-141371-26063/+44826
|\
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-13902-5881/+22556
| * Added QTextListFormat::ListUpperRoman and QTextListFormat::ListLowerRoman for...Nils Jeisecke2009-07-139-7/+85
| * Removed two generated files.Simon Hausmann2009-07-132-43/+0
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-137-8/+60
| |\
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-1318-2040/+3375
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-131-0/+2
| |\ \ | | |/
| | * QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-132-0/+9
| | * QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-1/+1
| * | doc: Use \inheaderfile to show which include file to include.Martin Smith2009-07-131-1/+1
| * | QTreeView: now dragging lots of items is fastThierry Bastian2009-07-137-6/+51
| * | 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-1398-2464/+3850
| |\ \
| | * | QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-1/+1
| | * | doc: Clarified what Qt::HANDLE is on Windows.Martin Smith2009-07-131-3/+8
| | * | Cut-off in QGraphicsView not hit if setting a scene rect.Bjørn Erik Nilsen2009-07-131-1/+1
| | * | Revert "Fixed leak of plugin instances"João Abecasis2009-07-131-18/+1
| | * | fix warning in qstringbuilder.h by using QLatin1Charhjk2009-07-131-1/+1
| | * | Removed an assert from the QNetworkReply.Denis Dzyubenko2009-07-131-2/+2
| | * | Unified common code in QSyntaxHighlighter::rehighlight() and QSyntaxHighlight...J-P Nurmi2009-07-131-17/+14
| | * | Added QSyntaxHighlighter::rehighlightBlock(QTextBlock)J-P Nurmi2009-07-132-0/+28
| | * | Fix crash after "Remove QT_WA and non-Unicode code paths, dropping Win9x and ...Bjoern Erik Nilsen2009-07-131-1/+2
| | * | Merge commit 'origin/4.5'Bill King2009-07-138-84/+141
| | |\ \ | | | |/