- Aug 04, 2009
-
-
Oswald Buddenhagen authored
almost too simple to be right, given the TODO ...
-
Oswald Buddenhagen authored
- parse .qmake.cache, remove workaround for not doing it - look for the mkspecs in all the places qmake would do - use the passed in properties instead of QLibraryInfo to find the qt data dir - fix loading of generic features from within os-specific ones with the same name - add multiple inclusion guard for features (including what seems to be a bug in qmake ...) - misc cleanups and beautifications
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
qmake does so. of course, in the longer run we need to get rid of this at all, but this would require quite some reviewing of side effects.
-
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
-