- Sep 28, 2009
-
-
Friedemann Kleint authored
creating a debug run configuration. Import the debugger into Qt4ProjectManager.
-
Robert Loehning authored
Reviewed-by: con
-
Robert Loehning authored
Reviewed-by: con
-
- Sep 25, 2009
-
-
Oswald Buddenhagen authored
-
Friedemann Kleint authored
and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
-
- Sep 23, 2009
- Sep 22, 2009
-
-
con authored
The wrong category folder (like Sources/Headers) would be deleted from the project tree, because all category folders had the same path. The nodes' path is used everywhere for performance optimization.
-
- Sep 21, 2009
-
-
Robert Loehning authored
Reviewed-by: Friedemann Kleint
-
- Sep 17, 2009
- Sep 14, 2009
-
-
con authored
-
Daniel Molkentin authored
-
- Sep 11, 2009
-
-
Alessandro Portale authored
Reviewed-by: TrustMe
-
- Sep 10, 2009
- Sep 04, 2009
-
-
Daniel Molkentin authored
-
- Sep 03, 2009
-
-
dt authored
-
Daniel Molkentin authored
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be installed. Specifying the qmake location otoh makes it possible to unambigously detect all parts of a Qt installation.
-
dt authored
-
dt authored
Also makes the code a lot smaller.
-
dt authored
-
- Sep 01, 2009
- Aug 31, 2009
-
-
Thorbjørn Lindeijer authored
Previously, the image used as background forced it to be white, which made the text impossible to read when the palette foreground color happened to be white as well. Task-number: 258167
-
- Aug 28, 2009
-
-
dt authored
-
- Aug 27, 2009
-
-
dt authored
-
Alessandro Portale authored
modified: src/plugins/qt4projectmanager/qtmodulesinfo.cpp
-
dt authored
Since we can easily do that, just do it. No gurantee that we aren't going to use rtti in the future.
-
- Aug 26, 2009
-
-
con authored
-