<br><br><div class="gmail_quote">On Tue, Dec 1, 2009 at 11:43 PM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de">mail@milianw.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tuesday 01 December 2009 23:13:40 Aleix Pol wrote:<br>
> I guess it's fine. you can create a patch and send it to the review board.<br>
> We can discuss it there.<br>
> IDocumentation is thought to be autocontented. I guess this is just a<br>
> problem when you're navigating.<br>
<br>
</div>Yes, exactly. It's only a problem when navigating.<br>
<div class="im"><br>
> Can't you extract the title from the URL?<br>
<br>
</div>Generally: No. And if, it would be just one big guess and might fail horribly<br>
under certain circumstances. <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
> Otherwise you're forcing the ::name method to have no validity until the<br>
> widget is loaded.It's not meant to be unique but having it changeable might<br>
> be disappointing.<br>
<br>
</div>The name is used for displaying something, it's not an identifier. So what's<br>
wrong with changing it eventually?<br>
<div class="im"><br></div></blockquote><div>It's not an identifier to the data model but it's an identifier to the user interface.<br>It's ok in your case, I guess and I understand it's needed (it's actually needed somewhere in QtDoc), so let's get it in. <br>
</div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
> Or maybe you could create the part when the IDocumentation is created, but<br>
> that would be a performance loss...<br>
<br>
</div>Hm, what do you mean here? I do create the part, but it takes time until the<br>
HTML gets loaded. Or do you want me to wait for loading before returning?<br>
<br>
I'd really hate that, one more case where a syncronous API is forced on a<br>
async API... This just makes things lag, and would also kill my "...loading...<br>
[progressbar]" indicator useless (well, unfunctional).<br></blockquote><div>That's what I meant by performance loss xD<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
I'll come up with a patch and submit it to reviewboard. BTW: Is that already<br>
working with kdevplatform having moved to extragear?<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div>Should be working, yes.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="h5">
> On Tue, Dec 1, 2009 at 8:44 PM, Milian Wolff <<a href="mailto:mail@milianw.de">mail@milianw.de</a>> wrote:<br>
> > Hey all, esp. Apol:<br>
> ><br>
> > Since I  use a KHTML-Part to embed the remote PHP documentation, the user<br>
> > can<br>
> > freely click on links and the requested document gets loaded. Right now,<br>
> > as soon as a link gets clicked, I don't know what to use as name. I just<br>
> > leave it<br>
> > empty, which also means the lineedit on top stays empty.<br>
> ><br>
> > I'd greatly prefer if I could set the name later on (i.e. once I know the<br>
> > <title> of the loaded document). Can I add some signal to the<br>
> > IDocumentation<br>
> > and make the controller listen to it. Didn't look into the code but imo<br>
> > it should kinda work out I think. Alternatively some method I can could<br>
> > call via<br>
> > ICore::self()->documentationController()->... would be OK for me as well,<br>
> > whatever you prefer.<br>
<br>
--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a><br>
</div></div><br>--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></div><br>