summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split the various debugger widgets out into their own files. TheBea Lam2009-10-141-160/+15
| | | | debugger interface remains unchanged.
* Add command line options.Bea Lam2009-10-081-6/+43
|
* If there's only one engine, auto-connect to it and hide engines view.Bea Lam2009-09-301-2/+7
| | | | Also auto-load available engines on connect.
* Get qmldebugger running, and add basic object/property view.Michael Brasser2009-08-041-4/+0
|
* Rename classesAaron Kennedy2009-07-131-1/+1
|
* Start moving debugger out of processAaron Kennedy2009-07-131-0/+4
|
* Move canvas scene snapshot out of in-process debuggerAaron Kennedy2009-05-261-11/+45
|
* Add basic client/server debugging supportAaron Kennedy2009-05-251-0/+103
The canvas framerate monitor now uses this support.