Any updates about this topic?<br><br><div class="gmail_quote">2009/2/10 Andrius da Costa Ribas <span dir="ltr">&lt;<a href="mailto:andriusmao@gmail.com">andriusmao@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Is it possible to include a preview binary in the installer?<br>
<br>
2009/2/1 Robert Knight &lt;<a href="mailto:robertknight@gmail.com">robertknight@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Hi Patrick,<br>
&gt;<br>
&gt; Seems sensible to me but it is probably best to discuss issues around<br>
&gt; dividing the code into libraries on <a href="mailto:kde-devel@kde.org">kde-devel@kde.org</a><br>
&gt; where there are developers who understand this better than I do.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Robert.<br>
&gt;<br>
&gt;<br>
&gt; 2009/2/1 Patrick Spendrin &lt;<a href="mailto:ps_ml@gmx.de">ps_ml@gmx.de</a>&gt;:<br>
&gt;&gt; Robert Knight schrieb:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thank-you for the patch.  I prefer platform specific #if-defs to be<br>
&gt;&gt;&gt; kept to a minimum.  If you are writing code which would compile on all<br>
&gt;&gt;&gt; platforms but should only be executed on some of them, eg:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; +#ifndef Q_WS_WIN<br>
&gt;&gt;&gt;   setPtyChannels(KPtyProcess::AllChannels);<br>
&gt;&gt;&gt; +#else<br>
&gt;&gt;&gt; +  setOutputChannelMode(SeparateChannels);<br>
&gt;&gt;&gt; +#endif<br>
&gt;&gt;<br>
&gt;&gt; Especially this code doesn&#39;t compile here ;-) (due to missing KPtyProcess)<br>
&gt;&gt; and most of the code used for real terminal interaction doesn&#39;t compile<br>
&gt;&gt; here, so it surely won&#39;t work without ifdefs (but you&#39;re right, we can<br>
&gt;&gt; minimize them).<br>
&gt;&gt; A patch for that needs me some more time though.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Then it would be better to put the platform specific code in a<br>
&gt;&gt;&gt; sub-class and call it via a virtual function.  This is easier to read<br>
&gt;&gt;&gt; and compile-time breakages in code for other platforms are detected<br>
&gt;&gt;&gt; sooner - see the ProcessInfo class implementations for Linux and<br>
&gt;&gt;&gt; Solaris.  Things are slightly more complex here since you want to use<br>
&gt;&gt;&gt; KProcess as the base class on Windows and KPtyProcess on Unix.  That<br>
&gt;&gt;&gt; could be fixed by making Konsole::Pty not inherit directly from<br>
&gt;&gt;&gt; KProcess but have a KProcess as a field internally and provide a<br>
&gt;&gt;&gt; virtual process() accessor.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; +#ifndef Q_WS_WIN<br>
&gt;&gt;&gt;  class KDE_EXPORT Profile : public QSharedData<br>
&gt;&gt;&gt; +#else<br>
&gt;&gt;&gt; +class Profile : public QSharedData<br>
&gt;&gt;&gt; +#endif<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Why is KDE_EXPORT being removed here on Windows?  If it is required,<br>
&gt;&gt;&gt; the KDE_EXPORT macro should be replaced with something else (eg.<br>
&gt;&gt;&gt; KONSOLE_TEST_EXPORT) which is #defined appropriately depending on the<br>
&gt;&gt;&gt; platform.<br>
&gt;&gt;<br>
&gt;&gt; I am currently trying to find a way through this.<br>
&gt;&gt; The small problem is that there is a difference between a kdeinit executable<br>
&gt;&gt; under Windows and under Linux. the first is a normal application, whereas<br>
&gt;&gt; the second is more of the library kind. This also makes linking to the<br>
&gt;&gt; kdeinit executable possible under Linux (and that way also exporting from<br>
&gt;&gt; it) whereas this doesn&#39;t work under windows.<br>
&gt;&gt;<br>
&gt;&gt; Edit: I decided to make up a libkonsoleprivate instead which is linked by<br>
&gt;&gt; the tests, the kdeinit executable and the kpart plugin.<br>
&gt;&gt; This way the amount of compiled files should be reduced as well.<br>
&gt;&gt; I attached the patch for that, can you please look at it?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I would prefer to backport the patch too, since it is rather valuable for<br>
&gt;&gt;&gt;&gt; us.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Generally speaking, only small bug-fixing patches should be<br>
&gt;&gt;&gt; backported.  Plus as you mentioned yourself, there are still some<br>
&gt;&gt;&gt; problems to iron out on Windows.<br>
&gt;&gt;<br>
&gt;&gt; If I make more indepth changes this would be of course stupid (the other<br>
&gt;&gt; changes wouldn&#39;t have changed anything for Linux). That&#39;s why I would apply<br>
&gt;&gt; all changes only to trunk.<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt; Robert.<br>
&gt;&gt;<br>
&gt;&gt; Thanks so far,<br>
&gt;&gt; Patrick<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Ok, just to give you an impression, here is a screenshot of konsole:<br>
&gt;&gt; <a href="http://imagebin.ca/view/LoZdwOM.html" target="_blank">http://imagebin.ca/view/LoZdwOM.html</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; web:                 <a href="http://windows.kde.org" target="_blank">http://windows.kde.org</a><br>
&gt;&gt; mailing list:        <a href="mailto:kde-windows@kde.org">kde-windows@kde.org</a><br>
&gt;&gt; irc:                 #kde-windows (<a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a>)<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; konsole-devel mailing list<br>
&gt;&gt; <a href="mailto:konsole-devel@kde.org">konsole-devel@kde.org</a><br>
&gt;&gt; <a href="https://mail.kde.org/mailman/listinfo/konsole-devel" target="_blank">https://mail.kde.org/mailman/listinfo/konsole-devel</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; konsole-devel mailing list<br>
&gt; <a href="mailto:konsole-devel@kde.org">konsole-devel@kde.org</a><br>
&gt; <a href="https://mail.kde.org/mailman/listinfo/konsole-devel" target="_blank">https://mail.kde.org/mailman/listinfo/konsole-devel</a><br>
&gt;<br>
</div></div></blockquote></div><br>