Merge ICQ/AIM Presence stuff and clean it.
commit8dca1c1f0fd1e239982f8567e760065bde12b3aa
authorrjarosz <rjarosz@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Fri, 23 Feb 2007 19:33:06 +0000 (23 19:33 +0000)
committerrjarosz <rjarosz@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Fri, 23 Feb 2007 19:33:06 +0000 (23 19:33 +0000)
tree4e0df70499ed63b06c47eda6ca002b8e53b8157f
parent335aa2c08436b3cc7e2f0db9d4047bea3d2c632a
Merge ICQ/AIM Presence stuff and clean it.

Show Xtraz Status icons in contact list.
Add Xtraz Status icons from Miranda.
Add AIM overlay icon.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork@636665 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
66 files changed:
kopete/protocols/oscar/CMakeLists.txt
kopete/protocols/oscar/aim/CMakeLists.txt
kopete/protocols/oscar/aim/aimaccount.cpp
kopete/protocols/oscar/aim/aimaccount.h
kopete/protocols/oscar/aim/aimcontact.cpp
kopete/protocols/oscar/aim/aimpresence.cpp [deleted file]
kopete/protocols/oscar/aim/aimpresence.h [deleted file]
kopete/protocols/oscar/aim/aimprotocol.cpp
kopete/protocols/oscar/aim/aimprotocol.h
kopete/protocols/oscar/aim/aimstatusmanager.cpp [new file with mode: 0644]
kopete/protocols/oscar/aim/aimstatusmanager.h [new file with mode: 0644]
kopete/protocols/oscar/aim/icqcontact.cpp
kopete/protocols/oscar/icons/cr16-action-aim_overlay.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus0.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus1.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus10.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus11.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus12.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus13.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus14.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus15.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus16.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus17.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus18.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus19.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus2.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus20.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus21.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus22.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus23.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus24.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus25.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus26.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus27.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus28.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus29.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus3.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus30.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus31.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus4.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus5.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus6.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus7.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus8.png [new file with mode: 0644]
kopete/protocols/oscar/icons/hi16-action-icq_xstatus9.png [new file with mode: 0644]
kopete/protocols/oscar/icq/CMakeLists.txt
kopete/protocols/oscar/icq/aimcontact.cpp
kopete/protocols/oscar/icq/icqaccount.cpp
kopete/protocols/oscar/icq/icqaccount.h
kopete/protocols/oscar/icq/icqcontact.cpp
kopete/protocols/oscar/icq/icqpresence.cpp [deleted file]
kopete/protocols/oscar/icq/icqpresence.h [deleted file]
kopete/protocols/oscar/icq/icqprotocol.cpp
kopete/protocols/oscar/icq/icqprotocol.h
kopete/protocols/oscar/icq/icqstatusmanager.cpp [new file with mode: 0644]
kopete/protocols/oscar/icq/icqstatusmanager.h [new file with mode: 0644]
kopete/protocols/oscar/icqcontactbase.cpp
kopete/protocols/oscar/oscarcontact.cpp
kopete/protocols/oscar/oscarcontact.h
kopete/protocols/oscar/oscarpresence.cpp [new file with mode: 0644]
kopete/protocols/oscar/oscarpresence.h [new file with mode: 0644]
kopete/protocols/oscar/oscarpresencesdataclasses.cpp [new file with mode: 0644]
kopete/protocols/oscar/oscarpresencesdataclasses.h [new file with mode: 0644]
kopete/protocols/oscar/oscarprotocol.h
kopete/protocols/oscar/oscarstatusmanager.cpp [new file with mode: 0644]
kopete/protocols/oscar/oscarstatusmanager.h [new file with mode: 0644]