aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.6.1' into 5.7.0" into refs/stag...Jani Heikkinen2016-05-241-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-231-0/+5
| |\
| | * Workaround for crashes in QtQml code relating to null this pointersv5.6.1Thiago Macieira2016-05-201-0/+5
* | | Fix QQuickItem change listenersJ-P Nurmi2016-05-242-39/+45
|/ /
* | 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
* | | 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
* | | QML: Fix anchors on Windows.Erik Verbruggen2016-05-111-1/+7
* | | QML: Remove internal field padding from QQuickAnchorPrivate.Erik Verbruggen2016-05-105-253/+334
* | | Merge remote-tracking branch 'origin/5.6.1' into 5.7Simon Hausmann2016-05-092-2/+2
|\ \ \ | | |/ | |/|
| * | Revert parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-091-1/+1
| |/
| * QQuickItem: force clear subFocusItem from ancestorsJ-P Nurmi2016-05-041-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Erik Verbruggen2016-05-069-28/+41
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-069-28/+41
| |\|
| | * AnimatedImage: Fix value of sourceSize propertyTobias Koenig2016-05-022-10/+17
| | * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-011-3/+2
| | * Fix EnterKey::type docsJ-P Nurmi2016-04-291-1/+1
| | * Add version tag to QQmlExtensionInterface_iidJoni Poikelin2016-04-291-1/+1
| | * Doc: Document Window.contentItem QML propertyTopi Reinio2016-04-281-0/+6
| | * Make some of the shader manager privateUlf Hermann2016-04-281-2/+4
| | * Revert "Avoid rebuiding batches during a material animation"Gunnar Sletta2016-04-271-6/+4
| | * QQuickDragAttached: fix updating of "active" propertyAlberto Mardegan2016-04-261-5/+6
* | | QQuickWindowPrivate: Only update transform on polish if neededRichard Moe Gustavsen2016-05-061-1/+31
|/ /
* | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-05-042-22/+32
* | Docs: Prefer Q_ENUM over Q_ENUMSKai Uwe Broulik2016-05-031-3/+3
* | Add QVector support to JS sequencesKevin Ottens2016-05-032-0/+18
* | Add Qt::ImInputItemClipRectangle support to QtQuick itemsJan Arve Saether2016-05-023-0/+21