- Sep 03, 2009
-
-
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
- Aug 25, 2009
-
-
con authored
-
- Aug 21, 2009
-
-
Alessandro Portale authored
Let's not irritate MSVC
-
dt authored
-
con authored
Also adding category folders for the different file types (source files, header files, resource files, form files, other files).
-
- Aug 20, 2009
-
-
con authored
-
- Aug 19, 2009
-
-
Friedemann Kleint authored
-
con authored
-
- Aug 17, 2009
-
-
dt authored
-
Friedemann Kleint authored
-
- Aug 14, 2009
-
-
Friedemann Kleint authored
- Add methods to obtain executable from the run configuration (to be used by Debugger later on) - Log the file names and sizes - Pass on CreateFile() errors. - Rename class Adapter to Launcher.
-
hjk authored
-
- Aug 13, 2009
-
-
dt authored
-
dt authored
Default to the baseName() of the .pro file.
-
Daniel Molkentin authored
Reviewed-by: dt
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
dt authored
-
- Aug 12, 2009
- Aug 11, 2009
-
-
dt authored
This isn't a nice fix but the least evil version of a hack i could come up. The source of the flickering is: We have a deeply nested structure of widgets on the project pane. If we call hide() on such a deeply nested widget, it will activate() it's parent layout synchronously. That will then post an event (via updateGeometries() ) to its parent layout that it needs relayouting. Which then will post to its parent layout the same. And for each LayoutRequested, there's a painting in between. The fix instead calls activate() up the chain until we are at the viewport. This immediately relayouts everything. This adds a non obvoius potentially for breakeage if the widgets are embedded in a different widget hierarchy. But well, that's life.
-
- Aug 10, 2009
- Aug 07, 2009
-
-
Friedemann Kleint authored
- Give the controls a tooltip listing file details (date) - Make building a QtConcurrent task - Make log window scroll to bottom and pop up on error - Make the build code pass on error messages about copying the source files to the log file - Clean up the building code string-wise, use QLatin1String and translate messages, cache the icons. Use a QSharedPointer for the QtVersions in the settings page since they are passed to the BuildTask, which may outlive the dialog.
-
Friedemann Kleint authored
This reverts commit debb3961. Success cannot be properly detected.
-