aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-022-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-2615-24/+44
|\|
| * Make QPacketProtocol independent of QmlUlf Hermann2018-04-2315-24/+44
* | garbage collect InternalClassLars Knoll2018-04-122-2/+2
* | QPacketProtocol: Add proper error handlingUlf Hermann2018-04-053-20/+57
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-282-3/+15
|\|
| * QML Tooling: Don't send StartTrace if we haven't started any profilersUlf Hermann2018-03-271-2/+1
| * QML Tooling: Remember global "enabled" flag in profiler serviceUlf Hermann2018-03-272-1/+14
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-03-211-1/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-211-1/+2
| |\|
| | * QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-191-1/+2
* | | QmlDebug: Drop support for non-multipacket clientsUlf Hermann2018-03-211-23/+17
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-172-4/+16
|\|
| * Pass "this" object when evaluating debug jobsUlf Hermann2018-03-172-4/+16
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-032-2/+2
|\|
| * use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-272-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-2725-92/+79
|\|
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-262-24/+11
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2625-73/+73
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-152-4/+0
|\|
| * Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-152-4/+0
* | QQmlProfilerService: Drop support for non-location-tracking clientsUlf Hermann2018-02-098-43/+26
|/
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-062-16/+37
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-022-16/+37
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-16/+37
| | |\
| | | * QQmlEngineDebugService: Use native stream operators for QSize and QSizeFUlf Hermann2018-01-181-0/+2
| | | * QQmlProfilerService: Only send "Complete" if no more engines are runningUlf Hermann2018-01-161-12/+20
| | | * QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-4/+15
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-024-6/+6
|/ / /
* | | Add localserver feature check for qmldbg_local pluginFrank Richter2018-01-271-1/+2
* | | QQmlProfilerService: Avoid type ambiguitiesUlf Hermann2018-01-151-5/+8
* | | Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-101-1/+1
* | | Drop the qml-interpreter featureUlf Hermann2018-01-101-10/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-092-2/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-042-2/+18
| |\|
| | * D3D12: Fix compilation with clang-clFriedemann Kleint2017-12-051-1/+1
| | * QmlInspector: Make window flags explicit when adding WindowStaysOnTopUlf Hermann2017-11-241-1/+17
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-12/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-12/+10
| |\|
| | * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-12/+10
* | | Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-218-187/+142
|\ \ \
| * | | Finally get rid of the QV4::Function pointer in the contextLars Knoll2017-11-131-3/+2
| * | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-0839-355/+47
| |\ \ \