summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-104-24/+36
* finish implementation of QScriptEngine::importExtension()Kent Hansen2009-08-101-24/+25
* Debugger API develop. New events corresponding to QtScript old-backendJedrzej Nowacki2009-08-101-0/+47
* Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-08-101-1/+39
|\
| * implement QScriptContextInfo streaming from datastreamKent Hansen2009-08-101-1/+30
| * implement QScriptContextInfo::parameterNames() for Qt methodsKent Hansen2009-08-101-0/+9
* | Debugger modification. Debugger receive column number from op_debugJedrzej Nowacki2009-08-106-12/+17
|/
* implement QScriptClass property query semantics of old back-endKent Hansen2009-08-101-1/+6
* implement QScriptContext::backtrace()Kent Hansen2009-08-101-34/+2
* extract the function name from the calleeKent Hansen2009-08-101-0/+2
* don't add the jscprint function when building QtScriptKent Hansen2009-08-101-0/+2
* make property flags lookup work for properties in prototype chainKent Hansen2009-08-101-3/+7
* make ResolveScope property lookup work (kind of)Kent Hansen2009-08-101-2/+9
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1060-709/+1028
|\
| * Add QBENCMARK_ONCE to QTestLib.Morten Sorvig2009-08-104-4/+39
| * Make QTimeLine::start() restart from the beginning as the documentation says.David Faure2009-08-101-5/+4
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtKeith Isdale2009-08-1071-880/+1237
| |\
| | * Emit axisChanged() when the QGraphicsRotation3D axis changes.Rhys Weatherley2009-08-101-0/+3
| | * Set default QGraphicsTransform3D axis to (0, 0, 1)Rhys Weatherley2009-08-101-11/+26
| | * Add a private function for conversion a QPixmap into a VGImageRhys Weatherley2009-08-101-0/+25
| | * QItemSelectionModel did not send selectionChanged signal when deleting an itemGabriel de Dietrich2009-08-072-1/+23
| | * Fix compiler error on GCC 4.2.0 mips/sh3Anders Bakken2009-08-071-6/+3
| | * Fix build warningHarald Fernengel2009-08-071-1/+1
| | * Don't crash if we are drawing an empty image.Jan-Arve Sæther2009-08-071-0/+3
| | * Refactor QTestCharBuffer a bitHarald Fernengel2009-08-0715-218/+257
| | * Doc - Removing trailing whitespacesKavindra Devi Palaraja2009-08-071-7/+7
| | * Doc - Improving the documentation for QListWidget and QListWidgetItemKavindra Devi Palaraja2009-08-071-218/+228
| | * Refactor the code that reads the KDE config in one fileOlivier Goffart2009-08-077-189/+297
| | * QDockWidget: Make visibilityChanged more accurateThierry Bastian2009-08-072-2/+2
| | * adjust some ifdefs so they are easy to remove with a scriptKent Hansen2009-08-073-5/+5
| | * Fixes: QComboBox keyboard search not working properly when current index is -1Olivier Goffart2009-08-071-1/+1
| | * Refactors QGraphicsItemGroup::addToGroup to use QGraphicsItem::itemTransformLeonardo Sobral Cunha2009-08-071-7/+12
| | * Store QObject*'s in the QVariant data structureAaron Kennedy2009-08-072-3/+14
| | * fixing outputMessage in qplaintestlogger.cpp for Windows CEJoerg Bornemann2009-08-061-5/+7
| | * Fix a bug in QProcess. QProcess was not reentrant on UnixBenjamin Poulain2009-08-061-1/+11
| | * Fix warnings on mingwThierry Bastian2009-08-061-3/+3
| | * multimedia: fix warnings on mingwThierry Bastian2009-08-064-4/+3
| | * build fix for mingwThierry Bastian2009-08-061-0/+1
| | * Fix compile on WindowsJens Bache-Wiig2009-08-061-1/+1
| | * Cocoa: Add support for native gesturesRichard Moe Gustavsen2009-08-062-13/+51
| | * Fix warnings on MSVCThierry Bastian2009-08-062-2/+2
| | * Fix test failure in tst_QDateTimeEdit::task118867Eskil Abrahamsen Blomfeldt2009-08-061-1/+1
| | * Fix QObjectRace testOlivier Goffart2009-08-061-1/+1
| | * Make sure cursorPositionChanged is emitted when cursor position changesEskil Abrahamsen Blomfeldt2009-08-061-0/+1
| * | In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-105-5/+5
* | | update JS bindings to be in sync with commit 394f62d779e6e120ce2fc19bd61ec64b...Kent Hansen2009-08-1017-24/+24
* | | add configure options for (not) building the QtScript moduleKent Hansen2009-08-0761-239/+4
* | | make JSC::Register members private againKent Hansen2009-08-061-1/+1
* | | kill dead codeKent Hansen2009-08-061-134/+0
* | | delete AST-to-string visitorKent Hansen2009-08-062-1675/+0