Commit Graph

64 Commits

Author SHA1 Message Date
Goffi 8980b5899d lowered copy priority to DEFAULT 2010-09-28 14:40:27 +08:00
Goffi 8e2a58fa2f Fixed double initialisation
- Journal and copy queue were started 2 times when new files were added throught DBus
2010-09-28 14:24:18 +08:00
Goffi 3917269a28 fixed encoding issue for a warning 2010-09-28 14:10:37 +08:00
Goffi f8ca5c8e9c - Added total size of files to copy in progress bar
- fixed an encodage error with DBus.String
2010-09-28 14:07:04 +08:00
Goffi c7470cb2ea - added utf-8 decoding of strings in logs, with 'replace' for badly encoded names
- vfat filename fixing now remove traling spaces
- new param "no_journal" in __filename_fix to avoid writing in journal. Mainly used as a temporary workaround as directory creation is not journalised yet.
2010-09-28 12:26:18 +08:00
Goffi 730a427cff removed some forgotten TODO 2010-09-27 17:33:25 +08:00
Goffi 4b836480a0 Journalisation + some additionnal try/except 2010-09-27 17:31:43 +08:00
Goffi d575768069 vfat names incompatibility fix
- bug fixed in getFsType(bad fs returned in most cases)
- removing gettext (_("")) in a debug fonction with filename, as the filename can be with invalid utf-8, and then cause an exception. A better solution can probably be found later.
- No more progress bar when the files have a null sum
2010-09-27 16:44:25 +08:00
Goffi 3929a9b6df gettext inclusion & French translation 2010-09-27 13:09:42 +08:00
Goffi 554ab06336 --preserve option (same default as for cp) & progress bar are now working.
also added --force & --verbose options
2010-09-26 14:08:14 +08:00
Goffi 4748123e8d Basic file copying
- missing dir are created (without permission check yet)
- new options to deactivate progress bar
2010-09-26 12:00:05 +08:00
Goffi c684e9c28e getFsType fix 2010-09-21 13:47:44 +08:00
Goffi 00d36083ba Arguments management 2010-08-30 20:15:26 +08:00
Goffi 2e5f524eba initial commit 2010-08-25 16:11:34 +08:00