- 06 Feb, 2009 8 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
-
Thorbjørn Lindeijer authored
-
- 05 Feb, 2009 7 commits
-
-
dt authored
Details: If we know don't parse some errors, then i'd like to know.
-
dt authored
Task: Reported on irc
-
Daniel Molkentin authored
-
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
-
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.
-
- 04 Feb, 2009 13 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
Details: also accept trailing slashes
-
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
-
dt authored
editor. Task: - RevBy: - AutoTest: - Details: -
-
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.
-
con authored
-
Roberto Raggi authored
Fixes: Do not activate member completion when class names are used as base of a DOT or ARROW expression.
-
- 03 Feb, 2009 7 commits
-
-
con authored
RevBy: - done with dt Details: - There was an addition setCurrentEditor signal with the old editor sent while opening the new editor, coming from adding the new entry into the model for the editor combo box.
-
con authored
-
hjk authored
RevBy: dt Details: create QDir objects ony when needed
-
Daniel Molkentin authored
-
Roberto Raggi authored
For example, struct { int a, b } foo; int main() { foo. <- }
-
Thorbjørn Lindeijer authored
Reviewed-by: Roberto Raggi
-
hjk authored
has not changed. Details: saves a few cycles
-
- 02 Feb, 2009 5 commits
-
-
dt authored
Task: Reported on irc. Details: We did regiser all plugins but didn't initialize them. Leading to the kde plugins installing a kde file dialog, but not initializing a KComponentData, which leads to a crash when trying to open a file dialog. So we aren't lazy anymore with the designer plugins. And initialize them right away. We should reenable lazy initializing once kde 4.2.1 has been released. (And probably has replaced kde 4.2.0 on most systems.)
-
Thorbjørn Lindeijer authored
This basically reverts change 01933445
-
hjk authored
Task: 180315
-
con authored
-
Thorbjørn Lindeijer authored
The m_page member used to access the widgets was deleted too early. Deletion moved to finish() method.
-