- Sep 22, 2010
-
-
Friedemann Kleint authored
Use a quint64 as address. Split apart special handling of QAbstractItemModels of old shared-library based dumpers (passing '$'+ special expression as address) into separate dumperFlags QByteArray.
-
- Sep 13, 2010
-
-
Arvid Ephraim Picciani authored
extract thread names from QThread object name Task-Number: QTCREATORBUG-382 Reviewed-by: hjk
-
- Sep 08, 2010
-
-
hjk authored
'+' instead of '+='. Duh.
-
- Sep 01, 2010
- Aug 27, 2010
- Aug 12, 2010
-
-
Roberto Raggi authored
-
- Aug 11, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Aug 05, 2010
-
-
Roberto Raggi authored
-
- Jul 21, 2010
-
-
hjk authored
Still does not work as the location itself is unknown.
-
- Jul 09, 2010
-
-
hjk authored
-
- Jul 02, 2010
-
-
Erik Verbruggen authored
-
- Jun 15, 2010
-
-
Thorbjørn Lindeijer authored
Due to using QTextCursor::columnNumber() instead of QTextCursor::positionInBlock(), a lot of code would not work correctly when used with wrapped lines. In addition, there was an issue with columnNumber() returning 0 right after inserting a character before the last character of a line. Reviewed-by: mae
-
- Jun 14, 2010
-
-
Erik Verbruggen authored
Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm
-
- Jun 11, 2010
-
-
Bill King authored
-
- Jun 04, 2010
-
-
Erik Verbruggen authored
This reverts commit c2393df0.
-
Erik Verbruggen authored
This should speed things up a bit, because before, the line was tokenized at least 3 times.
-
- May 17, 2010
-
-
Roberto Raggi authored
-
- Apr 27, 2010
-
-
hjk authored
-
- Mar 23, 2010
-
-
hjk authored
-
Friedemann Kleint authored
Handle the new version's formatting of integer types as '0n...'. List shorts as int-types.
-
- Mar 15, 2010
-
-
hjk authored
-
- Mar 11, 2010
-
-
hjk authored
-
- Mar 05, 2010
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 05, 2010
-
-
hjk authored
-
- Dec 07, 2009
-
-
hjk authored
-
Roberto Raggi authored
Encapsulate the details.
-
- Nov 30, 2009
-
-
Oswald Buddenhagen authored
-
- Nov 25, 2009
-
-
Friedemann Kleint authored
Convert CDB unsigned integer values should they appear in hex, make format flexible. Use int64 for reformatting integers to be able to accommodate 64 bit values on Windows 64. Add some more integer types. Do not save decimal type formats. Add menu option to clear individual formatting. Do not use map[] to query the type formats (inserting 0 everywhere as a side effect). Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Oct 26, 2009
-
-
Oswald Buddenhagen authored
-
- Oct 21, 2009
-
-
hjk authored
-
- Oct 19, 2009
-
-
Friedemann Kleint authored
that is, setting a break point at the opening brace or at function. Set StackFrame::from correctly.
-
- Oct 16, 2009
-
-
Friedemann Kleint authored
This should save debugger round trips and crashes in the debugging helpers. Add respective option to debugging helper option page, defaulting to true.On this occasion, make CDB detect shadowed variables correctly and display them as "<shadowed n>" as does the Gdb engine by reversing the direction in which CdbSymbolGroupContext::populateINameIndexMap works. Rubber-stamped-by:
hjk <qtc-committer@nokia.com>
-
hjk authored
-