- Aug 17, 2009
-
-
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.
-
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
-
Sergey Belyashov authored
Added possibility to translate "Add" and "Remove" buttons and "Clear system environment" checkbox in build settings of project. Merge-request: 1141 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Aug 06, 2009
-
-
dt authored
-
Daniel Molkentin authored
Reviewed-by: kh
-
dt authored
This has still a few missing things, but this enough to start getting some feedback. Missing are non qt projects, a solution for the runconfiguration, a missing black line between the treeview on top and the project settings at the bottom. Some flickering with removing/adding widgets to the QScrollArea and not showing the expanded widget if the Details button is right at the bottom.
-
- Aug 05, 2009
-
-
con authored
It works, except that the code model doesn't get the rvct include directories and defines yet. And you need to have everything for rvct set up in your environment.
-
con authored
So now we use the values of the system environment as a backup for build environment and system includes.
-
Andy Shaw authored
-
Andy Shaw authored
-
dt authored
-
dt authored
-
- Aug 04, 2009
-
-
Oswald Buddenhagen authored
they were added to facilitate .prf exclusion from the project tree, but that should be handled differently already.
-
Oswald Buddenhagen authored
that way they are auto-inherited by nested parsers, and it's the right thing to do anyway.
-
Oswald Buddenhagen authored
almost too simple to be right, given the TODO ...
-
Oswald Buddenhagen authored
- parse .qmake.cache, remove workaround for not doing it - look for the mkspecs in all the places qmake would do - use the passed in properties instead of QLibraryInfo to find the qt data dir - fix loading of generic features from within os-specific ones with the same name - add multiple inclusion guard for features (including what seems to be a bug in qmake ...) - misc cleanups and beautifications
-
Oswald Buddenhagen authored
to be able to share the option object among evaluators, it is passed by pointer. only field_sep stays static and becomes a string - that's effectively just a cache to avoid repeated construction.
-
con authored
-
con authored
-
con authored
-
con authored
Reviewed-by: Daniel Molkentin
-
con authored
-