aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_inspector
Commit message (Expand)AuthorAgeFilesLines
* Tooling: Guard use of QRegularExpressionUlf Hermann2019-05-231-0/+2
* Tooling: Use QRegularExpression rather than QRegExpUlf Hermann2019-05-221-2/+3
* QML Inspector: Use Qt5-style connectionUlf Hermann2018-11-151-1/+1
* Make QPacketProtocol independent of QmlUlf Hermann2018-04-231-1/+4
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-264-16/+16
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-1/+17
|\
| * QmlInspector: Make window flags explicit when adding WindowStaysOnTopUlf Hermann2017-11-241-1/+17
* | Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-052-4/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-4/+4
|/
* Run includemocs in qtdeclarativeThiago Macieira2017-04-263-0/+6
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-143-5/+3
|\
| * Qml Inspector: Avoid taking a QPointer of an object being deletedUlf Hermann2016-12-092-4/+2
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-073-4/+4
* | Plugins: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-261-11/+12
|/
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-285-32/+28
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-4/+4
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+4
* | Updated license headersJani Heikkinen2016-01-1910-140/+200
* | Rewrite inspector serviceUlf Hermann2016-01-1212-1387/+782
* | Remove dead codeFrank Meerkoetter2015-12-151-2/+0
* | Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-171-4/+4
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-172-7/+8
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-151-13/+10
|/
* Hide QQmlInspectorServiceImpl in .cpp fileUlf Hermann2015-08-043-29/+29
* Remove extra layer of indirection from inspector serviceUlf Hermann2015-08-046-272/+16
* Pass QQmlDebugService to AbstractViewInspectorUlf Hermann2015-08-049-14/+14
* Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann2015-08-0417-0/+2509
* Debugger: Split inspector plugin into a qtquick1 and a qtquick2 pluginKai Koehne2011-11-0140-5836/+0
* Remove Q_WS_*, symbian and maemo code in QtDeclarativeDamian Jansen2011-10-262-3/+1
* qmldbg_inspector: Fix compilation on Windows.Friedemann Kleint2011-10-252-1/+2
* Make show app on top workKai Koehne2011-10-241-1/+3
* Debugger: Inspector code cleanupKai Koehne2011-10-243-42/+25
* Debugger: Move inspector parts dealing with QtQuick1 into separate directoryKai Koehne2011-10-2427-40/+40
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-218-83/+83
* Debugger: Let inspector plugin compile againKai Koehne2011-10-186-30/+53
* Debugger: Remove visual toolbox from inspectorKai Koehne2011-10-1829-808/+0
* Merge branch 'master' into refactorGunnar Sletta2011-08-313-5/+6
|\
| * Remove V8 submodule from QtDeclarativeKent Hansen2011-08-291-1/+1
| * Deprecate QDeclarativeDebugHelper classKai Koehne2011-08-262-4/+5
* | Compile with refactorGunnar Sletta2011-08-0115-27/+27
* | Build against refactor.Samuel Rødal2011-07-292-6/+6
|/
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-125-4/+9
* QmlInspector: Introduced more self-contained selection highlightThorbjørn Lindeijer2011-06-236-64/+206
* QmlInspector: Some code cleanupsThorbjørn Lindeijer2011-06-237-51/+11
* QmlInspector: Implemented context menu for SceneGraphThorbjørn Lindeijer2011-06-234-16/+116
* QmlInspector: Implement tool tip handling for SceneGraphThorbjørn Lindeijer2011-06-233-43/+86
* QmlInspector: Some cleanup in the Color Picker toolThorbjørn Lindeijer2011-06-232-44/+10
* QmlInspector: Implemented selection for SceneGraphThorbjørn Lindeijer2011-06-234-28/+107
* QmlInspector: Unified mouse and keyboard event handlingThorbjørn Lindeijer2011-06-2314-312/+202