- 11 Feb, 2009 1 commit
-
-
hjk authored
-
- 06 Feb, 2009 9 commits
-
-
Jens Bache-Wiig authored
RevBy: b_lindeijer Details: This resolves the problem with missing top-borders on the find toolbar. (cherry picked from commit e5c845fc)
-
Thorbjørn Lindeijer authored
We shouldn't append the name in cases where the text was not empty but _name was. Reviewed-by: Roberto
-
Thorbjørn Lindeijer authored
The helpId was working but the tooltip text was empty. Reviewed-by: Roberto
-
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
-
- 05 Feb, 2009 14 commits
-
-
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
-
- 04 Feb, 2009 16 commits
-
-
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.
-