Hello,
I'm considering participate in 2012's Google Summer of Code. I'm using KDE
for five years, so I thought I could help develop something in it. I saw a
list of ideas and I think that I could help in re-writing plasmoids
initialization system:
http://community.kde.org/GSoC/2012/Ideas#Project:_
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104086/
---
Review request for Plasma, Aaron J. Seigo and Marco Martin.
Description
--
problem solved. kudos to cfeck, the contacts runner helped me out.
--
Shaun Reich,
KDE Software Developer (kde.org)
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
in my match() event, i end up downloading some data, getting the url
inside that data, downloading the thumbnail which that url points
to...
question is, i need to then do QPixmap pixmap;
pixmap.loadFromData(reply->readAll()), then try to do
match.setIcon(pixmap). However this means that gui stuff
Thanks!
That is exactly what I was looking for.
Regards,
Djuro Drljaca
On Sun, Feb 26, 2012 at 2:43 PM, Shaun Reich wrote:
> this should help:
>
>
> https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/show/plasma/generic/applets/devicenotifier/package/contents
>
>
>
this should help:
https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/show/plasma/generic/applets/devicenotifier/package/contents
--
Shaun Reich,
KDE Software Developer (kde.org)
___
Plasma-devel mailing list
Plasma-devel@k
Hello,
I created a PDF viewer C++/QML component that uses poppler library (my plan
is to replace this with an okular QML component in the near future). Using
this I created a QML plasmoid but I have a problem with creating a
configuration interface for my plasmoid so that I can change the PDF file