Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix headers | Warwick Allison | 2009-10-30 | 1 | -16/+16 |
| | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Use Q_SLOTS and Q_SIGNALS. | Yann Bodson | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | Wait for connections to remote debugging interface | Kai Koehne | 2009-08-13 | 1 | -7/+17 |
| | | | | | | | | | 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). | ||||
* | Rename QmlDebugServerPlugin -> QmlDebugService | Aaron Kennedy | 2009-07-13 | 1 | -0/+380 |