aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move object onwership functions from QQmlEngine to QJSEngineFabian Kosmale2020-04-244-71/+70
* | Resume AnimatedSprite playback when visibility changesLaszlo Agocs2020-04-242-0/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-246-18/+34
|\|
| * 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
| * 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
| | |\
| | | * 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
| * | | | | WASM: Fix broken WebAssembly platform detectionFredrik Orderud2020-04-221-2/+2
| |/ / / /
* | | | | QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-2336-89/+77
* | | | | Drop obsolete encoding parameter from ToHtml callFabian Kosmale2020-04-231-1/+1
* | | | | Fix using fonts inside .ttc with render type QtRenderingEskil Abrahamsen Blomfeldt2020-04-231-1/+1
* | | | | Add additional properties to FontLoader to help disambiguateEskil Abrahamsen Blomfeldt2020-04-232-24/+104
* | | | | Add _q_dumpLayoutTree() for debugging purposesJan Arve Sæther2020-04-222-0/+79
* | | | | Don't truncate the hashesEskil Abrahamsen Blomfeldt2020-04-222-2/+2