| Commit message (Expand) | Author | Age | Files | Lines |
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec... | Warwick Allison | 2010-02-24 | 11 | -1458/+1458 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 10 | -10/+10 |
|\ |
|
| * | Fix copyright year. | Jason McDonald | 2010-02-16 | 10 | -10/+10 |
|
|
* | | Make compile on Symbian (call Q_DECLARE_METATYPE earlier) | Bea Lam | 2010-02-17 | 2 | -1/+5 |
|
|
* | | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 1 | -2/+6 |
|
|
* | | For qmldebug* tests, make sure engine is running before the test thread | Bea Lam | 2010-02-15 | 2 | -1/+36 |
|/ |
|
* | Fix warnings | Aaron Kennedy | 2010-02-12 | 1 | -1/+1 |
|
|
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 5 | -15/+25 |
|
|
* | clean up project files | Oswald Buddenhagen | 2009-12-03 | 1 | -10/+14 |
|
|
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 5 | -9/+9 |
|
|
* | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 3 | -3/+3 |
|
|
* | 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 |
|
|
* | 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 int... | Bea Lam | 2009-11-02 | 11 | -144/+236 |
|\ |
|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-30 | 10 | -131/+223 |
| |\ |
|
| | * | 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 |
|/ |
|
* | Show contents of list properties within the debugger (like the Creator | Bea Lam | 2009-10-28 | 1 | -2/+3 |
|
|
* | Check values when remove() is called | Bea Lam | 2009-10-28 | 1 | -4/+8 |
|
|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Bea Lam | 2009-10-21 | 1 | -1/+1 |
|\ |
|
| * | 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 |
|/ |
|
* | 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 |
|
|
* | Change property view from table to tree like old debugger and move WatchTable... | Bea Lam | 2009-09-24 | 1 | -0/+1 |
|
|
* | Allow watching of properties to be stopped from watch table. Also fix | Bea Lam | 2009-09-23 | 1 | -0/+2 |
|
|
* | Add some of the functionality from the old debugger (e.g. dynamic updating of... | Bea Lam | 2009-09-23 | 3 | -22/+244 |
|
|
* | 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 |
|
|
* | Wait for connections to remote debugging interface | Kai Koehne | 2009-08-13 | 2 | -7/+19 |
|
|
* | 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 MSVC warnings | Thierry Bastian | 2009-06-02 | 2 | -2/+3 |
|
|