summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | implement a fair amount of the QScriptClass functionalityKent Hansen2009-07-024-15/+209
| * | | | | implement string-->enum conversionKent Hansen2009-07-021-1/+9
| * | | | | first stab at implementing Qt property getter/settersKent Hansen2009-07-024-24/+230
| * | | | | implement caching of slot wrapper functionsKent Hansen2009-07-022-1/+42
| * | | | | implement marking of QObject connectionKent Hansen2009-07-021-8/+9
| * | | | | implement QScriptValue::QObjectMember property flagKent Hansen2009-07-023-4/+12
| * | | | | use the JSC::Getter and JSC::Setter flagsKent Hansen2009-07-021-4/+2
| * | | | | create a new QScriptContext when calling a Qt methodKent Hansen2009-07-021-2/+14
| * | | | | implement QObject property flagsKent Hansen2009-07-021-0/+74
| * | | | | add placeholder implementations of findChild() and findChildren()Kent Hansen2009-07-011-1/+25
| * | | | | don't crash if isFunction() is called with invalid JS valueKent Hansen2009-06-301-1/+1
| * | | | | implement setting of default prototype in newQObject()Kent Hansen2009-06-302-14/+51
| * | | | | implement name-based connection, make more tests workKent Hansen2009-06-301-7/+13
| * | | | | port recent changes from qt/masterKent Hansen2009-06-302-7/+20
| * | | | | make part of test not assertKent Hansen2009-06-291-0/+2
| * | | | | dummy QScriptContextInfo implementationKent Hansen2009-06-291-25/+81
| * | | | | disable the JIT for nowKent Hansen2009-06-291-0/+2
| * | | | | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-06-2923-100/+807
| |\ \ \ \ \
| * | | | | | implement QScriptEngine::installTranslatorFunctions()Kent Hansen2009-06-261-2/+134
| * | | | | | cleanup, make print() function handle exceptionsKent Hansen2009-06-261-81/+41
| * | | | | | implement QScriptValue::isQMetaObject() and QScriptValue::toQMetaObject()Kent Hansen2009-06-261-10/+8
| * | | | | | implement QMetaObject bindingsKent Hansen2009-06-265-4/+218
| * | | | | | port some fixes from the "old" qtscript backend to the JSC backendKent Hansen2009-06-251-15/+37
| * | | | | | work on signal bindings (connect, disconnect, signal emission)Kent Hansen2009-06-245-90/+425
| * | | | | | rename createStructureID() functionKent Hansen2009-06-241-1/+1
| * | | | | | make more qscriptengine tests runKent Hansen2009-06-249-58/+149
| * | | | | | preliminary implementation of QScriptValueIterator APIKent Hansen2009-06-231-18/+85
| * | | | | | make most of the qscriptvalue tests passKent Hansen2009-06-235-77/+153
| * | | | | | enable assertions in JSC by defaultKent Hansen2009-06-231-1/+1
| * | | | | | use JSC::asObject()Kent Hansen2009-06-231-40/+36
| * | | | | | toObject({undefined,null}) should return invalid scriptvalueKent Hansen2009-06-231-1/+1
| * | | | | | Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-16142-29887/+5798
* | | | | | | Use QExplicitlySharedDataPointerHarald Fernengel2009-08-204-18/+10
* | | | | | | Merge commit 'qt/master'Jason Barron2009-08-189-12/+12
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-179-12/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge commit 'qt/master'Jason Barron2009-08-13114-116/+116
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update contact URL in license headers.Jason McDonald2009-08-12114-116/+116
| | |_|/ / | |/| | |
* | | | | Merge commit 'qt/master-stable'Jason Barron2009-08-103-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | adjust some ifdefs so they are easy to remove with a scriptKent Hansen2009-08-073-5/+5
* | | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0610-11/+11
* | | | | Merge commit 'origin/master'Jason Barron2009-08-0412-29/+17
|\ \ \ \ \
| * | | | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0312-29/+17
* | | | | | Merge commit 'qt/master-stable'Jason Barron2009-08-048-4/+33
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | QtScript must respect dynamic metaobject's when installedAaron Kennedy2009-07-311-1/+1
| * | | | | Port of Qt to VxWorksRobert Griebl2009-07-297-3/+32
* | | | | | Merge commit 'qt/master-stable'Jason Barron2009-07-292-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Doc: replace links to obsolete APIsVolker Hilsheimer2009-07-272-2/+2
* | | | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-6/+10
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-6/+10
* | | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-30114-254/+264
|\ \ \ \ \ | |/ / / /