summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/installtalkwindow.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
* Check selection before trying to create talk files.Dominik Riebeling2012-10-06
* Correctly construct the path for talkfile generation.Dominik Riebeling2012-09-05
* Remove string from translation list that doesn't make sense translating.Dominik Riebeling2012-09-02
* Add missing class name to System Trace log.Dominik Riebeling2012-06-25
* Remove mountpoint when storing folders to talk.Dominik Riebeling2012-06-14
* Save all settings in talkfile dialog.Dominik Riebeling2012-06-14
* Rework talkfile creation window.Dominik Riebeling2012-06-13
* Remove encoder display from voice / talk dialogs.Dominik Riebeling2012-06-12
* 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
* Start with mountpoint as folder to talk selection if old value is invalid.Dominik Riebeling2010-02-16
* Use QFileDialog::getExistingDirectory() for path selection.Dominik Riebeling2010-02-16
* rbutil: split RbSettings. use Stable/unstable status from server.Dominik Wenger2010-01-24
* rbutil: rework and rename the "dont overwrite talkfiles" option so it really ...Dominik Wenger2009-10-13
* rbutil: add a option to ignore specific files for .talk file generation.Dominik Wenger2009-08-23
* When changing TTS settings from the talkfile dialog make sure to not reset th...Dominik Riebeling2009-07-04
* rbutil: improve voice and talk generation. Dominik Wenger2009-06-26
* rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger2009-05-09
* Clean up ProgressLogger state handling:Dominik Riebeling2009-05-02
* rbutil: completely rework how tts and encoders are configured. (FS#10070)Dominik Wenger2009-04-29
* Completely rework RbSettings class.Dominik Riebeling2009-04-29
* rbutil: Ups. forgot a file in the previous commit.Dominik Wenger2008-07-12
* Fix some source strings to clean up translations.Dominik Riebeling2008-07-05
* rbutil: improve talkfile generation. remove the options to keep and overwrite...Dominik Wenger2008-05-27
* 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
* 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: reworked configuration of TTS engines to the new Style.Dominik Wenger2007-12-15
* rbutil: added a button into talkfile dialog, to directly jump to config of tt...Dominik Wenger2007-12-14
* rbutil: added builtin rbspeex encoder. Reworked encoder configuration. Dominik Wenger2007-12-14
* rbutil: try to fix all Bugs from FS#7982 in the talkfile creation. Additional...Dominik Wenger2007-10-19
* rbutil: add options to create .talk files only for Folders or only for Files ...Dominik Wenger2007-10-12
* rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs s...Dominik Wenger2007-09-23
* Cosmetics: remove trailing spaces.Antoine Cellerier2007-09-15
* Add BrowseDirtree::setDir(const QString&) to simplify the code.Antoine Cellerier2007-09-14
* - rework language selection a bit: use language string as key instead of lang...Dominik Riebeling2007-09-03
* Fix a possible crash when entering the talkfile window without correct settin...Dominik Riebeling2007-08-31