aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Process major versions as part of Q_REVISIONUlf Hermann2020-02-1319-146/+228
* Guard against invalid version specifiers in import statementsUlf Hermann2020-02-121-1/+16
* Remove BC shim for QQmlEngine::addNamedBundle()Ulf Hermann2020-02-122-12/+3
* Fix workflow for shutting down busy type loader threadsUlf Hermann2020-02-121-12/+10
* Always search for instantiating property cache by QQmlTypeUlf Hermann2020-02-121-1/+5
* qqmlxmlhttprequest: Disable local file access by defaultMaximilian Goldstein2020-02-121-16/+6
* Remove uses of QLinkedListSona Kurazyan2020-02-042-2/+1
* QQmlTypeModuleVersion: Drop dead codeUlf Hermann2020-02-042-13/+0
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-02-0334-50/+821
|\
| * Required properties: Do not fully resolve property cachesFabian Kosmale2020-02-033-1/+15
| * QQuickPointerMouseEvent::asMouseEvent(): check for nullptrShawn Rutledge2020-01-311-0/+2
| * Required properties: Allow retroactive require specificationFabian Kosmale2020-01-3111-19/+179
| * add annotations to QMLFawzi Mohamed2020-01-312-5/+79
| * Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-318-24/+249
| * Image ColorSpace bindings for Quick/QMLAllan Sandfeld Jensen2020-01-319-1/+217
| * Add Behavior.targetProperty propertyPierre-Yves Siret2020-01-312-0/+80
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-0356-725/+761
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-3112-137/+290
|\|
| * Add Image.sourceClipRect propertyShawn Rutledge2020-01-305-4/+82
| * Teach QQuickPixmap to handle requests for image regionsShawn Rutledge2020-01-306-50/+97
| * Force models and workerscript plugins to link their librariesUlf Hermann2020-01-303-5/+33
| * Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-302-84/+112
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-3033-99/+206
|\|
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-2919-63/+116
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-2919-63/+116
| | |\
| | | * Doc: document behavior and caveats of TextInput's padding propertiesMitch Curtis2020-01-281-0/+12
| | | * Merge remote-tracking branch 'origin/5.14.1' into 5.14Qt Forward Merge Bot2020-01-271-1/+4
| | | |\
| | | | * Merge 5.14 into 5.14.1v5.14.1Kari Oikarinen2020-01-1512-31/+185
| | | | |\
| | | | * | Return false for user types in isSaveable()Andy Shaw2020-01-101-1/+4
| | | * | | Doc: Move snippet file to qtxmlpatternsPaul Wicking2020-01-271-20/+0
| | | * | | V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-2316-42/+99
| | | * | | ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-01-231-0/+1
| * | | | | Required properties: Allow required default propertiesFabian Kosmale2020-01-291-0/+25
| * | | | | QQuickItemView: only connect recycle signals to delegate modelRichard Moe Gustavsen2020-01-291-4/+8
| * | | | | Fix vertical position of PathTextEskil Abrahamsen Blomfeldt2020-01-291-2/+2
| |/ / / /
| * | | | Handle required properties declared in C++Fabian Kosmale2020-01-283-5/+20
| * | | | Properly refcount QQmlDelegateModelItemMetaTypeUlf Hermann2020-01-286-24/+26
| * | | | Deprecate QQuickWindow::createTextureFromId()Laszlo Agocs2020-01-272-1/+9
* | | | | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-2724-49/+43
* | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-25123-537/+2069
|\| | | |
| * | | | use initializer listsTim Jenssen2020-01-241-6/+4
| * | | | Make QtQuick::Item::mapFrom/ToItem also accept point and rectAlbert Astals Cid2020-01-241-90/+104
| * | | | Make QtQuick::Item::mapFrom/ToGlobal also accept pointAlbert Astals Cid2020-01-241-24/+50
| * | | | Change some unite(const QHash &) to insert(const QHash &)MÃ¥rten Nordheim2020-01-242-2/+2
| * | | | Add support to match against QObject properties in DelegateChooserJoni Poikelin2020-01-241-3/+9
| * | | | QQuickImageProvider: PDF is a scalable format like SVGShawn Rutledge2020-01-231-4/+4
| * | | | Deduplicate QQuickImageBase/QQuickBorderImage::loadPaolo Angelelli2020-01-233-147/+94
| * | | | Long live QML inline componentsFabian Kosmale2020-01-2331-155/+1186
| * | | | Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-2310-20/+131
| * | | | qmlworkerscript: Fix wrong type used in docsMaximilian Goldstein2020-01-231-1/+1