aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Keys: add shortcutOverride signalMitch Curtis2016-12-181-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-147-59/+110
|\
| * Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-2/+2
| * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-061-4/+4
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-295-8/+8
| * 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
* | | | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* | | | Shortcut: add support for multiple key sequencesJ-P Nurmi2016-11-163-38/+140
* | | | Scale images correctly with sourceSize and PreserveAspectCrop/FitAlbert Astals Cid2016-11-114-92/+326
* | | | Fix building with -no-openglAndy Nichols2016-11-111-3/+10
* | | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-20/+35
|\| | |
| * | | 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
* | | | Remove unused variable after animator redoGunnar Sletta2016-10-242-4/+0
* | | | QQuickAnimatorController: add missing qquickanimator_invalidate_jobs()J-P Nurmi2016-10-211-1/+3
* | | | Fix assert with new animator codepathsGunnar Sletta2016-10-201-2/+7
* | | | Revert "Revert "Redo animator internals""Gunnar Sletta2016-10-204-435/+391
* | | | Add QQuickApplication::displayName propertyBenjamin Terrier2016-10-182-0/+16
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1811-34/+58
|\| | |
| * | | 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
| |/ / /
* | | | Revert "Redo animator internals"Jędrzej Nowacki2016-10-174-391/+436
* | | | Redo animator internalsGunnar Sletta2016-10-124-436/+391
* | | | Quick: add missing 'override'Anton Kudryavtsev2016-10-122-6/+6
* | | | Enable making window-screen associations from QMLLaszlo Agocs2016-10-102-2/+41
* | | | Quick: add missing 'override'Anton Kudryavtsev2016-10-078-26/+26
* | | | Quick utils: add missing 'override'Anton Kudryavtsev2016-09-2012-62/+62
* | | | qquickanimationcontroller_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-2/+2
* | | | qquickanimator_p.h: add missing 'override'Anton Kudryavtsev2016-09-171-14/+14
* | | | Use QStringBuilder moreAnton Kudryavtsev2016-08-261-2/+1
|/ / /
* | | 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