aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change rhi-related debug prints to categorized loggingLaszlo Agocs2019-08-023-11/+12
* Remove usages of deprecated QSignalMapperSona Kurazyan2019-08-012-12/+23
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-316-12/+10
* Re-enable colors with both gl and rhi glyph cachesLaszlo Agocs2019-07-313-7/+9
* Make openvg compileLaszlo Agocs2019-07-306-8/+37
* Have an autorelease pool for each frame on the render threadLaszlo Agocs2019-07-301-0/+4
* Avoid locking up on resize with threaded loop and the rhiLaszlo Agocs2019-07-301-4/+18
* Re-enable threaded render loop with Vulkan on LinuxLaszlo Agocs2019-07-301-8/+0
* Fix debug output for QQmlError when url is a resourceJan Arve Sæther2019-07-301-2/+3
* Fix bug in QQmlEngine::setImportPathList() when it had a resource pathJan Arve Sæther2019-07-301-1/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-2625-104/+253
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-245-12/+44
| |\
| | * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
| | * Doc: fix code snippetPaul Wicking2019-07-191-1/+1
| | * Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-193-9/+30
| | * Doc: Fix typos in code snippetsPaul Wicking2019-07-181-2/+2
| * | Doc: Add comment on evaluation order bindingsNico Vertriest2019-07-191-0/+3
| * | Doc: Add doc on "quit" shortcut behavior in macOSNico Vertriest2019-07-171-0/+6
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13"Edward Welbourne2019-07-174-18/+14
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-174-18/+14
| | |\|
| | | * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
| | | * Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
| | | * Fix static buildSimon Hausmann2019-07-122-15/+2
| * | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-07-171-1/+2
| |/ /
| * | doc: Update the diagram to mention the correct beforeSynchronizing() signalKavindra Palaraja2019-07-176-2/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-128-71/+181
| |\|
| | * Fix promise chainingFabian Kosmale2019-07-102-46/+162
| | * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-053-3/+7
| | * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-19/+5
| | * Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-051-3/+7
* | | Support top level generator functionsFabian Kosmale2019-07-235-7/+19
* | | Fix nullptr handling in bindingFabian Kosmale2019-07-221-2/+10
* | | Fix label name of features.qml-object-modelTasuku Suzuki2019-07-221-1/+1
* | | Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-194-2/+131
* | | Fix tst_qqmllocale::timeZoneUpdated() test on AndroidJan Arve Sæther2019-07-181-1/+1
* | | Add QQuickPathMultiLinePaolo Angelelli2019-07-183-3/+180
* | | Lower severity of nullptr error handling for qmlRegisterSingletonFabian Kosmale2019-07-181-5/+8
* | | Fix importing the worker scripts pluginSimon Hausmann2019-07-171-1/+1
* | | Add support for implicit module importsSimon Hausmann2019-07-176-0/+43
* | | Clean up import resolution handlingSimon Hausmann2019-07-165-58/+81
* | | QML Grammar: deduplicate semicolon rulesFabian Kosmale2019-07-151-52/+29
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-129-26/+56
|\| |
| * | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-093-0/+3
| * | Doc: Replace old link with an existing featureKavindra Palaraja2019-07-081-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-055-25/+52
| |\|
| | * Fix distance field cache growing outside limitEskil Abrahamsen Blomfeldt2019-07-042-21/+26
| | * Fix possible crash when distance field cache spans multiple texturesEskil Abrahamsen Blomfeldt2019-07-041-1/+1
| | * Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
| | * QQmlAdapterModel: Guard items against deletion during notificationUlf Hermann2019-07-031-2/+8
| | * QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12