From cb3122eb0266e115ad0169c7df7ee38169d4861b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 13:09:07 -0600 Subject: Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 --- kttsd/TODO | 6 +++--- kttsd/kttsd/speaker.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kttsd/TODO b/kttsd/TODO index 5aaeaf6..0f534cf 100644 --- a/kttsd/TODO +++ b/kttsd/TODO @@ -63,9 +63,9 @@ _ KTTSD: _ 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). _ Strange msg being produced by TDEIO::move, but it works fine. ?? - kio (KIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav - kio (KIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav - kio (KIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del + kio (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 + kio (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 autoconfigure talkers for each requested language, if one has not already been configured. _ Add support for speech markers. diff --git a/kttsd/kttsd/speaker.cpp b/kttsd/kttsd/speaker.cpp index ff8ed68..0de2066 100644 --- a/kttsd/kttsd/speaker.cpp +++ b/kttsd/kttsd/speaker.cpp @@ -1322,9 +1322,9 @@ uttIterator Speaker::deleteUtterance(uttIterator it) d.rename(it->audioUrl, dest); // TODO: This is always producing the following. Why and how to fix? // It moves the files just fine. - // kio (KIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav - // kio (KIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav - // kio (KIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del + // kio (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 + // kio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del // TDEIO::move(it->audioUrl, dest, false); } else -- cgit v1.2.1