aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmllint: warn when passing a directory to -i optionMitch Curtis2020-05-063-27/+41
* Remove textureprovider exampleLaszlo Agocs2020-05-0612-614/+0
* Implement URLSearchParamsMaximilian Goldstein2020-05-069-0/+945
* Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-064-3/+29
* 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
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-05-051-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-057-13/+49
|\
| * 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-283-8/+24
| * 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-053-1/+25
* | CMake: Adjust and regenerate tools projectAlexandru Croitor2020-05-043-87/+68
* | Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-048-123/+291
* | 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-048-729/+27
* | Doc: Remove imagePaul Wicking2020-05-041-0/+0
* | Fix building of declarative tests with disabled opengl moduleKai Koehne2020-05-031-2/+3
* | Fix line number for follow-up lines in stringsChristian Stenger2020-05-012-1/+28
* | Fix lexer handling of escape sequences in stringChristian Stenger2020-05-012-1/+31
* | Doc: fix typo in ListView::layoutDirectionMitch Curtis2020-04-301-1/+1
* | Doc: Update flowchartPaul Wicking2020-04-302-0/+0
* | Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-04-301-2/+2
* | qmllint: Add flags for toggling warningsMaximilian Goldstein2020-04-307-96/+131
* | 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
* | Remove leftover legacy shader files in scenegraph exampleLaszlo Agocs2020-04-2913-102/+54
* | Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-04-291-2/+2
* | Fix font-related test failures triggered by Qt Base updateEskil Abrahamsen Blomfeldt2020-04-292-0/+45
* | 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-283-1/+86
* | QQmlValueTypes test: import QtQuick to make font availableUlf Hermann2020-04-281-0/+1
* | 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
* | Move object onwership functions from QQmlEngine to QJSEngineFabian Kosmale2020-04-244-71/+70
* | qmllint: Show filename in addition to line and columnFabian Kosmale2020-04-244-23/+32
* | Resume AnimatedSprite playback when visibility changesLaszlo Agocs2020-04-243-6/+28
* | Port qmlcachegen to QRegularExpressionLars Knoll2020-04-241-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-249-19/+248
|\|
| * qquickitemgrabresult: Check effective window for visibilityKai Uwe Broulik2020-04-231-1/+6
| * Doc: AnimatedImage incompatible with QQuickImageProviderNico Vertriest2020-04-232-9/+8
| * Fix warning about deprecated "end" manipulatorThiago Macieira2020-04-221-1/+1