- Sep 02, 2010
-
-
Roberto Raggi authored
-
- Aug 13, 2010
-
-
Roberto Raggi authored
-
- Jul 20, 2010
-
-
ck authored
Reviewed-by: Roberto Raggi
-
- Jul 05, 2010
-
-
Roberto Raggi authored
-
- Jul 02, 2010
-
-
Erik Verbruggen authored
-
- Jun 25, 2010
-
-
hjk authored
-
- Jun 14, 2010
-
-
Erik Verbruggen authored
Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm
-
- 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 31, 2010
-
-
Roberto Raggi authored
-
- May 26, 2010
-
-
Roberto Raggi authored
-
- May 25, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 10, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 07, 2010
-
-
Roberto Raggi authored
It seems that the mime type db got pretty slow, and reordering files can take minutes.
-
- May 05, 2010
-
-
Roberto Raggi authored
-
- Apr 26, 2010
-
-
Thorbjørn Lindeijer authored
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes and their member function implementations were spread around the BaseTextEditor class. Moving them to their own file to make the code a bit better organized. Reviewed-by: mae
-
dt authored
Task-Nr: QTCREATORBUG-1151
-
- Apr 23, 2010
-
-
Erik Verbruggen authored
-
- Apr 14, 2010
- Apr 13, 2010
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1102 Reviewed-by: Roberto Raggi
-
- Mar 18, 2010
-
-
Thorbjørn Lindeijer authored
-
Roberto Raggi authored
-
- Mar 15, 2010
-
-
Roberto Raggi authored
-
- Mar 10, 2010
-
-
dt authored
-
- Mar 09, 2010
-
-
Erik Verbruggen authored
Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running.
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 23, 2010
-
-
dt authored
Reviewed-by: Friedemann Kleint
-
- Feb 22, 2010
-
-
Friedemann Kleint authored
Introduce multithread-locking to Core::MimeDatabase as it is invoked from the indexer thread to sort apart headers and sources. Add a convenience to operate on a sequence to avoid locking for each file.
-
- Feb 03, 2010
-
-
Wolfgang Beck authored
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
foreach()-Loops.
-
- Jan 19, 2010
-
-
Wolfgang Beck authored
-
- Dec 21, 2009
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
In preparation for finding macro uses. * Macro: add offset and length * MacroUse: add line * Document: add convenience functions for finding a macro definition, use or undefined use at a given location. Reviewed-by: Erik Verbruggen
-
- Dec 18, 2009
-
-
Daniel Molkentin authored
__stdcall for all compilers (MSVC and MinGW, possibly others may use it) __w64 is MSVC only, deprecated there, but still used in some places Reviewed-By: Roberto Raggi (cherry picked from commit 5832c6b5)
-
- Dec 15, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-