aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-24111-459/+595
|\
| * Get rid of QQmlCompiledData::rootPropertyCache memberSimon Hausmann2016-05-245-22/+15
| * Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-2410-102/+60
| * Fix compilationSimon Hausmann2016-05-241-0/+1
| * Get rid of QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-244-27/+12
| * Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devSimon Hausmann2016-05-24100-310/+509
| |\
| | * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-24100-310/+509
| | |\
| | | * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-2036-17/+53
| | | * 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
| | | * qmlplugindump: Allow dumping of WebEngine pluginsKai Koehne2016-05-201-0/+1
| | | * Don't render when width is zero and elide is not NoneKari Hautamäki2016-05-203-0/+45
| | | * Fix compiler warnings.Erik Verbruggen2016-05-201-34/+35
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1962-245/+355
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-1944-97/+240
| | | | |\
| | | | | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-189-10/+99
| | | | | * Added changelog for 5.6.1Simon Hausmann2016-05-161-0/+53
| | | | | * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
| | | | | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-132-2/+2
| | | | | * blacklist the qmlextensionplugins example for testingOswald Buddenhagen2016-05-131-0/+1
| | | | | * remove blacklisting of tiger and fonts examplesOswald Buddenhagen2016-05-131-2/+0
| | | | | * adjust example naming convention test to "new" structureOswald Buddenhagen2016-05-131-5/+4
| | | | | * actually build the 'graph' exampleOswald Buddenhagen2016-05-131-0/+1
| | | | | * actually build the textureprovider exampleOswald Buddenhagen2016-05-131-0/+1
| | | | | * actually build and install the qml tutorialsOswald Buddenhagen2016-05-138-3/+15
| | | | | * fix example installsOswald Buddenhagen2016-05-1310-1/+24
| | | | | * make use of COPIESOswald Buddenhagen2016-05-137-38/+19
| | | | | * move builtins.qmltypes to an own subdirOswald Buddenhagen2016-05-133-32/+33
| | | | | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1211-119/+62
| | | | | |\
| | | | | * | QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-093-16/+0
| | | | * | | Revert "Remove this piece of code"Simon Hausmann2016-05-183-2/+32
| | | | * | | standardize on QT_CONFIG debug_and_release instead of build_allOswald Buddenhagen2016-05-171-1/+1
| | | | * | | QQuickTextInput: Remove redundant centerPoint calculations.Robin Burchell2016-05-171-16/+14
| | | | * | | QQuickWidget: update() when resetting updatePending in showEvent()Ulf Hermann2016-05-171-3/+7
| | | | * | | decruft project fileOswald Buddenhagen2016-05-121-6/+0
| | | | * | | prune unused assignmentOswald Buddenhagen2016-05-121-1/+0
| | | | * | | purge unused imageOswald Buddenhagen2016-05-121-0/+0
| | | | | |/ | | | | |/|
| | | | * | 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
| | | | * | QML: add librarymetrics_performance to the builds.Erik Verbruggen2016-05-103-1/+4
| | | | * | Make it possible to call some benchmark functions directlySimon Hausmann2016-05-091-0/+6
| | | | * | QAccessibleQuickItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-062-0/+7
* | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-24221-2032/+3761
|\| | | | |
| * | | | | 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
| * | | | | Use the pre-defined QQmlExtensionInterface_iid macroJ-P Nurmi2016-05-233-3/+3
| |/ / / /
| * | | | Shrink QQmlVMEMetaDataSimon Hausmann2016-05-234-51/+46