aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix qmlcompiler build on win32.Erik Verbruggen2015-10-291-2/+2
* virtual QQuickAnimatorJob::afterNodeSync()J-P Nurmi2015-10-292-3/+4
* Move QQuickTextDocumentWithImageResources out of qquicktext_p_p.hJ-P Nurmi2015-10-297-184/+254
* Export QQmlLocale privatelyJ-P Nurmi2015-10-281-1/+1
* Doc: create link to enum list fillModeNico Vertriest2015-10-271-3/+2
* QML: Fix typeof context property.Erik Verbruggen2015-10-2711-2/+99
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-269-68/+83
|\
| * Make it possible to change sources of ShaderEffect again.Gunnar Sletta2015-10-202-30/+34
| * Scene Graph: Fixed memory leak in QSGBatchRenderer::Renderer::map()Martin Banky2015-10-191-2/+2
| * Fix QQuickTextDocumentWithImageResources image loadingRoman Pasechnik2015-10-152-22/+18
| * AnimatedSprite: avoid unnecessary redrawsTim Blechmann2015-10-142-4/+17
| * QQuickItem: detect loop in KeyNavigation chainLiang Qi2015-10-141-1/+3
| * Correct some areas of QQuickItem's documentationMitch Curtis2015-10-131-8/+8
| * Fixed 'plataforms' typo in WheelEvent documentationDaniel Levin2015-10-061-1/+1
* | Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-2612-70/+74
* | Binding: document that property can be grouped if it's a value typeMitch Curtis2015-10-231-0/+17
* | V4: do not run optimizer for functions of >300 statements.Erik Verbruggen2015-10-231-2/+5
* | Update plugins.qmltypes for QtQuick importKai Koehne2015-10-232-1757/+325
* | Update plugins.qmltypesKai Koehne2015-10-2310-30/+832
* | QML: file leak of QFileSelector.Erik Verbruggen2015-10-222-0/+8
* | QML: Sanitize reading environment variables.Friedemann Kleint2015-10-229-31/+52
* | Doc: corrected mistake in documentation Using TransitionsNico Vertriest2015-10-221-5/+4
* | Fix QQuickPathViewPrivate::snapToIndex()J-P Nurmi2015-10-222-7/+7
* | QQuickItem: Make setParent() error message more usefulGabriel de Dietrich2015-10-221-1/+1
* | QQmlNativeDebugConnector: Do not translate warning.Friedemann Kleint2015-10-221-2/+2
* | Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-211-8/+8
* | Missing early n in co[n]version.Edward Welbourne2015-10-211-1/+1
* | Revert "Doc: corrected not working snippet"Topi Reinio2015-10-212-2/+1
* | Doc: Corrected qdoc errors \generatelist{related}Nico Vertriest2015-10-214-11/+4
* | QQuickItemPrivate: added a accessibleRole()Liang Qi2015-10-213-4/+22
* | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-212-2/+2
* | QQuickItem: fully document stackBefore() and stackAfter()Mitch Curtis2015-10-201-2/+18
* | JS: Math.random(): fix range to not include 1.0.Erik Verbruggen2015-10-201-2/+7
* | Doc: solved various qdoc errors qtdeclarativeNico Vertriest2015-10-202-25/+7
* | Doc: corrected qdoc error missing topic commandNico Vertriest2015-10-202-29/+2
* | Properly resolve the context to create mutable bindings onLars Knoll2015-10-201-4/+13
* | Fix a crash when copying array dataLars Knoll2015-10-201-1/+1
* | QmlDebug: Add a debug service for use with native debuggershjk2015-10-167-1/+917
* | QmlDebug: Don't duplicate Qt namespace when importing debug pluginsUlf Hermann2015-10-161-1/+3
* | QmlDebug: Add a debug connector for use with native debuggershjk2015-10-165-3/+411
* | Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-164-4/+8
* | Make obj2's text consistent between qtBinding.[23].qmlEdward Welbourne2015-10-161-1/+1
* | Only set V4 debugger when service is enabledUlf Hermann2015-10-153-10/+31
* | Don't delete singletons objects owned by C++.BogDan Vatra2015-10-151-1/+6
* | Doc: fixed compilation and link errors qqmlitemmodels.qdocNico Vertriest2015-10-151-20/+20
* | Doc: corrected syntax errors \qmlmethodNico Vertriest2015-10-153-5/+4
* | Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-2/+1
* | Doc: corrected not working snippetNico Vertriest2015-10-152-1/+2
* | Fix compile error.Milian Wolff2015-10-151-1/+1
* | Remove line numbers for statements without side-effects.Erik Verbruggen2015-10-151-46/+95