- Feb 04, 2009
-
-
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
- Jan 29, 2009
-
-
goro authored
-
goro authored
-
dt authored
Task: 242513 Details: That should fix several parsing problems for .pro files with scopes. Enable it, see how many bug reports we get, for stuff we accidentaly parsed correctly. Shouldn't be many. So we parse the follwing now correctly: unix { TEMP=unix } win32 { TEMP=win32 } DESTDIR=$$TEMP
-
Thorbjørn Lindeijer authored
It was missing.
-
goro authored
-
Olli Werwolff authored
-
Olli Werwolff authored
Task: - RevBy: thorbjorn AutoTest: - Details: -
-
Roberto Raggi authored
-
Jens Bache-Wiig authored
We now use filesystem icons on all platforms so we might as well enable proper support on windows again.
-
con authored
Task: - 237690
-
Jens Bache-Wiig authored
Task: 242757 RevBy: twschulz Details: Mac style reimplements QStyle::event, hence we need to pass it on.
-