aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-10-162-18/+9
* Fix preview zoom problems on windowsTim Jenssen2019-03-224-68/+183
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-113-5/+16
|\
| * Fix leaking resources by OpenVG scene graph backendKirill Burtsev2018-11-143-5/+16
* | 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
* | WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-1/+1
* | 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
|\|
| * QML Debugger: Check in time if values can be saved to QDataStreamUlf Hermann2018-07-101-9/+34
* | QML Preview: Add heuristic for auto-loading the root componentUlf Hermann2018-07-132-0/+16
* | QML Preview: Blacklist paths ":/qgradient" and "/etc"Ulf Hermann2018-07-131-0/+4
* | Tooling: Add QML preview debug serviceUlf Hermann2018-07-1317-1/+2097
* | Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-022-3/+3
* | Unify put and putIndexedLars Knoll2018-07-021-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-5/+16
|\|
| * PacketProtocol: Explicitly transmit packet sizes in little endianUlf Hermann2018-06-221-5/+15
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-3/+1
|\|
| * Tooling: Fix integer range checksUlf Hermann2018-06-061-7/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-261-26/+37
|\|
| * QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-26/+37
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-242-30/+27
|\|
| * V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-232-25/+23
* | Ensure we have a lexical scope for global codeLars Knoll2018-05-112-2/+2
* | Add support for horizontal gradients in RectangleMichael Brasser2018-05-032-4/+12
* | Garbage collect identifiersLars Knoll2018-05-022-2/+2
* | Use Identifier by value and don't new them anymoreLars Knoll2018-05-022-2/+2
* | Rework catch context handlingLars Knoll2018-05-021-2/+0
* | Add support for proper lexical scopingLars Knoll2018-05-021-4/+6
* | Remove the QString member from IdentifierLars Knoll2018-05-022-2/+4