summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/createvoicewindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Save values set in voice window before calling configuration dialog.Dominik Riebeling1-13/+20
2010-01-24rbutil: split RbSettings. use Stable/unstable status from server.Dominik Wenger1-2/+3
2009-10-12rbutil: store the voice language in the correct setting.Dominik Wenger1-1/+1
2009-08-22rbutil: use target-id from rockbox-info.txt and remove it from rbutil.iniDominik Wenger1-1/+0
2009-06-26rbutil: improve voice and talk generation. Dominik Wenger1-1/+5
2009-05-09rbutil: make sure the voice creation window updates its display on startup.Dominik Wenger1-1/+1
2009-05-09rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger1-24/+12
2009-04-29rbutil: completely rework how tts and encoders are configured. (FS#10070)Dominik Wenger1-2/+2
2009-04-29Completely rework RbSettings class.Dominik Riebeling1-10/+10
2008-07-05Fix some source strings to clean up translations.Dominik Riebeling1-5/+10
2008-06-30Add missing keywords property.Dominik Riebeling1-1/+1
2008-04-06rbutil: move many more connect calls, mainly for safety.Dominik Wenger1-2/+2
2008-03-14when changing settings from the Talk and Voice window also update the main wi...Dominik Riebeling1-4/+4
2008-03-01Fix voicefile / talkfile generation windows not updating the displayed settin...Dominik Riebeling1-3/+10
2008-02-13Make encoder name conversion functions static to the base class.Dominik Riebeling1-2/+2
2008-02-12Make TTS name conversion functions static members.Dominik Riebeling1-2/+2
2008-02-06Save the internal name for tts / encoder in the configuration file, not the d...Dominik Riebeling1-2/+2
2008-02-03Add a simple (and dumb) way to determine the language for voice file creation...Dominik Riebeling1-2/+15
2008-02-03Redo my previous segfault fix in a better way.Dominik Riebeling1-5/+3
2008-02-02Don't segfault upon opening the voice / talk creation window if the encoder s...Dominik Riebeling1-7/+12
2008-01-25rbtutil: introduce a RbSettings class help code reuse, and minimises duplicat...Dominik Wenger1-27/+16
2008-01-19rbutilqt: made the sapi TTS more configurable, you can now select a specific ...Dominik Wenger1-13/+14
2008-01-13rbutil: improve voice creation: better parser for genlang output. Make progre...Dominik Wenger1-0/+1
2008-01-11rbutil: added creation of voice files with rbutil.Dominik Wenger1-0/+113