- Feb 04, 2009
-
-
hjk authored
Details: also accept trailing slashes
-
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.
-
- Feb 03, 2009
-
-
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
-
Kavindra Palaraja authored
RevBy: Eike Ziller
-
hjk authored
RevBy: k.
-
hjk 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
-
- Feb 02, 2009
-
-
dt authored
-
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.
-
- Jan 30, 2009