Hello Daniel, > > At the moment I connect the BuildManager::tasksChanged() > signal to a slot > > where I query the BuildManager to get all the tasks. It > would be nice if > > there was a signal like BuildManager::taskAdded(const > > ProjectManager::Task&). > Yes, such a signal sounds reasonable.
Think so, too =) > > If there is no such Interface at the moment, would it be > possible for you > > to extend the BuildManager and add such an interface? > Well, I suppose you could create a merge request with the > changes you need. As I am sitting behind a corporate firewall it is not possible for me at the moment to do a git push to gitorious. And as a consequence I cannot create a merge request via gitorious. So I decided to send the little patch containing the changes to the list. The patch is against QtCreator 2.0.0 It just adds the following new signals BuildManager::taskAdded(const ProjectManager::Task&) BuildManager::tasksCleared() TaskWindow::tasksCleared() Can you check if it is possible to add these small changes to qtcreator? Mit freundlichen Grüßen / Best regards Markus Liebe Robert Bosch GmbH Automotive Electronics, RtP2/TEF72 Postfach 13 42 72703 Reutlingen GERMANY www.bosch.com Tel. 07121 35-35246 [email protected] Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart, HRB 14000; Aufsichtsratsvorsitzender: Hermann Scholl; Geschäftsführung: Franz Fehrenbach, Siegfried Dais; Bernd Bohr, Rudolf Colm, Volkmar Denner, Gerhard Kümmel, Wolfgang Malchow, Peter Marks, Peter Tyroller; Uwe Raschke
changesForInlineTaskDisplay.patch
Description: changesForInlineTaskDisplay.patch
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
