Commit graph

9 commits

Author SHA1 Message Date
Yuri Chornoivan 39b6e8147d Fix minor EBN issues 2018-09-01 11:25:57 +03:00
Albert Astals Cid b50aff3ed7 Q_NULLPTR -> nullptr 2017-03-02 20:09:32 +01:00
Montel Laurent 6fab218de9 Use Q_NULLPTR 2015-08-18 15:12:07 +02:00
Jeremy Whiting 61554c833e Reenabled text to speech using QtSpeech as an optional dependency.
If QtSpeech (dev branch) is built and installed this builds and works
very well.
REVIEW:122553
2015-02-23 12:24:44 -07:00
Pino Toscano efcd020e2a port TTS to QDBusServiceWatcher
svn path=/trunk/KDE/kdegraphics/okular/; revision=1163584
2010-08-14 13:18:55 +00:00
Pino Toscano 723aa28f91 no need to tie the TTS object to the page view stuff, just emit the error messages and let the page view handle them
svn path=/trunk/KDE/kdegraphics/okular/; revision=851245
2008-08-23 11:09:04 +00:00
Pino Toscano 32baca8638 - keep track of the speech jobs we started
- remove each job when it's finished
- add a signal to notify whether we have jobs

svn path=/trunk/KDE/kdegraphics/okular/; revision=782504
2008-03-05 12:02:14 +00:00
Pino Toscano a4da9a27dc Switch to use the generated interface from org.kde.KSpeech.xml, instead of manually call the functions.
Keep the TTS interface around (for multiple usage), and delete it when the KTTSD service goes away.

svn path=/trunk/KDE/kdegraphics/okular/; revision=782482
2008-03-05 10:18:55 +00:00
Pino Toscano f407f84d8a move in an own class (out of the page view) all the TTS related code
svn path=/trunk/KDE/kdegraphics/okular/; revision=782420
2008-03-05 02:13:09 +00:00