- Aug 04, 2009
-
-
Oswald Buddenhagen authored
to be able to share the option object among evaluators, it is passed by pointer. only field_sep stays static and becomes a string - that's effectively just a cache to avoid repeated construction.
-
Oswald Buddenhagen authored
it's still static at that point, though.
-
Oswald Buddenhagen authored
non-inline implementations in a header? feh!
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
(the rest seems to have evaporated over time or never existed in the first place)
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
it's redundand
-
Oswald Buddenhagen authored
... which is also what qmake does
-
Oswald Buddenhagen authored
actually use evaluateFeatureFile() instead of hand-crafting stuff
-
Oswald Buddenhagen authored
it's a bad idea to conditionalize a cleanup on a completely unrelated variable.
-
con authored
-
con authored
-
con authored
-
Robert Loehning authored
Reviewed-by: dt
-
Daniel Molkentin authored
-
Friedemann Kleint authored
Unblock COM reading. Ensure process is started only once. Read out registers. Read gdb memory request properly.
-
ck authored
-
Erik Verbruggen authored
-
con authored
-
con authored
Fix the use of appendPlainText for automatic scrolling.
-
con authored
Reviewed-by: Daniel Molkentin
-
Roberto Raggi authored
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
ck authored
- Added auto test for QMap. - Qt::UniqueConnection is not actually a connection type, so we don't treat it as one. - The definition of QObjectPrivate keeps getting out of sync, so there now is a "static assertion" that causes a compile error when QObjectPrivate's size changes.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
con authored
-
- Aug 03, 2009
-
-
Thiago Macieira authored
./bin/qtcreator: 3: Syntax error: "(" unexpected
-
mae authored
paragraph, even when it has several lines.
-
Thiago Macieira authored
First, there's no $( ) for subshells. You have to use backticks. Second problem, "VAR=value exec command" doesn't work. Split into variable setting, exporting and then exec'ing the program. Third, Solaris doesn't come with readlink, so parse the output of ls -l.
-
Thiago Macieira authored
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
Friedemann Kleint authored
-
Thiago Macieira authored
Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
Roberto Raggi authored
-
Denis Dzyubenko authored
Reviewed-by: trustme
-
Friedemann Kleint authored
-