summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/FileTransfer.h
Commit message (Collapse)AuthorAgeFilesLines
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-1/+0
|
* style fixes, no code changesDenys Vlasenko2009-08-091-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-041-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-0/+2
|
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-11/+0
| | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated urlZdenek Prikryl2009-07-311-1/+1
|
* Added first part of gui support in reportingZdenek Prikryl2009-07-241-1/+2
|
* added new option (dnovotny)Zdenek Prikryl2009-06-031-1/+3
|
* initial file transfer plugin (dnovotny)Zdenek Prikryl2009-05-201-0/+66