aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
* | | | Remove Q_INVOKABLE from QQmlTableModel::index()Shawn Rutledge2019-02-251-1/+1
|/ / /
* | | TableModel: add QML-invokable overloads for index(), data() and setData()Shawn Rutledge2019-02-222-3/+67
* | | TableModel.roleDataProvider: replace row, column with index argumentShawn Rutledge2019-02-222-13/+16
* | | Tweak managed/undefined checks in QV4::Value for 32bit systemsErik Verbruggen2019-02-211-2/+16
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2115-54/+98
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-1623-385/+669
|\| |
| * | 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
* | | TableModel: add roleDataProvider callbackShawn Rutledge2019-02-153-0/+129
* | | QQmlTableView::data: use local column and row variablesShawn Rutledge2019-02-141-11/+11
* | | Make QQmlTypePrivate::name safe for usage from different threadsUlf Hermann2019-02-113-18/+14
* | | Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-087-163/+183
* | | Add TableModelMitch Curtis2019-02-086-2/+1253
* | | Make QQmlRefCount usable for immutable typesUlf Hermann2019-02-081-13/+8
* | | Move registration functions from qqmlimport.cpp to qqmlmetatype.cppUlf Hermann2019-02-087-324/+208
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-088-31/+71
|\| |
| * | 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
| | |\