aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add QtDeclarative Qt5.7.0 changelogv5.7.0-rc1Antti Kokko2016-05-261-0/+98
* Merge "Merge remote-tracking branch 'origin/5.6.1' into 5.7.0" into refs/stag...Jani Heikkinen2016-05-242-2/+7
|\
| * Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-232-2/+7
| |\
| | * Workaround for crashes in QtQml code relating to null this pointersv5.6.1Thiago Macieira2016-05-201-0/+5
| | * Fix links in changelogSimon Hausmann2016-05-191-2/+2
* | | Fix QQuickItem change listenersJ-P Nurmi2016-05-243-39/+243
|/ /
* | 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
* | | Flickable: add AutoFlickIfNeeded as an option for flickableDirectionShawn Rutledge2016-05-132-1/+10
* | | Fix tst_qquicktext::hAlignImplicitWidth() on high DPI displaysMitch Curtis2016-05-121-2/+4
* | | 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-114-11/+141
* | | Teach the QML engine to find static Qt Quick Controls 2 stylesJ-P Nurmi2016-05-111-10/+31
* | | QML: Fix anchors on Windows.Erik Verbruggen2016-05-111-1/+7