aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clean up file/error handling in the type loaderSimon Hausmann2016-06-202-61/+57
* Added basic support for saving compilation units to diskSimon Hausmann2016-06-176-1/+129
* Move object/binding counter code to CompilationUnitSimon Hausmann2016-06-173-24/+31
* Moved import cache and type resolution cache codeSimon Hausmann2016-06-175-66/+79
* Separate QQmlPropertyValidator into a standalone fileSimon Hausmann2016-06-175-665/+772
* Remove remaining dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-174-148/+126
* Reduce dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-172-20/+17
* Minor QQmlPropertyValidator/QQmlCustomParser cleanupSimon Hausmann2016-06-173-16/+15
* Added iterator interfaces to QV4::CompiledData::*Simon Hausmann2016-06-171-0/+67
* Convert QQmlPropertyCacheCreator to a templateSimon Hausmann2016-06-164-26/+35
* Move QQmlPropertyCacheCreator implementation into the header fileSimon Hausmann2016-06-162-414/+411
* Separate non-generic code out of QQmlPropertyCacheCreatorSimon Hausmann2016-06-162-29/+35
* Remove base-class dependency of QQmlPropertyCacheCreatorSimon Hausmann2016-06-164-39/+31
* Minor QQmlPropertyCacheCreator API cleanupSimon Hausmann2016-06-164-68/+57
* PropertyCacheCreator traversal cleanupSimon Hausmann2016-06-164-25/+68
* Small data structure cleanupSimon Hausmann2016-06-164-15/+15
* Clean up property cache array handlingSimon Hausmann2016-06-168-80/+107
* Clean up property cache creation codeSimon Hausmann2016-06-165-105/+144
* Expose QQmlComponentPrivate::setInitialProperties()J-P Nurmi2016-06-152-3/+4
* categorized logging: trace hover eventsShawn Rutledge2016-06-155-0/+13
* File naming cleanupSimon Hausmann2016-06-155-465/+580
* Use the QStringBuilder API to save allocationsFrank Meerkoetter2016-06-141-4/+2
* Cleanup: generalize type reference collection codeSimon Hausmann2016-06-145-30/+69
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devShawn Rutledge2016-06-1423-57/+152
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-1323-57/+152
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-1022-53/+146
| | |\
| | | * Fix spelling error in QSGNode docsMitch Curtis2016-06-081-3/+3
| | | * Fix 'Threaded Render Loop' docsMitch Curtis2016-06-081-1/+1
| | | * KeyNavigation: fix the documentation for its propertiesGiuseppe D'Angelo2016-06-071-5/+28
| | | * Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-2/+3
| | | * Fix bug in SQL database integration with null valuesSimon Hausmann2016-06-031-4/+14
| | | * Item: mention the actual type of the grab resultMitch Curtis2016-06-031-1/+2
| | | * Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-032-8/+14
| | | * Compile Fix for OpenBSD in C++11 modeRalf Nolden2016-06-021-1/+1
| | | * QQuickTextNodeEngine: early out if no document layout.Edward Welbourne2016-06-011-1/+4
| | | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-311-0/+5
| | | |\
| | | | * Workaround for crashes in QtQml code relating to null this pointersv5.6.1Thiago Macieira2016-05-201-0/+5
| | | * | RegAllocInfo: Initialize member _currentStmt.Edward Welbourne2016-05-301-0/+1
| | | * | V4: Mirror jsAlloc behavior at stack allocation.Erik Verbruggen2016-05-272-5/+5
| | | * | Fix grammar in PathView docsMitch Curtis2016-05-271-1/+1
| | | * | scene graph: document the qt.scenegraph.info category not env QSG_INFOShawn Rutledge2016-05-261-2/+2
| | | * | Fix crash with SignalTransitionSimon Hausmann2016-05-252-8/+20
| | | * | QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-2/+6
| | | * | Flickable: MovementEndingTimerInterval is used only on OS XShawn Rutledge2016-05-251-0/+2
| | | * | Avoid Canvas crashes with qtquickcompilerLaszlo Agocs2016-05-241-3/+7
| | | * | Fix crash for unknown QQmlListModel roles in debug buildsFilipe Azevedo2016-05-231-0/+2
| | | * | QQuickWindow: Only send focus events to items that actually gain focusRobin Burchell2016-05-231-6/+25
| | * | | Imports: de-duplicate some expensive callsAnton Kudryavtsev2016-05-272-3/+5
| | * | | Fix grammar in QQuickItem::grabToImage() documentationMitch Curtis2016-05-231-1/+1
* | | | | remove unused qsg_render_timing variableShawn Rutledge2016-06-131-4/+0
|/ / / /