aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/designer
Commit message (Expand)AuthorAgeFilesLines
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* QQuickItemPrivate::itemToParentTransform: pass transform by pointerShawn Rutledge2023-02-081-1/+1
* QML: Monkey-patch thread safety issue with dynamic metaobjectsUlf Hermann2022-11-241-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-1118-684/+36
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-04-251-1/+1
* Port QQuickShaderEffectSource format to Qt 6Laszlo Agocs2022-03-181-10/+1
* QML: Add more safety to QQmlPropertyCache usagesUlf Hermann2022-03-181-1/+1
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-142-7/+11
* Make sure all private headers include at least one otherThiago Macieira2022-03-101-1/+2
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-3/+3
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-184-7/+7
* Do not reset loops when creating designer objectsAntti Määttä2021-11-121-1/+0
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-5/+3
* Avoid QAbstractDynamicMetaObject where possibleUlf Hermann2021-10-122-22/+21
* Adapt to changed return value for toDynamicMetaObject()Ulf Hermann2021-10-082-12/+13
* Avoid copying metaobjectsUlf Hermann2021-10-061-3/+2
* Remove QQuickDesignerWindowManagerLaszlo Agocs2021-08-314-250/+0
* Avoid infinite loop in designer supportThomas Hartmann2021-07-222-7/+20
* crash fix - avoid wrong gcc optimizationTim Jenssen2021-07-022-9/+8
* QQuickItemPrivate: Make {width,height}Valid a functionFabian Kosmale2021-06-301-2/+2
* QQuickDesignerCustomObjectData: Support new-style bindingsFabian Kosmale2021-04-272-35/+31
* QQmlMetaType: Remove qmlLists memberFabian Kosmale2021-03-191-1/+1
* Remove QQmlMetaType::isQObjectFabian Kosmale2021-03-052-2/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-23/+0
* Remove QQmlCleanupUlf Hermann2021-01-131-1/+1
* DesignerSupport: Don't skip already inspected objectsMiikka Heikkinen2021-01-041-9/+4
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-2/+2
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-1/+1
* Fix wrong optimization on ARM64 ubuntu qemuFawzi Mohamed2020-08-131-3/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-263-5/+5
* Make render loops OpenGL cleanLaszlo Agocs2020-06-081-1/+2
* Get rid of Q_OPENGL_ES* macrosEskil Abrahamsen Blomfeldt2020-04-171-1/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-3/+3
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-4/+4
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-4/+4
| |\
| | * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-291-4/+4
* | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-032-4/+6
* | | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-1/+1
|/ /
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-172-2/+2
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
|/
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-042-6/+10
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-162-4/+4
* Remove outdated methodUlf Hermann2019-02-041-2/+2
* QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+0
* Fix warnings about unused Qt containersSergio Martins2018-11-301-5/+5
* DesignerSupport: Fix emitComponentCompleteSignalForAttachedPropertyThomas Hartmann2018-11-052-5/+12