/* -*- mode: C++ ; c-file-style: "stroustrup" -*- **/ /* This file contains NO source code, just some documentation for doxygen to parse. */ /*! \mainpage Copy engine \section mainpage_overview Overview The default copy engine for Ultracopier. Support file/folder, copy/move, ...\n More informations on the wiki of ultracopier. \section mainpage_platforms Platforms This plugin might be usable in all environments where you find Qt 5, but Gcc is requiered for some part. You need qtsystem modules for QtSystemInfo\n This plugin requires Qt 5.0 or newer. Tested on Qt 5.0.\n \section mainpage_downloads Downloads You can find the link on Ultracopier project page, via git, snapshot sources, ... \section mainpage_algorithm Algorithm Like say previously you will have more informations on the wiki.\n Then file transfer is done via pipe mecamism system:\n The transfer thread do listing of the folder, removing folder, make folder is one thread for each.\n The transfer list, have thread pool to do the inode operation (open, close, set date, ...). Do all inode operation in parallele, but transfer the data as sequential. \section license GPL Version 3 The code source is under GPL3. The image is extacted from Oxygen icon pack of KDE4. */