aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Don't crash with deferred propertiesAlan Alpert2013-08-221-1/+1
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-227-20/+18
* Prospective build fix for shadow builds with MSVCSimon Hausmann2013-08-211-6/+6
* Remove QV4::DiagnosticMessageLars Knoll2013-08-201-16/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-2/+3
|\
| * Doc fixAlan Alpert2013-08-161-2/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-122-74/+72
|\|
| * Fix needless conversion from char * to QStringKai Koehne2013-08-091-20/+20
| * Remove unused local variablesKai Koehne2013-08-091-3/+0
| * Doc: createObject: adapted description of exampleNico Vertriest2013-08-061-51/+52
* | Document parenting behaviour of delegates in QML ListView and Component.Tomasz Siekierda (sierdzio)2013-08-101-1/+2
* | Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-082-2/+14
* | Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-085-5/+35
* | Move the parser folder from src/qml/qml to src/qmlLars Knoll2013-08-0819-13712/+0
* | Move the JS Api into it's own folderLars Knoll2013-08-0813-2309/+1
* | Remove outdated notes fileLars Knoll2013-08-081-4/+0
* | Remove the now unused rewriter directoryLars Knoll2013-08-084-292/+0
* | Restructure source codeLars Knoll2013-08-08113-41088/+0
* | Remove the llvm isel backendLars Knoll2013-08-086-2204/+0
* | Optimize the JS == operatorLars Knoll2013-08-077-57/+59
* | Remove context argument from most binopsLars Knoll2013-08-0711-98/+164
* | Speed up JS comparison operationsLars Knoll2013-08-074-55/+64
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-062-20/+3
|\ \
| * | Merge branch 'stable' into devSergio Ahumada2013-08-052-20/+3
| |\|
| | * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-261-4/+1
| | |\
| | | * Doc: Modified the term for the Qt global object.Jerome Pasion2013-07-251-4/+1
| | * | Always use QDir::exists() for checking if something existsAndy Shaw2013-07-251-16/+2
| | |/
* | | Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-06239-24101/+47578
|\ \ \ | |/ / |/| |
| * | Fix integer preserving arithmetics with the interpreterSimon Hausmann2013-08-053-20/+53
| * | Fix line number resolution with the interpreter and try {} catch {}Simon Hausmann2013-08-051-1/+5
| * | Optimize lookups in the property cacheLars Knoll2013-08-051-3/+3
| * | Fix stack traces into interpreter codeSimon Hausmann2013-08-051-0/+1
| * | MacOS: get instruction stream after closing buffer.Erik Verbruggen2013-07-311-1/+1
| * | Fix various QList<qreal> property related auto test failures in release buildsSimon Hausmann2013-07-261-1/+1
| * | std:: fixes to make qtdeclarative closer to compilable with QNX NDK.Petr Nejedly2013-07-262-2/+2
| * | Initial support for debugging in the v4 interpreterSimon Hausmann2013-07-2611-275/+296
| * | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into m...Simon Hausmann2013-07-262-0/+16
| |\ \
| * | | Fix tst_QJSValueIterator::iterateString() on Mac OS XSimon Hausmann2013-07-232-13/+12
| * | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-229-16/+69
| |\ \ \
| * | | | Revert partially "Remove some unused code and forward declarations"Marco Bubke2013-07-182-0/+7
| * | | | Fix JavaScript stack back trace generation in release builds on WindowsSimon Hausmann2013-07-171-13/+0
| * | | | Implement gcc compatible exception throwing using _Unwind_RaiseExceptionSimon Hausmann2013-07-174-1/+164
| * | | | Fix exception handling with MinGW on ia32Simon Hausmann2013-07-122-5/+2
| * | | | Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-1217-87/+217
| * | | | Fix registration of unwind tables on AndroidSimon Hausmann2013-07-101-1/+10
| * | | | Cleanup: Remove ExternalResource from QV4::ObjectPeter Varga2013-07-102-11/+0
| * | | | Fix rare crashes in release builds on Windows with exceptionsSimon Hausmann2013-07-104-110/+241
| * | | | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-0520-30/+24
| * | | | Introduce PhysicalRegister and StackSlot Temps.Erik Verbruggen2013-07-052-3/+85
| * | | | Rename V4IR::InstructionSelection to V4IR::IRDecoder.Erik Verbruggen2013-07-054-8/+8