- Feb 22, 2010
-
-
Erik Verbruggen authored
-
- Feb 19, 2010
-
-
mae authored
-
- Feb 17, 2010
-
-
Kai Koehne authored
call of overloaded ‘QString(int)’ is ambiguous
-
- Feb 15, 2010
-
-
Erik Verbruggen authored
This reverts commit 2a59d2ae.
-
Erik Verbruggen authored
This reverts commit f4163b8b.
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Because apparently, while designing the Objective-C language, somebody thought it was a world-class idea to allow any white-space between the '@' character and the subsequent keyword. With this fix, we now correctly parse: @ dynamic and: @ selector and: @"foo" "bar" @"mooze" (This last one is 1 single string split over multiple lines.) Wonderful, isn't it? What we (and Clang) do not support, but what GCC supports is something like: @"foo"@@ "bar" @"mooze" @@ which is equivalent to @"foobarmooze".
-
- Feb 12, 2010
-
-
Roberto Raggi authored
-
- Feb 11, 2010
-
-
Roberto Raggi authored
-
- Feb 08, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Feb 07, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Feb 04, 2010
-
-
Erik Verbruggen authored
-
- Feb 01, 2010
-
-
Roquette authored
Task-number: QTCREATORBUG-643 Merge-request: 109 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 28, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Jan 22, 2010
-
-
Erik Verbruggen authored
-
- Jan 19, 2010
-
-
Wolfgang Beck authored
-
- Jan 11, 2010
-
-
Erik Verbruggen authored
-
- Jan 08, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
* Remove duplicate headers. * Move own headers to the top. Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
-
Tobias Hunger authored
-
- Jan 06, 2010
-
-
Roberto Raggi authored
Wasn't using a space to separate the closing angular brackets. Task-number: QTCREATORBUG-547 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Roberto Raggi authored
Task-number: QTCREATORBUG-534 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Dec 23, 2009
-
-
Christian Kamm authored
- unsigned* was printed as unsigned - Type **name was printed as Type**name
-
- Dec 21, 2009
-
-
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 17, 2009
-
-
Roberto Raggi authored
-
- Dec 15, 2009
-
-
Roberto Raggi authored
-
- Dec 09, 2009
-
-
Roberto Raggi authored
-
- Dec 08, 2009
-
-
Roberto Raggi authored
Task-number: QTCREATORBUG-384 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
For example std::string, which is a typedef of std::basic_string. Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Thorbjørn Lindeijer authored
Several special cases that are handled by the CPPEditor did not take into account code that was using tab characters. Task-number: QTCREATORBUG-292 Reviewed-by: Roberto Raggi
-
- Dec 07, 2009
-
-
Roberto Raggi authored
-