summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qpacketprotocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* QDeclarativeDebug: Fix cases where multiple packets arrive in one goKai Koehne2011-06-201-6/+13
* QDeclarativeDebug: Don't hang if started with ',block' argumentKai Koehne2011-06-091-0/+1
* QmlDebugger: parsing packets iteratively in the communication protocolChristiaan Janssen2011-05-301-38/+35
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Enable performance monitoring at application startup.Kai Koehne2011-05-101-2/+47
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | QDeclarativeDebug: Hardcode version when serializing Qt typesKai Koehne2011-01-111-0/+1
* | QDeclarativeDebug: Move networking code out of QDeclarativeDebugServerKai Koehne2010-12-171-0/+8
|/
* QDeclarativeDebug: use QueuedConnection in the packet protocolOlivier Goffart2010-08-041-1/+1
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-1/+1
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* Fix warningsAaron Kennedy2010-02-121-1/+1
* fix includesOswald Buddenhagen2009-12-031-3/+3
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-031-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * fix headersWarwick Allison2009-10-301-16/+16
* | Make private headers _pAaron Kennedy2009-10-301-1/+1
|/
* Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-271-1/+1
* Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-261-2/+2
* DocAaron Kennedy2009-07-071-2/+3
* CleanupMichael Brasser2009-06-301-3/+38
* Add basic client/server debugging supportAaron Kennedy2009-05-251-0/+462