aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in String.arg()Chris Adams2011-09-282-12/+26
* Add convenience macro for fast connects in declarative.Michael Brasser2011-09-271-0/+26
* Get rid of redundant type member from V4 instructionsKent Hansen2011-09-235-665/+500
* Make the QML/VME interpreter threadedKent Hansen2011-09-227-317/+420
* Make the QML-VME interpreter "threading"-friendlyKent Hansen2011-09-221-18/+19
* Fix processing of unary T_MINUS_MINUS tokens after semicolon insertion.Roberto Raggi2011-09-211-1/+1
* Unwrap QJSValue from QVariant in QV8Engine::fromVariantJędrzej Nowacki2011-09-191-1/+5
* Move JS RegExp flag definitions to header fileKent Hansen2011-09-192-11/+11
* Fix typo when recognizing escape charactersRoberto Raggi2011-09-191-1/+1
* Add the method tokenKind() to the QML/JS lexer.Roberto Raggi2011-09-192-0/+6
* Add support for QML/JS pragma directives.Roberto Raggi2011-09-192-0/+119
* Fix automatic semicolon insertion.Roberto Raggi2011-09-194-18/+23
* Fix compile when the parser is included in non GUI applications.Roberto Raggi2011-09-191-1/+1
* Fix the implementation of Lexer::tokenText().Roberto Raggi2011-09-192-7/+11
* Introduced a QML scanning mode.Roberto Raggi2011-09-193-32/+35
* Get rid of QDeclarativeUtilsKent Hansen2011-09-196-127/+31
* Fix QDeclarativeListProperty assignmentChris Adams2011-09-191-1/+10
* JSDebugging: Enable break on events.Aurindam Jana2011-09-171-0/+2
* Fix an assertion in QDeclarativeNotifierEndpointLars Knoll2011-09-161-1/+1
* Fix aliasing bug when compiled with gcc 4.6Aaron Kennedy2011-09-161-9/+16
* Reference V4 program dataAaron Kennedy2011-09-163-5/+11
* Fix warnings.Michael Brasser2011-09-161-1/+1
* Separate declarative builtin functions from QV8Engine classJędrzej Nowacki2011-09-155-985/+1115
* Remove some unused includes.Jędrzej Nowacki2011-09-153-5/+1
* Split qjsconverter_p header.Jędrzej Nowacki2011-09-155-191/+282
* Remove dead code.Jędrzej Nowacki2011-09-151-15/+0
* Fix potential memory corruption.Jędrzej Nowacki2011-09-151-1/+17
* Cleanup includes in QDeclarativeData.Jędrzej Nowacki2011-09-151-1/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-1320-75/+74
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-09-1227-992/+522
| |\
| * | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-015-26/+10
| * | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-3115-49/+64
| * | Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-08-312-20/+44
| |\ \
| * \ \ Merge branch 'master' into refactorGunnar Sletta2011-08-3191-6478/+10102
| |\ \ \
| * \ \ \ Merge branch 'master' into refactorGunnar Sletta2011-08-2561-935/+1691
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into refactorGunnar Sletta2011-08-1158-321/+5704
| |\ \ \ \ \
| * | | | | | Build against refactor.Samuel Rødal2011-07-293-4/+4
* | | | | | | canvas item refactorsCharles Yin2011-09-121-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix missing and outdated license headers.Jason McDonald2011-09-095-68/+109
* | | | | | Compile fix.Michael Brasser2011-09-091-2/+2
* | | | | | Improve efficiency of qmlEngine()Aaron Kennedy2011-09-091-2/+20
* | | | | | Doc fix for QDeclarativeEngineDamian Jansen2011-09-071-2/+2
* | | | | | Add garbage collector prologue callback to qv8engineChris Adams2011-09-063-0/+252
* | | | | | Remove friend class QV8DebugService from QV8Engine.Aurindam Jana2011-09-051-1/+0
* | | | | | Fix some memory leaks in the compilerChris Adams2011-09-052-0/+4
* | | | | | Debugger: Move QT_DECLARATIVE_DEBUG handling out of qdeclarative.hKai Koehne2011-09-022-11/+1
* | | | | | Allow conversion of QObject Module API to QVariantChris Adams2011-09-023-1/+31
* | | | | | Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-016-15/+94
* | | | | | Rename QDeclarativeEngineDebugServer to ~ServiceKai Koehne2011-08-315-889/+6
* | | | | | Fix build with ClangTor Arne Vestbø2011-08-312-3/+3
| |_|_|_|/ |/| | | |