Commit Graph

31 Commits

Author SHA1 Message Date
Goffi 043c3eeebb updated french translation 2010-09-30 18:10:47 +08:00
Goffi fd26af8192 Added changelog 2010-09-30 18:10:40 +08:00
Goffi 7226074954 Added 'gcp file dest_file' syntax management 2010-09-30 17:56:59 +08:00
Goffi 3df4c89e01 fixed bad closure when a file already exists 2010-09-30 16:44:52 +08:00
Goffi 7e6275ab07 removed color from copy failed error message 2010-09-30 16:27:28 +08:00
Goffi ea3b75a565 Error are now shown after the end of the copy 2010-09-30 16:18:45 +08:00
Goffi 19e736d61c Journal double-entry check + unicode source_path fix + typo
- journal now fail assertion when trying to write log whitout entry created, or when trying to create 2 entries without closing the first one
- unicode source_path are now fixed: there was a decoding error when trying to add an unicode source_path from a second instance of gcp
- small typo in --help page
2010-09-30 15:49:16 +08:00
Goffi dfa7d94608 Added tag gcp v0.1 for changeset 30104ca340e2 2010-09-28 18:14:43 +08:00
Goffi 7f38264590 README update 2010-09-28 18:12:33 +08:00
Goffi 454c638727 --no-unicode-fix commented, and README update 2010-09-28 18:00:06 +08:00
Goffi 62698fa1bd updated french translation 2010-09-28 17:25:28 +08:00
Goffi ac2b5d4462 README: first draft 2010-09-28 17:15:55 +08:00
Goffi 64b248e79c fixed sources-replace 2010-09-28 16:10:34 +08:00
Goffi dd56476732 Improved sources files management
- sources saving command are now shown in a group in --help and now start with --sources prefix
- moving sources saving management in a separate method
- added --sources-del
2010-09-28 16:07:45 +08:00
Goffi 13fd341c18 Fixed yet another utf-8 encoding issue + added a space on progress bar before percentage 2010-09-28 15:45:28 +08:00
Goffi fdea18077f Added sources files saving + misc
- source files can be saved to be replayed later
- gcp files are now in ~/.gcp (directory is created if needed)
- fixed an encoding error in a warning
2010-09-28 15:42:47 +08:00
Goffi 42efd0d775 Fixed KeyboardInterrupt management 2010-09-28 14:54:13 +08:00
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