Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
210 views

Samsung Plasma vs Android in-app billing [closed]

What is the difference between the Androidn In-App Billing and Samsung In-App Billing Plasma library. http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?cntsId=9984&platformId=1 ...
2
votes
2answers
690 views

SFML Plasma Sprite Effect?

Is there a way to create a plasma effect in SFML that doesn't slow my framerate to a crawl?
1
vote
1answer
218 views

multiple layouts/layout transitions in a python plasmoid

I'm doing a little python plasmoid that deals with remote resources. Here's the code : glpoid It offers a view of tickets (the default one), a view that let the user filling and sending a new ticket, ...
1
vote
2answers
771 views

Plasmoids development in Javascript

Does anyone know about good tutorials for developing KDE plasmoids in Javascript? I have been going over the KDEBase Tutorials, but they have just few examples and not going into advanced techniques. ...
0
votes
1answer
78 views

Plasma effect creation in Android?

Would any of you know a way one could create a plasma effect in android (for example If I touch the screen some particle system could generate many small particles and they would move away from the ...
0
votes
2answers
471 views

OpenGL ES 2.0 plasma shader

I'm trying to write and OpenGL ES 2.0 shader that will make a 2D plane have a plasma like surface. I'm striving for something similiar to the effects in these brief videos... ...
0
votes
2answers
95 views

How to “require” manually installed gems (KDE plasmoid)?

I'm trying to write a Ruby plasmoid for KDE. I need to use barely one rubygem. Whenever I write require 'dbus', it throw me and an error: code/main.rb:6:in 'require': no such file to load -- dbus ...
0
votes
0answers
122 views

kde 4.5 lockdown & immutability flags

I'm trying to nail an installation of Kubuntu 10.10 down as hard as possible by using immutable flags in configuration files. All of the documentation, tools and help files are only relevant for KDE ...
0
votes
1answer
61 views

What are widgets in kde4/plasma?

Basically i need a list of widgets or link to where i can find/distinguish(so no link to plasma namespace on api.kde.org please) useable for plasmoids.
0
votes
1answer
756 views

KDE4.2 change wallpaper

How using qdbus or any other tool I can change KDE4.2 Plasma wallpaper? I tried feh and wmsetbg but they don't change my background. The only thing that works so far is kwriteconfig, but I have to ...
0
votes
2answers
209 views

Please point me to (good) documentation about QT layouts for plasma development

I am trying to develop a plasmoid in python. I got some good tutorials here (techbase.kde.org/Development/Tutorials/Plasma) and they are really helpful, but they don't have documentation or examples ...