Version 0.2
authorSudheer K <scifi.guy@hotmail.com>
Sat, 9 Jul 2011 17:36:48 +0000 (10:36 -0700)
committerSudheer K <scifi.guy@hotmail.com>
Sat, 9 Jul 2011 17:36:48 +0000 (10:36 -0700)
commiteea631561b1ac6843f33f8a40a55d65fc85f58d0
tree2227ea3efe31704f463f2e79ee7b4bfc0c494c5d
parent6c69785f8b85418d3ac94d2dbb642f10acbfd7cc
Version 0.2
41 files changed:
.gitignore [new file with mode: 0644]
Makefile
debian [new symlink]
debian/README [deleted file]
debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/files [deleted file]
debian/marketstoday.substvars [deleted file]
debian/postrm [deleted file]
debian/rules [deleted file]
src/Makefile [new file with mode: 0644]
src/cpp/connectionutility.h [new file with mode: 0644]
src/cpp/logutility.h
src/cpp/main.cpp
src/cpp/marketstodayqmlview.cpp
src/data/icons/26x26/marketstoday.png [new file with mode: 0644]
src/data/icons/32x32/marketstoday.png [new file with mode: 0644]
src/data/icons/48x48/marketstoday.png [new file with mode: 0644]
src/data/icons/64x64/marketstoday.png [new file with mode: 0644]
src/data/icons/marketstoday_fremantle.png [new file with mode: 0755]
src/data/icons/marketstoday_fremantle.png.base64 [new file with mode: 0644]
src/data/icons/marketstoday_scalable_icon.png [new file with mode: 0644]
src/data/marketstoday-app-meego.desktop [new file with mode: 0644]
src/data/marketstoday-app.desktop [new file with mode: 0755]
src/data/marketstoday-widget.desktop [new file with mode: 0644]
src/qml/ConfigParametersComponent.qml
src/qml/Library/Button.qml [new file with mode: 0644]
src/qml/Library/MenuBar.qml [new file with mode: 0644]
src/qml/Library/TitleBar.qml
src/qml/Library/ToolBar.qml
src/qml/Library/js/CoreLogic.js [new file with mode: 0644]
src/qml/Library/js/XMLParser.js [new file with mode: 0644]
src/qml/MarketsToday.qml [deleted file]
src/qml/MarketsTodayApp.qml [new file with mode: 0644]
src/qml/MarketsTodayWidget.qml [new file with mode: 0644]
src/qml/StockQuotesComponent.qml
src/qrc_resources.cpp [new file with mode: 0644]
src/resources.qrc
src/src.pro