aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
* Fix some network related deprecation warningsFabian Kosmale2020-03-161-1/+1
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-022-2/+2
* 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
* | | 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
* | 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
|/
* 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
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+2
* Fix build without features.translationTasuku Suzuki2019-07-084-0/+16
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-4/+2
* 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
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-093-3/+0
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-264-68/+183
|\
| * Fix preview zoom problems on windowsTim Jenssen2019-03-224-68/+183
* | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-052-2/+2
|/
* QML Inspector: Use Qt5-style connectionUlf Hermann2018-11-151-1/+1
* QML Tooling: Fix ordering of memory events in V4 profiler adapterUlf Hermann2018-11-141-2/+5
* Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-152-4/+3
* QML Tooling: Prevent property capture while collecting dataUlf Hermann2018-10-101-0/+28
* QML Tooling: Don't read properties in order to count themUlf Hermann2018-10-101-2/+1
* Whitelist the Qt tests pathUlf Hermann2018-10-051-1/+3
* QmlPreview: Change license to LGPL/GPL/CommercialUlf Hermann2018-09-2814-57/+211
* QPacketProtocol: Remove aboutToClose() methodUlf Hermann2018-09-202-14/+0
* Cleanups in Value/PrimitiveLars Knoll2018-09-172-2/+2
* Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-162-2/+2
* Qml Preview: Record more detailed frame statisticsUlf Hermann2018-09-104-10/+124
* QML Preview: fix a possible crashTim Jenssen2018-09-071-1/+1
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-5/+5
* Use nullptr instead of 0Jesus Fernandez2018-08-161-1/+1
* Simplify ObjectIterator::nextLars Knoll2018-08-042-15/+10
* Preview: Use QTranslator::install(QLocale, ...)Kai Koehne2018-08-034-6/+6
* Tooling: Allow QML preview to change the languageUlf Hermann2018-07-204-1/+56
* QML Preview: Remove RuntimeLocation from auto-blacklisted pathsUlf Hermann2018-07-201-1/+0
* V4 Debugger: Add command to change break pointsUlf Hermann2018-07-191-47/+87
* V4 Debuger: Drop namesAsObjects optionUlf Hermann2018-07-184-87/+11
* V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-186-107/+13
* Remove references to V8 from V4 debug service internalsUlf Hermann2018-07-182-63/+63
* QML Preview: Add a frames per second counterUlf Hermann2018-07-184-7/+60
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-9/+34
|\