summaryrefslogtreecommitdiff
path: root/src/tools/tools.pro
Commit message (Collapse)AuthorAgeFilesLines
* Rename qmlprofiler to qmlprofilertoolKai Koehne2011-09-051-1/+1
| | | | | | | | | | Avoid clash with qmlprofiler.pro from plugins which causes problems for Visual Studio Solution. Change-Id: I360b952ab9170a4823ef0cab75b969512af5c31f Reviewed-on: http://codereview.qt.nokia.com/4190 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
* QmlProfiler standalone toolKai Koehne2011-08-221-1/+2
| | | | | | | Change-Id: I9c3acdf4ef400adf3aa96adc65d49d441d57ddc0 Reviewed-on: http://codereview.qt.nokia.com/3223 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
* move qtcbuildhelper where it belongs and rename it accordinglyOswald Buddenhagen2011-08-151-1/+0
| | | | | | | | | | this is not a creator tool, but a helper of qtcprocess, just like the existing stub. Change-Id: Ice7c60a1dee0b132c6063747f82ea35699f4127d Reviewed-on: http://codereview.qt.nokia.com/2918 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* qtcbuildhelper for Windows addedJoerg Bornemann2011-08-031-0/+1
| | | | | | | | | | | This little tool sits between Qt Creator and the build tool (e.g. nmake) and allows us to send Ctrl-C instead of terminating it the hard way. Task-number: QTCREATORBUG-4558 Change-Id: I6c40c4cc9bf75cca3f2b744785b99bc146a3df4e Reviewed-on: http://codereview.qt.nokia.com/2554 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
* QmlDesigner.NodeInstances: Support for Qt five scene graphMarco Bubke2011-06-091-7/+1
| | | | | | | | | | QmlPuppet only supported GraphicsView. There is now Qml2Puppet which is supporting the new Qt Scene Graph. Change-Id: Ia0a06639cf6852192e84f7bfc2bea60532890b08 Reviewed-on: http://codereview.qt.nokia.com/433 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
* Add valgrindfake emulation/testing tool.Mike McQuaid2011-03-041-0/+4
| | | | | Merge-request: 260 Reviewed-by: hjk <qtc-committer@nokia.com>
* Build fix for toolsThomas Hartmann2010-11-261-1/+8
| | | | | | We have to check for Qt Versions and private headers to build qmlpuppet. Reviewed-by: Kai Koehne
* QmlDesigner.Instances: Move instances out of processMarco Bubke2010-11-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The complete qml emulation layer (instances) is moved into another external process (qmlpuppet). Summary of architectural changes: - Asynchronous messaging Handling commands and data transfer asynchronously reduces the amount of context switches between processes. - Proxy classes for client process This classes abstract the inter process communication - QVariant based command parsing and serialization Using LocalSocket in bidirectional manner for communications of commands and data transfer. - Integer based identifier instead of ModelNode in client process The qml emulation layer (instances) has no more depencies to our internal data model. - Timer based rendering Rendering in instances is controlled by a timer. Only dirty items are updated.
* Add a little tool doing the job of 'qmake -project'hjk2010-11-011-0/+2
| | | | | | | This creates a .pro from all "source" files below a given directory. As I'd like to use Qt Creator as tool to quickly inspect and navigate "alien" codebases a way to easily set up dummy .pro files is needed. qmake -project takes far too long on projects of the size of Qt itself.
* Compile qmldump with debugging helpersLasse Holmstedt2010-09-291-1/+1
| | | | | | | Must be compiled during runtime - otherwise, the app may not work with Qt that is compiled with another compiler. Reviewed-by: hjk
* Add breakpadMarco Bubke2010-09-091-0/+4
| | | | This is not activated if breakpad and qt-breakpad is not availiable.
* QmlJS: Get at types defined in plugins by running qmldump on them.Christian Kamm2010-06-091-0/+1
| | | | | Task-number: QTCREATORBUG-1021 Reviewed-by: Roberto Raggi
* Remove ICheck project.Wolfgang Beck2010-01-291-1/+1
|
* Merge ichecker branch changes into the mainline. New project can be found ↵Wolfgang Beck2010-01-191-1/+1
| | | | under src/tools/ICheck
* move the qtcdebugger tool to an appropriate placeOswald Buddenhagen2009-06-081-0/+2