aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: disable MOTH_COMPUTED_GOTO for stock llvmv5.13.0-beta1Morten Johan Sørvig2019-03-081-1/+7
* Properly revision new TestResult slotsKai Koehne2019-03-072-2/+3
* Doc: Promote use of ECMAScript modules over Qt.include()Ulf Hermann2019-03-045-33/+44
* Make qml-tracing a private featureUlf Hermann2019-03-011-1/+1
* Doc: Fix a code snippet in DragHandler QML typeTopi Reinio2019-02-251-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-2218-84/+159
|\
| * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-02-221-9/+22
| |\
| | * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-211-9/+22
| * | QML: Pass type minor version when creating property dataUlf Hermann2019-02-219-27/+28
| * | QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-217-4/+33
| * | QQmlAdaptorModel::Accessors: create a propertyCache for all accessors, not ju...Richard Moe Gustavsen2019-02-214-42/+64
| * | QQmlPropertyCache: support setting an explicit metaObject revisionRichard Moe Gustavsen2019-02-212-2/+12
| |/
* | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-222-59/+86
* | Add 'We mean it' header to qqmlinspectorclient_p.hKai Koehne2019-02-211-0/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-2015-54/+98
|\|
| * Fix PropertyKey::isArrayIndexErik Verbruggen2019-02-191-1/+1
| * Doc: elaborate on default values for Layout.alignmentMitch Curtis2019-02-191-1/+5
| * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-1810-40/+54
| * QQuickTableView: use correct WRITE function for contentHeightRichard Moe Gustavsen2019-02-181-1/+1
| * QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-181-2/+6
| * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-171-9/+31
* | Fix qml block in doc comment for Window::transientParentShawn Rutledge2019-02-151-2/+2
* | TextEdit: Fix persistentSelection for readonly controlsNils Jeisecke2019-02-151-0/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-156-15/+31
|\|
| * V4: Fix failing assert on all 32bit platformsErik Verbruggen2019-02-141-1/+1
| * V4: Fix JS tail call crashes on win32/linux32Erik Verbruggen2019-02-142-11/+6
| * PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-141-2/+2
| * DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-142-1/+17
| * Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-141-2/+7
* | QQuickTableView: ensure we end up caching the correct valueRichard Moe Gustavsen2019-02-141-4/+4
* | QQuickTableView: clear cache before querying column widths/row heightsRichard Moe Gustavsen2019-02-141-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-146-5/+19
|\|
| * Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-131-2/+4
| * Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-133-2/+5
| * Defer QML testing until event loop has startedTor Arne Vestbø2019-02-121-1/+5
| * Doc: explain when the move velocity and duration properties are usedMitch Curtis2019-02-071-0/+5
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-02-135-6/+6
* | Support loading images from content:/ URLs on AndroidNicolas Fella2019-02-132-3/+26
* | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-082-354/+578
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-077-29/+70
|\|
| * Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-061-0/+4
| * QQuickWindow: don't give exclusive grab to invisible or disabled ItemsShawn Rutledge2019-02-051-1/+1
| * QMLJS: Have ScanFunctions iterate over ArrayPattern nodesErik Verbruggen2019-02-052-0/+9
| * Improve error messageRainer Keller2019-02-041-1/+5
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Liang Qi2019-02-012-27/+51
| |\
| | * Fix axis constraints API and documentation:v5.12.1Jan Arve Sæther2019-01-212-27/+51
* | | Fix warning about deprecated QPainter::setMatrix in QSGSoftwareInternalImageNodeFriedemann Kleint2019-02-051-2/+1
* | | Add Settings.sync methodPaolo Angelelli2019-02-012-0/+20
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-0110-24/+27
|\| |
| * | doc: Two class members can not have the same nameRainer Keller2019-02-011-1/+1