Am 11.03.2015 um 15:43 schrieb Ziller Eike: > >> On Mar 11, 2015, at 3:32 PM, Peter Kümmel <[email protected]> wrote: >> >> On Linux after every build QtCreator gets the focus, even >> when it is minimised after starting the build. Is there a >> way to disable this (there is no option in "Build and Run") >> If not, where is this triggered in the code, I would like >> to make this optional. > > I suppose this should just not happen? > I would guess that either the QApplication::alert call in > BuildManager::finish, or the ICore::raiseWindow call in > OutputPaneManager::showPage could be responsible for this.
QApplication::alert triggers the popup. So is it a bug (feature) of the window manager (Cinnamon) or one in Qt5? > > Br, Eike > >> Peter >> _______________________________________________ >> Qt-creator mailing list >> [email protected] >> http://lists.qt-project.org/mailman/listinfo/qt-creator > _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
