Re: Cannot build strigi

2011-04-13 Thread Andreas Pakulat
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

Cannot build strigi

2011-04-13 Thread Ian Wadham
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

Re: KHTMLPart executeScript() infinite loop

2011-04-13 Thread David Faure
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

Re: QImage::Format_Indexed8

2011-04-13 Thread Stefan Majewsky
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

KHTMLPart executeScript() infinite loop

2011-04-13 Thread sebaro
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