Minor update for kioslave rename

pull/1/head
Timothy Pearson 12 years ago
parent ef9070bed9
commit 12aacfc810

@ -1 +1 @@
Subproject commit 9a217903f9fa35ca12213a6e9ee3d2cb87d1131d Subproject commit 274366fb8b90704586d7beef216b765cc0688b08

@ -63,9 +63,9 @@ _ KTTSD:
_ I am told that when kttsd crashes, it can take knotify down with it. See about _ I am told that when kttsd crashes, it can take knotify down with it. See about
"disconnecting" knotify from kttsd (using post to Qt event queue). "disconnecting" knotify from kttsd (using post to Qt event queue).
_ Strange msg being produced by TDEIO::move, but it works fine. ?? _ Strange msg being produced by TDEIO::move, but it works fine. ??
kio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav tdeio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
kio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav tdeio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
kio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del tdeio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del
_ While kttsd currently configures a Talker automatically, would be nice if it could _ While kttsd currently configures a Talker automatically, would be nice if it could
autoconfigure talkers for each requested language, if one has not already been configured. autoconfigure talkers for each requested language, if one has not already been configured.
_ Add support for speech markers. _ Add support for speech markers.

@ -1322,9 +1322,9 @@ uttIterator Speaker::deleteUtterance(uttIterator it)
d.rename(it->audioUrl, dest); d.rename(it->audioUrl, dest);
// TODO: This is always producing the following. Why and how to fix? // TODO: This is always producing the following. Why and how to fix?
// It moves the files just fine. // It moves the files just fine.
// kio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav // tdeio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
// kio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav // tdeio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
// kio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del // tdeio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del
// TDEIO::move(it->audioUrl, dest, false); // TDEIO::move(it->audioUrl, dest, false);
} }
else else

Loading…
Cancel
Save