More Info

Revision 852546

(Back to digest)
 

Features in Networking Tools

Roman Jarosz committed changes in /trunk/KDE/kdenetwork/kopete:

Add incoming file transfer request into chat window and remove the old dialog.
Add globally unique id into Kopete::Message.
Add defualt incoming file transfer request style to make it work with all styles.

File transfer request look can be changed with Incoming/FileTransferRequest.html in chat style.
Supported style tags are: fileName, fileSize, fileIconPath, saveFileHandlerId, saveFileAsHandlerId, cancelRequestHandlerId

Save, save as and cancel buttons have to have id="%saveFileHandlerId%", id="%saveFileAsHandlerId%", id="%cancelRequestHandlerId%".

For now we don't support Adium style because they require JavaScript (security problem).

File Changes

Deleted 3 files
/trunk/KDE/kdenetwork/kopete/libkopete/ui
 
/fileconfirmbase.ui
 
/kopetefileconfirmdialog.cpp
 
/kopetefileconfirmdialog.h
Modified 9 files
/trunk/KDE/kdenetwork/kopete
 
/libkopete/CMakeLists.txt
 
/libkopete/kopetemessage.cpp
 
/libkopete/kopetemessage.h
 
/libkopete/kopetetransfermanager.cpp
 
/libkopete/kopetetransfermanager.h
 
/kopete/chatwindow/chatmessagepart.cpp
 
/kopete/chatwindow/chatmessagepart.h
 
/kopete/chatwindow/kopetechatwindowstyle.cpp
 
/kopete/chatwindow/kopetechatwindowstyle.h
12 files changed in total