> On 23. Oct 2017, at 10:38, Davide Coppola <[email protected]> wrote: > > Sorry, never used Gerrit or contributed to Qt before... do you mean a pull > request?
Gerrit uses a different concept. You do not create pull/merge requests, you upload a patch (by pushing to a special gerrit branch), that gets reviewed, and finally cherry-picked into the branch you requested. You find an introduction to the workflow here: https://wiki.qt.io/Gerrit_Introduction And some information about how to set yourself up here: https://wiki.qt.io/Setting_up_Gerrit > Am I supposed to create a bug report/feature request in > https://bugreports.qt.io too? Not if you upload a patch :) Br, Eike > > Thank you > > > On 23 October 2017 at 09:03, Eike Ziller <[email protected]> wrote: > > > On 22. Oct 2017, at 21:26, Davide Coppola <[email protected]> wrote: > > > > Hi, > > > > I am developing a plugin for QtCreator which needs to check the current > > build step during a build. > > > > I tried to connect to BuildManager::buildStateChanged, which has a Project > > as parameter, but I can't find any way to get that information from it. > > > > The active build step is kept in BuildManagerPrivate and set in > > BuildManager::nextStep, but apparently there's no way to access it. > > > > Does anyone know if there's a way to accomplish this? > > I’d guess that nobody so far needed this, and therefore there would be no API > to do it. > Feel free to upload a suggestion for retrieving the “next” step from the > build manager to https://codereview.qt-project.org . > > Br, Eike > > -- > Eike Ziller > Principal Software Engineer > > The Qt Company GmbH > Rudower Chaussee 13 > D-12489 Berlin > [email protected] > http://qt.io > Geschäftsführer: Mika Pälsi, > Juha Varelius, Mika Harjuaho > Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, > HRB 144331 B > > > > > -- > Davide Coppola > > email: [email protected] > website: http://www.davidecoppola.com > blog: http://blog.davidecoppola.com -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin [email protected] http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
