aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-2468-391/+312
|\
| * Get rid of QQmlCompiledData::rootPropertyCache memberSimon Hausmann2016-05-245-22/+15
| * Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-249-95/+60
| * Fix compilationSimon Hausmann2016-05-241-0/+1
| * Get rid of QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-243-26/+12
| * Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devSimon Hausmann2016-05-2458-250/+227
| |\
| | * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-2458-250/+227
| | |\
| | | * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-2034-17/+49
| | | * V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-202-5/+21
| | | * Always use ::copysign instead of std::copysign where availableRalf Nolden2016-05-201-8/+0
| | | * Don't render when width is zero and elide is not NoneKari Hautamäki2016-05-201-0/+5
| | | * Fix compiler warnings.Erik Verbruggen2016-05-201-34/+35
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1924-185/+117
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-1916-62/+48
| | | | |\
| | | | | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-186-10/+24
| | | | | * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
| | | | | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-132-2/+2
| | | | | * make use of COPIESOswald Buddenhagen2016-05-131-14/+1
| | | | | * move builtins.qmltypes to an own subdirOswald Buddenhagen2016-05-133-32/+33
| | | | | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-127-118/+52
| | | | | |\
| | | | | * | QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-093-16/+0
| | | | * | | Revert "Remove this piece of code"Simon Hausmann2016-05-181-2/+11
| | | | * | | QQuickWidget: update() when resetting updatePending in showEvent()Ulf Hermann2016-05-171-3/+7
| | | | | |/ | | | | |/|
| | | | * | Remove workaround for the pointer size in bootstrapped tool buildsThiago Macieira2016-05-111-5/+1
| | | | * | V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-112-106/+36
| | | | * | Fix warning about mixing basic font type's pointSize and pixelSizeMitch Curtis2016-05-111-3/+4
| | | | * | Flickable: start movementEndingTimer consistently only on OSXShawn Rutledge2016-05-111-4/+4
| | | | * | QAccessibleQuickItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-062-0/+7
* | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-24137-1913/+2679
|\| | | | |
| * | | | | Fold QQmlVMEMetaData::Alias::flags into QV4::CompiledData::Alias::flagsSimon Hausmann2016-05-244-13/+8
| * | | | | Shrink QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-245-50/+36
| * | | | | Remove QQmlVMEMetaData::AliasData::contextIdxSimon Hausmann2016-05-235-17/+26
| |/ / / /
| * | | | Shrink QQmlVMEMetaDataSimon Hausmann2016-05-234-51/+46
| * | | | Remove dependency of QQmlDesignerMetaObject to QQmlVMEMetaDataSimon Hausmann2016-05-232-15/+10
| * | | | Simplify VME meta object meta-dataSimon Hausmann2016-05-236-89/+121
| * | | | Optimize property/alias data structuresSimon Hausmann2016-05-235-188/+282
| * | | | Save a little bit of memory per declared propertySimon Hausmann2016-05-201-2/+2
| * | | | Minor optimization for VME meta objectsSimon Hausmann2016-05-202-77/+56
| * | | | Fix regression with assignments to default propertiesSimon Hausmann2016-05-192-2/+9
| * | | | VME Method object data cleanupSimon Hausmann2016-05-194-51/+11
| * | | | Minor VME meta object context handling cleanupSimon Hausmann2016-05-191-4/+1
| * | | | CleanupSimon Hausmann2016-05-194-9/+7
| * | | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devSimon Hausmann2016-05-1810-28/+133
| |\ \ \ \
| | * | | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-1810-28/+133
| | |\| | |
| | | * | | Flickable: add AutoFlickIfNeeded as an option for flickableDirectionShawn Rutledge2016-05-132-1/+10
| | | * | | Fix anchor enum again, now for more broken versions of GCC.Erik Verbruggen2016-05-121-2/+2
| | | * | | Eradicate Q_FOREACH loops from headersMarc Mutz2016-05-114-4/+5
| | | * | | QML: Fill QtObject lazily.Erik Verbruggen2016-05-112-11/+85
| | | * | | Teach the QML engine to find static Qt Quick Controls 2 stylesJ-P Nurmi2016-05-111-10/+31
| * | | | | V4 profiling: Don't needlessly resolve locationsUlf Hermann2016-05-182-10/+19
| |/ / / /