aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make qv4util_p.h part of qmldevtoolsSimon Hausmann2016-09-011-1/+1
* Bump versionOswald Buddenhagen2016-08-291-1/+1
* Merge remote-tracking branch 'origin/5.8' into devSimon Hausmann2016-08-2734-237/+724
|\
| * Improve error handling in library loading testSimon Hausmann2016-08-261-1/+1
| * Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-264-5/+53
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-253-4/+29
| | |\
| | | * Fix crash in tst_qqmlextensionplugin on shutdownSimon Hausmann2016-08-251-1/+6
| | | * Prospective fix for the plugin check on Apple platformsSimon Hausmann2016-08-251-0/+4
| | | * macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
| | * | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-232-2/+29
| * | | QML: In QV4::QObjectWrapper, use QQmlPropertyData to read valuesErik Verbruggen2016-08-261-81/+15
| * | | Use predefined color instead of creation from stringAnton Kudryavtsev2016-08-262-3/+3
| * | | V4: Replace the ranges QVector with a QVarLengthArrayErik Verbruggen2016-08-242-8/+8
| * | | V4: Remove another use of QSetErik Verbruggen2016-08-241-19/+83
| * | | V4: Replace 3 QHashes with std::vectorsErik Verbruggen2016-08-243-23/+18
| * | | Fix mouse area pressed after removal of pre-grabFrederik Gladhorn2016-08-242-1/+23
| * | | QML: Switch from using accessors to static_metacallErik Verbruggen2016-08-242-37/+64
| * | | V4: Replace foreach with for in masmErik Verbruggen2016-08-242-8/+8
| * | | V4: Store per-block interval info in a vector instead of a QHashErik Verbruggen2016-08-241-13/+13
| * | | V4: Store live intervals in an array instead of a QHashErik Verbruggen2016-08-231-15/+26
| * | | V4: Sort unprocessed ranges in reverse orderErik Verbruggen2016-08-233-17/+24
| * | | Merge dev into 5.8Oswald Buddenhagen2016-08-22164-1179/+1291
| |\ \ \
| * | | | Fix race-condition crash on shut-down in QtWebEngineAllan Sandfeld Jensen2016-08-192-2/+7
| * | | | Have proper OpenGL checks in QQuickFBO and image particlesLaszlo Agocs2016-08-182-0/+21
| * | | | winrt: Make certification pass on D3D12 backendMaurice Kalinowski2016-08-171-0/+4
| * | | | Improve Direct3D documentationFriedemann Kleint2016-08-171-2/+2
| * | | | Merge remote-tracking branch 'origin/dev' into 5.8Liang Qi2016-08-16132-2145/+3506
| |\ \ \ \
| * | | | | Fix exponential signal emission growthStephen Kelly2016-08-151-1/+1
| * | | | | Added Logging Category support to QMLDominik Holland2016-08-109-9/+358
* | | | | | Plugins: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-2610-62/+65
* | | | | | Use QStringBuilder moreAnton Kudryavtsev2016-08-268-42/+29
* | | | | | NativeDebugger: fix MSVC buildAnton Kudryavtsev2016-08-251-9/+9
* | | | | | V4: Fix include resolutionUlf Hermann2016-08-251-1/+1
* | | | | | Replace QStringLiteral with QL1S in QStringBuilderAnton Kudryavtsev2016-08-243-4/+5
* | | | | | DynamicRoleModelNode: mark getValue() method as constAnton Kudryavtsev2016-08-231-1/+1
* | | | | | optimize string usage: use prepend() lessAnton Kudryavtsev2016-08-232-14/+7
* | | | | | V4: Replace a QSet with a QVector in calculateOptionalJumpsErik Verbruggen2016-08-237-17/+42
* | | | | | allow quick test events to directly target a WindowJeremy Katz2016-08-222-0/+20
* | | | | | tools: use const (and const APIs) moreAnton Kudryavtsev2016-08-226-28/+28
* | | | | | QQuickItemView: de-duplicate calls and cache resultsAnton Kudryavtsev2016-08-221-11/+14
* | | | | | tools: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-224-16/+26
| |_|/ / / |/| | | |
* | | | | tools: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-2010-53/+53
* | | | | manual tests: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-203-9/+12
* | | | | auto tests: Particles: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-2023-38/+38
* | | | | Quick: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-203-10/+11
* | | | | QQuickWidget: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-1/+2
* | | | | Particles: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-1/+2
* | | | | Imports: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-201-3/+2
* | | | | benchmarks: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-203-5/+5
* | | | | Exclude tests that require features not present on UIKit platformsJake Petroules2016-08-192-3/+5