<div class="gmail_quote">On Thu, Aug 19, 2010 at 3:54 AM, Aleix Pol <span dir="ltr"><<a href="mailto:aleixpol@kde.org">aleixpol@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi!<div>I've been trying to put some information on the VersionControl output view to try to be able to see what is the tool that's showing some output.</div><div><br></div><div>The thing is that the output is started in VcsJob constructor so we don't have any chance to put a title into it or an object name or anything so we don't have any chance to differentiate. I've locally moved that to depend on the VcsJob::start (the developer who implements the support will have to care about triggering it to show).</div>

<div><br></div><div>I'm just sending this e-mail to know if other developers agree that it's the best solution. Another solution would be to delay the start so that we can put a title on the constructor but I think waiting until start makes it easier to provide a meaningful title.</div>

<div><br></div><div>Cheers!</div><div>Aleix</div>
</blockquote></div><br><div>Ok, I'll explain it a little bit more (or at least different).</div><div><br></div><div>Now we issue the OutputJob::startOutput call (that creates the OutputView) in VcsJob constructor. That means that we don't have any chance to put a title (OutputJob::setTitle) to the VcsJob view at any place in the VcsJob's implementations.</div>
<div><br></div><div>The solution I proposed (and sent a patch for) was to make it up to the VcsJob implementation to issue the ::startOutput call whenever theĀ implementorĀ feels desirable (and if in some case it's not, it can be not added and it's still fine) but then, of course, it's up to the developer to add it where necessary (If all VcsJobs in some module have the same base it can be done by that one, of course).</div>
<div><br></div><div>Hope all's clear now!</div><div><br></div><div>Aleix</div>