- Jul 26, 2009
-
-
Roberto Raggi authored
-
- Jul 24, 2009
-
-
dt authored
-
dt authored
-
dt authored
-
dt authored
Don't add -spec foo to the additional Arguments if foo is the same as the default mkspec. This makes the common case better, while breaking if you have QMAKESPEC set in teh environment and used -spec foo to override it.
-
con authored
Not much error reporting etc yet. Application TRK needs to be running on device.
-
con authored
-
con authored
-
Thorbjørn Lindeijer authored
-
con authored
-
con authored
-
dt authored
-
dt authored
-
Thorbjørn Lindeijer authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
The completion for the directory wasn't triggered because one of the items matched the typed string, so the list of completion wasn't empty and no new trigger was allowed. By not matching items when a trailing slash is typed, the list is allowed to trigger again from the new location. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Thorbjørn Lindeijer authored
When a closing character is already there, it shouldn't be appended. Done by generalizing the same code for automatically inserted brackets after C++ symbols.
-
Friedemann Kleint authored
... based on the git clone wizard. Provide a wizard for browsing gitorious hosts. Task-number: 44831
-
Thorbjørn Lindeijer authored
In order to speed up completion for include statements. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Robert Loehning authored
Reviewed-by: dt
-
ck authored
Added dumper tests for QObjectSlot and QObjectSlotList.
-
ck authored
The format of QObjectPrivate's senders list changed in version 4.6. This change is now taken into account by the QObjectSlot and QObjectSlotList dumpers. Reviewed-by: hjk
-
hjk authored
-
hjk authored
-
- Jul 23, 2009
-
-
dt authored
-
dt authored
I need that in the Qt4ProjectConfigWidget to decide whether I should show a import label.
-
hjk authored
-
hjk authored
-
hjk authored
-
con authored
-
con authored
-
con authored
-
con authored
-
con authored
-
Robert Loehning authored
Converting plugin paths to native format only for displaying. Using '/' as separator until then, regardless of OS. Reviewed-by: hjk
-
Thorbjørn Lindeijer authored
Done-with: danimo
-
dt authored
QMake contained a bug that -cache something where not copied to the # Command comment. So we can't reliable check whether it is still the same cache. That should be rarely a problem.
-