- Feb 15, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Erik Verbruggen authored
This reverts commit 2a59d2ae.
-
Erik Verbruggen authored
This reverts commit f4163b8b.
-
Christian Kamm authored
-
Christian Kamm authored
It is used to evaluate expressions to values. Done to make room for a real 'check' pass.
-
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
-
hjk authored
-
Roberto Raggi authored
-
Christian Kamm authored
-
Christian Kamm authored
-
- Feb 11, 2010
-
-
Christian Kamm authored
* For JS files: Add each Qml component that sources the file in a Script tag to the scope chain. * For Qml components: Add each component that instantiates the component to the scope chain. * Generate the full list of documents required for completion in a given file. Previously, files that included the file were missing.
-
Robert Loehning authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 10, 2010
-
-
kh1 authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
-
ck authored
-
- Feb 09, 2010
-
-
Roberto Raggi authored
-
Alessandro Portale authored
Reviewed-by:
Roberto Raggi <qtc-committer@nokia.com> modified: src/libs/qmljs/qmljsinterpreter.cpp
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 08, 2010
-
-
ck authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Oswald Buddenhagen authored
includes workaround for breakage with old g++
-
Erik Verbruggen authored
-
- Feb 07, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Feb 05, 2010
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
To be able to share TrkDevices between Debugger and Qt4ProjectManager.
-
ck authored
Reviewed-by: kh1
-