Description: This is a currency convertor based on Stock Quote source by Ryan Winter.
How to install : tar zxvf plasma_currency_convertor.tar.gz cd plasma_currency_convertor/ mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. make (as root) make install
How to use : Go to http://finance.yahoo.com/currency After you have entered on the yahoo website Use "I want to convert..." from what you want into what you want and copy the symbol to paste in plasmoid currency covertor.
Exemple: USDRON=X -> USD to RON EURRON=X -> EUR to RON
Cannot compile..
CMake Error at /usr/share/kde4/apps/cmake/modules/FindPlasma.cmake:13 (message):
FindPlasma.cmake is deprecated. Now with KDE 4.2 Plasma is part of kdelibs
and automatically found using find_package(KDE4) instead.
Replace the variables previously coming from FindPlasma.cmake as follows:
PLASMA_OPENGL_FOUND -> KDE4_PLASMA_OPENGL_FOUND
PLASMA_LIBS -> KDE4_PLASMA_LIBS
PLASMA_INCLUDE_DIR -> KDE4_INCLUDE_DIR or KDE4_INCLUDES, should be already
set anyway
PLASMA_FOUND -> nothing, it's always there if KDE4, version 4.2 or newer
has been found.
If you see this error message in a module within KDE/, update it from svn,
it has been fixed already.
very nice plasmoid, in my system it doesnt saves the configuration after restart. (i have to put again the values)
and if it is possible to the feature to add the convertion as it's asked here .
Going on!
Dimitri
Ratings & Comments
9 Comments
Cannot compile.. CMake Error at /usr/share/kde4/apps/cmake/modules/FindPlasma.cmake:13 (message): FindPlasma.cmake is deprecated. Now with KDE 4.2 Plasma is part of kdelibs and automatically found using find_package(KDE4) instead. Replace the variables previously coming from FindPlasma.cmake as follows: PLASMA_OPENGL_FOUND -> KDE4_PLASMA_OPENGL_FOUND PLASMA_LIBS -> KDE4_PLASMA_LIBS PLASMA_INCLUDE_DIR -> KDE4_INCLUDE_DIR or KDE4_INCLUDES, should be already set anyway PLASMA_FOUND -> nothing, it's always there if KDE4, version 4.2 or newer has been found. If you see this error message in a module within KDE/, update it from svn, it has been fixed already.
very nice plasmoid, in my system it doesnt saves the configuration after restart. (i have to put again the values) and if it is possible to the feature to add the convertion as it's asked here . Going on! Dimitri
Same here, no configuration saved. (Mandriva 2009 KDE 4.1.2)
i know...is a bug, i will fix it
I would really like to be able to save the configured list in you plasmoid ... when will you release an update?
The following days, when I have time to work on it.
Any news about an update?
I like! please make it possible to enter an amount to be converted!
i will try to make with that...but at the moment i don`t know very good c++ with QT. I`m learning :P