summaryrefslogtreecommitdiff
path: root/plugins/CopyEngine/Ultracopier/documentation.dox
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CopyEngine/Ultracopier/documentation.dox')
-rw-r--r--plugins/CopyEngine/Ultracopier/documentation.dox39
1 files changed, 0 insertions, 39 deletions
diff --git a/plugins/CopyEngine/Ultracopier/documentation.dox b/plugins/CopyEngine/Ultracopier/documentation.dox
deleted file mode 100644
index 5a0fbf6..0000000
--- a/plugins/CopyEngine/Ultracopier/documentation.dox
+++ /dev/null
@@ -1,39 +0,0 @@
-/* -*- 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 <a href="http://ultracopier-wiki.first-world.info/">the wiki of ultracopier</a>.
-
- \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 <a href="http://ultracopier.first-world.info/">Ultracopier</a> 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
- <ul>
- <li>push at no blocking into table up to the table is full, after is blocked up to one entry is free</li>
- <li>Other thread read the table up to have no more data, then is blocked</li>
- </ul>
- 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.
-
-*/