New notification panel.
authorJupe <jupe@jupe-desktop.(none)>
Sun, 5 Sep 2010 16:46:51 +0000 (19:46 +0300)
committerJupe <jupe@jupe-desktop.(none)>
Sun, 5 Sep 2010 16:46:51 +0000 (19:46 +0300)
commitb208daf2de858ecf33de2fa1ecd910b4a152354a
tree824833fdfbe0611e808d9864190ebbe9b952e44e
parent72bdb06a15b52ae7b9b5c0e57915ae37d0e50716
New notification panel.
48 files changed:
images.qrc
res/images/chat.png [new file with mode: 0644]
res/images/chat_btn.png [new file with mode: 0644]
res/images/chat_btn_d.png [new file with mode: 0644]
res/images/chat_btn_s.png [new file with mode: 0644]
res/images/empty_avatar.png [new file with mode: 0644]
res/images/empty_avatar_big.png [new file with mode: 0644]
res/images/meet_people.png [new file with mode: 0644]
res/images/notification.png [new file with mode: 0644]
res/images/tag.png [new file with mode: 0644]
res/images/tag_btn.png [new file with mode: 0644]
res/images/tag_btn_d.png [new file with mode: 0644]
res/images/tag_btn_s.png [new file with mode: 0644]
src/engine/engine.cpp
src/engine/engine.h
src/map/frienditemshandler.cpp
src/map/frienditemshandler.h
src/map/mapengine.cpp
src/map/mapengine.h
src/situareservice/database.cpp
src/situareservice/database.h
src/situareservice/imagefetcher.cpp
src/situareservice/imagefetcher.h
src/situareservice/notification.cpp [new file with mode: 0644]
src/situareservice/notification.h [new file with mode: 0644]
src/situareservice/situareservice.cpp
src/situareservice/situareservice.h
src/src.pro
src/ui/friendlistpanel.cpp
src/ui/friendlistpanel.h
src/ui/mainwindow.cpp
src/ui/mainwindow.h
src/ui/meetpeoplepanel.cpp
src/ui/meetpeoplepanel.h
src/ui/notificationlistitem.cpp [new file with mode: 0644]
src/ui/notificationlistitem.h [new file with mode: 0644]
src/ui/notificationlistview.cpp [new file with mode: 0644]
src/ui/notificationlistview.h [new file with mode: 0644]
src/ui/notificationpanel.cpp
src/ui/notificationpanel.h
src/ui/personlistitem.cpp [new file with mode: 0644]
src/ui/personlistitem.h [new file with mode: 0644]
src/ui/personlistview.cpp [new file with mode: 0644]
src/ui/personlistview.h [new file with mode: 0644]
src/ui/userinfopanel.cpp
src/ui/userinfopanel.h
src/user/user.cpp
src/user/user.h