Copying bonjour protocol from extragear to trunk (code will be in extragear until...
commit4596818ffd08195e991411128cc6821e71f14589
authordinkar <dinkar@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Tue, 8 Jul 2008 04:46:03 +0000 (8 04:46 +0000)
committerdinkar <dinkar@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Tue, 8 Jul 2008 04:46:03 +0000 (8 04:46 +0000)
tree59ed8459c818df18223d92b8106dca66e0575aff
parentb52d5d6b2f6782ed807b1e78cce7c0daf0b80656
Copying bonjour protocol from extragear to trunk (code will be in extragear until KDE 4.2)
Still to edit CmakeLists.txt in protocols dir to make this compile

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork@829310 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
26 files changed:
kopete/protocols/bonjour/CMakeLists.txt [new file with mode: 0644]
kopete/protocols/bonjour/Messages.sh [new file with mode: 0755]
kopete/protocols/bonjour/avahi-bonjour.cpp [new file with mode: 0644]
kopete/protocols/bonjour/bonjouraccount.cpp [new file with mode: 0644]
kopete/protocols/bonjour/bonjouraccount.h [new file with mode: 0644]
kopete/protocols/bonjour/bonjouraccountpreferences.ui [new file with mode: 0644]
kopete/protocols/bonjour/bonjouraddcontactpage.cpp [new file with mode: 0644]
kopete/protocols/bonjour/bonjouraddcontactpage.h [new file with mode: 0644]
kopete/protocols/bonjour/bonjouraddui.ui [new file with mode: 0644]
kopete/protocols/bonjour/bonjourcontact.cpp [new file with mode: 0644]
kopete/protocols/bonjour/bonjourcontact.h [new file with mode: 0644]
kopete/protocols/bonjour/bonjourcontactconnection.cpp [new file with mode: 0644]
kopete/protocols/bonjour/bonjourcontactconnection.h [new file with mode: 0644]
kopete/protocols/bonjour/bonjoureditaccountwidget.cpp [new file with mode: 0644]
kopete/protocols/bonjour/bonjoureditaccountwidget.h [new file with mode: 0644]
kopete/protocols/bonjour/bonjourprotocol.cpp [new file with mode: 0644]
kopete/protocols/bonjour/bonjourprotocol.h [new file with mode: 0644]
kopete/protocols/bonjour/icons/CMakeLists.txt [new file with mode: 0644]
kopete/protocols/bonjour/icons/app-bonjour_protocol.svg [new file with mode: 0644]
kopete/protocols/bonjour/icons/ox128-app-bonjour_protocol.png [new file with mode: 0644]
kopete/protocols/bonjour/icons/ox16-app-bonjour_protocol.png [new file with mode: 0644]
kopete/protocols/bonjour/icons/ox22-app-bonjour_protocol.png [new file with mode: 0644]
kopete/protocols/bonjour/icons/ox32-app-bonjour_protocol.png [new file with mode: 0644]
kopete/protocols/bonjour/icons/ox48-app-bonjour_protocol.png [new file with mode: 0644]
kopete/protocols/bonjour/icons/ox64-app-bonjour_protocol.png [new file with mode: 0644]
kopete/protocols/bonjour/kopete_bonjour.desktop [new file with mode: 0644]