aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Doc: Enclose regular expressions with \badcodeTopi Reinio2017-06-161-1/+7
* Doc: add doc and examples to RegExpValidator QML typeNico Vertriest2017-06-131-0/+13
* qquickpixmapcache: fix crash when loading images asynchronouslyArnaud Vrac2017-05-051-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-2625-0/+45
* QQuickShortcut: Initialize idRobin Burchell2017-04-191-0/+1
* Fix warning for -no-feature-desktopservicesStephan Binner2017-04-181-0/+1
* QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-04-181-3/+11
* Doc: Fix property name from "url" to "source"Leena Miettinen2017-04-121-1/+1
* Doc: Write URL in capital letters in textLeena Miettinen2017-04-121-1/+1
* Use new ImageProviderWithOptions also for sync image loadingEirik Aavitsland2017-04-064-6/+17
* Fix crash in QQuickPixmapReader & friendsAlbert Astals Cid2017-04-051-9/+9
* Make scaled image size calculation available to image providersEirik Aavitsland2017-04-053-26/+41
* Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-101-1/+2
* Revert "QQuickAnimatorProxyJob: make sure to stop when detached from a window"Liang Qi2017-03-071-7/+1
* QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-03-061-1/+7
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-1/+7
|\
| * Improve QQuickAsyncImageProvider exampleAlbert Astals Cid2017-02-081-0/+4
| * Fix regression with UniformAnimator target property validationJoni Poikelin2017-02-011-1/+3
* | Allow to pass all the relevant info to QQuickPixmap::isCachedAlbert Astals Cid2017-02-032-3/+3
* | Make Item::grabToImage work in more cases, and improve test coverageAlbert Astals Cid2017-01-272-2/+12
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-262-3/+15
|\|
| * Fix build without feature.shortcutTasuku Suzuki2017-01-152-3/+15
* | Remove qWarning about QQuickImageProviderWithOptionsAlbert Astals Cid2017-01-243-12/+3
* | PathAnimation: fix bug when PathSvg or PathLine is the last item in PathOleg Yadrov2017-01-202-15/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-0/+1
|\|
| * Added the missing link to AnimationKavindra Palaraja2017-01-031-0/+1
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-117-16/+16
* | QQuickValueTypes: Avoid QVariant boxing (and unboxing) to convert color to st...Robin Burchell2016-12-211-2/+1
* | 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
|\| | |