On 14.04.11 16:00:11, Ian Wadham wrote:
> Now kdesrc-build-1.13 reports the first failure on strigi. After that,
> no major modules will build build. Re strigi, I get the messages:
Looks like either someone broke the strigi repository, or your cmake
cannot handle Git submodules that well. I reca
Hi guys,
I have been trying to build an application-testing environment from
the latest KDE sources, using kdesrc-build-1.13 which I downloaded
as a tarball from the kdesrc-build website. I have started by setting
up a completely new user for compiling, building and testing KDE
apps, but using a
On Wednesday 13 April 2011, sebaro wrote:
> Hello
>
> I have a problem with executeScript() in a KHTMLPart.
> Mr. bcooksley from KDE Forums recommended sending an email to you.
A better mailing-list for KHTML questions is kfm-de...@kde.org.
It turns out that you got lucky though, emilsedgh relay
On Tue, Apr 12, 2011 at 7:34 PM, Thomas Lübking
wrote:
> I've just installed and played errr... "tested" palapeli and sth. seems
> wrong. It takes up to ~100MB RAM and quite some cpu when dragging items.
Most of the memory usage comes from the pixmaps, and does thus depend
very much on the size o
Hello
I have a problem with executeScript() in a KHTMLPart.
Mr. bcooksley from KDE Forums recommended sending an email to you.
I want to execute external scripts in websites.
The folowing does the job:
##
...
m_part = dynamic_cast(parent);
connect(m_part,SIGNAL(completed()),this