Correct support for multiply clients
authordeztructor <denis.zalewsky@gmail.com>
Tue, 17 Nov 2009 16:07:33 +0000 (16:07 +0000)
committerdeztructor <denis.zalewsky@gmail.com>
Tue, 17 Nov 2009 16:07:33 +0000 (16:07 +0000)
commitfdb78d7880be7bc82544e66efd5acb3da74a617a
treee59403bc0bcec32e11739f0f615b2aa3b503548d
parentf291a99270f6f9ac0f2bd89880a9c27a267a8716
Correct support for multiply clients

Attribute is new replaced with action attribute. All activities on the
server side are reflected by server in the alert event including torrent
removal so client removes torrent only after notification about removal
is received from server

git-svn-id: file:///svnroot/qtrapids/trunk@29 42ac0dd5-4c8c-4c71-bb3e-ecdfe252ffda
dbus/com.ixonos.qtrapids.xml
src/client/DownloadView.cpp
src/client/DownloadView.h
src/client/MainWindow.cpp
src/include/qtrapids/dbus.hpp
src/include/qtrapids/settings.hpp [new file with mode: 0644]
src/server/TorrentSession.cpp