aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix parallel installation of qmltypes in a debug and release buildv5.15.0-rc2Kai Koehne2020-05-071-7/+19
* Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-2/+1
|\
| * Generate the docs for qmlRegisterSingletonInstance5.14Giuseppe D'Angelo2020-04-241-0/+4
* | Make no-opengl builds succeed with Vulkan or MetalLaszlo Agocs2020-04-251-4/+11
* | Fix crashes when draggingFriedemann Kleint2020-04-241-0/+8
* | Merge 5.15 into 5.15.0Alexandru Croitor2020-04-234-12/+11
|\ \
| * | Doc: AnimatedImage incompatible with QQuickImageProviderNico Vertriest2020-04-232-9/+8
| * | Fix warning about deprecated "end" manipulatorThiago Macieira2020-04-221-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-04-222-6/+18
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-222-6/+18
| | |\|
| * | | WASM: Fix broken WebAssembly platform detectionFredrik Orderud2020-04-221-2/+2
| |/ /
* | | Merge remote-tracking branch 'origin/5.14' into 5.15.0Liang Qi2020-04-222-6/+18
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.14.2' into 5.14Qt Forward Merge Bot2020-04-212-6/+18
| |\ \
| | * \ Merge 5.14 into 5.14.2Kari Oikarinen2020-03-106-5/+45
| | |\ \
| | * | | Don't replace all characters below 0x20 with spaces as they may be validAndy Shaw2020-03-021-2/+1
| | * | | TableModel: Allow a double to be added to a field seen as int previouslyAndy Shaw2020-02-281-4/+17
* | | | | QQuickRepeater: Fix interaction with PackageFabian Kosmale2020-04-221-0/+6
* | | | | Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-2110-32/+94
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | WASM: Enable WebAssembly platform detection from QMLFredrik Orderud2020-04-212-0/+3
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-203-1/+7
| |\| | |
| | * | | Make qdoc generate the documentation for qmlRegisterSingletonTypeGiuseppe D'Angelo2020-04-161-0/+5
| | * | | OpacityAnimator: apply opacity animation to the first frame in SGWang Chuan2020-04-071-0/+1
| | * | | Fix enum setup optimizationMichael Brasser2020-04-021-1/+1
| * | | | RHI: Fix build with -no-openglFriedemann Kleint2020-04-171-2/+11
| * | | | Doc: Clarify what QQuickWindow::resetOpenGLState() resetsAndy Shaw2020-04-161-0/+5
| * | | | qmltyperegistrar: Correctly handle foreign and super classesUlf Hermann2020-04-162-13/+41
| * | | | Fix clipping of text with software backendEskil Abrahamsen Blomfeldt2020-04-161-16/+27
* | | | | V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-1/+1
|/ / / /
* | | | Deprecate QSGEngineLaszlo Agocs2020-04-144-2/+14
* | | | Deprecate QSGSimpleMaterial and QSGSimpleMaterialShaderLaszlo Agocs2020-04-142-0/+11
* | | | qmltyperegistrar: Retain alias and isFlag information for enumsUlf Hermann2020-04-091-0/+6
* | | | Avoid deprecated TouchPoint rect accessors in MPTA and QQWinPrivShawn Rutledge2020-04-072-3/+4
* | | | QQuickTableView: fix crash in tableLayoutToString()Richard Moe Gustavsen2020-04-071-0/+2
* | | | Add qmltypes for Qt.test.qtestrootUlf Hermann2020-04-064-52/+130
* | | | qmltyperegistrar: Follow the private includes setting in qmltypesUlf Hermann2020-04-062-9/+11
* | | | CMake: Fix double inclusion of CMake plugin targetsAlexandru Croitor2020-04-031-4/+6
* | | | TableView: Clarify the rows/columns docs about inserting/removingAndy Shaw2020-04-031-6/+11
* | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Frederik Gladhorn2020-04-021-0/+6
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Frederik Gladhorn2020-04-011-0/+6
| |\| | |
| | * | | Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-03-311-0/+6
* | | | | fix -no-feature-translation buildTim Jenssen2020-04-022-2/+2
* | | | | Add doumentation for nullish coalescingMaximilian Goldstein2020-04-022-0/+6
|/ / / /
* | | | Doc: explain how to receive mouse press and release eventsv5.15.0-beta3Mitch Curtis2020-03-311-0/+11
* | | | Fix signal emission order for zero-duration animationsJan Arve Saether2020-03-311-8/+12
* | | | qmltyperegistrar: Record header file names in qmltypes filesUlf Hermann2020-03-304-3/+14
* | | | qmltyperegistrar: Accept more file extensions as headersUlf Hermann2020-03-301-8/+11
* | | | QQuickPointerTouchEvent::touchEventForItem(): avoid deprecated accessorsShawn Rutledge2020-03-301-1/+1
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-283-6/+10
|\| | |
| * | | Flickable: add nullptr check (crash seen only in release mode on windows)Nick Shaforostov2020-03-261-0/+3
| * | | PinchArea: document the pinch parameter for its signalsGiuseppe D'Angelo2020-03-211-4/+4
| | |/ | |/|