aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ListView: add keyNavigationEnabled propertyMitch Curtis2015-12-085-1/+55
* Fix a mix-up in ShaderEffect QML type documentationJuha Turunen2015-12-081-5/+5
* QQuickItem: added isAncestorOf()Liang Qi2015-12-072-0/+22
* QSGRenderLoop: Remove the exhaust delay timer.Robin Burchell2015-12-072-31/+12
* QQuickStochasticEngine: use prefix ++ for iteratorAnton Kudryavtsev2015-12-071-6/+6
* Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-0711-58/+58
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0719-187/+307
|\
| * MultiPointTouchArea: Fixed released() duplication on mouse release.Alexandr Akulich2015-12-021-6/+2
| * QQuickListView: Refactor FxViewItem releasing codeGabriel de Dietrich2015-12-011-14/+16
| * Initialize _startX and _startYAlbert Astals Cid2015-12-011-0/+1
| * Properly check the arguments of mapFrom/ToItemLars Knoll2015-12-011-13/+45
| * Update examples to deal correctly with fine-grained wheel eventsAllan Sandfeld Jensen2015-11-301-4/+1
| * qquickwindow: handle QEvent::ShortcutOverrideRichard Moe Gustavsen2015-11-301-0/+7
| * Fix bogus warning when using Binding on value typesLars Knoll2015-11-271-26/+20
| * Create proper offscreen surface the first timePaul Olav Tvete2015-11-271-3/+5
| * Don't try to resolve id values or singleton member as propertiesLars Knoll2015-11-271-1/+2
| * Make property interceptors work on alias properties againLars Knoll2015-11-266-114/+192
| * QQuickTextInput: handle QKeySequence::DeleteCompleteLineJ-P Nurmi2015-11-261-1/+10
| * Private export QQuickPenJ-P Nurmi2015-11-261-1/+1
| * ListView: fix random crashes when accessing deleted objectsJ-P Nurmi2015-11-262-3/+3
| * Fix crash related to BoundFunctionsFrank Meerkoetter2015-11-231-1/+2
* | Support multiple QML engines in V4 debuggerUlf Hermann2015-12-025-19/+55
* | Utilize the resources when building statically.Andy Shaw2015-12-0212-5/+84
* | Use qtbase add/sub/mul with overflow implementations.Erik Verbruggen2015-11-272-64/+11
* | qv4identifier: Remove unused reserve() functionRobin Burchell2015-11-251-2/+0
* | Private export the ParticleSystem and AffectorAriel Molina R2015-11-242-5/+7
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-2323-43/+180
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-2123-43/+180
| |\|
| | * Private export QQuickItemViewJ-P Nurmi2015-11-201-2/+2
| | * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-207-3/+53
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-177-3/+53
| | | |\
| | | | * Don't normalize the path via the shell if it is a qrc based pathAndy Shaw2015-11-101-0/+3
| | | | * Fix grammar in TextInput documentationMitch Curtis2015-11-021-1/+1
| | | | * Doc: added documentation to undocumented functionsNico Vertriest2015-11-025-2/+49
| | * | | Fixing compilation with -no-rttiThomas Hartmann2015-11-201-0/+4
| | * | | Doc: Added link to Extending QMLNico Vertriest2015-11-201-2/+1
| | |/ /
| | * | QQuickWidget: Emulate visibility for offscreen windowUlf Hermann2015-11-161-0/+30
| | * | Document default argument behavior of Qt.createComponent()Mitch Curtis2015-11-161-2/+15
| | * | qquicktransitionmanager_p_p.h: remove unnecessary includeJ-P Nurmi2015-11-131-2/+2
| | * | Ensure we call updateTexture for all dynamic textures.Michael Brasser2015-11-132-2/+2
| | * | Don't make currentIndex skip an extra item on removalAlberto Mardegan2015-11-132-4/+4
| | * | Doc: added link to Qt5 Cadaques in external resourcesNico Vertriest2015-11-121-1/+6
| | * | Introduce a more sane "default constructor" for Qt.matrix4x4()Sean Harmer2015-11-112-1/+10
| | * | Make the qml/js matrix4x4 type more usefulSean Harmer2015-11-111-0/+7
| | * | Shortcut: make both nativeText and portableText availableJ-P Nurmi2015-11-053-8/+28
| | * | qquickanimatorjob_p.h: fix inconsistent override warningsJ-P Nurmi2015-11-041-16/+16
* | | | Remove libdouble-conversionUlf Hermann2015-11-2325-6182/+38
|/ / /
* | | Allow enabling of QML profiler in JS-only environmentUlf Hermann2015-11-181-8/+2
* | | QmlDebug: Add some useful methods to QQmlDebugConnectionUlf Hermann2015-11-184-3/+55
* | | Extend QDebugMessageServiceUlf Hermann2015-11-175-4/+22