summaryrefslogtreecommitdiff
path: root/src/libs/qtcreatorcdbext
Commit message (Expand)AuthorAgeFilesLines
* CdbExt: Make max array size configurable.David Schulz2014-03-115-31/+38
* CdbExt: Fix Dumping of a list of QStringLists.David Schulz2014-03-101-1/+3
* Fix some typosSergio Ahumada2014-03-051-2/+2
* CDB extension: Add qmlstack command and helpers.Friedemann Kleint2014-02-266-3/+148
* CDB extension: Introduce flags for exception handling to call command.Friedemann Kleint2014-02-264-6/+21
* CDB extension: Introduce StateNotificationBlocker.Friedemann Kleint2014-02-262-4/+27
* Long live the Windows RT plugin!Joerg Bornemann2014-02-251-1/+1
* Bump CDB extension version.Friedemann Kleint2014-02-211-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-0825-40/+44
|\
| * Incremented year in copyright infoRobert Loehning2014-01-0825-25/+25
| * Cdbext: remove the depth limitation of symbol dump.David Schulz2013-12-201-15/+19
* | CdbExt: Dumping pointer value at the end.David Schulz2013-12-132-125/+127
* | CdbExt: Add dumper for std::complex.David Schulz2013-12-112-0/+23
* | CdbExt: Fix string to int for VS 2008.David Schulz2013-12-111-2/+5
* | CdbExt: Add dumper for C++11 std::array.David Schulz2013-12-093-1/+33
|/
* Cdbext: Add simple dumper for QTextCursor.David Schulz2013-12-022-0/+19
* cdbExt: Fix dump of QFile.David Schulz2013-11-181-7/+9
* Braces cleanupOrgad Shaneh2013-11-141-3/+2
* CdbExt: Fix dump of QDateTime after latest 5.2 changes.David Schulz2013-11-133-7/+44
* CdbExt: Workaround GetTypeSize issue...David Schulz2013-11-111-4/+8
* CdbExt: Fix dump of QFileInfo.David Schulz2013-11-081-1/+1
* CdbExt: Fix dump of QString when array size equals full size.David Schulz2013-11-071-1/+1
* CdbExt: version bumpDavid Schulz2013-10-231-1/+1
* debugger: Avoid NULL-pointer derefRobert Loehning2013-10-101-1/+2
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-2/+2
* Fix MSVC compilationOrgad Shaneh2013-09-301-3/+3
* Use the canonical version of defining string literalshjk2013-09-272-4/+4
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-273-8/+8
|\
| * Doc: edit qtcreatorcdbext docsLeena Miettinen2013-09-093-8/+8
* | Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
|/
* Debugger cdb: Fix dump of unsigned __int64 for cdb 6.11David Schulz2013-08-061-2/+3
* Cdbext: Fix QMap dumper for Qt5...David Schulz2013-07-011-4/+6
* Debugger: Set cdb extension version to 2.8David Schulz2013-06-251-1/+1
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-203-24/+48
* CDB: Fix compiler warning about unsigned/signed comparisonKai Koehne2013-05-271-1/+1
* Cdbext: Remove unneeded enumeration.David Schulz2013-05-211-11/+1
* Added note about apparent memory leakRobert Loehning2013-05-171-0/+1
* cdbext: Fix dump of QString inside QVariant.David Schulz2013-04-221-2/+9
* cdbext: Add QPixmap to the QVariant dumper.David Schulz2013-04-221-0/+5
* cdbext: Add dumper for QPixmap.David Schulz2013-04-222-0/+36
* cdbext: Adjusted dump of QCharDavid Schulz2013-04-151-2/+2
* cdbext: Fix dump of 64bit integer in container.David Schulz2013-04-101-1/+8
* cdbext: Dump QHostAddress initialized with uint.David Schulz2013-04-091-8/+43
* cdbext: Remove dumping of QImage pointer address.David Schulz2013-04-091-1/+1
* cdbext: Fix dump of QDir.David Schulz2013-04-091-6/+4
* CDB: Revert TEMPLATE=libOrgad Shaneh2013-04-031-0/+1
* centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
* cdbext: Fix dump of QString from QPrivate classDavid Schulz2013-04-021-4/+12
* cdbext: Generate values for QDate, QTime, QDateTimeDavid Schulz2013-03-192-48/+26
* Fix Krazy warnings about improper include guard in Debugger.Friedemann Kleint2013-03-154-12/+12