1
Copyright (C) <2011>  <José Antonio Sánchez Reynaga> v 0.2RC
2
3
4
Quick Usb Formatter
5
6
This software it's for format usb sticks,
7
it's designed for being simple, so if you need
8
a more specialized format you should use instead
9
a more advanced tool.
10
11
Build steps:
12
13
mkdir build && cd build
14
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
15
make 
16
sudo make install
17
18
Features:
19
20
version 0.1 beta
21
> Ntfs support
22
> fat support
23
> ext4 support
24
25
version 0.2 RC :)
26
> Device Notifier plasmoid integration
27
28
version 0.3
29
> Fox typos, added galician and italian trasnlations, ext3 & ext2 support
30
31
version 0.4
32
> Fix segment fault, add dialog for confirm the format action
33
34
35
enjoy!!
36
37
TODO:
38
39
> Polkit integration
40
> Dolphin context menu integration
41
> More pretty stuff, like an animation during when formatting
42
> Feature for creating a whole partition of the device as needed
43
> Better KDE integration
44
45
Credits:
46
-------------------
47
Main Developer: José Antonio Sánchez Reynaga  <antoniojasr@chakra-project.org>
48
Internationalization: Manuel Tortosa <manutortosa@chakra-project.org / Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
49
50
Translators:
51
-----------------------------
52
Catalan: Manuel Tortosa <manutortosa@chakra-project.org
53
French: Fabien Valthier <hcoohb@gmail.com>
54
Galician: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
55
Italian: Gianluca Boiano <morf3089@gmail.com>
56
Turkish: Gürkan Gür <seqizz@gmail.com>