- Apr 29, 2010
-
-
Roberto Raggi authored
Task-number: QTCREATORBUG-1292
-
- Apr 27, 2010
-
-
Roberto Raggi authored
-
- Apr 19, 2010
-
-
Christian Kamm authored
* Fix cv qualifiers being placed incorrectly. * Fix nested pointer to array to pointer being printed incorrectly. * Add autotest. Task-number: QTCREATORBUG-1037
-
- Mar 29, 2010
-
-
Roberto Raggi authored
Done with: erikv
-
- Mar 25, 2010
-
-
Thorbjørn Lindeijer authored
It introduced at least one new crash to do with recovering from parsing errors. Reviewed-by: Roberto Raggi
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-807
-
- Mar 24, 2010
-
-
Erik Verbruggen authored
Main reason is that find-usages and refactoring broke completely. Second reason is that concurrent modification was done on the children-list while deleting/destructing. This reverts commit b0b95f88.
-
Roberto Raggi authored
-
- Mar 23, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Patch by: Bill King
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Mar 18, 2010
-
-
Roberto Raggi authored
-
- Mar 17, 2010
-
-
Erik Verbruggen authored
Done-with: Roberto Raggi
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Mar 12, 2010
-
-
Roberto Raggi authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Mar 10, 2010
-
-
Roberto Raggi 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
-
-
Christian Kamm authored
Fixes QTCREATORBUG-787 Reviewed-by: Erik Verbruggen
-
hjk authored
-
- Mar 03, 2010
-
-
Roberto Raggi authored
Task-number: QTCREATORBUG-577
-
- Feb 23, 2010
-
-
Erik Verbruggen authored
-
- 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
-