diff options
author | Thomas Preud'homme <robotux@celest.fr> | 2019-02-03 00:10:52 +0000 |
---|---|---|
committer | Thomas Preud'homme <robotux@celest.fr> | 2019-02-03 00:10:52 +0000 |
commit | 9b10c21f5cad0e2ec27d23c59e65af7141a226f3 (patch) | |
tree | bf81d75a9ed990bb76488c502767600fcf7550b7 /README.md | |
parent | 594fcba67600704bee9115c86e18927b2237b304 (diff) |
New upstream version 1.6.1.3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..18d0a4e --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +# About + +[Ultracopier](https://ultracopier.first-world.info/) is free and open +source software licensed under GPLv3 that acts as a replacement for +files copy dialogs. + +Main features include: +- task queue +- pause / resume +- resume unfinished jobs +- dynamic speed limitation +- collision management +- plugin support + + +# Building + +Building an all-in-one version is as easy as compiling the main Qt project: + + qmake ultracopier.pro + + +# Translations + +Translations are provided via [Qt Linguist](http://doc.qt.io/qt-5/qtlinguist-index.html). + +1. Run `lupdate ultracopier.pro` to update the translation files +2. Put your translation in `(plugins|resources)/Languages/XX/translation.ts` +3. Run `lrelease ultracopier.pro` to compile the files +4. Replace the `.qm` files in your Ultracopier release + + +# Plugins + +Customizations in form of [Plugins](plugins/README.md) are also possible. + + +# Contributing +This project is hosted on [Github](https://github.com/alphaonex86/Ultracopier). +Add issues and merge requests there! + |