
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QuoteSee lets you track stock and currency quotes.
format for symbols:
usdcad=x - USD to CAD
yhoo - Yahoo!
It was tested on Kubuntu 9.04 w/KDE4.3.2 and OpenSuSE 11.1 with Qt 4.5.2 and KDE 4.3.
Known issues
* will most likely crash KDE 4.4 tested on Kubuntu 10.04
* reported crashing on Mandriva 2010.0
github
http://github.com/joshz/quotesee
To compile on Kubuntu, install:
cmake
build-essential
kdelibs5-dev
If you don't want to compile:
check out the info and grab repository or package from:
Ubuntu:
https://launchpad.net/~samrog131/+archive/ppa
OpenSUSE:
http://software.opensuse.org/search?baseproject=ALL&p=1&q=plasmoid-quotesee
Arch:
http://aur.archlinux.org/packages.php?ID=29845
Mandriva i586: - REPORTED CRASHING
0.2.2
http://www.mandrivalinux.gr/rpm/2010.0/i586/plasma-applet-quotesee-0.2.2-1mlgr2010.0.i586.rpm
0.2
http://www.mandrivalinux.gr/rpm/2010.0/i586/plasma-applet-quotesee-0.2.1-1mlgr2010.0.i586.rpm
11 years ago
QuoteSee 0.2.2 [2009-10-12]
* Fixed symbol case bug
* Increased width 20 pixels so change and long names don't overlap if hovered over item
* Added identification of invalid symbols
QuoteSee 0.2.1 [2009-08-27]
* Fixed crashing when running multiple instances
* Reverted to KUrlRequester::setPath, compiling for KDE 4.3 will return a deprecation warning but will work
* Modified behavior for handling load/save file path
QuoteSee 0.2 [2009-08-10]
New features:
* Hovering over a widget causes a button for external link to show up, clicking on it opens a browser on yahoo page for the symbol
* Hovering over a widget causes tool tip with trade time and date to show up
* Configuration options for reading and saving a symbol list file
* Configuration setting for increasing/decreasin update interval, this is for widget only, dataengine updates every 1 minute
* Configuration setting for settning applet translucency
* New Icon!!
Changes:
* Now plasmoid uses quotesee data engine
* Improved processing for currency change fetching, grabs a smaller chunk of xml
QuoteSee 0.1.2 [2009-04-07]
* Fixed currency rate change fetching if compiled with Qt 4.5
* Currency rate change is displayed with 4 decimal places instead of 2
* Stock names containing ',' display correctly, but are still limited to 17 characters
QuoteSee 0.1.1 [2009-03-30]
* Fixed crashing when checking currency quotes if QuoteSee compiled with Qt 4.5 (works fine with Qt 4.4.3). Still won't work correctly but won't crash and take the desktop with it.
11 years ago
QuoteSee 0.2.2 [2009-10-12]
* Fixed symbol case bug
* Increased width 20 pixels so change and long names don't overlap if hovered over item
* Added identification of invalid symbols
QuoteSee 0.2.1 [2009-08-27]
* Fixed crashing when running multiple instances
* Reverted to KUrlRequester::setPath, compiling for KDE 4.3 will return a deprecation warning but will work
* Modified behavior for handling load/save file path
QuoteSee 0.2 [2009-08-10]
New features:
* Hovering over a widget causes a button for external link to show up, clicking on it opens a browser on yahoo page for the symbol
* Hovering over a widget causes tool tip with trade time and date to show up
* Configuration options for reading and saving a symbol list file
* Configuration setting for increasing/decreasin update interval, this is for widget only, dataengine updates every 1 minute
* Configuration setting for settning applet translucency
* New Icon!!
Changes:
* Now plasmoid uses quotesee data engine
* Improved processing for currency change fetching, grabs a smaller chunk of xml
QuoteSee 0.1.2 [2009-04-07]
* Fixed currency rate change fetching if compiled with Qt 4.5
* Currency rate change is displayed with 4 decimal places instead of 2
* Stock names containing ',' display correctly, but are still limited to 17 characters
QuoteSee 0.1.1 [2009-03-30]
* Fixed crashing when checking currency quotes if QuoteSee compiled with Qt 4.5 (works fine with Qt 4.4.3). Still won't work correctly but won't crash and take the desktop with it.
jzegan
11 years ago
Report
srog
11 years ago
Working fine with the stocks but if i use: usdcad=x (or gbpusd=x). The QuoteSee plasma-widget will crash the plasma desktop.
With the command: "plasmoidviewer plasma_applet_quotesee".
The error is:
"Error FODC0005 in file:///usr/bin/plasmoidviewer, at line 1, column 1: http://query.yahooapis.com/v1/public/yql?q=select * from html where url="http://finance.yahoo.com/q?s=usdcad%3dx" and (xpath='//span[@id="yfs_c10_usdcad=x"]/strong')&format=xml is not a valid value of type xs:anyURI.
ASSERT: "queryxml.isValid()" in file ../src/quotesee.cpp, line 199
Aborted (core dumped)"
Report
jzegan
11 years ago
Report