first release master
authorTom Chen <funpig@gmail.com>
Sat, 26 Jun 2010 01:49:42 +0000 (09:49 +0800)
committerTom Chen <funpig@gmail.com>
Sat, 26 Jun 2010 01:49:42 +0000 (09:49 +0800)
commit7f26d7b5e6ae5759bb11942a69a9ada134744e98
tree6fe732519997182f763f7322f5f4d41b57c47d56
parent16b4a0a6faad751e05df97f44acef4990d87a39a
first release
65 files changed:
groupsms.pro [new file with mode: 0644]
history [new file with mode: 0644]
sms/abstractpage.cpp [new file with mode: 0644]
sms/abstractpage.h [new file with mode: 0644]
sms/addcontacttogroup.cpp [new file with mode: 0644]
sms/addcontacttogroup.h [new file with mode: 0644]
sms/addcontacttogroupdialog.ui [new file with mode: 0644]
sms/common.h [new file with mode: 0644]
sms/contactinterface.cpp [new file with mode: 0644]
sms/contactinterface.h [new file with mode: 0644]
sms/contactpage.cpp [new file with mode: 0644]
sms/contactpage.h [new file with mode: 0644]
sms/contactwidget.cpp [new file with mode: 0644]
sms/contactwidget.h [new file with mode: 0644]
sms/contactwidgetitem.cpp [new file with mode: 0644]
sms/contactwidgetitem.h [new file with mode: 0644]
sms/data/26x26/groupsms.png [new file with mode: 0644]
sms/data/40x40/groupsms.png [new file with mode: 0644]
sms/data/64x64/groupsms.png [new file with mode: 0644]
sms/data/icon.svg [new file with mode: 0644]
sms/data/maemo/groupsms.xpm [new file with mode: 0644]
sms/groupsms.desktop [new file with mode: 0644]
sms/groupsms.qrc [new file with mode: 0644]
sms/groupwidgetitem.cpp [new file with mode: 0644]
sms/groupwidgetitem.h [new file with mode: 0644]
sms/images/addcontacttogroup.png [new file with mode: 0644]
sms/images/allselect.png [new file with mode: 0644]
sms/images/editgroup.png [new file with mode: 0644]
sms/images/female.png [new file with mode: 0644]
sms/images/male.png [new file with mode: 0644]
sms/images/newgroup.png [new file with mode: 0644]
sms/images/partselect.png [new file with mode: 0644]
sms/images/plus.png [new file with mode: 0644]
sms/images/recycle.png [new file with mode: 0644]
sms/images/select.png [new file with mode: 0644]
sms/images/sub.png [new file with mode: 0644]
sms/images/unselect.png [new file with mode: 0644]
sms/item.h [new file with mode: 0644]
sms/itemobserver.h [new file with mode: 0644]
sms/main.cpp [new file with mode: 0644]
sms/mainwindow.cpp [new file with mode: 0644]
sms/mainwindow.h [new file with mode: 0644]
sms/mainwindow.ui [new file with mode: 0644]
sms/newgroupdialog.cpp [new file with mode: 0644]
sms/newgroupdialog.h [new file with mode: 0644]
sms/newgroupdialog.ui [new file with mode: 0644]
sms/selectcontactwidget.cpp [new file with mode: 0644]
sms/selectcontactwidget.h [new file with mode: 0644]
sms/sendsmssession.cpp [new file with mode: 0644]
sms/sendsmssession.h [new file with mode: 0644]
sms/sms.pro [new file with mode: 0644]
sms/tpsession/tpsession.cpp [new file with mode: 0755]
sms/tpsession/tpsession.h [new file with mode: 0755]
sms/tpsession/tpsessionaccount.cpp [new file with mode: 0755]
sms/tpsession/tpsessionaccount.h [new file with mode: 0755]
sms/tpsession/tpsessionchannel.cpp [new file with mode: 0755]
sms/tpsession/tpsessionchannel.h [new file with mode: 0755]
sms/tpsession/tpsessionobserver.cpp [new file with mode: 0755]
sms/tpsession/tpsessionobserver.h [new file with mode: 0755]
sms/utility.cpp [new file with mode: 0644]
sms/utility.h [new file with mode: 0644]
sms/xmlcontroler.cpp [new file with mode: 0644]
sms/xmlcontroler.h [new file with mode: 0644]
sms/xmlstring.h [new file with mode: 0644]
welcome