Initial Release
authorSudheer K <scifi.guy@hotmail.com>
Tue, 17 May 2011 02:26:16 +0000 (19:26 -0700)
committerSudheer K <scifi.guy@hotmail.com>
Tue, 17 May 2011 02:26:16 +0000 (19:26 -0700)
commit2b13ee54b100838b12d7cadea2aaf6608b0c1a04
treead953214b07e47b58471bff02d4ca6dfcf63724e
Initial Release
80 files changed:
Makefile [new file with mode: 0644]
debian/README [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/files [new file with mode: 0644]
debian/marketstoday.substvars [new file with mode: 0644]
debian/marketstoday/DEBIAN/control [new file with mode: 0644]
debian/marketstoday/DEBIAN/md5sums [new file with mode: 0644]
debian/marketstoday/DEBIAN/postrm [new file with mode: 0755]
debian/marketstoday/opt/marketstoday/marketstoday [new file with mode: 0755]
debian/marketstoday/usr/share/applications/hildon-home/marketstoday.desktop [new file with mode: 0644]
debian/marketstoday/usr/share/doc/marketstoday/changelog.Debian.gz [new file with mode: 0644]
debian/marketstoday/usr/share/doc/marketstoday/copyright [new file with mode: 0644]
debian/marketstoday/usr/share/icons/hicolor/48x48/apps/marketstoday.png [new file with mode: 0755]
debian/postrm [new file with mode: 0755]
debian/rules [new file with mode: 0755]
marketstoday.pro [new file with mode: 0644]
qtc_packaging/debian_fremantle/README [new file with mode: 0644]
qtc_packaging/debian_fremantle/changelog [new file with mode: 0644]
qtc_packaging/debian_fremantle/compat [new file with mode: 0644]
qtc_packaging/debian_fremantle/control [new file with mode: 0644]
qtc_packaging/debian_fremantle/copyright [new file with mode: 0644]
qtc_packaging/debian_fremantle/marketstoday.substvars [new file with mode: 0644]
qtc_packaging/debian_fremantle/postrm [new file with mode: 0755]
qtc_packaging/debian_fremantle/rules [new file with mode: 0755]
src/cpp/configqmlview.cpp [new file with mode: 0644]
src/cpp/configqmlview.h [new file with mode: 0644]
src/cpp/logutility.h [new file with mode: 0644]
src/cpp/main.cpp [new file with mode: 0644]
src/cpp/marketstodayqmlview.cpp [new file with mode: 0644]
src/cpp/marketstodayqmlview.h [new file with mode: 0644]
src/data/icons/marketstoday.png [new file with mode: 0755]
src/data/icons/marketstoday.png.base64 [new file with mode: 0644]
src/data/marketstoday.desktop [new file with mode: 0644]
src/qmaemo5homescreenadaptor/qmaemo5homescreenadaptor.cpp [new file with mode: 0644]
src/qmaemo5homescreenadaptor/qmaemo5homescreenadaptor.h [new file with mode: 0644]
src/qmaemo5homescreenadaptor/qmaemo5homescreenadaptor.pri [new file with mode: 0644]
src/qml/Config.qml [new file with mode: 0644]
src/qml/ConfigOptionsComponent.qml [new file with mode: 0644]
src/qml/ConfigParametersComponent.qml [new file with mode: 0644]
src/qml/ConfigTickersComponent.qml [new file with mode: 0644]
src/qml/Library/TitleBar.qml [new file with mode: 0644]
src/qml/Library/ToolBar.qml [new file with mode: 0644]
src/qml/Library/images/add.png [new file with mode: 0644]
src/qml/Library/images/back.png [new file with mode: 0644]
src/qml/Library/images/checkbox_checked.png [new file with mode: 0755]
src/qml/Library/images/checkbox_unchecked.png [new file with mode: 0755]
src/qml/Library/images/close.png [new file with mode: 0755]
src/qml/Library/images/config.png [new file with mode: 0755]
src/qml/Library/images/down.png [new file with mode: 0755]
src/qml/Library/images/gloss.png [new file with mode: 0644]
src/qml/Library/images/icon_settings.png [new file with mode: 0755]
src/qml/Library/images/icon_stocks.png [new file with mode: 0755]
src/qml/Library/images/lineedit.png [new file with mode: 0644]
src/qml/Library/images/lineedit.sci [new file with mode: 0644]
src/qml/Library/images/loading.png [new file with mode: 0644]
src/qml/Library/images/news.png [new file with mode: 0644]
src/qml/Library/images/reload.png [new file with mode: 0755]
src/qml/Library/images/remove.png [new file with mode: 0644]
src/qml/Library/images/stripes.png [new file with mode: 0644]
src/qml/Library/images/tab_schedule.png [new file with mode: 0755]
src/qml/Library/images/tab_settings.png [new file with mode: 0755]
src/qml/Library/images/tab_stocks.png [new file with mode: 0755]
src/qml/Library/images/titlebar.png [new file with mode: 0644]
src/qml/Library/images/titlebar.sci [new file with mode: 0644]
src/qml/Library/images/toolbar.png [new file with mode: 0755]
src/qml/Library/images/toolbar.sci [new file with mode: 0644]
src/qml/Library/images/toolbutton.png [new file with mode: 0644]
src/qml/Library/images/toolbutton.sci [new file with mode: 0644]
src/qml/Library/images/up.png [new file with mode: 0755]
src/qml/Library/js/Common.js [new file with mode: 0644]
src/qml/Library/js/DBUtility.js [new file with mode: 0644]
src/qml/Library/js/ISODate.js [new file with mode: 0644]
src/qml/MarketsToday.qml [new file with mode: 0644]
src/qml/StockQuoteDelegate.qml [new file with mode: 0644]
src/qml/StockQuotesComponent.qml [new file with mode: 0644]
src/resources.qrc [new file with mode: 0644]
src/src.pro [new file with mode: 0644]