RoboTux / Ultracopier

Ultracopier is free and open source software licensed under GPL3 that acts as a replacement for files copy dialogs.Main features include: play/pause, speed limitation, on-error resume, error/collision management ...

Home Page:http://ultracopier.first-world.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Ultracopier 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

Dependency

  • libogg and libopus if audio support is enabled

Building

Building an all-in-one version is as easy as compiling the main Qt project:

find ./ -name '*.ts' -exec lrelease {} \;
qmake ultracopier.pro

Translations

Translations are provided via Qt Linguist.

  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 are also possible.

Contributing

This project is hosted on Github. Add issues and merge requests there!

About

Ultracopier is free and open source software licensed under GPL3 that acts as a replacement for files copy dialogs.Main features include: play/pause, speed limitation, on-error resume, error/collision management ...

http://ultracopier.first-world.info/

License:GNU General Public License v3.0


Languages

Language:C++ 77.8%Language:C 15.5%Language:Shell 4.7%Language:QMake 1.6%Language:NSIS 0.3%Language:HTML 0.0%