aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QRhi by defaultLaszlo Agocs2020-05-112-4/+5
* Check thread->isRunning before posting WMReleaseSwapchainEventLaszlo Agocs2020-05-111-1/+1
* Have the basic render loop notify when the renderpass desc. disappearsLaszlo Agocs2020-05-111-0/+9
* Allow aborting syncAndRender() when sync results in no changesLaszlo Agocs2020-05-111-1/+5
* Only alter rhi backend on Win7 and Metalless-macOS when not explicitly requestedLaszlo Agocs2020-05-111-2/+5
* Pre-check for Metal support to please our CI VMsLaszlo Agocs2020-05-111-0/+18
* Please the broken Win 7 CI by forcing OpenGL over D3DLaszlo Agocs2020-05-112-0/+26
* Remove qtxmlpatterns reference from qdocconfFabian Kosmale2020-05-113-3/+3
* Fix typo in qt6_qml_type_registration functionMike Krus2020-05-091-1/+1
* TableView: during layout, set item width before heightRichard Moe Gustavsen2020-05-081-9/+22
* Reimplement QWindow::closeEvent, move handling code thereVolker Hilsheimer2020-05-082-9/+10
* Remove Screen.orientationUpdateMaskShawn Rutledge2020-05-082-61/+11
* Avoid stale renderpass references in ShaderManager's pipeline listLaszlo Agocs2020-05-074-2/+25
* Port python check to configure systemKai Koehne2020-05-074-3/+50
* TableView: allow negative spacingRichard Moe Gustavsen2020-05-071-2/+2
* QQmlPropertyData: Fix isDirect flag handlingFabian Kosmale2020-05-071-1/+2
* QQuickWindow: pass InputMethod(Query) events on to itemsVolker Hilsheimer2020-05-061-0/+19
* Fix build without openglSamuli Piippo2020-05-061-2/+3
* Add forward declaration for QSurfaceSamuli Piippo2020-05-061-0/+1
* Implement URLSearchParamsMaximilian Goldstein2020-05-067-0/+885
* Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-062-3/+10
* Fix Clang 10 warning about converting ULLONG_MAX to doubleThiago Macieira2020-05-051-1/+1
* Don't hardcode the include directory nameChristophe Giboudeaux2020-05-051-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-056-12/+35
|\
| * Make Connections object qmlWarning follow a logging categoryDavid Edmundson2020-04-301-2/+7
| * Text: Fix kerning when horizontalAlignment is set to centerArjen Hiemstra2020-04-291-1/+1
| * Gracefully handle Accessible attached property on non-itemsTor Arne Vestbø2020-04-282-7/+10
| * Fix visibility of qml window in qquickwidgetMichal Klocek2020-04-242-2/+17
* | Fix subpixel positioned text with Text.NativeRenderingEskil Abrahamsen Blomfeldt2020-05-051-5/+4
* | QQuickLoader: prevent clearing initial properties after active = trueWang Chuan2020-05-051-1/+0
* | Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-045-98/+165
* | Fix Narrator spelling password characters in Quick TextInputAndre de la Rocha2020-05-041-0/+4
* | Move some QSGRenderNodePrivate membersLaszlo Agocs2020-05-044-12/+25
* | Remove the 'windows' render loopLaszlo Agocs2020-05-047-728/+27
* | Doc: Remove imagePaul Wicking2020-05-041-0/+0
* | Fix line number for follow-up lines in stringsChristian Stenger2020-05-011-1/+3
* | Fix lexer handling of escape sequences in stringChristian Stenger2020-05-011-0/+1
* | Doc: fix typo in ListView::layoutDirectionMitch Curtis2020-04-301-1/+1
* | Doc: Update flowchartPaul Wicking2020-04-302-0/+0
* | Fix warning -Wxor-used-as-powMårten Nordheim2020-04-301-1/+1
* | Add beforeFrameBegin() and afterFrameEnd() to QQuickWindowLaszlo Agocs2020-04-305-0/+67
* | cmake: Provide equivalent of QMLTYPES_FILENAMEFabian Kosmale2020-04-301-3/+16
* | Doc: add code example of QQmlApplicationEngine::setInitialProperties()Mitch Curtis2020-04-291-0/+11
* | Doc: add code example to QML_NAMED_ELEMENTMitch Curtis2020-04-291-0/+10
* | Temporarily restore a QSGTexturePrivate functionLaszlo Agocs2020-04-282-0/+9
* | Move updateRhiTexture and co. to QSGTextureLaszlo Agocs2020-04-2820-197/+140
* | Register value types declarativelyUlf Hermann2020-04-289-34/+121
* | PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-04-281-1/+3
* | Fix file name comment in script.mjs snippetUlf Hermann2020-04-271-1/+1
* | Fix failing assertion in the GC with JITSimon Hausmann2020-04-271-0/+2