- Feb 06, 2009
-
-
Thorbjørn Lindeijer authored
Should be pretty safe to cast the apparently unsigned return value of "sizeof" to a regular integer.
-
Thorbjørn Lindeijer authored
Looks a bit nicer now and the tooltips explain some of the options a bit better. Header texts have also been simplified. (cherry picked from commit ad5bdf69)
-
Thorbjørn Lindeijer authored
-
dt authored
-
dt authored
-
Thorbjørn Lindeijer authored
-
- Feb 05, 2009
-
-
mae authored
-
dt authored
Details: If we know don't parse some errors, then i'd like to know.
-
dt authored
Task: Reported on irc
-
dt authored
-
Daniel Molkentin authored
-
hjk authored
-
hjk authored
Details: makes it compile now with Qt snapshots
-
dt authored
-
Thorbjørn Lindeijer authored
Apparently these libraries are duplicated on Windows. Reviewed-by: Danimo
-
Thorbjørn Lindeijer authored
It was taking the wrong length when constructing the new paths. Reviewed-by: Danimo
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
Agreed with Nigel that Qt Creator shouldn't imply that it's not already great in its feedback text. Changed "better" to "even better", new image by Nigel.
-
hjk authored
-
- Feb 04, 2009
-
-
con authored
Details: - Happened in release builds when opening pro files with CONFIG scopes and a non-valid Qt version set.
-
Matthias Ettrich authored
-
hjk authored
Task: 180315 RevBy: Details:
-
hjk authored
-
hjk authored
Details: also accept trailing slashes
-
dt authored
-
dt authored
Details: That hasn't worked in the last few months, since we changed the QtVersion class from being passed by value to being passed around by reference.
-
hjk authored
-
hjk authored
-
hjk authored
-
dt authored
editor. Task: - RevBy: - AutoTest: - Details: -
-
Kavindra Palaraja authored
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Also adjusted the logos. Design by Nigel. HTML/CSS done with Thomas.
-
Peter Hartmann authored
RevBy: Thorbjorn Details: calls the newly introduced QLocalServer::removeServer() function before listening. The problem was: When the socket file was left there after the application quit (e.g. because of not closing it or when the app crashed), the first call to listen failed with "address already in use" error. Before, listen() would delete that file in that case, but that behavior changed and the "removeServer()" method introduced instead.
-
Friedemann Kleint authored
RevBy: Eike Details: Make form editor factory and form editor return the same editor kind.
-
Kavindra Palaraja authored
-
con authored
-
Roberto Raggi authored
Fixes: Do not activate member completion when class names are used as base of a DOT or ARROW expression.
-