Hello community, here is the log from the commit of package jovie for openSUSE:Factory checked in at 2014-03-18 16:06:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jovie (Old) and /work/SRC/openSUSE:Factory/.jovie.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jovie" Changes: -------- --- /work/SRC/openSUSE:Factory/jovie/jovie.changes 2014-02-20 07:56:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.jovie.new/jovie.changes 2014-03-18 16:06:58.000000000 +0100 @@ -1,0 +2,14 @@ +Thu Mar 13 20:22:53 UTC 2014 - [email protected] + +- Update to 4.12.90 + * KDE 4.13 Beta 2 release + * See http://www.kde.org/announcements/announce-4.13-beta2.php + +------------------------------------------------------------------- +Fri Mar 7 10:15:19 UTC 2014 - [email protected] + +- Update to 4.12.80 + * KDE 4.13 Beta 1 release + * See http://www.kde.org/announcements/announce-4.13-beta1.php + +------------------------------------------------------------------- Old: ---- jovie-4.12.2.tar.xz New: ---- jovie-4.12.90.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jovie.spec ++++++ --- /var/tmp/diff_new_pack.KnqcaO/_old 2014-03-18 16:06:58.000000000 +0100 +++ /var/tmp/diff_new_pack.KnqcaO/_new 2014-03-18 16:06:58.000000000 +0100 @@ -27,7 +27,7 @@ License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Version: 4.12.2 +Version: 4.12.90 Release: 0 Source0: jovie-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ jovie-4.12.2.tar.xz -> jovie-4.12.90.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jovie-4.12.2/jovie/CMakeLists.txt new/jovie-4.12.90/jovie/CMakeLists.txt --- old/jovie-4.12.2/jovie/CMakeLists.txt 2013-10-29 23:12:30.000000000 +0100 +++ new/jovie-4.12.90/jovie/CMakeLists.txt 2014-02-19 01:50:28.000000000 +0100 @@ -26,7 +26,6 @@ ${SPEECHD_LIBRARIES} ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} - ${KDE4_KUTILS_LIBS} ${KDE4_KIO_LIBS} kttsd ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jovie-4.12.2/jovie/appdata.h new/jovie-4.12.90/jovie/appdata.h --- old/jovie-4.12.2/jovie/appdata.h 2013-10-29 23:12:30.000000000 +0100 +++ new/jovie-4.12.90/jovie/appdata.h 2014-02-19 01:50:28.000000000 +0100 @@ -35,6 +35,12 @@ typedef TJobList* TJobListPtr; class AppDataPrivate; + +/** + * @class AppData + * + * Object to represent options chosen by a given application for interacting with Jovie. + */ class AppData { public: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jovie-4.12.2/jovie/filtermgr.h new/jovie-4.12.90/jovie/filtermgr.h --- old/jovie-4.12.2/jovie/filtermgr.h 2013-10-29 23:12:30.000000000 +0100 +++ new/jovie-4.12.90/jovie/filtermgr.h 2014-02-19 01:50:28.000000000 +0100 @@ -37,6 +37,13 @@ typedef QList<KttsFilterProc*> FilterList; +/** + * @class FilterMgr + * + * Manager for filter objects. Loads and configures filters that have been + * set up by the user as per the config file. Also filters text to bee spoken + * by running it through all the configured filters. + */ class FilterMgr : public KttsFilterProc { Q_OBJECT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jovie-4.12.2/jovie/jovietrayicon.h new/jovie-4.12.90/jovie/jovietrayicon.h --- old/jovie-4.12.2/jovie/jovietrayicon.h 2013-10-29 23:12:30.000000000 +0100 +++ new/jovie-4.12.90/jovie/jovietrayicon.h 2014-02-19 01:50:28.000000000 +0100 @@ -34,6 +34,11 @@ class QEvent; class KAction; +/** + * @class JovieTrayIcon + * + * Tray Icon object for Jovie application. + */ class JovieTrayIcon: public KStatusNotifierItem { Q_OBJECT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jovie-4.12.2/jovie/speaker.h new/jovie-4.12.90/jovie/speaker.h --- old/jovie-4.12.2/jovie/speaker.h 2013-10-29 23:12:30.000000000 +0100 +++ new/jovie-4.12.90/jovie/speaker.h 2014-02-19 01:50:28.000000000 +0100 @@ -57,11 +57,15 @@ // TalkerCode* talkerCode; /* TalkerCode object passed to FilterMgr. */ //}; +class SpeakerPrivate; + /** + * @class Speaker + * * This class is in charge of getting the messages, warnings and text from - * the queue and call the plug ins function to actually speak the texts. + * the queue and calling speech-dispatcher to actually speak the texts. All + * interaction with speech-dispatcher happens through this class. */ -class SpeakerPrivate; class Speaker : public QObject { Q_OBJECT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jovie-4.12.2/jovie/ssmlconvert.h new/jovie-4.12.90/jovie/ssmlconvert.h --- old/jovie-4.12.2/jovie/ssmlconvert.h 2013-10-29 23:12:30.000000000 +0100 +++ new/jovie-4.12.90/jovie/ssmlconvert.h 2014-02-19 01:50:28.000000000 +0100 @@ -23,14 +23,6 @@ #ifndef SSMLCONVERT_H #define SSMLCONVERT_H -/** - * SsmlConvert class: - * Receives a QStringList of talkers and, based on that information, - * evaluates received SSML to discover which of the given talkers best - * suits it. It can then convert the given SSML into a format understandable - * by the talker. - */ - // Qt includes #include <QtCore/QObject> #include <QtCore/QStringList> @@ -38,6 +30,14 @@ class QProcess; class QString; +/** + * @class SsmlConvert + * + * Receives a QStringList of talkers and, based on that information, + * evaluates received SSML to discover which of the given talkers best + * suits it. It can then convert the given SSML into a format understandable + * by the talker. + */ class SSMLConvert : public QObject { Q_OBJECT public: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jovie-4.12.2/jovie/talkermgr.h new/jovie-4.12.90/jovie/talkermgr.h --- old/jovie-4.12.2/jovie/talkermgr.h 2013-10-29 23:12:30.000000000 +0100 +++ new/jovie-4.12.90/jovie/talkermgr.h 2014-02-19 01:50:28.000000000 +0100 @@ -36,6 +36,12 @@ // KTTS includes. #include "talkercode.h" +/** + * @class TalkerMgr + * + * Manager for configured talkers. Loads and configures talkers that have been + * set up by the user as per the config file. + */ class TalkerMgr: public QObject { Q_OBJECT -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
