summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* TextToSpeech: delay engine creation, make order-agnosticVolker Hilsheimer2023-04-254-25/+117
* Provide a VoiceSelector attached propertyVolker Hilsheimer2023-04-239-78/+445
* Add QTextToSpeech::findVoicesVolker Hilsheimer2023-04-175-27/+287
* Don't use the QmlIntegration moduleVolker Hilsheimer2023-04-161-1/+0
* Fix declaration of voice as a QML valueVolker Hilsheimer2023-04-161-1/+1
* Fix build issues on Windows in x86 modeVolker Hilsheimer2023-04-042-22/+22
* Simplify connection to private methodVolker Hilsheimer2023-03-201-5/+4
* Add support for enqueuing textVolker Hilsheimer2023-03-114-17/+186
* Support single-argument functors for the synthesize callbackVolker Hilsheimer2023-02-281-10/+14
* Darwin: avoid out-of-bounds access of stringVolker Hilsheimer2023-02-231-1/+1
* Harden the cleanup of the synthesize callbacksVolker Hilsheimer2023-02-223-5/+21
* Make QTextToSpeechEngine::synthesize pure virtualVolker Hilsheimer2023-02-211-3/+1
* Allow tts engines to override capabilitiesVolker Hilsheimer2023-02-215-1/+26
* Port away from u""_qs string literalsVolker Hilsheimer2023-02-191-8/+10
* Add QTextToSpeech::synthesize to produce PCM data rather than audioVolker Hilsheimer2023-02-1935-55/+736
* Emit information about speech progressVolker Hilsheimer2023-02-1827-58/+485
* Documentation and example improvementsVolker Hilsheimer2023-02-131-4/+32
* Documentation: mention engineCapabilities in the overviewVolker Hilsheimer2023-02-131-0/+6
* Add QTextToSpeech::engineCapabilitiesVolker Hilsheimer2023-02-0710-11/+92
* Mock engine: don't assert when destroying while pausedVolker Hilsheimer2023-02-071-1/+1
* Proper clearing of WinRT factory cache in QtTextToSpeechMarc Mutz2023-01-233-9/+2
* Android: Protect against a null Locale object when calling getLocaleAndy Shaw2023-01-202-5/+9
* Android: migrate away from deprecated overloadVolker Hilsheimer2023-01-201-10/+18
* Adjust Android-related installation directoriesFab Stz2023-01-162-2/+4
* Remove unused QSharedPointer includesMarc Mutz2023-01-042-2/+0
* Don't include QML headers in C++ APIVolker Hilsheimer2022-12-091-3/+0
* Port from container::count() and length() to size()Marc Mutz2022-10-081-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-062-2/+2
* Doc: Rewrite intro to moduleKai Köhne2022-09-231-11/+10
* Improve documentation on how to change the voiceVolker Hilsheimer2022-09-021-8/+26
* Fix QML type registration and documentation of VoiceVolker Hilsheimer2022-08-303-5/+19
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2414-14/+14
* Flite: try to find voice libraries using their SONAMESamuli Piippo2022-08-231-3/+3
* Doc: Fix spelling of Qt 6Kai Köhne2022-08-161-1/+1
* Document missing QVoice related methodsKai Köhne2022-08-161-0/+34
* Doc: Qualify TextToSpeech linksKai Köhne2022-08-162-3/+3
* Doc: Use consistent names for .html filesKai Köhne2022-08-112-2/+2
* Remove superfluous \ingroup commandsKai Köhne2022-08-103-6/+2
* Fix and edit the example documentationVolker Hilsheimer2022-07-131-2/+2
* Document the QML typesVolker Hilsheimer2022-07-113-25/+221
* Add license headers to cmake filesLucie Gérard2022-07-0714-0/+42
* Add Q_ENUM declaration of QTextToSpeech::BoundaryHintAxel Spoerl2022-07-041-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-2254-1848/+108
* Fix configure warning from wrong use of PUBLIC_LIBRARIESVolker Hilsheimer2022-06-161-1/+1
* Rename iOS engine to DarwinVolker Hilsheimer2022-06-139-68/+68
* Use new JNI facilities in Android engineVolker Hilsheimer2022-06-093-41/+36
* Doc: Revise Qt Text to Speech moduleAndreas Eliasson2022-06-012-1/+5
* Don't make QtTextToSpeech module depend on QtQmlVolker Hilsheimer2022-05-252-3/+7
* Documentation: document source-incompatible API changeVolker Hilsheimer2022-05-251-0/+20
* Add engine specific documentationVolker Hilsheimer2022-05-254-38/+156