create PresenceManager that manage global presence state and message
commit90cc42f6bb3380fb309efd71bc90c0564ceb7b66
authorLukas Karas <lukas.karas@centrum.cz>
Sat, 10 Dec 2011 00:54:26 +0000 (10 01:54 +0100)
committerLukas Karas <lukas.karas@centrum.cz>
Sat, 10 Dec 2011 00:54:26 +0000 (10 01:54 +0100)
tree88bec48a9680666897a2dc45b5436ea46033eedd
parenteedbe0017a4dc9bf7a116d94ee7894da2c07b346
create PresenceManager that manage global presence state and message
13 files changed:
MaknetoNetbeansDir/nbproject/configurations.xml
src/backend/accounts-model-item.cpp
src/backend/accounts-model-item.h
src/ui-mobile/CMakeLists.txt
src/ui-mobile/declarative/GlobalStatus.qml
src/ui-mobile/declarative/GlobalStatusPopup.qml
src/ui-mobile/declarative/mainview.qml
src/ui-mobile/makneto.cpp
src/ui-mobile/makneto.h
src/ui-mobile/notifications-model.cpp
src/ui-mobile/presence-manager.cpp [new file with mode: 0644]
src/ui-mobile/presence-manager.h [new file with mode: 0644]
test.sh