aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
* Make the qtquick and qtqml plugins optionalUlf Hermann2020-07-022-14/+14
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-6/+6
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+0
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-163-5/+5
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-6/+6
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-2911-11/+11
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-261-1/+1
* Add missing overrideAlexander Volkov2020-05-151-1/+1
* Change qHash return value to size_tFabian Kosmale2020-04-162-2/+2
* Re-arrange qv4identifier{_p.h|.cpp}Ulf Hermann2020-04-153-3/+3
* Encapsulate QQmlContextDataUlf Hermann2020-03-235-24/+22
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-1/+1
|\
| * Fix some network related deprecation warningsFabian Kosmale2020-03-161-1/+1
* | CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-122-1/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-1210-10/+181
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-092-2/+2
| |\|
| | * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-022-2/+2
| * | Fix build without features.settingsTasuku Suzuki2020-02-281-1/+1
| |/
| * V4 Debugger: Properly set up context object for expressionsUlf Hermann2020-02-141-4/+4
| * QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-056-2/+170
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-1/+4
| |\
| | * Merge 5.14 into 5.14.1v5.14.1Kari Oikarinen2020-01-152-8/+13
| | |\
| | * | Return false for user types in isSaveable()Andy Shaw2020-01-101-1/+4
* | | | Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-0512-60/+21
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-295-13/+18
|\| | |
| * | | Change some unite(const QHash &) to insert(const QHash &)MÃ¥rten Nordheim2020-01-242-2/+2
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-202-8/+13
| |\ \ \ | | | |/ | | |/|
| | * | fix for out-of-screen preview windowsUlf Hermann2020-01-142-8/+13
| | |/
| * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-3/+3
* | | Regenerate plugins namesAlexandru Croitor2020-01-2911-33/+33
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-2/+1
|\| |
| * | QQmlPreview: remove the ignore of :/qgradient/Giuseppe D'Angelo2019-12-161-1/+0
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
| |/
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-1512-12/+12
* | Regenerate projectsAlexandru Croitor2019-11-1412-14/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-144-40/+33
|\|
| * Consistently use qint32 as IDs and counts in engine debuggerUlf Hermann2019-10-092-21/+23
| * Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
| * Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-042-18/+9
* | Regenerate qtdeclarative before mergeAlexandru Croitor2019-10-1112-23/+0
* | Generate CMake projects for qmltoolingLeander Beernaert2019-08-1213-26/+337
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-245-0/+18
|\|
| * Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+2
| * Fix build without features.translationTasuku Suzuki2019-07-084-0/+16
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-4/+2
|\|
| * Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-4/+2
* | More porting of declarative modulesAlexandru Croitor2019-06-082-0/+50
|/
* Tooling: Guard use of QRegularExpressionUlf Hermann2019-05-232-4/+7
* Tooling: Use QRegularExpression rather than QRegExpUlf Hermann2019-05-222-6/+4
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1