summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/createvoicewindow.cpp (follow)
Commit message (Expand)AuthorAge
* Use cutelogger for Rockbox Utility internal trace.Dominik Riebeling2013-11-04
* Update Qt includes for compatibility with Qt5.Dominik Riebeling2013-01-27
* Don't assume success for TTS object creation.Dominik Riebeling2012-10-06
* Improve voice creation window a bit.Dominik Riebeling2012-06-13
* Remove encoder display from voice / talk dialogs.Dominik Riebeling2012-06-12
* Show nicer language names in voice creation dialog.Dominik Riebeling2012-05-19
* Split up encoders sources.Dominik Riebeling2012-01-06
* Remove svn keyword lines from sources.Dominik Riebeling2011-10-19
* Rockbox Utility: refresh some more dynamic strings after translation change.Dominik Riebeling2011-10-04
* Rockbox Utility: listen to translation change events.Dominik Riebeling2011-10-02
* Remove BrowseDirTree.Dominik Riebeling2011-07-16
* Replace list of languages with map.Dominik Riebeling2011-02-04
* Save values set in voice window before calling configuration dialog.Dominik Riebeling2010-02-28
* rbutil: split RbSettings. use Stable/unstable status from server.Dominik Wenger2010-01-24
* rbutil: store the voice language in the correct setting.Dominik Wenger2009-10-12
* rbutil: use target-id from rockbox-info.txt and remove it from rbutil.iniDominik Wenger2009-08-22
* rbutil: improve voice and talk generation. Dominik Wenger2009-06-26
* rbutil: make sure the voice creation window updates its display on startup.Dominik Wenger2009-05-09
* rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger2009-05-09
* rbutil: completely rework how tts and encoders are configured. (FS#10070)Dominik Wenger2009-04-29
* Completely rework RbSettings class.Dominik Riebeling2009-04-29
* Fix some source strings to clean up translations.Dominik Riebeling2008-07-05
* Add missing keywords property.Dominik Riebeling2008-06-30
* rbutil: move many more connect calls, mainly for safety.Dominik Wenger2008-04-06
* when changing settings from the Talk and Voice window also update the main wi...Dominik Riebeling2008-03-14
* Fix voicefile / talkfile generation windows not updating the displayed settin...Dominik Riebeling2008-03-01
* Make encoder name conversion functions static to the base class.Dominik Riebeling2008-02-13
* Make TTS name conversion functions static members.Dominik Riebeling2008-02-12
* Save the internal name for tts / encoder in the configuration file, not the d...Dominik Riebeling2008-02-06
* Add a simple (and dumb) way to determine the language for voice file creation...Dominik Riebeling2008-02-03
* Redo my previous segfault fix in a better way.Dominik Riebeling2008-02-03
* Don't segfault upon opening the voice / talk creation window if the encoder s...Dominik Riebeling2008-02-02
* rbtutil: introduce a RbSettings class help code reuse, and minimises duplicat...Dominik Wenger2008-01-25
* rbutilqt: made the sapi TTS more configurable, you can now select a specific ...Dominik Wenger2008-01-19
* rbutil: improve voice creation: better parser for genlang output. Make progre...Dominik Wenger2008-01-13
* rbutil: added creation of voice files with rbutil.Dominik Wenger2008-01-11