aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QmlDebug: Clear profiler client's trackedEngines on clear()Ulf Hermann2018-02-081-0/+1
* Fix misleading doc for kerningRobert Loehning2018-02-083-9/+9
* Add a plugins.qmltypes for sharedimageUlf Hermann2018-02-081-0/+11
* QmlDebug: Use EngineControl to hold engines until we're done with themUlf Hermann2018-02-082-4/+25
* QmlDebug: Don't lie about blocked engines in EngineControlUlf Hermann2018-02-081-13/+18
* QQuickPointerHandler: implement QQmlParserStatusShawn Rutledge2018-02-081-1/+6
* FolderListModel docs: import 2.11 (Qt minor version) (QUIP 99)Shawn Rutledge2018-02-081-4/+4
* Fix debug builds using musl libcJan Murawski2018-02-071-1/+1
* Fix clang 5 warningsAllan Sandfeld Jensen2018-02-072-2/+5
* Remove unnecesary checksJesus Fernandez2018-02-071-2/+0
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-0678-665/+943
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-0278-665/+943
| |\
| | * Make sure we send the UngrabMouse event when clearing grabbersJan Arve Sæther2018-01-261-1/+5
| | * Fix uploading of compressed textures of ETC2_EAC typeEirik Aavitsland2018-01-261-1/+2
| | * MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-248-74/+80
| | |\
| | | * Fix namespace builds with -no-qml-debugJoni Poikelin2018-01-231-0/+5
| | | * Doc: Do make 'Licenses and Attributions' valid for multiple Qt versionsKai Koehne2018-01-222-3/+5
| | | * Doc: Rename Renderer page to 'Scene Graph OpenGL Renderer'Kai Koehne2018-01-221-5/+6
| | | * Avoid repeated calls into thread local storage to get the animation timerLars Knoll2018-01-223-44/+42
| | | * Remove another call to QOpenGLContext::currentContext()Erik Verbruggen2018-01-191-1/+1
| | | * Doc: Improve "Qt Quick Scene Graph Renderer"Kai Koehne2018-01-191-21/+21
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2473-599/+882
| | |\|
| | | * Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
| | | * Merge "Merge remote-tracking branch 'origin/5.9.4' into 5.9" into refs/stagin...Liang Qi2018-01-181-10/+10
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-10/+10
| | | | |\
| | | | | * Use localPos for windowPos when passing mouse events to QQuickWidgetv5.9.4Ulf Hermann2018-01-171-9/+9
| | | | | * Don't recreate QOpenGLContext when the application is sharing contextsAndy Shaw2018-01-121-1/+1
| | | * | | QQmlEngineDebugService: Use native stream operators for QSize and QSizeFUlf Hermann2018-01-181-0/+2
| | | * | | Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-182-6/+12
| | | |/ /
| | | * | Optimize QQmlProperty constructor for the common property caseSimon Hausmann2018-01-171-66/+70
| | | * | Speed up PropertyChange state applicationSimon Hausmann2018-01-175-18/+42
| | | * | Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
| | | * | Fix quadratic behavior in QQuickRepeater::clear(), take 2Lars Knoll2018-01-171-1/+4
| | | * | Partially revert "Optimizations for Repeater::clear() and ~QQmlItem()"Lars Knoll2018-01-171-3/+3
| | | * | Revert "Allow canceling incubation"J-P Nurmi2018-01-176-49/+0
| | | * | Use a more optimized lookup for global propertiesLars Knoll2018-01-177-14/+23
| | | * | Have more bindingBits available inlineLars Knoll2018-01-172-43/+40
| | | * | Speed up V4 QML context creationSimon Hausmann2018-01-163-0/+6
| | | * | QQmlProfilerService: Only send "Complete" if no more engines are runningUlf Hermann2018-01-161-12/+20
| | | * | Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-152-4/+4
| | | * | QSGSoftwarePixmapRenderer: Fix incorrect background coordinatesJüri Valdmann2018-01-124-9/+10
| | | * | Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+4
| | | * | Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
| | | * | Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-113-6/+8
| | | * | Enable JIT on QNX for X86_64Adam Treat2018-01-111-1/+1
| | | * | GridView: Fix an off-by-one offset of positioning of itemsJan Arve Sæther2018-01-101-7/+6
| | | * | Initialize member variableJesus Fernandez2018-01-101-2/+2
| | | * | Compile under QNX 7.0 with qcc 5.4 for instanceAdam Treat2018-01-091-1/+1
| | | * | QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-4/+15