aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * 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 public methods to query and set allowed revisions of property cachesUlf Hermann2019-02-072-3/+9
* | | | Tighten the interface of QQmlTypeModuleUlf Hermann2019-02-074-108/+123
* | | | Remove debug code from QStringHashUlf Hermann2019-02-074-26/+0
* | | | Add a mutable iterator to QStringHashUlf Hermann2019-02-074-16/+58
* | | | Split QStringHash and QLinked(Multi)StringHash apartUlf Hermann2019-02-074-238/+301
* | | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-02-061-12/+6
* | | | QQmlMetaType: Only provide access to the singleton through the lockUlf Hermann2019-02-061-109/+96
* | | | Move QStringHash into its own fileUlf Hermann2019-02-0611-985/+1091
* | | | V4: Fix unwind handling when destructuring listsErik Verbruggen2019-02-061-14/+1
* | | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-0623-1928/+2744
* | | | V4: Add more flags to runtime methodsErik Verbruggen2019-02-051-19/+30
* | | | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-0523-912/+976
* | | | Remove outdated methodUlf Hermann2019-02-042-4/+2
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-0210-24/+47
|\| | |
| * | | Add Settings.sync methodPaolo Angelelli2019-02-012-0/+20