Initial commit
authorAlexander Kanavin <alexander.kanavin@nokia.com>
Wed, 10 Nov 2010 14:36:47 +0000 (16:36 +0200)
committerAlexander Kanavin <alexander.kanavin@nokia.com>
Wed, 10 Nov 2010 14:36:47 +0000 (16:36 +0200)
commitdf258b21169cc62fa2a006ca7f18643d48de717d
tree8a7368cb5676594d6bec1d563a66733ba6b50e2f
Initial commit
77 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
lib/lib.pro [new file with mode: 0644]
lib/libofono-qt_global.h [new file with mode: 0644]
lib/ofono-qt.prf [new file with mode: 0644]
lib/ofonocallbarring.cpp [new file with mode: 0644]
lib/ofonocallbarring.h [new file with mode: 0644]
lib/ofonocallforwarding.cpp [new file with mode: 0644]
lib/ofonocallforwarding.h [new file with mode: 0644]
lib/ofonocallmeter.cpp [new file with mode: 0644]
lib/ofonocallmeter.h [new file with mode: 0644]
lib/ofonocallsettings.cpp [new file with mode: 0644]
lib/ofonocallsettings.h [new file with mode: 0644]
lib/ofonointerface.cpp [new file with mode: 0644]
lib/ofonointerface.h [new file with mode: 0644]
lib/ofonomessagemanager.cpp [new file with mode: 0644]
lib/ofonomessagemanager.h [new file with mode: 0644]
lib/ofonomessagewaiting.cpp [new file with mode: 0644]
lib/ofonomessagewaiting.h [new file with mode: 0644]
lib/ofonomodem.cpp [new file with mode: 0644]
lib/ofonomodem.h [new file with mode: 0644]
lib/ofonomodeminterface.cpp [new file with mode: 0644]
lib/ofonomodeminterface.h [new file with mode: 0644]
lib/ofonomodemmanager.cpp [new file with mode: 0644]
lib/ofonomodemmanager.h [new file with mode: 0644]
lib/ofononetworkoperator.cpp [new file with mode: 0644]
lib/ofononetworkoperator.h [new file with mode: 0644]
lib/ofononetworkregistration.cpp [new file with mode: 0644]
lib/ofononetworkregistration.h [new file with mode: 0644]
lib/ofonophonebook.cpp [new file with mode: 0644]
lib/ofonophonebook.h [new file with mode: 0644]
lib/ofonoradiosettings.cpp [new file with mode: 0644]
lib/ofonoradiosettings.h [new file with mode: 0644]
lib/ofonosimmanager.cpp [new file with mode: 0644]
lib/ofonosimmanager.h [new file with mode: 0644]
lib/ofonosupplementaryservices.cpp [new file with mode: 0644]
lib/ofonosupplementaryservices.h [new file with mode: 0644]
lib/ofonovoicecallmanager.cpp [new file with mode: 0644]
lib/ofonovoicecallmanager.h [new file with mode: 0644]
ofono-qt.pro [new file with mode: 0644]
tests/test_ofonocallbarring.cpp [new file with mode: 0644]
tests/test_ofonocallbarring.pro [new file with mode: 0644]
tests/test_ofonocallforwarding.cpp [new file with mode: 0644]
tests/test_ofonocallforwarding.pro [new file with mode: 0644]
tests/test_ofonocallmeter.cpp [new file with mode: 0644]
tests/test_ofonocallmeter.pro [new file with mode: 0644]
tests/test_ofonocallsettings.cpp [new file with mode: 0644]
tests/test_ofonocallsettings.pro [new file with mode: 0644]
tests/test_ofonointerface.cpp [new file with mode: 0644]
tests/test_ofonointerface.pro [new file with mode: 0644]
tests/test_ofonomessagemanager.cpp [new file with mode: 0644]
tests/test_ofonomessagemanager.pro [new file with mode: 0644]
tests/test_ofonomessagewaiting.cpp [new file with mode: 0644]
tests/test_ofonomessagewaiting.pro [new file with mode: 0644]
tests/test_ofonomodem.cpp [new file with mode: 0644]
tests/test_ofonomodem.pro [new file with mode: 0644]
tests/test_ofonomodemmanager.cpp [new file with mode: 0644]
tests/test_ofonomodemmanager.pro [new file with mode: 0644]
tests/test_ofononetworkoperator.cpp [new file with mode: 0644]
tests/test_ofononetworkoperator.pro [new file with mode: 0644]
tests/test_ofononetworkregistration.cpp [new file with mode: 0644]
tests/test_ofononetworkregistration.pro [new file with mode: 0644]
tests/test_ofonophonebook.cpp [new file with mode: 0644]
tests/test_ofonophonebook.pro [new file with mode: 0644]
tests/test_ofonoradiosettings.cpp [new file with mode: 0644]
tests/test_ofonoradiosettings.pro [new file with mode: 0644]
tests/test_ofonosimmanager.cpp [new file with mode: 0644]
tests/test_ofonosimmanager.pro [new file with mode: 0644]
tests/test_ofonosupplementaryservices.cpp [new file with mode: 0644]
tests/test_ofonosupplementaryservices.pro [new file with mode: 0644]
tests/test_ofonovoicecallmanager.cpp [new file with mode: 0644]
tests/test_ofonovoicecallmanager.pro [new file with mode: 0644]
tests/testcase.pro [new file with mode: 0644]
tests/tests.pro [new file with mode: 0644]
version.pri [new file with mode: 0644]