summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Correct license for module and plugin filesLucie Gérard5 days48-48/+48
* SpeechD: replace unguarded qDebug statement with categorized loggingVolker Hilsheimer7 days2-4/+4
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-142-0/+2
* QTextToSpeech - flite: remove redundant Q_UNUSED()Axel Spoerl2024-03-061-2/+0
* Fix the QTextToSpeechEngineAndroid plugin target nameAlexey Edelev2024-03-061-2/+3
* Enqueue new text if added while the engine is busyVolker Hilsheimer2024-03-051-3/+10
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Fix documentation typoFabio Falsini2024-01-211-1/+1
* Fix highlighting of Quick Speech exampleKai Köhne2023-11-161-1/+1
* WinRT: implement boundary hint support in pauseVolker Hilsheimer2023-11-103-5/+59
* WinRT: don't emit Paused state if no pause was requestedVolker Hilsheimer2023-11-101-1/+2
* WinRT: make silence detection more robustVolker Hilsheimer2023-11-101-3/+6
* SAPI: fix word offsets in sayingWord signalVolker Hilsheimer2023-11-101-1/+1
* WinRT: fix hanging synthesize when RIFF header is removedVolker Hilsheimer2023-11-061-1/+2
* WinRT: avoid warning about negative timerVolker Hilsheimer2023-11-051-1/+2
* Highlight Quick Speech example for 'Data Processing & IO' categoryKai Köhne2023-10-201-0/+3
* Fix top-level qt5 -no-gui buildKai Köhne2023-10-112-10/+4
* JNI: Don't use "Object" methods, let the compiler do the workVolker Hilsheimer2023-09-241-5/+5
* Explicitly include qjnitypes headerVolker Hilsheimer2023-09-211-0/+1
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-211-1/+1
* winrt: Fix crash if initialization failsJarkko Koivikko2023-08-231-0/+15
* Add cmake and qmake project files to quickspeech exampleElias Hautala2023-08-221-9/+9
* QDeclarativeTextToSpeech: fix GCC13 -Wuse-after-freeMarc Mutz2023-08-141-1/+1
* winrt: Fix artifact at the beginning of audioJarkko Koivikko2023-08-102-0/+15
* sapi: Fix mapping of Age attribute (Child, Teen, Senior)Jarkko Koivikko2023-08-092-1/+16
* Prevent QVoice from being exported twice to QMLIvan Solovev2023-08-081-1/+8
* Allow enabling QT_USE_QSTRINGBUILDER for pluginsAlexey Edelev2023-08-072-2/+3
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-121-0/+1
* Implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20Ahmad Samir2023-07-121-1/+1
* Doc: Remove \ingroup all-examples command from the docsJaishree Vyas2023-07-121-1/+0
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
* Optimize findVoices implementationVolker Hilsheimer2023-06-201-14/+15
* Header cleanupVolker Hilsheimer2023-06-204-21/+42
* Doc: Fix warning in TextToSpeech::aboutToSynthesize()Topi Reinio2023-06-091-1/+1
* API review: add revision tags and make properties FINALVolker Hilsheimer2023-06-073-11/+11
* Doc: Add Licenses and attributions sectionPaul Wicking2023-05-311-0/+13
* Doc: Indent by 4, not 3, spacesPaul Wicking2023-05-311-38/+38
* API review: remove the synthesized signal and the simple slotVolker Hilsheimer2023-05-303-47/+61
* API review: Allow synthesize callbacks that take a QAudioBufferVolker Hilsheimer2023-05-282-11/+44
* Start the sunsetting of the macOS engineVolker Hilsheimer2023-05-281-1/+3
* Add PauseResume capability flagVolker Hilsheimer2023-05-2510-5/+27
* API review: add word string to sayingWord signal parametersVolker Hilsheimer2023-05-2411-19/+28
* API review: return an ID of the enqueued utteranceVolker Hilsheimer2023-05-243-36/+48
* VoiceSelector is new in Qt 6.6Volker Hilsheimer2023-05-131-0/+1
* Doc: add \since 6.6 tags and fix linksVolker Hilsheimer2023-05-121-1/+9
* Follow up on changes in qtbaseVolker Hilsheimer2023-05-111-1/+1
* Use new callback helper from qtbaseVolker Hilsheimer2023-05-112-61/+15
* QTextToSpeech: rename sayNext to enqueueVolker Hilsheimer2023-05-102-10/+10
* Clean up potential memory leakVolker Hilsheimer2023-05-051-0/+2
* TextToSpeech: make engine parameters available from QMLVolker Hilsheimer2023-04-254-4/+42