aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix typo in code snippetPaul Wicking2019-03-271-1/+1
* Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Liang Qi2019-01-221-1/+1
|\
| * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-082-4/+28
| |\
| * | Fix typo in notify signal emissionRobert Griebl2018-12-101-1/+1
* | | Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-1/+1
| |/ |/|
* | qquickpixmapcache: Fix invalidation of m_cache while iterating itRobin Burchell2018-12-221-1/+2
* | nothread: do not delete reader thread object before it gets usedLorn Potter2018-12-131-0/+7
* | Fix missing strike outDaniel Engelke2018-12-101-3/+19
|/
* [Micro]Optimize duplicate state name checkAlbert Astals Cid2018-10-251-2/+3
* QQuickStateGroup: Warn if two states have the same nameAlbert Astals Cid2018-10-231-0/+8
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-2/+4
|\
| * Fix crash in QQuickAnimatorProxyJob::sceneGraphInitialized()Andrew Smolko2018-10-051-2/+4
* | Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-2/+0
* | Modernize loopsErik Verbruggen2018-08-161-36/+23
* | Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-5/+5
* | Clean up compilation unit string resolutionSimon Hausmann2018-07-311-1/+1
* | Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-3/+3
* | Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-1/+1
* | Clean up QQmlCustomParser APISimon Hausmann2018-07-302-10/+10
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-171-1/+0
|\|
| * Revert "[Quick] Make sure an transition instance is stopped when destroyed"Simon Hausmann2018-07-171-1/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-0/+1
|\|
| * [Quick] Make sure an transition instance is stopped when destroyedErik Verbruggen2018-07-131-0/+1
* | Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* | Internal naming cleanupSimon Hausmann2018-06-291-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-2518-56/+45
|\|
| * Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-221-16/+5
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-1917-40/+40
* | Fix race condition in async image response handlingSimon Hausmann2018-05-175-2/+101
* | Remove bindings that have no dependenciesSimon Hausmann2018-05-162-3/+3
* | Fix SVG shape path parsing to not crash when read-only stringsSimon Hausmann2018-05-151-3/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-171-3/+6
|\|
| * Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-151-3/+6
* | Animation: add finished() signalMitch Curtis2018-03-093-0/+26
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-038-30/+46
|\|
| * Fix: Do not read texture files when backend is not openglEirik Aavitsland2018-03-011-5/+21
| * Silence a GCC 8 warning in qquickanimationVille Voutilainen2018-02-281-3/+3
| * use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-276-22/+22
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-2746-264/+263
|\|
| * Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-261-8/+17
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-266-64/+54
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2645-199/+199
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-231-1/+1
|\|
| * doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-221-1/+1
|\|
| * Image: respect aspect ratio of an SVG when width or height is zeroAndy Shaw2018-02-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-151-3/+5
|\|
| * Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-151-3/+5
| |\
| | * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-3/+5
| | |\
| | | * Use the image handler to return a scaled size for the SVGAndy Shaw2018-01-311-3/+5