summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Debugger API develop. New events corresponding to QtScript old-backendJedrzej Nowacki2009-08-101-0/+47
* Debugger modification. Debugger receive column number from op_debugJedrzej Nowacki2009-08-106-12/+17
* don't add the jscprint function when building QtScriptKent Hansen2009-08-101-0/+2
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-101-1/+1
|\
| * In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-101-1/+1
* | update JS bindings to be in sync with commit 394f62d779e6e120ce2fc19bd61ec64b...Kent Hansen2009-08-1017-24/+24
* | make JSC::Register members private againKent Hansen2009-08-061-1/+1
* | give Error constructors DontEnum attributeKent Hansen2009-08-061-6/+6
* | Should be part of last commit 3350281b3b4640b24b09f2897b033678670ed37aJedrzej Nowacki2009-08-061-0/+1
* | Force parser to send information about current column number.Jedrzej Nowacki2009-08-0611-41/+49
* | Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-0573-110/+109
* | RegExp.prototype.toString() when pattern is emptyKent Hansen2009-08-051-0/+4
* | compileKent Hansen2009-08-051-1/+1
* | construct a QScriptObject instead of a JSObjectKent Hansen2009-08-051-1/+4
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-0510-27/+39
|\ \ | |/
| * Fixed warnings on phonon/ds9 with mingw (gcc 4)Thierry Bastian2009-08-039-23/+28
| * Doc: there is no group of explicitly shared classes, only one class uses this.Volker Hilsheimer2009-07-301-4/+11
* | New UString method. Conversion from UString to QString.Jedrzej Nowacki2009-08-051-0/+12
* | add ifdefs for qtscript-specific changesKent Hansen2009-08-053-1/+19
* | Make it possible to delete properties even though they have the DontDelete at...Kent Hansen2009-08-0421-52/+52
* | Make TimeoutChecker::didTimeOut() virtual.Tor Arne Vestbø2009-08-031-1/+1
* | Allow setting the checking interval for TimeoutCheckerTor Arne Vestbø2009-08-032-3/+6
* | Make JSC::TimeoutChecker subclassable and replacable in the global dataTor Arne Vestbø2009-08-0322-49/+56
* | Complete the implementation of QScriptValueIterator with JSCoreBenjamin Poulain2009-08-034-8/+15
* | Fix up generated files to match the previous commitTor Arne Vestbø2009-07-3140-58/+58
* | QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-3132-56/+59
* | use "fileName" instead of "sourceURL" as error property nameKent Hansen2009-07-303-3/+5
* | document that qtscript neeeds some private JSC APIKent Hansen2009-07-301-1/+5
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-07-3016-13/+245
|\ \ | |/
| * compile on QNXHarald Fernengel2009-07-291-1/+2
| * Doc: fix links to the examplesVolker Hilsheimer2009-07-291-2/+3
| * Port of Qt to QNXHarald Fernengel2009-07-294-2/+53
| * Port of Qt to VxWorksRobert Griebl2009-07-2910-7/+186
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-07-291377-19577/+41002
* | Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Kent Hansen2009-07-281-0/+4
|\ \
| * | Fix tst_QScriptEngine::automaticSemicolonInsertionOlivier Goffart2009-07-281-0/+4
* | | compileKent Hansen2009-07-281-0/+2
* | | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-281386-19655/+41100
|\ \ \ | |/ / |/| |
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-2865-7866/+355
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-281420-19511/+48449
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into qtwebkit-4.6-stagingSimon Hausmann2009-07-2813-81/+99
| |\ \ | | |/
| | * "enabled" parameter should default to true, as with QGraphicsView andVolker Hilsheimer2009-07-272-1/+3
| | * Doc: Fixed qdoc warningsDavid Boddie2009-07-231-1/+1
| | * Doc: Updated link and a bit more documentation forVolker Hilsheimer2009-07-212-10/+26
| | * Doc: fix formatting of lists.Volker Hilsheimer2009-07-201-12/+17
| | * Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-1/+1
| | * Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-0/+2
| | * Fixed another memory leak in Phonon on windowsThierry Bastian2009-07-171-3/+1
| | * Documentation and whitespace fixes in phononDavid Faure2009-07-165-51/+46
| | * Phonon: fixed a big memory leak on WindowsThierry Bastian2009-07-162-2/+4