implement \r to default json of ExtScripts

some refactoring
bump ApiVer of ExtQuotes
update changelog
This commit is contained in:
arcan1s
2015-05-31 02:57:43 +03:00
parent f534a6854a
commit f96b3fcb07
13 changed files with 25 additions and 27 deletions

View File

@ -36,7 +36,7 @@ public:
QTimer::singleShot(timeout, this, SLOT(timeout()));
}
private slots:
public slots:
void timeout()
{
QNetworkReply *reply = static_cast<QNetworkReply *>(parent());

View File

@ -4,6 +4,6 @@ Name=AAPL.NASDAQ
Comment=Apple Inc
X-AW-Ticker="AAPL"
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=60
X-AW-Number=0

View File

@ -4,6 +4,6 @@ Name=EUR/RUB
Comment=EUR/RUB
X-AW-Ticker="EURRUB=X"
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=60
X-AW-Number=1

View File

@ -4,6 +4,6 @@ Name=EUR/USD
Comment=EUR/USD
X-AW-Ticker="EURUSD=X"
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=60
X-AW-Number=2

View File

@ -4,6 +4,6 @@ Name=GOOG.NASDAQ
Comment=Google Inc
X-AW-Ticker="GOOG"
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=60
X-AW-Number=3

View File

@ -4,6 +4,6 @@ Name=MSFT.NASDAQ
Comment=Microsoft Corp
X-AW-Ticker="MSFT"
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=60
X-AW-Number=4

View File

@ -4,6 +4,6 @@ Name=RTS
Comment=RTS Index
X-AW-Ticker="RTS.RS"
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=60
X-AW-Number=5

View File

@ -4,6 +4,6 @@ Name=S&P
Comment=S&P 500 Index
X-AW-Ticker="^GSPC"
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=60
X-AW-Number=6

View File

@ -4,6 +4,6 @@ Name=USD/RUB
Comment=USD/RUB
X-AW-Ticker="USDRUB=X"
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=60
X-AW-Number=8

View File

@ -4,6 +4,6 @@ Name=VIX
Comment=Volatility S&P 500
X-AW-Ticker="^VIX"
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=60
X-AW-Number=7

View File

@ -20,7 +20,9 @@
},
"newline": {
"\n": "<br>",
"\t": "&#09;"
"\n\r": "<br>",
"\t": "&#09;",
"\v": "&#11;"
},
"space": {
" ": "&nbsp;"