summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Port away from u""_qs string literalsVolker Hilsheimer2023-02-191-7/+9
* Documentation and example improvementsVolker Hilsheimer2023-02-131-4/+32
* 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
* Adjust Android-related installation directoriesFab Stz2023-01-162-2/+4
* 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
* Fix documentation bugVolker Hilsheimer2022-05-251-1/+1
* WinRT: Fix interaction with QAudioSinkVolker Hilsheimer2022-05-253-15/+10
* Implement error handling in enginesVolker Hilsheimer2022-05-2514-103/+295
* Flite: don't initialize audio format to default valuesVolker Hilsheimer2022-05-251-5/+27
* Clean up QTextToSpeech flite implementationAxel Spoerl2022-05-232-118/+13
* Prepare boundary hint in QTextToSpeechAxel Spoerl2022-05-2120-63/+128
* Documentation fixesVolker Hilsheimer2022-05-2113-87/+260
* Improve error handling in QTextToSpeechAxel Spoerl2022-05-2023-112/+349
* Make engine specific properties configurableVolker Hilsheimer2022-05-1812-45/+97
* Android: change some warning messages to debug insteadAssam Boudjelthia2022-05-181-12/+14
* Make plugin and engine base classes internalVolker Hilsheimer2022-05-182-0/+2
* Bump plugin interface version to 6.0Volker Hilsheimer2022-05-1810-10/+10
* Flite: Search /usr/lib for voices as wellVolker Hilsheimer2022-05-171-1/+1
* Initialize debug variables upon audio sink creationAxel Spoerl2022-05-161-0/+2
* Flite: Support more voice library locations, cleanupsVolker Hilsheimer2022-04-302-22/+32
* Mock engine: use a precise timer to avoid test failuresVolker Hilsheimer2022-04-282-4/+4
* Rewrite flite engine with new multimedia APIAxel Spoerl2022-04-278-638/+533
* Workaround bug in AVFoundationVolker Hilsheimer2022-04-261-0/+7
* QVoice: explicitly select your enums' QDataStream operatorsThiago Macieira2022-04-251-2/+5
* Add QVoice::locale propertyVolker Hilsheimer2022-04-2016-87/+101