Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings | Aaron Kennedy | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 5 | -15/+25 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | clean up project files | Oswald Buddenhagen | 2009-12-03 | 1 | -10/+14 |
| | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 5 | -9/+9 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 3 | -3/+3 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Fix debugger crash on exit | Bea Lam | 2009-11-11 | 1 | -4/+5 |
| | |||||
* | Change stateChanged(State) signatures to have (QmlDebugWatch::State) | Bea Lam | 2009-11-11 | 1 | -2/+2 |
| | | | | and (QmlDebugQuery::State) parameters. | ||||
* | Change watch state to Dead instead of Active on removal. | Bea Lam | 2009-11-11 | 1 | -5/+4 |
| | |||||
* | Minor improvements, additional pointer checks. | Bea Lam | 2009-11-10 | 1 | -9/+17 |
| | |||||
* | Fix crash bug where socket is 0. | Bea Lam | 2009-11-10 | 1 | -0/+2 |
| | |||||
* | Fix crash when watch is deleted before calling removeWatch(). | Bea Lam | 2009-11-08 | 2 | -1/+13 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-11-02 | 11 | -144/+236 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 10 | -131/+223 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp | ||||
| | * | fix headers | Warwick Allison | 2009-10-30 | 5 | -80/+80 |
| | | | |||||
| | * | fix macros | Warwick Allison | 2009-10-29 | 3 | -3/+15 |
| | | | |||||
| | * | fix headers | Warwick Allison | 2009-10-29 | 5 | -80/+80 |
| | | | |||||
| | * | fix headers | Warwick Allison | 2009-10-29 | 2 | -0/+80 |
| | | | |||||
| * | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 11 | -13/+13 |
| |/ | |||||
* | | Make QmlBoundSignal children look like properties (instead of children) | Bea Lam | 2009-11-02 | 1 | -16/+26 |
|/ | | | | | | in the debugger to reflect how signal properties are written in QML. This also changes the FETCH_OBJECT reply stream to send children data before property data. | ||||
* | Show contents of list properties within the debugger (like the Creator | Bea Lam | 2009-10-28 | 1 | -2/+3 |
| | | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor. | ||||
* | Check values when remove() is called | Bea Lam | 2009-10-28 | 1 | -4/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-21 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix more compiler warnings. | Martin Jones | 2009-10-15 | 1 | -1/+1 |
| | | |||||
* | | Give more info about whether a value is null and its value type. | Bea Lam | 2009-10-21 | 2 | -3/+14 |
| | | |||||
* | | Add EVAL_EXPRESSION so clients can evaluate an expression within the | Bea Lam | 2009-10-19 | 2 | -1/+87 |
|/ | | | | current object's context. | ||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 2 | -2/+2 |
| | |||||
* | Remove a bunch of unneeded semicolons. | Martin Jones | 2009-10-08 | 1 | -1/+1 |
| | |||||
* | Indicate which properties are watchable and use bold text instead of | Bea Lam | 2009-09-24 | 2 | -4/+12 |
| | | | | coloured text for watched properties. | ||||
* | Change property view from table to tree like old debugger and move ↵ | Bea Lam | 2009-09-24 | 1 | -0/+1 |
| | | | | WatchTableModel into a separate file. | ||||
* | Allow watching of properties to be stopped from watch table. Also fix | Bea Lam | 2009-09-23 | 1 | -0/+2 |
| | | | | bug where watch removal requests were not sent to the server side. | ||||
* | Add some of the functionality from the old debugger (e.g. dynamic updating ↵ | Bea Lam | 2009-09-23 | 3 | -22/+244 |
| | | | | of property values, watch table, colouring of tree widget items). | ||||
* | Rename Behavior cpp class to match the QML name. | Yann Bodson | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | Use Q_SLOTS and Q_SIGNALS. | Yann Bodson | 2009-08-26 | 3 | -4/+4 |
| | |||||
* | Fix crash on exit when using the qml debugging interface | Kai Koehne | 2009-08-13 | 1 | -10/+10 |
| | | | | | QmlEngineDebugClient is defined as a member variable AND the object parent is set -> double deletion. | ||||
* | Wait for connections to remote debugging interface | Kai Koehne | 2009-08-13 | 2 | -7/+19 |
| | | | | | | | | | The tcp server was waiting for connections right when instantiated ... even before the different debugging services could register themselves. This is fixed by first letting the different services register, and only block for incoming connections when explicitly registered (QmlDebugService::waitForConnectons). | ||||
* | Get qmldebugger running, and add basic object/property view. | Michael Brasser | 2009-08-04 | 1 | -0/+1 |
| | |||||
* | Rename QmlDebugServerPlugin -> QmlDebugService | Aaron Kennedy | 2009-07-13 | 3 | -38/+38 |
| | |||||
* | Rename classes | Aaron Kennedy | 2009-07-13 | 4 | -56/+56 |
| | |||||
* | Start moving debugger out of process | Aaron Kennedy | 2009-07-13 | 15 | -1390/+947 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-07 | 1 | -2/+3 |
| | |||||
* | Move QmlExpression into its own file | Aaron Kennedy | 2009-07-03 | 1 | -0/+1 |
| | |||||
* | Fix warning | Michael Brasser | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 13 | -12/+137 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | fix MSVC warnings | Thierry Bastian | 2009-06-02 | 2 | -2/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-06-02 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/util/qfxperf.cpp | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-01 | 1 | -1/+1 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Flush messages after sending | Aaron Kennedy | 2009-06-01 | 1 | -0/+1 |
| | | | |||||
* | | | Remove more unneeded semicolons. | Martin Jones | 2009-06-02 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Remove extra semicolons. | Martin Jones | 2009-05-28 | 1 | -1/+1 |
|/ | |||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-27 | 1 | -1/+1 |
| |