summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hello_speak example: Fix enum value used in boolean context5.8Marc Mutz2017-03-221-1/+1
* Drop guards around QFactoryLoaderUlf Hermann2017-03-071-2/+0
* Doc: language review Qt Speech docNico Vertriest2017-01-271-24/+31
* Doc: added doc for class QVoiceNico Vertriest2017-01-251-0/+31
* Bump versionOswald Buddenhagen2017-01-031-1/+1
* iOS: add support for other UIKit platforms, like tvOSv5.8.0-rc1v5.8.0Richard Moe Gustavsen2016-10-311-1/+1
* Fix crash on exit when speech dispatcher is disfunctionalv5.8.0-beta1Frederik Gladhorn2016-09-151-3/+5
* Update git-archive export optionsAntti Kokko2016-09-132-0/+4
* iOS: add tts backend for iOSRichard Moe Gustavsen2016-09-137-0/+513
* Enable QtSpeech for Android servicesv5.8.0-alpha1Michael Dippold2016-08-251-1/+1
* Protect against multiple JNI_OnLoad callsMichael Dippold2016-08-251-2/+7
* Remove dependency on android-21 platformMichael Dippold2016-08-152-19/+5
* Blacklist all testsFrederik Gladhorn2016-08-121-0/+8
* Add copyright header to .qdoc fileFrederik Gladhorn2016-08-111-0/+36
* Process android notifications on Qt threadMichael Dippold2016-08-102-6/+26
* Differentiate between stop/pause on AndroidMichael Dippold2016-08-101-1/+2
* Refactor android implementation to plugin structureMichael Dippold2016-08-0916-75/+281
* sapi: remove dead codeMaurice Kalinowski2016-08-091-1/+0
* sapi: clean up header inclusionMaurice Kalinowski2016-08-091-2/+0
* Replace Q_DECL_OVERRIDE with overrideMaurice Kalinowski2016-06-277-88/+88
* Replace Q_NULLPTR with nullptrMaurice Kalinowski2016-06-272-3/+3
* Fix one more place where volume needs to be a double to match QtMultimedia.Jeremy Whiting2016-06-161-2/+2
* Remove execute permission from source files.Edward Welbourne2016-06-154-0/+0
* Fix compilationMaurice Kalinowski2016-06-151-0/+4
* Align volume with qtmultimedia and others: 0.0 to 1.0Frederik Gladhorn2016-05-0617-50/+57
* Revert "Add engine parameters in QTextToSpeech constructor"Frederik Gladhorn2016-04-134-11/+10
* Fix volume/rate slider setting in exampleFrederik Gladhorn2016-04-081-1/+1
* Link alsa to flite when requiredFrederik Gladhorn2016-04-087-4/+13
* Compile on linux without speechdFrederik Gladhorn2016-04-082-5/+13
* Use double for pitch and rate in fliteFrederik Gladhorn2016-04-082-14/+14
* Revert "Fix compilation on Debian"Frederik Gladhorn2016-04-071-1/+1
* Added qtmultimedia as dependencyDominik Holland2016-04-061-0/+3
* Add project configuration for Vocalizer Expressive pluginTuomas Tuononen2016-04-054-0/+56
* Improvements for the TTS example applicationTuomas Tuononen2016-04-051-1/+6
* flite: Move audio output and thread handling to a generic base classTuomas Tuononen2016-04-057-348/+782
* Show language name and country in Language combo box for QLocale.Jeremy Whiting2016-04-051-1/+4
* Fix compilation on DebianMarc Mutz2016-03-041-1/+1
* QTextToSpeech: QObject *parent ctor args go lastMarc Mutz2016-03-043-4/+26
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-1/+1
* Bump versionOswald Buddenhagen2016-02-231-1/+1
* flite: Rename source files to be consistent with other pluginsTuomas Tuononen2016-02-235-7/+7
* Add engine parameters in QTextToSpeech constructorTuomas Tuononen2016-02-103-8/+9
* Fix namespace build on OS XFrederik Gladhorn2016-02-052-11/+7
* remove bogus execute permission from sourcesOswald Buddenhagen2016-02-016-0/+0
* remove bogus branch declaration from qtbase dependencyOswald Buddenhagen2016-02-011-1/+1
* sync version with qt (5.7.0)Oswald Buddenhagen2016-02-011-1/+1
* Added CONFIG += link_pkgconfig to get library and include paths.Jeremy Whiting2015-12-211-1/+1
* Add WinRT backend using Windows.Media.SpeechSynthesisMaurice Kalinowski2015-12-157-0/+683
* Fix build for MSVC2015Maurice Kalinowski2015-11-271-0/+2
* Add equality operator for QVoiceMaurice Kalinowski2015-11-272-0/+18