aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-221-1/+1
* List QtQml, QtQml.Models, and QtQml.WorkerScript as dependenciesUlf Hermann2020-07-092-0/+3
* Don't leak QQmlBoundSignalExpressions in signaltransition.cppUlf Hermann2020-06-251-5/+7
* Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-266-98/+175
* Add _q_dumpLayoutTree() for debugging purposesJan Arve Sæther2020-05-182-0/+79
* Use categorized logging instead of quickLayoutDebug()Jan Arve Sæther2020-05-184-19/+21
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-4/+17
|\
* | Add standard casing for FolderListModel::fileUrlMichael Brasser2020-03-242-4/+9
* | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-103-13/+0
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-5/+5
* | Move dependencies.json files into the right placesUlf Hermann2020-02-263-4/+1
* | Export QQuickRootItem to QMLUlf Hermann2020-02-251-0/+7
* | TestCase: deprecate mouseDoubleClick()Mitch Curtis2020-02-141-8/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-134-5/+34
|\|
| * Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-124-5/+34
* | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-074-2/+43
* | statemachine: Use new QQmlListProperty capabilitiesUlf Hermann2020-02-067-31/+125
* | Synthetically reference type registration functionsUlf Hermann2020-02-0417-43/+101
* | Force models and workerscript plugins to link their librariesUlf Hermann2020-01-302-4/+31
* | Add support to match against QObject properties in DelegateChooserJoni Poikelin2020-01-241-3/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-232-3/+4
|\|
| * Remove shadereffect dependency from shapesKarim Pinter2020-01-221-2/+3
| * Initialize boolean m_hasItemChangeListenersDavid Edmundson2020-01-211-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-201-4/+4
|\|
| * Remove unneeded/unused signalAlbert Astals Cid2020-01-131-1/+0
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-174-12/+12
* | Generate registrations for all importsUlf Hermann2020-01-1050-10578/+948
* | QQuickGridLayoutEngine: Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-281-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-261-9/+9
|\|
| * mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-231-9/+9
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+1
* | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-223-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-224-6/+39
|\|
| * mouseDrag(): never drag along an axis that wasn't requestedMitch Curtis2019-11-141-2/+6
| * Qt Quick Layouts: Do not assert when specifying an invalid row/columnJan Arve Sæther2019-11-131-2/+16
| * Doc: Fix documentation warningsTopi Reinio2019-11-112-2/+17
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-071-0/+6
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-0/+6
| |\
| | * Add missing emits from various property setters in {Grid,Row}LayoutJan Arve Sæther2019-10-251-0/+6
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-151-1/+1
| |\|
| | * Doc: Modify area.pressed to windowShown in TestCaseNico Vertriest2019-10-101-1/+1
* | | Move type declarations for QtQuick.Window* into imports/windowUlf Hermann2019-10-153-2/+132
* | | Models: Move labs classes into src/imports/labsmodelsUlf Hermann2019-10-158-2/+2134
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-111-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-1/+1
| |\|
| | * Doc: Correct reference to StackViewNico Vertriest2019-10-021-1/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0411-32/+673
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-0/+2
| |\|
| | * Check if the filters are different before triggering an updateAndy Shaw2019-09-191-0/+2