aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-45/+96
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-44/+96
| |\
| | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-241-44/+96
* | | Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-20/+35
|\| |
| * | QQuickShortcut: allow setting a custom context matcherJ-P Nurmi2016-10-261-20/+35
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-102-2/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-102-2/+3
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-052-1/+2
| | |\|
| | | * Fix crash on cancel QQuickImageResponseAlbert Astals Cid2016-10-032-1/+2
| | * | Doc: add spec on parameter imageNico Vertriest2016-10-041-1/+1
* | | | Make shader effects configurableLars Knoll2016-10-104-6/+12
* | | | Make Path and PathView configurableLars Knoll2016-10-104-5/+22
* | | | Turn the no-network support into a configurable featureLars Knoll2016-10-102-21/+21
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-1/+1
| |\|
| | * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
* | | Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-187-27/+27
* | | Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-127-12/+12
* | | Add QT_NO_QML_DEBUGGER to MODULE_DEFINES on -no-qml-debugUlf Hermann2016-08-031-5/+1
* | | Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-282-41/+58
* | | Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-282-6/+10
* | | Remove some dead codeUlf Hermann2016-07-271-5/+0
* | | Expose HSV and HSL color values to QMLNikita Krupenko2016-07-252-0/+90
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-256-23/+23
* | | Privately export QObjects included by QQuickPathView and QQuickListViewMitch Curtis2016-06-281-11/+12
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-7/+17
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-212-6/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-202-6/+12
| |\|
| | * Fix positioning of inline images in StyledText.Michael Brasser2016-06-162-6/+12
* | | Merge "Merge remote-tracking branch 'origin/wip/scenegraphng' into dev" into ...Laszlo Agocs2016-06-105-24/+27
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-317-15/+16
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-246-28/+34
| |\ \ \ \
| * | | | | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-132-11/+12
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-136-17/+23
| |\ \ \ \ \
| * | | | | | D3D12: Fix Animators with non-GL backendsLaszlo Agocs2016-04-061-19/+4
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-063-8/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-03-223-0/+27
| |\ \ \ \ \ \ \
| * | | | | | | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-225-10/+27
* | | | | | | | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+0
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-302-7/+7
* | | | | | | | QmlProfiler: Send RangeData and RangeLocation only once per typeUlf Hermann2016-05-272-2/+3
* | | | | | | | Fixed another batch of QHash/QMap::values() (mis)useFrank Meerkoetter2016-05-253-6/+6
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Do not initialize twiceFrank Meerkoetter2016-05-141-2/+1
* | | | | | | Avoid memory allocationsFrank Meerkoetter2016-05-131-3/+9
* | | | | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-134-21/+23
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Make sure QQuickPathPercent::value is initializedAleix Pol2016-04-191-1/+1
| * | | | | | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-263-20/+22
* | | | | | | Cleanup QStringBuilder usageFrank Meerkoetter2016-05-091-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-084-9/+15
|\| | | | |