


Network by danielrocher 5 comments
Daniel - Nov 11 2010

Plasma 4 Extensions by PlasmaFactory 1198 comments
I modified the code and now it works (see the patch: http://rocher.daniel.free.fr/files/yawp.diff).
I set Plasma::Svg::multipleImages: http://api.kde.org/4.x-api/kdelibs-apidocs/plasma/html/classPlasma_1_1Svg.html#f65a2ec23ac5dc8e143e831588b73e70
Now, it works very well on my computer.
Thanks - Mar 26 2009

Plasma 4 Extensions by PlasmaFactory 1198 comments
I tested this plasmoid (with svg):
http://techbase.kde.org/Development/Tutorials/Plasma/GettingStarted and it works fine.
Thanks
- Mar 25 2009

Plasma 4 Extensions by PlasmaFactory 1198 comments
Yes, I tested another plasmoid and I don't have this problem.
But I tested yaWP on another machine with same configuration (kde from svn,...) and yaWP works fine. I don't understand. - Mar 25 2009

Plasma 4 Extensions by PlasmaFactory 1198 comments
I have a problem with icon size, icons is not resized, see:
http://imagebin.ca/img/xJkMIP3.png
http://imagebin.ca/img/lxy-D_uD.png
yaWP: 0.2.2 (svn)
Qt: 4.5.0
KDE: 4.2.67 (KDE 4.3 >= 20090318))
Plasma: 0.3
Thanks for your work :-) - Mar 24 2009

Plasma 4 Extensions by Goffix 124 comments
Hi,
Is there an SVN repository?
thank you for your work :-) - Mar 20 2009

Plasma 4 Extensions by Goffix 124 comments
Quote:
if (account->ssl) socket.connectToHostEncrypted(account->host, account->port);
by
Quote:
if (account->ssl) {
socket.connectToHostEncrypted(account->host,account->port);
socket.ignoreSslErrors ();
}
build, install and it works ... but it's not a good idea to do that (for security reasons), see: http://doc.trolltech.com/4.3/qsslsocket.html#ignoreSslErrors
- Mar 19 2009