


Full Icon Themes by andreaskainz 13 comments

Plasma 5 Applets by clearmartin 134 comments

Plasma Window Decorations by Scnd101 5 comments

Audio Apps by yogeshm02 20 comments

Audio Apps by yogeshm02 20 comments

Audio Apps by yogeshm02 20 comments
Though this dependence is not for building, cmake module has no support for this.
Quote:Now some ideas, colud you add option "open file" "open directory" etc? and some more visualisations :)
Right click on playlist and select "Add Media..."; you can select file as well as folder.
Visualisation are directly provided by gstreamer. Make sure you have libvisual and libvisual-plugins installed for greater choice. - Sep 12 2009

Audio Apps by yogeshm02 20 comments
gstreamer-0_10
gstreamer-0_10-plugins-base
gstreamer-0_10-plugins-good
gstreamer-0_10-plugins-bad
... you must be missing last one (It it matters, it is needed because I'm using playbin2).
...and btw presently svn version is same as 0.2, I still have not committed any new code! - Sep 12 2009

Audio Apps by yogeshm02 20 comments
Quote:sparklemedia(7117)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "SparkleMedia/UserInterface/Plugin" not found
If yes, where did you installed it? If not, try selecting a plugin from system tray icon. - Sep 12 2009

Audio Apps by yogeshm02 20 comments

Plasma 4 Extensions by rowancompsciguy 127 comments
Just keep on the work...
and, btw thanks for making the widget ;) - Jul 12 2008

Full Icon Themes by falco101 4 comments

QtCurve by CraigD 2890 comments
Thanks - Feb 28 2007

QtCurve by CraigD 2890 comments
2) Can you add another option which enabled colourisation of entire button on hover?
Thanks. - Feb 27 2007

KDE 3 Color Schemes by yogeshm02 2 comments
I've now added Keramik Emerald (M) to the download (for those who like it) and also changed 1 or 2 settings in qt config file. - Jan 19 2007
BTW my X server have gone up to 2GB+ two times in two days since I'm using this style, is there any link? Also this styles seems to have problems with KDE-GTK theme engine. - Aug 06 2006
But it was your style which inspired me to contribute (and also that the fix was going to be relatively easy). So, keep on the GOOD work. - Mar 26 2006
(Please note that I've used version 0.8.5)
Here is the output of 'diff polyester.h polyester_my.h
---------------------------
270a271
> void sliderThumbMoved(int);
393a395
> QMap sliderValues;
Here is the output of 'diff polyester.cpp polyester_my.cpp
--------------------------------
344a345,350
> QSlider *slider = ::qt_cast(widget);
> if(slider)
> {
> connect(slider, SIGNAL(sliderMoved(int)), this, SLOT(sliderThumbMoved(int)));
> connect(slider, SIGNAL(valueChanged(int)), this, SLOT(sliderThumbMoved(int)));
> }
384a391,393
> const QSlider *slider = ::qt_cast(widget);
> if(slider && sliderValues.contains(slider))
> sliderValues.remove(slider);
1390c1399,1401
<
---
> int value = slider->value();
> if(sliderValues.contains(slider))
> value = sliderValues[slider];
1393c1404
< double coloredWidth = ((double)r.width()/slider->maxValue())*slider->value();
---
> double coloredWidth = ((double)r.width()/(slider->maxValue()-slider->minValue()))*(value-slider->minValue());
1400c1411
< double coloredHeight = ((double)r.height()/slider->maxValue())*slider->value();
---
> double coloredHeight = ((double)r.height()/(slider->maxValue()-slider->minValue()))*(value-slider->minValue());
4070a4082,4090
>
> void PolyesterStyle::sliderThumbMoved(int val)
> {
> QSlider *slider = ::qt_cast(sender());
> if(slider) {
> sliderValues.insert(slider, val);
> slider->repaint(false);
> }
> }
You may note that it is not only tracking == FALSE which is the cause of concern. Some sliders with tracking == TRUE also does not repaint correctly (could not found any reason), and to my surprise my own app has this behaviour!
But everything seems fine after above changes. Please test it. - Mar 25 2006
I have three rough ideas to achieve desired result; will reply soon if results are good. (Hint: Never looked into a KStyle code before) - Mar 20 2006
(output of diff against modified polyester.cpp)
1393c1393
< double coloredWidth = ((double)r.width()/(slider->maxValue()-slider->minValue())*(slider->value() + slider->minValue());
---
> double coloredWidth = ((double)r.width()/slider->maxValue())*slider->value();
1400c1400
< double coloredHeight = ((double)r.height()/slider->maxValue()-slider->minValue())*(slider->value() + slider->minValue());
---
> double coloredHeight = ((double)r.height()/slider->maxValue())*slider->value(); - Mar 17 2006

KDE 3 Color Schemes by yogeshm02 3 comments

KDE 3.x Splash Screens by romeoxbm 1 comment
Though it seems like there is some problem in the way settings dialog tracks changes in settings. So after you have changed these settings as desired toggle option e.g. "Centred tabbars" and then click OK and subsequently "Apply" in the "Style page". - Mar 04 2006
Looks good with "SUSE" Window Decoration which goes well with Polyester.
I think Polyester's Window Decoration should take some clues from SUSE's implementation. - Mar 03 2006
I've a problem with the SUSE RPM. Earlier i installed 0.7.0 then an option existed in style tab under Control Center but i could not use it, even the preview was not shown. Now, with 0.7.1 I even cann't see polyester in the list of installed styles. (I'm using KDE 3.5.0) - Feb 24 2006

KDE 3.x Window Decorations by dralgebra 175 comments
I'm using KDE 3.3.x (SuSE 9.2), and nothing appears on the screen, though clicking on the area which is supposed to contain close button does closes it.
I'm having working OpenGL - Apr 10 2005

Audio Apps by bflat1 7 comments

Audio Apps by bflat1 7 comments
How should your plugin be used? When I insert "NoatunNormalize" effect nothing usual happens and when I load your plugin it does not show any option.
I am using SuSE 9.2 Professional. - Apr 01 2005
I have found a problem with krisp. I am using kdm and for the options available for the widgets to be used for login dialog, there is no option for krisp, instead another option lipstic is listed, which works but not like krisp. - Feb 24 2005