summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/installtalkwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-16rbutil: QString::split() changed with Qt 5.14.Dominik Riebeling1-1/+5
2013-11-04Use cutelogger for Rockbox Utility internal trace.Dominik Riebeling1-2/+3
2013-01-27Update Qt includes for compatibility with Qt5.Dominik Riebeling1-0/+1
2012-10-06Don't assume success for TTS object creation.Dominik Riebeling1-0/+6
2012-10-06Check selection before trying to create talk files.Dominik Riebeling1-4/+10
2012-09-05Correctly construct the path for talkfile generation.Dominik Riebeling1-1/+3
2012-09-02Remove string from translation list that doesn't make sense translating.Dominik Riebeling1-2/+2
2012-06-25Add missing class name to System Trace log.Dominik Riebeling1-1/+0
2012-06-14Remove mountpoint when storing folders to talk.Dominik Riebeling1-2/+5
2012-06-14Save all settings in talkfile dialog.Dominik Riebeling1-18/+40
2012-06-13Rework talkfile creation window.Dominik Riebeling1-44/+46
2012-06-12Remove encoder display from voice / talk dialogs.Dominik Riebeling1-14/+0
2012-01-06Split up encoders sources.Dominik Riebeling1-13/+13
2011-10-19Remove svn keyword lines from sources.Dominik Riebeling1-1/+0
2011-10-04Rockbox Utility: refresh some more dynamic strings after translation change.Dominik Riebeling1-0/+1
2011-10-02Rockbox Utility: listen to translation change events.Dominik Riebeling1-0/+10
2011-07-16Remove BrowseDirTree.Dominik Riebeling1-1/+0
2010-02-16Start with mountpoint as folder to talk selection if old value is invalid.Dominik Riebeling1-1/+1
2010-02-16Use QFileDialog::getExistingDirectory() for path selection.Dominik Riebeling1-13/+10
2010-01-24rbutil: split RbSettings. use Stable/unstable status from server.Dominik Wenger1-1/+2
2009-10-13rbutil: rework and rename the "dont overwrite talkfiles" option so it really ...Dominik Wenger1-2/+2
2009-08-23rbutil: add a option to ignore specific files for .talk file generation.Dominik Wenger1-0/+1
2009-07-04When changing TTS settings from the talkfile dialog make sure to not reset th...Dominik Riebeling1-1/+7
2009-06-26rbutil: improve voice and talk generation. Dominik Wenger1-1/+6
2009-05-09rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger1-17/+9
2009-05-02Clean up ProgressLogger state handling:Dominik Riebeling1-1/+1
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-5/+5
2008-07-12rbutil: Ups. forgot a file in the previous commit.Dominik Wenger1-2/+0
2008-07-05Fix some source strings to clean up translations.Dominik Riebeling1-5/+10
2008-05-27rbutil: improve talkfile generation. remove the options to keep and overwrite...Dominik Wenger1-5/+3
2008-04-06rbutil: move many more connect calls, mainly for safety.Dominik Wenger1-2/+6
2008-03-14when changing settings from the Talk and Voice window also update the main wi...Dominik Riebeling1-3/+4
2008-03-01Fix voicefile / talkfile generation windows not updating the displayed settin...Dominik Riebeling1-3/+7
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-03Redo my previous segfault fix in a better way.Dominik Riebeling1-5/+2
2008-02-02Don't segfault upon opening the voice / talk creation window if the encoder s...Dominik Riebeling1-5/+12
2008-01-25rbtutil: introduce a RbSettings class help code reuse, and minimises duplicat...Dominik Wenger1-15/+13
2008-01-19rbutilqt: made the sapi TTS more configurable, you can now select a specific ...Dominik Wenger1-11/+7
2007-12-15rbutil: reworked configuration of TTS engines to the new Style.Dominik Wenger1-47/+8
2007-12-14rbutil: added a button into talkfile dialog, to directly jump to config of tt...Dominik Wenger1-0/+10
2007-12-14rbutil: added builtin rbspeex encoder. Reworked encoder configuration. Dominik Wenger1-14/+9
2007-10-19rbutil: try to fix all Bugs from FS#7982 in the talkfile creation. Additional...Dominik Wenger1-3/+2
2007-10-12rbutil: add options to create .talk files only for Folders or only for Files ...Dominik Wenger1-0/+2
2007-09-23rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs s...Dominik Wenger1-24/+36
2007-09-15Cosmetics: remove trailing spaces.Antoine Cellerier1-12/+12
2007-09-14Add BrowseDirtree::setDir(const QString&) to simplify the code.Antoine Cellerier1-4/+2
2007-09-03- rework language selection a bit: use language string as key instead of lang...Dominik Riebeling1-1/+1