aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
...
* Remove qqmlinspectorconstants.hUlf Hermann2015-07-294-71/+5
* Clean up project files for debug connectionsUlf Hermann2015-07-294-31/+21
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-212-3/+0
* Add option to use a local socket for QML debuggingUlf Hermann2015-06-267-1/+297
* Add 28 QList::reserve() callsSérgio Martins2015-06-082-0/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-162-15/+3
|\
| * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-142-15/+3
* | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-3/+3
* | Update copyright headersJani Heikkinen2015-02-1217-119/+119
* | QmlDebug: Provide public method for starting a debug serverUlf Hermann2014-12-052-7/+14
|/
* Stop waiting in QTcpServerConnection if waitForBytesWritten failsUlf Hermann2014-10-241-2/+7
* Update license headers and add new licensesJani Heikkinen2014-08-2517-323/+187
* qmldebugger: handle static builds correctlyFawzi Mohamed2014-03-113-13/+17
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-152-2/+2
* Debugger: Accepts port range as argumentsAurindam Jana2013-04-022-9/+23
* Debugger: Remove symbian specific pluginKai Koehne2013-01-306-735/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1022-22/+22
* make use of qtHaveModule()Oswald Buddenhagen2013-01-101-1/+1
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-231-0/+1
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-195-0/+12
* Add PLUGIN_CLASS_NAME to qtdeclarative pluginsMiikka Heikkinen2012-12-113-0/+3
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-292-10/+10
* make module compile with -no-guiTasuku Suzuki2012-11-222-2/+2
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-2/+2
* adjust to qt_plugin.prf changes, part 2Oswald Buddenhagen2012-11-013-15/+0
* adjust to qt_plugin.prf changes, part 1Oswald Buddenhagen2012-10-293-0/+3
* Remove interim compatibility measuresAlan Alpert2012-10-164-44/+44
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2322-529/+529
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-112-4/+0
* Empty JSON files are not needed for the plugin systemAlan Alpert2012-07-254-5/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-3/+3
* remove stale references to QTDIR_buildOswald Buddenhagen2012-06-292-3/+1
* build system cleanupsOswald Buddenhagen2012-06-262-2/+2
* don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-261-1/+1
* Changes for "App on Top"Simjees Abraham2012-06-054-13/+24
* Debugger: Clearing the ObjectReferenceHashSimjees Abraham2012-05-301-0/+3
* Debugger: Modified response for "destroyObject" message.Simjees Abraham2012-05-292-7/+8
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-1/+1
* Debugger : Handling destruction of multiple elements.Simjees Abraham2012-05-242-10/+12
* Debugger: Response for DESTROY_OBJECT request sent correctlySimjees Abraham2012-05-212-2/+25
* Inspector:Modified Apply changes on Save for unsync. changesSimjees Abraham2012-05-144-3/+85
* QmlDebugging: make sure that all data is sent on closeChristiaan Janssen2012-05-081-0/+5
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-261-3/+3
* Debugger: Change name and protocol of QDeclarativeObserverModeAurindam Jana2012-04-256-443/+149
* QmlInspectorPlugin: AbstractViewInspectorAurindam Jana2012-04-243-16/+0
* Do not use deprecated APIOlivier Goffart2012-04-241-6/+6
* Debugger: Display selected item name in inspectorSimjees Abraham2012-04-197-10/+102
* Debugger: Changes made for selection using Inspect ToolSimjees Abraham2012-04-192-14/+23
* Enabled widget free compilation of QtQuickDonald Carr2012-04-181-1/+0