aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-299-14/+51
|\
| * Fix missing QQuickWidget updatesLaszlo Agocs2016-06-271-1/+8
| * Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
| * Remove misleading out of date comments in QQuickWindowPrivateLaszlo Agocs2016-06-231-2/+0
| * QQuickWidget: Fix crash when there's an offscreen window, but no real window ...Kai Koehne2016-06-231-3/+4
| * Rename qt.scenegraph.info to qt.scenegraph.generalKai Koehne2016-06-232-3/+3
| * ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-231-0/+4
| * QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-211-0/+9
| * Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4
| * Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-2/+6
| * QQuickWidget: Propagate screen changes.Morten Johan Sørvig2016-06-201-0/+11
* | Doc: solved link issue snippetNico Vertriest2016-06-281-1/+1
* | Doc: corrected link issueNico Vertriest2016-06-281-1/+1
* | Lazy create QmlEngine on accessing rootContextAllan Sandfeld Jensen2016-06-272-7/+9
* | Create QmlEngine lazy in case one is not neededAllan Sandfeld Jensen2016-06-242-12/+17
* | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-222-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2020-107/+115
|\|
| * Doc: Refactor cpp integration Message sampleSamuel Gaist2016-06-191-5/+5
| * Fix reference to Windows RT which actually meant Windows Runtime.Jake Petroules2016-06-161-1/+1
| * Fix positioning of inline images in StyledText.Michael Brasser2016-06-163-7/+16
| * V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-166-73/+63
| * ItemViews: Make the wording of the warning on cache properties slightly sterner.Robin Burchell2016-06-163-12/+18
| * Remove erronous setTextureSize() as it is already set previouslyAndy Shaw2016-06-151-1/+0
| * Support glyphs outside em square in distance field cacheEskil Abrahamsen Blomfeldt2016-06-151-4/+8
| * Add QNX to an x86-64 gcc/g++ listJames McDonnell2016-06-141-1/+1
| * Make some QNX only code Dinkum specificJames McDonnell2016-06-142-2/+2
| * QAccessibleQuickItem: Add Q_DECL_OVERRIDERobert Loehning2016-06-111-34/+34
| * QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-1/+2
| * QmlIncubator: correct documentation snippet about waiting for ReadyShawn Rutledge2016-06-101-1/+1
* | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-163-40/+47
|\ \
| * | QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-1/+2
| * | 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
| | |\ \
| * | | | Fix QQuickItem change listenersJ-P Nurmi2016-05-242-39/+45
| |/ / /
* | | | QQuickTextInput: include padding when reporting anchor rectRichard Moe Gustavsen2016-06-131-2/+3
* | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-1022-53/+146
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix spelling error in QSGNode docsMitch Curtis2016-06-081-3/+3
| * | | Fix 'Threaded Render Loop' docsMitch Curtis2016-06-081-1/+1
| * | | KeyNavigation: fix the documentation for its propertiesGiuseppe D'Angelo2016-06-071-5/+28
| * | | Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-2/+3
| * | | Fix bug in SQL database integration with null valuesSimon Hausmann2016-06-031-4/+14
| * | | Item: mention the actual type of the grab resultMitch Curtis2016-06-031-1/+2
| * | | Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-032-8/+14
| * | | Compile Fix for OpenBSD in C++11 modeRalf Nolden2016-06-021-1/+1
| * | | QQuickTextNodeEngine: early out if no document layout.Edward Welbourne2016-06-011-1/+4
| * | | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-311-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | Workaround for crashes in QtQml code relating to null this pointersv5.6.1Thiago Macieira2016-05-201-0/+5
| * | | RegAllocInfo: Initialize member _currentStmt.Edward Welbourne2016-05-301-0/+1
| * | | V4: Mirror jsAlloc behavior at stack allocation.Erik Verbruggen2016-05-272-5/+5
| * | | Fix grammar in PathView docsMitch Curtis2016-05-271-1/+1